@aws-sdk/client-mediatailor 3.130.0 → 3.141.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 +30 -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-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-types/models/models_0.d.ts +476 -714
- package/dist-types/ts3.4/models/models_0.d.ts +238 -476
- package/package.json +7 -7
|
@@ -1,240 +1,42 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.CreateChannelResponseFilterSensitiveLog = exports.CreateChannelRequestFilterSensitiveLog = exports.RequestOutputItemFilterSensitiveLog = exports.ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog = exports.ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog = exports.VodSourceFilterSensitiveLog = exports.SourceLocationFilterSensitiveLog = exports.HttpConfigurationFilterSensitiveLog = exports.DefaultSegmentDeliveryConfigurationFilterSensitiveLog = exports.AccessConfigurationFilterSensitiveLog = exports.SecretsManagerAccessTokenConfigurationFilterSensitiveLog = exports.SegmentDeliveryConfigurationFilterSensitiveLog = exports.ScheduleEntryFilterSensitiveLog = exports.ScheduleAdBreakFilterSensitiveLog = exports.PrefetchScheduleFilterSensitiveLog = exports.PrefetchRetrievalFilterSensitiveLog = exports.PrefetchConsumptionFilterSensitiveLog = exports.PlaybackConfigurationFilterSensitiveLog = exports.ManifestProcessingRulesFilterSensitiveLog = exports.AdMarkerPassthroughFilterSensitiveLog = exports.LogConfigurationFilterSensitiveLog = exports.LivePreRollConfigurationFilterSensitiveLog = exports.HlsConfigurationFilterSensitiveLog = exports.DashConfigurationFilterSensitiveLog = exports.CdnConfigurationFilterSensitiveLog = exports.BumperFilterSensitiveLog = exports.AvailSuppressionFilterSensitiveLog = exports.LiveSourceFilterSensitiveLog = exports.HttpPackageConfigurationFilterSensitiveLog = exports.ChannelFilterSensitiveLog = exports.ResponseOutputItemFilterSensitiveLog = exports.HlsPlaylistSettingsFilterSensitiveLog = exports.DashPlaylistSettingsFilterSensitiveLog = exports.AvailMatchingCriteriaFilterSensitiveLog = exports.AlertFilterSensitiveLog = exports.AdBreakFilterSensitiveLog = exports.SpliceInsertMessageFilterSensitiveLog = exports.SlateSourceFilterSensitiveLog = exports.RelativePosition = exports.Tier = exports.PlaybackMode = exports.ChannelState = exports.BadRequestException = exports.AccessType = exports.ScheduleEntryType = exports.OriginManifestType = exports.Mode = exports.Type = exports.Operator = exports.MessageType = void 0;
|
|
4
|
+
exports.ListChannelsRequestFilterSensitiveLog = exports.ListAlertsResponseFilterSensitiveLog = exports.ListAlertsRequestFilterSensitiveLog = exports.GetPrefetchScheduleResponseFilterSensitiveLog = exports.GetPrefetchScheduleRequestFilterSensitiveLog = exports.GetPlaybackConfigurationResponseFilterSensitiveLog = exports.GetPlaybackConfigurationRequestFilterSensitiveLog = exports.GetChannelScheduleResponseFilterSensitiveLog = exports.GetChannelScheduleRequestFilterSensitiveLog = exports.GetChannelPolicyResponseFilterSensitiveLog = exports.GetChannelPolicyRequestFilterSensitiveLog = exports.DescribeVodSourceResponseFilterSensitiveLog = exports.DescribeVodSourceRequestFilterSensitiveLog = exports.DescribeSourceLocationResponseFilterSensitiveLog = exports.DescribeSourceLocationRequestFilterSensitiveLog = exports.DescribeProgramResponseFilterSensitiveLog = exports.DescribeProgramRequestFilterSensitiveLog = exports.DescribeLiveSourceResponseFilterSensitiveLog = exports.DescribeLiveSourceRequestFilterSensitiveLog = exports.DescribeChannelResponseFilterSensitiveLog = exports.DescribeChannelRequestFilterSensitiveLog = exports.DeleteVodSourceResponseFilterSensitiveLog = exports.DeleteVodSourceRequestFilterSensitiveLog = exports.DeleteSourceLocationResponseFilterSensitiveLog = exports.DeleteSourceLocationRequestFilterSensitiveLog = exports.DeleteProgramResponseFilterSensitiveLog = exports.DeleteProgramRequestFilterSensitiveLog = exports.DeletePrefetchScheduleResponseFilterSensitiveLog = exports.DeletePrefetchScheduleRequestFilterSensitiveLog = exports.DeletePlaybackConfigurationResponseFilterSensitiveLog = exports.DeletePlaybackConfigurationRequestFilterSensitiveLog = exports.DeleteLiveSourceResponseFilterSensitiveLog = exports.DeleteLiveSourceRequestFilterSensitiveLog = exports.DeleteChannelPolicyResponseFilterSensitiveLog = exports.DeleteChannelPolicyRequestFilterSensitiveLog = exports.DeleteChannelResponseFilterSensitiveLog = exports.DeleteChannelRequestFilterSensitiveLog = exports.DashConfigurationForPutFilterSensitiveLog = exports.CreateVodSourceResponseFilterSensitiveLog = exports.CreateVodSourceRequestFilterSensitiveLog = exports.CreateSourceLocationResponseFilterSensitiveLog = exports.CreateSourceLocationRequestFilterSensitiveLog = exports.CreateProgramResponseFilterSensitiveLog = exports.CreateProgramRequestFilterSensitiveLog = exports.ScheduleConfigurationFilterSensitiveLog = exports.TransitionFilterSensitiveLog = exports.CreatePrefetchScheduleResponseFilterSensitiveLog = exports.CreatePrefetchScheduleRequestFilterSensitiveLog = exports.CreateLiveSourceResponseFilterSensitiveLog = exports.CreateLiveSourceRequestFilterSensitiveLog = void 0;
|
|
5
|
+
exports.UpdateVodSourceResponseFilterSensitiveLog = exports.UpdateVodSourceRequestFilterSensitiveLog = exports.UpdateSourceLocationResponseFilterSensitiveLog = exports.UpdateSourceLocationRequestFilterSensitiveLog = exports.UpdateLiveSourceResponseFilterSensitiveLog = exports.UpdateLiveSourceRequestFilterSensitiveLog = exports.UpdateChannelResponseFilterSensitiveLog = exports.UpdateChannelRequestFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.StopChannelResponseFilterSensitiveLog = exports.StopChannelRequestFilterSensitiveLog = exports.StartChannelResponseFilterSensitiveLog = exports.StartChannelRequestFilterSensitiveLog = exports.PutPlaybackConfigurationResponseFilterSensitiveLog = exports.PutPlaybackConfigurationRequestFilterSensitiveLog = exports.PutChannelPolicyResponseFilterSensitiveLog = exports.PutChannelPolicyRequestFilterSensitiveLog = exports.ListVodSourcesResponseFilterSensitiveLog = exports.ListVodSourcesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListSourceLocationsResponseFilterSensitiveLog = exports.ListSourceLocationsRequestFilterSensitiveLog = exports.ListPrefetchSchedulesResponseFilterSensitiveLog = exports.ListPrefetchSchedulesRequestFilterSensitiveLog = exports.ListPlaybackConfigurationsResponseFilterSensitiveLog = exports.ListPlaybackConfigurationsRequestFilterSensitiveLog = exports.ListLiveSourcesResponseFilterSensitiveLog = exports.ListLiveSourcesRequestFilterSensitiveLog = exports.ListChannelsResponseFilterSensitiveLog = void 0;
|
|
6
6
|
const MediaTailorServiceException_1 = require("./MediaTailorServiceException");
|
|
7
7
|
var MessageType;
|
|
8
8
|
(function (MessageType) {
|
|
9
9
|
MessageType["SPLICE_INSERT"] = "SPLICE_INSERT";
|
|
10
10
|
})(MessageType = exports.MessageType || (exports.MessageType = {}));
|
|
11
|
-
var SlateSource;
|
|
12
|
-
(function (SlateSource) {
|
|
13
|
-
SlateSource.filterSensitiveLog = (obj) => ({
|
|
14
|
-
...obj,
|
|
15
|
-
});
|
|
16
|
-
})(SlateSource = exports.SlateSource || (exports.SlateSource = {}));
|
|
17
|
-
var SpliceInsertMessage;
|
|
18
|
-
(function (SpliceInsertMessage) {
|
|
19
|
-
SpliceInsertMessage.filterSensitiveLog = (obj) => ({
|
|
20
|
-
...obj,
|
|
21
|
-
});
|
|
22
|
-
})(SpliceInsertMessage = exports.SpliceInsertMessage || (exports.SpliceInsertMessage = {}));
|
|
23
|
-
var AdBreak;
|
|
24
|
-
(function (AdBreak) {
|
|
25
|
-
AdBreak.filterSensitiveLog = (obj) => ({
|
|
26
|
-
...obj,
|
|
27
|
-
});
|
|
28
|
-
})(AdBreak = exports.AdBreak || (exports.AdBreak = {}));
|
|
29
|
-
var Alert;
|
|
30
|
-
(function (Alert) {
|
|
31
|
-
Alert.filterSensitiveLog = (obj) => ({
|
|
32
|
-
...obj,
|
|
33
|
-
});
|
|
34
|
-
})(Alert = exports.Alert || (exports.Alert = {}));
|
|
35
11
|
var Operator;
|
|
36
12
|
(function (Operator) {
|
|
37
13
|
Operator["EQUALS"] = "EQUALS";
|
|
38
14
|
})(Operator = exports.Operator || (exports.Operator = {}));
|
|
39
|
-
var AvailMatchingCriteria;
|
|
40
|
-
(function (AvailMatchingCriteria) {
|
|
41
|
-
AvailMatchingCriteria.filterSensitiveLog = (obj) => ({
|
|
42
|
-
...obj,
|
|
43
|
-
});
|
|
44
|
-
})(AvailMatchingCriteria = exports.AvailMatchingCriteria || (exports.AvailMatchingCriteria = {}));
|
|
45
|
-
var DashPlaylistSettings;
|
|
46
|
-
(function (DashPlaylistSettings) {
|
|
47
|
-
DashPlaylistSettings.filterSensitiveLog = (obj) => ({
|
|
48
|
-
...obj,
|
|
49
|
-
});
|
|
50
|
-
})(DashPlaylistSettings = exports.DashPlaylistSettings || (exports.DashPlaylistSettings = {}));
|
|
51
|
-
var HlsPlaylistSettings;
|
|
52
|
-
(function (HlsPlaylistSettings) {
|
|
53
|
-
HlsPlaylistSettings.filterSensitiveLog = (obj) => ({
|
|
54
|
-
...obj,
|
|
55
|
-
});
|
|
56
|
-
})(HlsPlaylistSettings = exports.HlsPlaylistSettings || (exports.HlsPlaylistSettings = {}));
|
|
57
|
-
var ResponseOutputItem;
|
|
58
|
-
(function (ResponseOutputItem) {
|
|
59
|
-
ResponseOutputItem.filterSensitiveLog = (obj) => ({
|
|
60
|
-
...obj,
|
|
61
|
-
});
|
|
62
|
-
})(ResponseOutputItem = exports.ResponseOutputItem || (exports.ResponseOutputItem = {}));
|
|
63
|
-
var Channel;
|
|
64
|
-
(function (Channel) {
|
|
65
|
-
Channel.filterSensitiveLog = (obj) => ({
|
|
66
|
-
...obj,
|
|
67
|
-
});
|
|
68
|
-
})(Channel = exports.Channel || (exports.Channel = {}));
|
|
69
15
|
var Type;
|
|
70
16
|
(function (Type) {
|
|
71
17
|
Type["DASH"] = "DASH";
|
|
72
18
|
Type["HLS"] = "HLS";
|
|
73
19
|
})(Type = exports.Type || (exports.Type = {}));
|
|
74
|
-
var HttpPackageConfiguration;
|
|
75
|
-
(function (HttpPackageConfiguration) {
|
|
76
|
-
HttpPackageConfiguration.filterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
})(HttpPackageConfiguration = exports.HttpPackageConfiguration || (exports.HttpPackageConfiguration = {}));
|
|
80
|
-
var LiveSource;
|
|
81
|
-
(function (LiveSource) {
|
|
82
|
-
LiveSource.filterSensitiveLog = (obj) => ({
|
|
83
|
-
...obj,
|
|
84
|
-
});
|
|
85
|
-
})(LiveSource = exports.LiveSource || (exports.LiveSource = {}));
|
|
86
20
|
var Mode;
|
|
87
21
|
(function (Mode) {
|
|
88
22
|
Mode["BEHIND_LIVE_EDGE"] = "BEHIND_LIVE_EDGE";
|
|
89
23
|
Mode["OFF"] = "OFF";
|
|
90
24
|
})(Mode = exports.Mode || (exports.Mode = {}));
|
|
91
|
-
var AvailSuppression;
|
|
92
|
-
(function (AvailSuppression) {
|
|
93
|
-
AvailSuppression.filterSensitiveLog = (obj) => ({
|
|
94
|
-
...obj,
|
|
95
|
-
});
|
|
96
|
-
})(AvailSuppression = exports.AvailSuppression || (exports.AvailSuppression = {}));
|
|
97
|
-
var Bumper;
|
|
98
|
-
(function (Bumper) {
|
|
99
|
-
Bumper.filterSensitiveLog = (obj) => ({
|
|
100
|
-
...obj,
|
|
101
|
-
});
|
|
102
|
-
})(Bumper = exports.Bumper || (exports.Bumper = {}));
|
|
103
|
-
var CdnConfiguration;
|
|
104
|
-
(function (CdnConfiguration) {
|
|
105
|
-
CdnConfiguration.filterSensitiveLog = (obj) => ({
|
|
106
|
-
...obj,
|
|
107
|
-
});
|
|
108
|
-
})(CdnConfiguration = exports.CdnConfiguration || (exports.CdnConfiguration = {}));
|
|
109
25
|
var OriginManifestType;
|
|
110
26
|
(function (OriginManifestType) {
|
|
111
27
|
OriginManifestType["MULTI_PERIOD"] = "MULTI_PERIOD";
|
|
112
28
|
OriginManifestType["SINGLE_PERIOD"] = "SINGLE_PERIOD";
|
|
113
29
|
})(OriginManifestType = exports.OriginManifestType || (exports.OriginManifestType = {}));
|
|
114
|
-
var DashConfiguration;
|
|
115
|
-
(function (DashConfiguration) {
|
|
116
|
-
DashConfiguration.filterSensitiveLog = (obj) => ({
|
|
117
|
-
...obj,
|
|
118
|
-
});
|
|
119
|
-
})(DashConfiguration = exports.DashConfiguration || (exports.DashConfiguration = {}));
|
|
120
|
-
var HlsConfiguration;
|
|
121
|
-
(function (HlsConfiguration) {
|
|
122
|
-
HlsConfiguration.filterSensitiveLog = (obj) => ({
|
|
123
|
-
...obj,
|
|
124
|
-
});
|
|
125
|
-
})(HlsConfiguration = exports.HlsConfiguration || (exports.HlsConfiguration = {}));
|
|
126
|
-
var LivePreRollConfiguration;
|
|
127
|
-
(function (LivePreRollConfiguration) {
|
|
128
|
-
LivePreRollConfiguration.filterSensitiveLog = (obj) => ({
|
|
129
|
-
...obj,
|
|
130
|
-
});
|
|
131
|
-
})(LivePreRollConfiguration = exports.LivePreRollConfiguration || (exports.LivePreRollConfiguration = {}));
|
|
132
|
-
var LogConfiguration;
|
|
133
|
-
(function (LogConfiguration) {
|
|
134
|
-
LogConfiguration.filterSensitiveLog = (obj) => ({
|
|
135
|
-
...obj,
|
|
136
|
-
});
|
|
137
|
-
})(LogConfiguration = exports.LogConfiguration || (exports.LogConfiguration = {}));
|
|
138
|
-
var AdMarkerPassthrough;
|
|
139
|
-
(function (AdMarkerPassthrough) {
|
|
140
|
-
AdMarkerPassthrough.filterSensitiveLog = (obj) => ({
|
|
141
|
-
...obj,
|
|
142
|
-
});
|
|
143
|
-
})(AdMarkerPassthrough = exports.AdMarkerPassthrough || (exports.AdMarkerPassthrough = {}));
|
|
144
|
-
var ManifestProcessingRules;
|
|
145
|
-
(function (ManifestProcessingRules) {
|
|
146
|
-
ManifestProcessingRules.filterSensitiveLog = (obj) => ({
|
|
147
|
-
...obj,
|
|
148
|
-
});
|
|
149
|
-
})(ManifestProcessingRules = exports.ManifestProcessingRules || (exports.ManifestProcessingRules = {}));
|
|
150
|
-
var PlaybackConfiguration;
|
|
151
|
-
(function (PlaybackConfiguration) {
|
|
152
|
-
PlaybackConfiguration.filterSensitiveLog = (obj) => ({
|
|
153
|
-
...obj,
|
|
154
|
-
});
|
|
155
|
-
})(PlaybackConfiguration = exports.PlaybackConfiguration || (exports.PlaybackConfiguration = {}));
|
|
156
|
-
var PrefetchConsumption;
|
|
157
|
-
(function (PrefetchConsumption) {
|
|
158
|
-
PrefetchConsumption.filterSensitiveLog = (obj) => ({
|
|
159
|
-
...obj,
|
|
160
|
-
});
|
|
161
|
-
})(PrefetchConsumption = exports.PrefetchConsumption || (exports.PrefetchConsumption = {}));
|
|
162
|
-
var PrefetchRetrieval;
|
|
163
|
-
(function (PrefetchRetrieval) {
|
|
164
|
-
PrefetchRetrieval.filterSensitiveLog = (obj) => ({
|
|
165
|
-
...obj,
|
|
166
|
-
});
|
|
167
|
-
})(PrefetchRetrieval = exports.PrefetchRetrieval || (exports.PrefetchRetrieval = {}));
|
|
168
|
-
var PrefetchSchedule;
|
|
169
|
-
(function (PrefetchSchedule) {
|
|
170
|
-
PrefetchSchedule.filterSensitiveLog = (obj) => ({
|
|
171
|
-
...obj,
|
|
172
|
-
});
|
|
173
|
-
})(PrefetchSchedule = exports.PrefetchSchedule || (exports.PrefetchSchedule = {}));
|
|
174
|
-
var ScheduleAdBreak;
|
|
175
|
-
(function (ScheduleAdBreak) {
|
|
176
|
-
ScheduleAdBreak.filterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
})(ScheduleAdBreak = exports.ScheduleAdBreak || (exports.ScheduleAdBreak = {}));
|
|
180
30
|
var ScheduleEntryType;
|
|
181
31
|
(function (ScheduleEntryType) {
|
|
182
32
|
ScheduleEntryType["FILLER_SLATE"] = "FILLER_SLATE";
|
|
183
33
|
ScheduleEntryType["PROGRAM"] = "PROGRAM";
|
|
184
34
|
})(ScheduleEntryType = exports.ScheduleEntryType || (exports.ScheduleEntryType = {}));
|
|
185
|
-
var ScheduleEntry;
|
|
186
|
-
(function (ScheduleEntry) {
|
|
187
|
-
ScheduleEntry.filterSensitiveLog = (obj) => ({
|
|
188
|
-
...obj,
|
|
189
|
-
});
|
|
190
|
-
})(ScheduleEntry = exports.ScheduleEntry || (exports.ScheduleEntry = {}));
|
|
191
|
-
var SegmentDeliveryConfiguration;
|
|
192
|
-
(function (SegmentDeliveryConfiguration) {
|
|
193
|
-
SegmentDeliveryConfiguration.filterSensitiveLog = (obj) => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
})(SegmentDeliveryConfiguration = exports.SegmentDeliveryConfiguration || (exports.SegmentDeliveryConfiguration = {}));
|
|
197
35
|
var AccessType;
|
|
198
36
|
(function (AccessType) {
|
|
199
37
|
AccessType["S3_SIGV4"] = "S3_SIGV4";
|
|
200
38
|
AccessType["SECRETS_MANAGER_ACCESS_TOKEN"] = "SECRETS_MANAGER_ACCESS_TOKEN";
|
|
201
39
|
})(AccessType = exports.AccessType || (exports.AccessType = {}));
|
|
202
|
-
var SecretsManagerAccessTokenConfiguration;
|
|
203
|
-
(function (SecretsManagerAccessTokenConfiguration) {
|
|
204
|
-
SecretsManagerAccessTokenConfiguration.filterSensitiveLog = (obj) => ({
|
|
205
|
-
...obj,
|
|
206
|
-
});
|
|
207
|
-
})(SecretsManagerAccessTokenConfiguration = exports.SecretsManagerAccessTokenConfiguration || (exports.SecretsManagerAccessTokenConfiguration = {}));
|
|
208
|
-
var AccessConfiguration;
|
|
209
|
-
(function (AccessConfiguration) {
|
|
210
|
-
AccessConfiguration.filterSensitiveLog = (obj) => ({
|
|
211
|
-
...obj,
|
|
212
|
-
});
|
|
213
|
-
})(AccessConfiguration = exports.AccessConfiguration || (exports.AccessConfiguration = {}));
|
|
214
|
-
var DefaultSegmentDeliveryConfiguration;
|
|
215
|
-
(function (DefaultSegmentDeliveryConfiguration) {
|
|
216
|
-
DefaultSegmentDeliveryConfiguration.filterSensitiveLog = (obj) => ({
|
|
217
|
-
...obj,
|
|
218
|
-
});
|
|
219
|
-
})(DefaultSegmentDeliveryConfiguration = exports.DefaultSegmentDeliveryConfiguration || (exports.DefaultSegmentDeliveryConfiguration = {}));
|
|
220
|
-
var HttpConfiguration;
|
|
221
|
-
(function (HttpConfiguration) {
|
|
222
|
-
HttpConfiguration.filterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
});
|
|
225
|
-
})(HttpConfiguration = exports.HttpConfiguration || (exports.HttpConfiguration = {}));
|
|
226
|
-
var SourceLocation;
|
|
227
|
-
(function (SourceLocation) {
|
|
228
|
-
SourceLocation.filterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
})(SourceLocation = exports.SourceLocation || (exports.SourceLocation = {}));
|
|
232
|
-
var VodSource;
|
|
233
|
-
(function (VodSource) {
|
|
234
|
-
VodSource.filterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
});
|
|
237
|
-
})(VodSource = exports.VodSource || (exports.VodSource = {}));
|
|
238
40
|
class BadRequestException extends MediaTailorServiceException_1.MediaTailorServiceException {
|
|
239
41
|
constructor(opts) {
|
|
240
42
|
super({
|
|
@@ -254,24 +56,6 @@ var ChannelState;
|
|
|
254
56
|
ChannelState["RUNNING"] = "RUNNING";
|
|
255
57
|
ChannelState["STOPPED"] = "STOPPED";
|
|
256
58
|
})(ChannelState = exports.ChannelState || (exports.ChannelState = {}));
|
|
257
|
-
var ConfigureLogsForPlaybackConfigurationRequest;
|
|
258
|
-
(function (ConfigureLogsForPlaybackConfigurationRequest) {
|
|
259
|
-
ConfigureLogsForPlaybackConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
});
|
|
262
|
-
})(ConfigureLogsForPlaybackConfigurationRequest = exports.ConfigureLogsForPlaybackConfigurationRequest || (exports.ConfigureLogsForPlaybackConfigurationRequest = {}));
|
|
263
|
-
var ConfigureLogsForPlaybackConfigurationResponse;
|
|
264
|
-
(function (ConfigureLogsForPlaybackConfigurationResponse) {
|
|
265
|
-
ConfigureLogsForPlaybackConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
});
|
|
268
|
-
})(ConfigureLogsForPlaybackConfigurationResponse = exports.ConfigureLogsForPlaybackConfigurationResponse || (exports.ConfigureLogsForPlaybackConfigurationResponse = {}));
|
|
269
|
-
var RequestOutputItem;
|
|
270
|
-
(function (RequestOutputItem) {
|
|
271
|
-
RequestOutputItem.filterSensitiveLog = (obj) => ({
|
|
272
|
-
...obj,
|
|
273
|
-
});
|
|
274
|
-
})(RequestOutputItem = exports.RequestOutputItem || (exports.RequestOutputItem = {}));
|
|
275
59
|
var PlaybackMode;
|
|
276
60
|
(function (PlaybackMode) {
|
|
277
61
|
PlaybackMode["LINEAR"] = "LINEAR";
|
|
@@ -282,506 +66,484 @@ var Tier;
|
|
|
282
66
|
Tier["BASIC"] = "BASIC";
|
|
283
67
|
Tier["STANDARD"] = "STANDARD";
|
|
284
68
|
})(Tier = exports.Tier || (exports.Tier = {}));
|
|
285
|
-
var CreateChannelRequest;
|
|
286
|
-
(function (CreateChannelRequest) {
|
|
287
|
-
CreateChannelRequest.filterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
})(CreateChannelRequest = exports.CreateChannelRequest || (exports.CreateChannelRequest = {}));
|
|
291
|
-
var CreateChannelResponse;
|
|
292
|
-
(function (CreateChannelResponse) {
|
|
293
|
-
CreateChannelResponse.filterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
})(CreateChannelResponse = exports.CreateChannelResponse || (exports.CreateChannelResponse = {}));
|
|
297
|
-
var CreateLiveSourceRequest;
|
|
298
|
-
(function (CreateLiveSourceRequest) {
|
|
299
|
-
CreateLiveSourceRequest.filterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
})(CreateLiveSourceRequest = exports.CreateLiveSourceRequest || (exports.CreateLiveSourceRequest = {}));
|
|
303
|
-
var CreateLiveSourceResponse;
|
|
304
|
-
(function (CreateLiveSourceResponse) {
|
|
305
|
-
CreateLiveSourceResponse.filterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
})(CreateLiveSourceResponse = exports.CreateLiveSourceResponse || (exports.CreateLiveSourceResponse = {}));
|
|
309
|
-
var CreatePrefetchScheduleRequest;
|
|
310
|
-
(function (CreatePrefetchScheduleRequest) {
|
|
311
|
-
CreatePrefetchScheduleRequest.filterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
})(CreatePrefetchScheduleRequest = exports.CreatePrefetchScheduleRequest || (exports.CreatePrefetchScheduleRequest = {}));
|
|
315
|
-
var CreatePrefetchScheduleResponse;
|
|
316
|
-
(function (CreatePrefetchScheduleResponse) {
|
|
317
|
-
CreatePrefetchScheduleResponse.filterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
})(CreatePrefetchScheduleResponse = exports.CreatePrefetchScheduleResponse || (exports.CreatePrefetchScheduleResponse = {}));
|
|
321
69
|
var RelativePosition;
|
|
322
70
|
(function (RelativePosition) {
|
|
323
71
|
RelativePosition["AFTER_PROGRAM"] = "AFTER_PROGRAM";
|
|
324
72
|
RelativePosition["BEFORE_PROGRAM"] = "BEFORE_PROGRAM";
|
|
325
73
|
})(RelativePosition = exports.RelativePosition || (exports.RelativePosition = {}));
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
74
|
+
const SlateSourceFilterSensitiveLog = (obj) => ({
|
|
75
|
+
...obj,
|
|
76
|
+
});
|
|
77
|
+
exports.SlateSourceFilterSensitiveLog = SlateSourceFilterSensitiveLog;
|
|
78
|
+
const SpliceInsertMessageFilterSensitiveLog = (obj) => ({
|
|
79
|
+
...obj,
|
|
80
|
+
});
|
|
81
|
+
exports.SpliceInsertMessageFilterSensitiveLog = SpliceInsertMessageFilterSensitiveLog;
|
|
82
|
+
const AdBreakFilterSensitiveLog = (obj) => ({
|
|
83
|
+
...obj,
|
|
84
|
+
});
|
|
85
|
+
exports.AdBreakFilterSensitiveLog = AdBreakFilterSensitiveLog;
|
|
86
|
+
const AlertFilterSensitiveLog = (obj) => ({
|
|
87
|
+
...obj,
|
|
88
|
+
});
|
|
89
|
+
exports.AlertFilterSensitiveLog = AlertFilterSensitiveLog;
|
|
90
|
+
const AvailMatchingCriteriaFilterSensitiveLog = (obj) => ({
|
|
91
|
+
...obj,
|
|
92
|
+
});
|
|
93
|
+
exports.AvailMatchingCriteriaFilterSensitiveLog = AvailMatchingCriteriaFilterSensitiveLog;
|
|
94
|
+
const DashPlaylistSettingsFilterSensitiveLog = (obj) => ({
|
|
95
|
+
...obj,
|
|
96
|
+
});
|
|
97
|
+
exports.DashPlaylistSettingsFilterSensitiveLog = DashPlaylistSettingsFilterSensitiveLog;
|
|
98
|
+
const HlsPlaylistSettingsFilterSensitiveLog = (obj) => ({
|
|
99
|
+
...obj,
|
|
100
|
+
});
|
|
101
|
+
exports.HlsPlaylistSettingsFilterSensitiveLog = HlsPlaylistSettingsFilterSensitiveLog;
|
|
102
|
+
const ResponseOutputItemFilterSensitiveLog = (obj) => ({
|
|
103
|
+
...obj,
|
|
104
|
+
});
|
|
105
|
+
exports.ResponseOutputItemFilterSensitiveLog = ResponseOutputItemFilterSensitiveLog;
|
|
106
|
+
const ChannelFilterSensitiveLog = (obj) => ({
|
|
107
|
+
...obj,
|
|
108
|
+
});
|
|
109
|
+
exports.ChannelFilterSensitiveLog = ChannelFilterSensitiveLog;
|
|
110
|
+
const HttpPackageConfigurationFilterSensitiveLog = (obj) => ({
|
|
111
|
+
...obj,
|
|
112
|
+
});
|
|
113
|
+
exports.HttpPackageConfigurationFilterSensitiveLog = HttpPackageConfigurationFilterSensitiveLog;
|
|
114
|
+
const LiveSourceFilterSensitiveLog = (obj) => ({
|
|
115
|
+
...obj,
|
|
116
|
+
});
|
|
117
|
+
exports.LiveSourceFilterSensitiveLog = LiveSourceFilterSensitiveLog;
|
|
118
|
+
const AvailSuppressionFilterSensitiveLog = (obj) => ({
|
|
119
|
+
...obj,
|
|
120
|
+
});
|
|
121
|
+
exports.AvailSuppressionFilterSensitiveLog = AvailSuppressionFilterSensitiveLog;
|
|
122
|
+
const BumperFilterSensitiveLog = (obj) => ({
|
|
123
|
+
...obj,
|
|
124
|
+
});
|
|
125
|
+
exports.BumperFilterSensitiveLog = BumperFilterSensitiveLog;
|
|
126
|
+
const CdnConfigurationFilterSensitiveLog = (obj) => ({
|
|
127
|
+
...obj,
|
|
128
|
+
});
|
|
129
|
+
exports.CdnConfigurationFilterSensitiveLog = CdnConfigurationFilterSensitiveLog;
|
|
130
|
+
const DashConfigurationFilterSensitiveLog = (obj) => ({
|
|
131
|
+
...obj,
|
|
132
|
+
});
|
|
133
|
+
exports.DashConfigurationFilterSensitiveLog = DashConfigurationFilterSensitiveLog;
|
|
134
|
+
const HlsConfigurationFilterSensitiveLog = (obj) => ({
|
|
135
|
+
...obj,
|
|
136
|
+
});
|
|
137
|
+
exports.HlsConfigurationFilterSensitiveLog = HlsConfigurationFilterSensitiveLog;
|
|
138
|
+
const LivePreRollConfigurationFilterSensitiveLog = (obj) => ({
|
|
139
|
+
...obj,
|
|
140
|
+
});
|
|
141
|
+
exports.LivePreRollConfigurationFilterSensitiveLog = LivePreRollConfigurationFilterSensitiveLog;
|
|
142
|
+
const LogConfigurationFilterSensitiveLog = (obj) => ({
|
|
143
|
+
...obj,
|
|
144
|
+
});
|
|
145
|
+
exports.LogConfigurationFilterSensitiveLog = LogConfigurationFilterSensitiveLog;
|
|
146
|
+
const AdMarkerPassthroughFilterSensitiveLog = (obj) => ({
|
|
147
|
+
...obj,
|
|
148
|
+
});
|
|
149
|
+
exports.AdMarkerPassthroughFilterSensitiveLog = AdMarkerPassthroughFilterSensitiveLog;
|
|
150
|
+
const ManifestProcessingRulesFilterSensitiveLog = (obj) => ({
|
|
151
|
+
...obj,
|
|
152
|
+
});
|
|
153
|
+
exports.ManifestProcessingRulesFilterSensitiveLog = ManifestProcessingRulesFilterSensitiveLog;
|
|
154
|
+
const PlaybackConfigurationFilterSensitiveLog = (obj) => ({
|
|
155
|
+
...obj,
|
|
156
|
+
});
|
|
157
|
+
exports.PlaybackConfigurationFilterSensitiveLog = PlaybackConfigurationFilterSensitiveLog;
|
|
158
|
+
const PrefetchConsumptionFilterSensitiveLog = (obj) => ({
|
|
159
|
+
...obj,
|
|
160
|
+
});
|
|
161
|
+
exports.PrefetchConsumptionFilterSensitiveLog = PrefetchConsumptionFilterSensitiveLog;
|
|
162
|
+
const PrefetchRetrievalFilterSensitiveLog = (obj) => ({
|
|
163
|
+
...obj,
|
|
164
|
+
});
|
|
165
|
+
exports.PrefetchRetrievalFilterSensitiveLog = PrefetchRetrievalFilterSensitiveLog;
|
|
166
|
+
const PrefetchScheduleFilterSensitiveLog = (obj) => ({
|
|
167
|
+
...obj,
|
|
168
|
+
});
|
|
169
|
+
exports.PrefetchScheduleFilterSensitiveLog = PrefetchScheduleFilterSensitiveLog;
|
|
170
|
+
const ScheduleAdBreakFilterSensitiveLog = (obj) => ({
|
|
171
|
+
...obj,
|
|
172
|
+
});
|
|
173
|
+
exports.ScheduleAdBreakFilterSensitiveLog = ScheduleAdBreakFilterSensitiveLog;
|
|
174
|
+
const ScheduleEntryFilterSensitiveLog = (obj) => ({
|
|
175
|
+
...obj,
|
|
176
|
+
});
|
|
177
|
+
exports.ScheduleEntryFilterSensitiveLog = ScheduleEntryFilterSensitiveLog;
|
|
178
|
+
const SegmentDeliveryConfigurationFilterSensitiveLog = (obj) => ({
|
|
179
|
+
...obj,
|
|
180
|
+
});
|
|
181
|
+
exports.SegmentDeliveryConfigurationFilterSensitiveLog = SegmentDeliveryConfigurationFilterSensitiveLog;
|
|
182
|
+
const SecretsManagerAccessTokenConfigurationFilterSensitiveLog = (obj) => ({
|
|
183
|
+
...obj,
|
|
184
|
+
});
|
|
185
|
+
exports.SecretsManagerAccessTokenConfigurationFilterSensitiveLog = SecretsManagerAccessTokenConfigurationFilterSensitiveLog;
|
|
186
|
+
const AccessConfigurationFilterSensitiveLog = (obj) => ({
|
|
187
|
+
...obj,
|
|
188
|
+
});
|
|
189
|
+
exports.AccessConfigurationFilterSensitiveLog = AccessConfigurationFilterSensitiveLog;
|
|
190
|
+
const DefaultSegmentDeliveryConfigurationFilterSensitiveLog = (obj) => ({
|
|
191
|
+
...obj,
|
|
192
|
+
});
|
|
193
|
+
exports.DefaultSegmentDeliveryConfigurationFilterSensitiveLog = DefaultSegmentDeliveryConfigurationFilterSensitiveLog;
|
|
194
|
+
const HttpConfigurationFilterSensitiveLog = (obj) => ({
|
|
195
|
+
...obj,
|
|
196
|
+
});
|
|
197
|
+
exports.HttpConfigurationFilterSensitiveLog = HttpConfigurationFilterSensitiveLog;
|
|
198
|
+
const SourceLocationFilterSensitiveLog = (obj) => ({
|
|
199
|
+
...obj,
|
|
200
|
+
});
|
|
201
|
+
exports.SourceLocationFilterSensitiveLog = SourceLocationFilterSensitiveLog;
|
|
202
|
+
const VodSourceFilterSensitiveLog = (obj) => ({
|
|
203
|
+
...obj,
|
|
204
|
+
});
|
|
205
|
+
exports.VodSourceFilterSensitiveLog = VodSourceFilterSensitiveLog;
|
|
206
|
+
const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
207
|
+
...obj,
|
|
208
|
+
});
|
|
209
|
+
exports.ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog = ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog;
|
|
210
|
+
const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
211
|
+
...obj,
|
|
212
|
+
});
|
|
213
|
+
exports.ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog = ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog;
|
|
214
|
+
const RequestOutputItemFilterSensitiveLog = (obj) => ({
|
|
215
|
+
...obj,
|
|
216
|
+
});
|
|
217
|
+
exports.RequestOutputItemFilterSensitiveLog = RequestOutputItemFilterSensitiveLog;
|
|
218
|
+
const CreateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
219
|
+
...obj,
|
|
220
|
+
});
|
|
221
|
+
exports.CreateChannelRequestFilterSensitiveLog = CreateChannelRequestFilterSensitiveLog;
|
|
222
|
+
const CreateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
223
|
+
...obj,
|
|
224
|
+
});
|
|
225
|
+
exports.CreateChannelResponseFilterSensitiveLog = CreateChannelResponseFilterSensitiveLog;
|
|
226
|
+
const CreateLiveSourceRequestFilterSensitiveLog = (obj) => ({
|
|
227
|
+
...obj,
|
|
228
|
+
});
|
|
229
|
+
exports.CreateLiveSourceRequestFilterSensitiveLog = CreateLiveSourceRequestFilterSensitiveLog;
|
|
230
|
+
const CreateLiveSourceResponseFilterSensitiveLog = (obj) => ({
|
|
231
|
+
...obj,
|
|
232
|
+
});
|
|
233
|
+
exports.CreateLiveSourceResponseFilterSensitiveLog = CreateLiveSourceResponseFilterSensitiveLog;
|
|
234
|
+
const CreatePrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
235
|
+
...obj,
|
|
236
|
+
});
|
|
237
|
+
exports.CreatePrefetchScheduleRequestFilterSensitiveLog = CreatePrefetchScheduleRequestFilterSensitiveLog;
|
|
238
|
+
const CreatePrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
239
|
+
...obj,
|
|
240
|
+
});
|
|
241
|
+
exports.CreatePrefetchScheduleResponseFilterSensitiveLog = CreatePrefetchScheduleResponseFilterSensitiveLog;
|
|
242
|
+
const TransitionFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
exports.TransitionFilterSensitiveLog = TransitionFilterSensitiveLog;
|
|
246
|
+
const ScheduleConfigurationFilterSensitiveLog = (obj) => ({
|
|
247
|
+
...obj,
|
|
248
|
+
});
|
|
249
|
+
exports.ScheduleConfigurationFilterSensitiveLog = ScheduleConfigurationFilterSensitiveLog;
|
|
250
|
+
const CreateProgramRequestFilterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
});
|
|
253
|
+
exports.CreateProgramRequestFilterSensitiveLog = CreateProgramRequestFilterSensitiveLog;
|
|
254
|
+
const CreateProgramResponseFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
exports.CreateProgramResponseFilterSensitiveLog = CreateProgramResponseFilterSensitiveLog;
|
|
258
|
+
const CreateSourceLocationRequestFilterSensitiveLog = (obj) => ({
|
|
259
|
+
...obj,
|
|
260
|
+
});
|
|
261
|
+
exports.CreateSourceLocationRequestFilterSensitiveLog = CreateSourceLocationRequestFilterSensitiveLog;
|
|
262
|
+
const CreateSourceLocationResponseFilterSensitiveLog = (obj) => ({
|
|
263
|
+
...obj,
|
|
264
|
+
});
|
|
265
|
+
exports.CreateSourceLocationResponseFilterSensitiveLog = CreateSourceLocationResponseFilterSensitiveLog;
|
|
266
|
+
const CreateVodSourceRequestFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
exports.CreateVodSourceRequestFilterSensitiveLog = CreateVodSourceRequestFilterSensitiveLog;
|
|
270
|
+
const CreateVodSourceResponseFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
exports.CreateVodSourceResponseFilterSensitiveLog = CreateVodSourceResponseFilterSensitiveLog;
|
|
274
|
+
const DashConfigurationForPutFilterSensitiveLog = (obj) => ({
|
|
275
|
+
...obj,
|
|
276
|
+
});
|
|
277
|
+
exports.DashConfigurationForPutFilterSensitiveLog = DashConfigurationForPutFilterSensitiveLog;
|
|
278
|
+
const DeleteChannelRequestFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
exports.DeleteChannelRequestFilterSensitiveLog = DeleteChannelRequestFilterSensitiveLog;
|
|
282
|
+
const DeleteChannelResponseFilterSensitiveLog = (obj) => ({
|
|
283
|
+
...obj,
|
|
284
|
+
});
|
|
285
|
+
exports.DeleteChannelResponseFilterSensitiveLog = DeleteChannelResponseFilterSensitiveLog;
|
|
286
|
+
const DeleteChannelPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
exports.DeleteChannelPolicyRequestFilterSensitiveLog = DeleteChannelPolicyRequestFilterSensitiveLog;
|
|
290
|
+
const DeleteChannelPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
exports.DeleteChannelPolicyResponseFilterSensitiveLog = DeleteChannelPolicyResponseFilterSensitiveLog;
|
|
294
|
+
const DeleteLiveSourceRequestFilterSensitiveLog = (obj) => ({
|
|
295
|
+
...obj,
|
|
296
|
+
});
|
|
297
|
+
exports.DeleteLiveSourceRequestFilterSensitiveLog = DeleteLiveSourceRequestFilterSensitiveLog;
|
|
298
|
+
const DeleteLiveSourceResponseFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
});
|
|
301
|
+
exports.DeleteLiveSourceResponseFilterSensitiveLog = DeleteLiveSourceResponseFilterSensitiveLog;
|
|
302
|
+
const DeletePlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
exports.DeletePlaybackConfigurationRequestFilterSensitiveLog = DeletePlaybackConfigurationRequestFilterSensitiveLog;
|
|
306
|
+
const DeletePlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
307
|
+
...obj,
|
|
308
|
+
});
|
|
309
|
+
exports.DeletePlaybackConfigurationResponseFilterSensitiveLog = DeletePlaybackConfigurationResponseFilterSensitiveLog;
|
|
310
|
+
const DeletePrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
+
...obj,
|
|
312
|
+
});
|
|
313
|
+
exports.DeletePrefetchScheduleRequestFilterSensitiveLog = DeletePrefetchScheduleRequestFilterSensitiveLog;
|
|
314
|
+
const DeletePrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
exports.DeletePrefetchScheduleResponseFilterSensitiveLog = DeletePrefetchScheduleResponseFilterSensitiveLog;
|
|
318
|
+
const DeleteProgramRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
+
...obj,
|
|
320
|
+
});
|
|
321
|
+
exports.DeleteProgramRequestFilterSensitiveLog = DeleteProgramRequestFilterSensitiveLog;
|
|
322
|
+
const DeleteProgramResponseFilterSensitiveLog = (obj) => ({
|
|
323
|
+
...obj,
|
|
324
|
+
});
|
|
325
|
+
exports.DeleteProgramResponseFilterSensitiveLog = DeleteProgramResponseFilterSensitiveLog;
|
|
326
|
+
const DeleteSourceLocationRequestFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
exports.DeleteSourceLocationRequestFilterSensitiveLog = DeleteSourceLocationRequestFilterSensitiveLog;
|
|
330
|
+
const DeleteSourceLocationResponseFilterSensitiveLog = (obj) => ({
|
|
331
|
+
...obj,
|
|
332
|
+
});
|
|
333
|
+
exports.DeleteSourceLocationResponseFilterSensitiveLog = DeleteSourceLocationResponseFilterSensitiveLog;
|
|
334
|
+
const DeleteVodSourceRequestFilterSensitiveLog = (obj) => ({
|
|
335
|
+
...obj,
|
|
336
|
+
});
|
|
337
|
+
exports.DeleteVodSourceRequestFilterSensitiveLog = DeleteVodSourceRequestFilterSensitiveLog;
|
|
338
|
+
const DeleteVodSourceResponseFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
exports.DeleteVodSourceResponseFilterSensitiveLog = DeleteVodSourceResponseFilterSensitiveLog;
|
|
342
|
+
const DescribeChannelRequestFilterSensitiveLog = (obj) => ({
|
|
343
|
+
...obj,
|
|
344
|
+
});
|
|
345
|
+
exports.DescribeChannelRequestFilterSensitiveLog = DescribeChannelRequestFilterSensitiveLog;
|
|
346
|
+
const DescribeChannelResponseFilterSensitiveLog = (obj) => ({
|
|
347
|
+
...obj,
|
|
348
|
+
});
|
|
349
|
+
exports.DescribeChannelResponseFilterSensitiveLog = DescribeChannelResponseFilterSensitiveLog;
|
|
350
|
+
const DescribeLiveSourceRequestFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
exports.DescribeLiveSourceRequestFilterSensitiveLog = DescribeLiveSourceRequestFilterSensitiveLog;
|
|
354
|
+
const DescribeLiveSourceResponseFilterSensitiveLog = (obj) => ({
|
|
355
|
+
...obj,
|
|
356
|
+
});
|
|
357
|
+
exports.DescribeLiveSourceResponseFilterSensitiveLog = DescribeLiveSourceResponseFilterSensitiveLog;
|
|
358
|
+
const DescribeProgramRequestFilterSensitiveLog = (obj) => ({
|
|
359
|
+
...obj,
|
|
360
|
+
});
|
|
361
|
+
exports.DescribeProgramRequestFilterSensitiveLog = DescribeProgramRequestFilterSensitiveLog;
|
|
362
|
+
const DescribeProgramResponseFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
exports.DescribeProgramResponseFilterSensitiveLog = DescribeProgramResponseFilterSensitiveLog;
|
|
366
|
+
const DescribeSourceLocationRequestFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
exports.DescribeSourceLocationRequestFilterSensitiveLog = DescribeSourceLocationRequestFilterSensitiveLog;
|
|
370
|
+
const DescribeSourceLocationResponseFilterSensitiveLog = (obj) => ({
|
|
371
|
+
...obj,
|
|
372
|
+
});
|
|
373
|
+
exports.DescribeSourceLocationResponseFilterSensitiveLog = DescribeSourceLocationResponseFilterSensitiveLog;
|
|
374
|
+
const DescribeVodSourceRequestFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
exports.DescribeVodSourceRequestFilterSensitiveLog = DescribeVodSourceRequestFilterSensitiveLog;
|
|
378
|
+
const DescribeVodSourceResponseFilterSensitiveLog = (obj) => ({
|
|
379
|
+
...obj,
|
|
380
|
+
});
|
|
381
|
+
exports.DescribeVodSourceResponseFilterSensitiveLog = DescribeVodSourceResponseFilterSensitiveLog;
|
|
382
|
+
const GetChannelPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
383
|
+
...obj,
|
|
384
|
+
});
|
|
385
|
+
exports.GetChannelPolicyRequestFilterSensitiveLog = GetChannelPolicyRequestFilterSensitiveLog;
|
|
386
|
+
const GetChannelPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
exports.GetChannelPolicyResponseFilterSensitiveLog = GetChannelPolicyResponseFilterSensitiveLog;
|
|
390
|
+
const GetChannelScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
391
|
+
...obj,
|
|
392
|
+
});
|
|
393
|
+
exports.GetChannelScheduleRequestFilterSensitiveLog = GetChannelScheduleRequestFilterSensitiveLog;
|
|
394
|
+
const GetChannelScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
395
|
+
...obj,
|
|
396
|
+
});
|
|
397
|
+
exports.GetChannelScheduleResponseFilterSensitiveLog = GetChannelScheduleResponseFilterSensitiveLog;
|
|
398
|
+
const GetPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
exports.GetPlaybackConfigurationRequestFilterSensitiveLog = GetPlaybackConfigurationRequestFilterSensitiveLog;
|
|
402
|
+
const GetPlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
403
|
+
...obj,
|
|
404
|
+
});
|
|
405
|
+
exports.GetPlaybackConfigurationResponseFilterSensitiveLog = GetPlaybackConfigurationResponseFilterSensitiveLog;
|
|
406
|
+
const GetPrefetchScheduleRequestFilterSensitiveLog = (obj) => ({
|
|
407
|
+
...obj,
|
|
408
|
+
});
|
|
409
|
+
exports.GetPrefetchScheduleRequestFilterSensitiveLog = GetPrefetchScheduleRequestFilterSensitiveLog;
|
|
410
|
+
const GetPrefetchScheduleResponseFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
exports.GetPrefetchScheduleResponseFilterSensitiveLog = GetPrefetchScheduleResponseFilterSensitiveLog;
|
|
414
|
+
const ListAlertsRequestFilterSensitiveLog = (obj) => ({
|
|
415
|
+
...obj,
|
|
416
|
+
});
|
|
417
|
+
exports.ListAlertsRequestFilterSensitiveLog = ListAlertsRequestFilterSensitiveLog;
|
|
418
|
+
const ListAlertsResponseFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
});
|
|
421
|
+
exports.ListAlertsResponseFilterSensitiveLog = ListAlertsResponseFilterSensitiveLog;
|
|
422
|
+
const ListChannelsRequestFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
exports.ListChannelsRequestFilterSensitiveLog = ListChannelsRequestFilterSensitiveLog;
|
|
426
|
+
const ListChannelsResponseFilterSensitiveLog = (obj) => ({
|
|
427
|
+
...obj,
|
|
428
|
+
});
|
|
429
|
+
exports.ListChannelsResponseFilterSensitiveLog = ListChannelsResponseFilterSensitiveLog;
|
|
430
|
+
const ListLiveSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
+
...obj,
|
|
432
|
+
});
|
|
433
|
+
exports.ListLiveSourcesRequestFilterSensitiveLog = ListLiveSourcesRequestFilterSensitiveLog;
|
|
434
|
+
const ListLiveSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
exports.ListLiveSourcesResponseFilterSensitiveLog = ListLiveSourcesResponseFilterSensitiveLog;
|
|
438
|
+
const ListPlaybackConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
});
|
|
441
|
+
exports.ListPlaybackConfigurationsRequestFilterSensitiveLog = ListPlaybackConfigurationsRequestFilterSensitiveLog;
|
|
442
|
+
const ListPlaybackConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
443
|
+
...obj,
|
|
444
|
+
});
|
|
445
|
+
exports.ListPlaybackConfigurationsResponseFilterSensitiveLog = ListPlaybackConfigurationsResponseFilterSensitiveLog;
|
|
446
|
+
const ListPrefetchSchedulesRequestFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
exports.ListPrefetchSchedulesRequestFilterSensitiveLog = ListPrefetchSchedulesRequestFilterSensitiveLog;
|
|
450
|
+
const ListPrefetchSchedulesResponseFilterSensitiveLog = (obj) => ({
|
|
451
|
+
...obj,
|
|
452
|
+
});
|
|
453
|
+
exports.ListPrefetchSchedulesResponseFilterSensitiveLog = ListPrefetchSchedulesResponseFilterSensitiveLog;
|
|
454
|
+
const ListSourceLocationsRequestFilterSensitiveLog = (obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
});
|
|
457
|
+
exports.ListSourceLocationsRequestFilterSensitiveLog = ListSourceLocationsRequestFilterSensitiveLog;
|
|
458
|
+
const ListSourceLocationsResponseFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
exports.ListSourceLocationsResponseFilterSensitiveLog = ListSourceLocationsResponseFilterSensitiveLog;
|
|
462
|
+
const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
463
|
+
...obj,
|
|
464
|
+
});
|
|
465
|
+
exports.ListTagsForResourceRequestFilterSensitiveLog = ListTagsForResourceRequestFilterSensitiveLog;
|
|
466
|
+
const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
467
|
+
...obj,
|
|
468
|
+
});
|
|
469
|
+
exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
|
|
470
|
+
const ListVodSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
exports.ListVodSourcesRequestFilterSensitiveLog = ListVodSourcesRequestFilterSensitiveLog;
|
|
474
|
+
const ListVodSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
475
|
+
...obj,
|
|
476
|
+
});
|
|
477
|
+
exports.ListVodSourcesResponseFilterSensitiveLog = ListVodSourcesResponseFilterSensitiveLog;
|
|
478
|
+
const PutChannelPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
479
|
+
...obj,
|
|
480
|
+
});
|
|
481
|
+
exports.PutChannelPolicyRequestFilterSensitiveLog = PutChannelPolicyRequestFilterSensitiveLog;
|
|
482
|
+
const PutChannelPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
exports.PutChannelPolicyResponseFilterSensitiveLog = PutChannelPolicyResponseFilterSensitiveLog;
|
|
486
|
+
const PutPlaybackConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
487
|
+
...obj,
|
|
488
|
+
});
|
|
489
|
+
exports.PutPlaybackConfigurationRequestFilterSensitiveLog = PutPlaybackConfigurationRequestFilterSensitiveLog;
|
|
490
|
+
const PutPlaybackConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
491
|
+
...obj,
|
|
492
|
+
});
|
|
493
|
+
exports.PutPlaybackConfigurationResponseFilterSensitiveLog = PutPlaybackConfigurationResponseFilterSensitiveLog;
|
|
494
|
+
const StartChannelRequestFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
exports.StartChannelRequestFilterSensitiveLog = StartChannelRequestFilterSensitiveLog;
|
|
498
|
+
const StartChannelResponseFilterSensitiveLog = (obj) => ({
|
|
499
|
+
...obj,
|
|
500
|
+
});
|
|
501
|
+
exports.StartChannelResponseFilterSensitiveLog = StartChannelResponseFilterSensitiveLog;
|
|
502
|
+
const StopChannelRequestFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
});
|
|
505
|
+
exports.StopChannelRequestFilterSensitiveLog = StopChannelRequestFilterSensitiveLog;
|
|
506
|
+
const StopChannelResponseFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
exports.StopChannelResponseFilterSensitiveLog = StopChannelResponseFilterSensitiveLog;
|
|
510
|
+
const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
});
|
|
513
|
+
exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
|
|
514
|
+
const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
515
|
+
...obj,
|
|
516
|
+
});
|
|
517
|
+
exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
|
|
518
|
+
const UpdateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
exports.UpdateChannelRequestFilterSensitiveLog = UpdateChannelRequestFilterSensitiveLog;
|
|
522
|
+
const UpdateChannelResponseFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
});
|
|
525
|
+
exports.UpdateChannelResponseFilterSensitiveLog = UpdateChannelResponseFilterSensitiveLog;
|
|
526
|
+
const UpdateLiveSourceRequestFilterSensitiveLog = (obj) => ({
|
|
527
|
+
...obj,
|
|
528
|
+
});
|
|
529
|
+
exports.UpdateLiveSourceRequestFilterSensitiveLog = UpdateLiveSourceRequestFilterSensitiveLog;
|
|
530
|
+
const UpdateLiveSourceResponseFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
exports.UpdateLiveSourceResponseFilterSensitiveLog = UpdateLiveSourceResponseFilterSensitiveLog;
|
|
534
|
+
const UpdateSourceLocationRequestFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
exports.UpdateSourceLocationRequestFilterSensitiveLog = UpdateSourceLocationRequestFilterSensitiveLog;
|
|
538
|
+
const UpdateSourceLocationResponseFilterSensitiveLog = (obj) => ({
|
|
539
|
+
...obj,
|
|
540
|
+
});
|
|
541
|
+
exports.UpdateSourceLocationResponseFilterSensitiveLog = UpdateSourceLocationResponseFilterSensitiveLog;
|
|
542
|
+
const UpdateVodSourceRequestFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
exports.UpdateVodSourceRequestFilterSensitiveLog = UpdateVodSourceRequestFilterSensitiveLog;
|
|
546
|
+
const UpdateVodSourceResponseFilterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
exports.UpdateVodSourceResponseFilterSensitiveLog = UpdateVodSourceResponseFilterSensitiveLog;
|