@aws-sdk/client-mediatailor 3.986.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +63 -1535
- package/dist-cjs/models/MediaTailorServiceException.js +12 -0
- package/dist-cjs/models/errors.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1307 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +19 -13
- package/dist-types/schemas/schemas_0.d.ts +9 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -2
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var MediaTailorServiceException = require('./models/MediaTailorServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1305 +113,6 @@ class MediaTailorClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class MediaTailorServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, MediaTailorServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class BadRequestException extends MediaTailorServiceException {
|
|
121
|
-
name = "BadRequestException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "BadRequestException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
const _A = "Alert";
|
|
136
|
-
const _AB = "AdBreak";
|
|
137
|
-
const _ABM = "AdBreakMetadata";
|
|
138
|
-
const _ABML = "AdBreakMetadataList";
|
|
139
|
-
const _ABO = "AdBreakOpportunity";
|
|
140
|
-
const _ABOd = "AdBreakOpportunities";
|
|
141
|
-
const _ABd = "AdBreaks";
|
|
142
|
-
const _AC = "AccessConfiguration";
|
|
143
|
-
const _ACC = "AdConditioningConfiguration";
|
|
144
|
-
const _ACl = "AlertCode";
|
|
145
|
-
const _ADS = "ApproximateDurationSeconds";
|
|
146
|
-
const _ADSC = "AdDecisionServerConfiguration";
|
|
147
|
-
const _ADSU = "AdDecisionServerUrl";
|
|
148
|
-
const _AE = "AvailsExpected";
|
|
149
|
-
const _AIL = "AdsInteractionLog";
|
|
150
|
-
const _AM = "AlertMessage";
|
|
151
|
-
const _AMC = "AvailMatchingCriteria";
|
|
152
|
-
const _AMP = "AdMarkerPassthrough";
|
|
153
|
-
const _AMT = "AdMarkupType";
|
|
154
|
-
const _AMl = "AlternateMedia";
|
|
155
|
-
const _AMu = "AudienceMedia";
|
|
156
|
-
const _AN = "AvailNum";
|
|
157
|
-
const _AS = "AvailSuppression";
|
|
158
|
-
const _AST = "ApproximateStartTime";
|
|
159
|
-
const _ASUP = "AdSegmentUrlPrefix";
|
|
160
|
-
const _AT = "AccessType";
|
|
161
|
-
const _Ar = "Arn";
|
|
162
|
-
const _Au = "Audience";
|
|
163
|
-
const _Aud = "Audiences";
|
|
164
|
-
const _B = "Bumper";
|
|
165
|
-
const _BRE = "BadRequestException";
|
|
166
|
-
const _BU = "BaseUrl";
|
|
167
|
-
const _Bo = "Body";
|
|
168
|
-
const _C = "Category";
|
|
169
|
-
const _CA = "ConfigurationAliases";
|
|
170
|
-
const _CAR = "ConfigurationAliasesResponse";
|
|
171
|
-
const _CARo = "ConfigurationAliasesRequest";
|
|
172
|
-
const _CC = "CdnConfiguration";
|
|
173
|
-
const _CCR = "CreateChannelRequest";
|
|
174
|
-
const _CCRr = "CreateChannelResponse";
|
|
175
|
-
const _CCr = "CreateChannel";
|
|
176
|
-
const _CLFC = "ConfigureLogsForChannel";
|
|
177
|
-
const _CLFCR = "ConfigureLogsForChannelRequest";
|
|
178
|
-
const _CLFCRo = "ConfigureLogsForChannelResponse";
|
|
179
|
-
const _CLFPC = "ConfigureLogsForPlaybackConfiguration";
|
|
180
|
-
const _CLFPCR = "ConfigureLogsForPlaybackConfigurationRequest";
|
|
181
|
-
const _CLFPCRo = "ConfigureLogsForPlaybackConfigurationResponse";
|
|
182
|
-
const _CLS = "CreateLiveSource";
|
|
183
|
-
const _CLSR = "CreateLiveSourceRequest";
|
|
184
|
-
const _CLSRr = "CreateLiveSourceResponse";
|
|
185
|
-
const _CN = "ChannelName";
|
|
186
|
-
const _CP = "CreateProgram";
|
|
187
|
-
const _CPR = "CreateProgramRequest";
|
|
188
|
-
const _CPRr = "CreateProgramResponse";
|
|
189
|
-
const _CPS = "CreatePrefetchSchedule";
|
|
190
|
-
const _CPSR = "CreatePrefetchScheduleRequest";
|
|
191
|
-
const _CPSRr = "CreatePrefetchScheduleResponse";
|
|
192
|
-
const _CR = "ClipRange";
|
|
193
|
-
const _CRo = "CompressRequest";
|
|
194
|
-
const _CS = "ChannelState";
|
|
195
|
-
const _CSL = "CreateSourceLocation";
|
|
196
|
-
const _CSLR = "CreateSourceLocationRequest";
|
|
197
|
-
const _CSLRr = "CreateSourceLocationResponse";
|
|
198
|
-
const _CSUP = "ContentSegmentUrlPrefix";
|
|
199
|
-
const _CT = "CreationTime";
|
|
200
|
-
const _CVS = "CreateVodSource";
|
|
201
|
-
const _CVSR = "CreateVodSourceRequest";
|
|
202
|
-
const _CVSRr = "CreateVodSourceResponse";
|
|
203
|
-
const _Ch = "Channel";
|
|
204
|
-
const _Co = "Consumption";
|
|
205
|
-
const _DAAES = "DelayAfterAvailEndSeconds";
|
|
206
|
-
const _DC = "DashConfiguration";
|
|
207
|
-
const _DCFP = "DashConfigurationForPut";
|
|
208
|
-
const _DCP = "DeleteChannelPolicy";
|
|
209
|
-
const _DCPR = "DeleteChannelPolicyRequest";
|
|
210
|
-
const _DCPRe = "DeleteChannelPolicyResponse";
|
|
211
|
-
const _DCR = "DeleteChannelRequest";
|
|
212
|
-
const _DCRe = "DeleteChannelResponse";
|
|
213
|
-
const _DCRes = "DescribeChannelRequest";
|
|
214
|
-
const _DCResc = "DescribeChannelResponse";
|
|
215
|
-
const _DCe = "DeleteChannel";
|
|
216
|
-
const _DCes = "DescribeChannel";
|
|
217
|
-
const _DLS = "DeleteLiveSource";
|
|
218
|
-
const _DLSR = "DeleteLiveSourceRequest";
|
|
219
|
-
const _DLSRe = "DeleteLiveSourceResponse";
|
|
220
|
-
const _DLSRes = "DescribeLiveSourceRequest";
|
|
221
|
-
const _DLSResc = "DescribeLiveSourceResponse";
|
|
222
|
-
const _DLSe = "DescribeLiveSource";
|
|
223
|
-
const _DM = "DurationMillis";
|
|
224
|
-
const _DMu = "DurationMinutes";
|
|
225
|
-
const _DP = "DeleteProgram";
|
|
226
|
-
const _DPC = "DeletePlaybackConfiguration";
|
|
227
|
-
const _DPCR = "DeletePlaybackConfigurationRequest";
|
|
228
|
-
const _DPCRe = "DeletePlaybackConfigurationResponse";
|
|
229
|
-
const _DPR = "DeleteProgramRequest";
|
|
230
|
-
const _DPRe = "DeleteProgramResponse";
|
|
231
|
-
const _DPRes = "DescribeProgramRequest";
|
|
232
|
-
const _DPResc = "DescribeProgramResponse";
|
|
233
|
-
const _DPS = "DashPlaylistSettings";
|
|
234
|
-
const _DPSR = "DeletePrefetchScheduleRequest";
|
|
235
|
-
const _DPSRe = "DeletePrefetchScheduleResponse";
|
|
236
|
-
const _DPSe = "DeletePrefetchSchedule";
|
|
237
|
-
const _DPe = "DescribeProgram";
|
|
238
|
-
const _DSDC = "DefaultSegmentDeliveryConfiguration";
|
|
239
|
-
const _DSL = "DeleteSourceLocation";
|
|
240
|
-
const _DSLR = "DeleteSourceLocationRequest";
|
|
241
|
-
const _DSLRe = "DeleteSourceLocationResponse";
|
|
242
|
-
const _DSLRes = "DescribeSourceLocationRequest";
|
|
243
|
-
const _DSLResc = "DescribeSourceLocationResponse";
|
|
244
|
-
const _DSLe = "DescribeSourceLocation";
|
|
245
|
-
const _DV = "DynamicVariable";
|
|
246
|
-
const _DVS = "DeleteVodSource";
|
|
247
|
-
const _DVSR = "DeleteVodSourceRequest";
|
|
248
|
-
const _DVSRe = "DeleteVodSourceResponse";
|
|
249
|
-
const _DVSRes = "DescribeVodSourceRequest";
|
|
250
|
-
const _DVSResc = "DescribeVodSourceResponse";
|
|
251
|
-
const _DVSe = "DescribeVodSource";
|
|
252
|
-
const _DVy = "DynamicVariables";
|
|
253
|
-
const _E = "Enabled";
|
|
254
|
-
const _EET = "ExcludeEventTypes";
|
|
255
|
-
const _ELS = "EnabledLoggingStrategies";
|
|
256
|
-
const _EOM = "EndOffsetMillis";
|
|
257
|
-
const _ET = "EndTime";
|
|
258
|
-
const _EU = "EndUrl";
|
|
259
|
-
const _FP = "FillPolicy";
|
|
260
|
-
const _FS = "FillerSlate";
|
|
261
|
-
const _GCP = "GetChannelPolicy";
|
|
262
|
-
const _GCPR = "GetChannelPolicyRequest";
|
|
263
|
-
const _GCPRe = "GetChannelPolicyResponse";
|
|
264
|
-
const _GCS = "GetChannelSchedule";
|
|
265
|
-
const _GCSR = "GetChannelScheduleRequest";
|
|
266
|
-
const _GCSRe = "GetChannelScheduleResponse";
|
|
267
|
-
const _GPC = "GetPlaybackConfiguration";
|
|
268
|
-
const _GPCR = "GetPlaybackConfigurationRequest";
|
|
269
|
-
const _GPCRe = "GetPlaybackConfigurationResponse";
|
|
270
|
-
const _GPS = "GetPrefetchSchedule";
|
|
271
|
-
const _GPSR = "GetPrefetchScheduleRequest";
|
|
272
|
-
const _GPSRe = "GetPrefetchScheduleResponse";
|
|
273
|
-
const _H = "Headers";
|
|
274
|
-
const _HC = "HttpConfiguration";
|
|
275
|
-
const _HCl = "HlsConfiguration";
|
|
276
|
-
const _HN = "HeaderName";
|
|
277
|
-
const _HPC = "HttpPackageConfigurations";
|
|
278
|
-
const _HPCt = "HttpPackageConfiguration";
|
|
279
|
-
const _HPS = "HlsPlaylistSettings";
|
|
280
|
-
const _HR = "HttpRequest";
|
|
281
|
-
const _I = "Items";
|
|
282
|
-
const _IM = "InsertionMode";
|
|
283
|
-
const _K = "Key";
|
|
284
|
-
const _KVP = "KeyValuePair";
|
|
285
|
-
const _LA = "ListAlerts";
|
|
286
|
-
const _LAR = "ListAlertsRequest";
|
|
287
|
-
const _LARi = "ListAlertsResponse";
|
|
288
|
-
const _LC = "LogConfiguration";
|
|
289
|
-
const _LCFC = "LogConfigurationForChannel";
|
|
290
|
-
const _LCR = "ListChannelsRequest";
|
|
291
|
-
const _LCRi = "ListChannelsResponse";
|
|
292
|
-
const _LCi = "ListChannels";
|
|
293
|
-
const _LLS = "ListLiveSources";
|
|
294
|
-
const _LLSR = "ListLiveSourcesRequest";
|
|
295
|
-
const _LLSRi = "ListLiveSourcesResponse";
|
|
296
|
-
const _LMT = "LastModifiedTime";
|
|
297
|
-
const _LPC = "ListPlaybackConfigurations";
|
|
298
|
-
const _LPCR = "ListPlaybackConfigurationsRequest";
|
|
299
|
-
const _LPCRi = "ListPlaybackConfigurationsResponse";
|
|
300
|
-
const _LPRC = "LivePreRollConfiguration";
|
|
301
|
-
const _LPS = "ListPrefetchSchedules";
|
|
302
|
-
const _LPSR = "ListPrefetchSchedulesRequest";
|
|
303
|
-
const _LPSRi = "ListPrefetchSchedulesResponse";
|
|
304
|
-
const _LS = "LiveSource";
|
|
305
|
-
const _LSL = "ListSourceLocations";
|
|
306
|
-
const _LSLR = "ListSourceLocationsRequest";
|
|
307
|
-
const _LSLRi = "ListSourceLocationsResponse";
|
|
308
|
-
const _LSN = "LiveSourceName";
|
|
309
|
-
const _LT = "LogTypes";
|
|
310
|
-
const _LTFR = "ListTagsForResource";
|
|
311
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
312
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
313
|
-
const _LVS = "ListVodSources";
|
|
314
|
-
const _LVSR = "ListVodSourcesRequest";
|
|
315
|
-
const _LVSRi = "ListVodSourcesResponse";
|
|
316
|
-
const _M = "Mode";
|
|
317
|
-
const _MBTS = "MinBufferTimeSeconds";
|
|
318
|
-
const _MDS = "MaxDurationSeconds";
|
|
319
|
-
const _MEP = "ManifestEndpointPrefix";
|
|
320
|
-
const _ML = "MpdLocation";
|
|
321
|
-
const _MN = "ManifestName";
|
|
322
|
-
const _MPR = "ManifestProcessingRules";
|
|
323
|
-
const _MR = "MaxResults";
|
|
324
|
-
const _MSIL = "ManifestServiceInteractionLog";
|
|
325
|
-
const _MT = "MessageType";
|
|
326
|
-
const _MTDS = "MaxTimeDelaySeconds";
|
|
327
|
-
const _MUPS = "MinUpdatePeriodSeconds";
|
|
328
|
-
const _MWS = "ManifestWindowSeconds";
|
|
329
|
-
const _Me = "Message";
|
|
330
|
-
const _Met = "Method";
|
|
331
|
-
const _N = "Name";
|
|
332
|
-
const _NT = "NextToken";
|
|
333
|
-
const _O = "Operator";
|
|
334
|
-
const _OM = "OffsetMillis";
|
|
335
|
-
const _OMT = "OriginManifestType";
|
|
336
|
-
const _Ou = "Outputs";
|
|
337
|
-
const _P = "Policy";
|
|
338
|
-
const _PC = "PlaybackConfiguration";
|
|
339
|
-
const _PCA = "PlaybackConfigurationArn";
|
|
340
|
-
const _PCN = "PlaybackConfigurationName";
|
|
341
|
-
const _PCP = "PutChannelPolicy";
|
|
342
|
-
const _PCPR = "PutChannelPolicyRequest";
|
|
343
|
-
const _PCPRu = "PutChannelPolicyResponse";
|
|
344
|
-
const _PCU = "PeakConcurrentUsers";
|
|
345
|
-
const _PCr = "PrefetchConsumption";
|
|
346
|
-
const _PE = "PercentEnabled";
|
|
347
|
-
const _PEP = "PlaybackEndpointPrefix";
|
|
348
|
-
const _PM = "PlaybackMode";
|
|
349
|
-
const _PN = "ProgramName";
|
|
350
|
-
const _POIET = "PublishOptInEventTypes";
|
|
351
|
-
const _PPC = "PutPlaybackConfiguration";
|
|
352
|
-
const _PPCR = "PutPlaybackConfigurationRequest";
|
|
353
|
-
const _PPCRu = "PutPlaybackConfigurationResponse";
|
|
354
|
-
const _PR = "PrefetchRetrieval";
|
|
355
|
-
const _PS = "PrefetchSchedule";
|
|
356
|
-
const _PT = "PeakTps";
|
|
357
|
-
const _PTS = "PersonalizationThresholdSeconds";
|
|
358
|
-
const _PU = "PlaybackUrl";
|
|
359
|
-
const _Pa = "Path";
|
|
360
|
-
const _R = "Retrieval";
|
|
361
|
-
const _RA = "ResourceArn";
|
|
362
|
-
const _RAES = "RetrievedAdExpirationSeconds";
|
|
363
|
-
const _RC = "RecurringConsumption";
|
|
364
|
-
const _RO = "RequestOutputs";
|
|
365
|
-
const _ROI = "RequestOutputItem";
|
|
366
|
-
const _ROIe = "ResponseOutputItem";
|
|
367
|
-
const _ROe = "ResponseOutputs";
|
|
368
|
-
const _RP = "RelativePosition";
|
|
369
|
-
const _RPC = "RecurringPrefetchConfiguration";
|
|
370
|
-
const _RPe = "RelativeProgram";
|
|
371
|
-
const _RR = "RecurringRetrieval";
|
|
372
|
-
const _RRA = "RelatedResourceArns";
|
|
373
|
-
const _RWDS = "RetrievalWindowDurationSeconds";
|
|
374
|
-
const _S = "Slate";
|
|
375
|
-
const _SA = "SecretArn";
|
|
376
|
-
const _SAB = "ScheduleAdBreak";
|
|
377
|
-
const _SABc = "ScheduleAdBreaks";
|
|
378
|
-
const _SAU = "SlateAdUrl";
|
|
379
|
-
const _SC = "ScheduleConfiguration";
|
|
380
|
-
const _SCR = "StartChannelRequest";
|
|
381
|
-
const _SCRt = "StartChannelResponse";
|
|
382
|
-
const _SCRto = "StopChannelRequest";
|
|
383
|
-
const _SCRtop = "StopChannelResponse";
|
|
384
|
-
const _SCt = "StartChannel";
|
|
385
|
-
const _SCto = "StopChannel";
|
|
386
|
-
const _SD = "SegmentationDescriptor";
|
|
387
|
-
const _SDC = "SegmentDeliveryConfigurations";
|
|
388
|
-
const _SDCe = "SegmentDeliveryConfiguration";
|
|
389
|
-
const _SDL = "SegmentationDescriptorList";
|
|
390
|
-
const _SDe = "SegmentationDescriptors";
|
|
391
|
-
const _SE = "ScheduleEntry";
|
|
392
|
-
const _SEI = "SegmentationEventId";
|
|
393
|
-
const _SEIp = "SpliceEventId";
|
|
394
|
-
const _SET = "ScheduleEntryType";
|
|
395
|
-
const _SEe = "SegmentsExpected";
|
|
396
|
-
const _SG = "SourceGroup";
|
|
397
|
-
const _SI = "StreamId";
|
|
398
|
-
const _SIEP = "SessionInitializationEndpointPrefix";
|
|
399
|
-
const _SIM = "SpliceInsertMessage";
|
|
400
|
-
const _SL = "SourceLocation";
|
|
401
|
-
const _SLN = "SourceLocationName";
|
|
402
|
-
const _SMATC = "SecretsManagerAccessTokenConfiguration";
|
|
403
|
-
const _SMFC = "StreamingMediaFileConditioning";
|
|
404
|
-
const _SN = "SegmentNum";
|
|
405
|
-
const _SOM = "StartOffsetMillis";
|
|
406
|
-
const _SPDS = "SuggestedPresentationDelaySeconds";
|
|
407
|
-
const _SS = "SlateSource";
|
|
408
|
-
const _SSE = "SubSegmentsExpected";
|
|
409
|
-
const _SSK = "SecretStringKey";
|
|
410
|
-
const _SSN = "SubSegmentNum";
|
|
411
|
-
const _SST = "ScheduledStartTime";
|
|
412
|
-
const _SSTM = "ScheduledStartTimeMillis";
|
|
413
|
-
const _ST = "ScheduleType";
|
|
414
|
-
const _STI = "SegmentationTypeId";
|
|
415
|
-
const _STt = "StartTime";
|
|
416
|
-
const _SU = "StartUrl";
|
|
417
|
-
const _SUT = "SegmentationUpidType";
|
|
418
|
-
const _SUe = "SegmentationUpid";
|
|
419
|
-
const _T = "Tier";
|
|
420
|
-
const _TK = "TagKeys";
|
|
421
|
-
const _TPN = "TranscodeProfileName";
|
|
422
|
-
const _TR = "TagResource";
|
|
423
|
-
const _TRR = "TagResourceRequest";
|
|
424
|
-
const _TSC = "TimeShiftConfiguration";
|
|
425
|
-
const _TSM = "TimeSignalMessage";
|
|
426
|
-
const _TSRW = "TrafficShapingRetrievalWindow";
|
|
427
|
-
const _TST = "TrafficShapingType";
|
|
428
|
-
const _TSTC = "TrafficShapingTpsConfiguration";
|
|
429
|
-
const _Ta = "Tags";
|
|
430
|
-
const _Tr = "Transition";
|
|
431
|
-
const _Ty = "Type";
|
|
432
|
-
const _UC = "UpdateChannel";
|
|
433
|
-
const _UCR = "UpdateChannelRequest";
|
|
434
|
-
const _UCRp = "UpdateChannelResponse";
|
|
435
|
-
const _ULS = "UpdateLiveSource";
|
|
436
|
-
const _ULSR = "UpdateLiveSourceRequest";
|
|
437
|
-
const _ULSRp = "UpdateLiveSourceResponse";
|
|
438
|
-
const _UP = "UpdateProgram";
|
|
439
|
-
const _UPI = "UniqueProgramId";
|
|
440
|
-
const _UPR = "UpdateProgramRequest";
|
|
441
|
-
const _UPRp = "UpdateProgramResponse";
|
|
442
|
-
const _UPSC = "UpdateProgramScheduleConfiguration";
|
|
443
|
-
const _UPT = "UpdateProgramTransition";
|
|
444
|
-
const _UR = "UntagResource";
|
|
445
|
-
const _URR = "UntagResourceRequest";
|
|
446
|
-
const _USL = "UpdateSourceLocation";
|
|
447
|
-
const _USLR = "UpdateSourceLocationRequest";
|
|
448
|
-
const _USLRp = "UpdateSourceLocationResponse";
|
|
449
|
-
const _UVS = "UpdateVodSource";
|
|
450
|
-
const _UVSR = "UpdateVodSourceRequest";
|
|
451
|
-
const _UVSRp = "UpdateVodSourceResponse";
|
|
452
|
-
const _V = "Value";
|
|
453
|
-
const _VCSU = "VideoContentSourceUrl";
|
|
454
|
-
const _VS = "VodSource";
|
|
455
|
-
const _VSN = "VodSourceName";
|
|
456
|
-
const _a = "audience";
|
|
457
|
-
const _c = "client";
|
|
458
|
-
const _dM = "durationMinutes";
|
|
459
|
-
const _e = "error";
|
|
460
|
-
const _h = "http";
|
|
461
|
-
const _hE = "httpError";
|
|
462
|
-
const _hQ = "httpQuery";
|
|
463
|
-
const _jN = "jsonName";
|
|
464
|
-
const _lOA = "__listOfAlert";
|
|
465
|
-
const _lOAB = "__listOfAdBreak";
|
|
466
|
-
const _lOAM = "__listOfAlternateMedia";
|
|
467
|
-
const _lOAMC = "__listOfAvailMatchingCriteria";
|
|
468
|
-
const _lOAMi = "__listOfAudienceMedia";
|
|
469
|
-
const _lOC = "__listOfChannel";
|
|
470
|
-
const _lOLS = "__listOfLiveSource";
|
|
471
|
-
const _lOPC = "__listOfPlaybackConfiguration";
|
|
472
|
-
const _lOPS = "__listOfPrefetchSchedule";
|
|
473
|
-
const _lOSAB = "__listOfScheduleAdBreak";
|
|
474
|
-
const _lOSDC = "__listOfSegmentDeliveryConfiguration";
|
|
475
|
-
const _lOSE = "__listOfScheduleEntry";
|
|
476
|
-
const _lOSL = "__listOfSourceLocation";
|
|
477
|
-
const _lOVS = "__listOfVodSource";
|
|
478
|
-
const _mR = "maxResults";
|
|
479
|
-
const _nT = "nextToken";
|
|
480
|
-
const _rA = "resourceArn";
|
|
481
|
-
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.mediatailor";
|
|
482
|
-
const _t = "tags";
|
|
483
|
-
const _tK = "tagKeys";
|
|
484
|
-
const n0 = "com.amazonaws.mediatailor";
|
|
485
|
-
var AccessConfiguration$ = [3, n0, _AC,
|
|
486
|
-
0,
|
|
487
|
-
[_AT, _SMATC],
|
|
488
|
-
[0, () => SecretsManagerAccessTokenConfiguration$]
|
|
489
|
-
];
|
|
490
|
-
var AdBreak$ = [3, n0, _AB,
|
|
491
|
-
0,
|
|
492
|
-
[_OM, _MT, _S, _SIM, _TSM, _ABM],
|
|
493
|
-
[1, 0, () => SlateSource$, () => SpliceInsertMessage$, () => TimeSignalMessage$, () => AdBreakMetadataList], 1
|
|
494
|
-
];
|
|
495
|
-
var AdBreakOpportunity$ = [3, n0, _ABO,
|
|
496
|
-
0,
|
|
497
|
-
[_OM],
|
|
498
|
-
[1], 1
|
|
499
|
-
];
|
|
500
|
-
var AdConditioningConfiguration$ = [3, n0, _ACC,
|
|
501
|
-
0,
|
|
502
|
-
[_SMFC],
|
|
503
|
-
[0], 1
|
|
504
|
-
];
|
|
505
|
-
var AdDecisionServerConfiguration$ = [3, n0, _ADSC,
|
|
506
|
-
0,
|
|
507
|
-
[_HR],
|
|
508
|
-
[() => HttpRequest$]
|
|
509
|
-
];
|
|
510
|
-
var AdMarkerPassthrough$ = [3, n0, _AMP,
|
|
511
|
-
0,
|
|
512
|
-
[_E],
|
|
513
|
-
[2]
|
|
514
|
-
];
|
|
515
|
-
var AdsInteractionLog$ = [3, n0, _AIL,
|
|
516
|
-
0,
|
|
517
|
-
[_POIET, _EET],
|
|
518
|
-
[64 | 0, 64 | 0]
|
|
519
|
-
];
|
|
520
|
-
var Alert$ = [3, n0, _A,
|
|
521
|
-
0,
|
|
522
|
-
[_ACl, _AM, _LMT, _RRA, _RA, _C],
|
|
523
|
-
[0, 0, 7, 64 | 0, 0, 0], 5
|
|
524
|
-
];
|
|
525
|
-
var AlternateMedia$ = [3, n0, _AMl,
|
|
526
|
-
0,
|
|
527
|
-
[_SLN, _LSN, _VSN, _CR, _SSTM, _ABd, _DM],
|
|
528
|
-
[0, 0, 0, () => ClipRange$, 1, () => __listOfAdBreak, 1]
|
|
529
|
-
];
|
|
530
|
-
var AudienceMedia$ = [3, n0, _AMu,
|
|
531
|
-
0,
|
|
532
|
-
[_Au, _AMl],
|
|
533
|
-
[0, () => __listOfAlternateMedia]
|
|
534
|
-
];
|
|
535
|
-
var AvailMatchingCriteria$ = [3, n0, _AMC,
|
|
536
|
-
0,
|
|
537
|
-
[_DV, _O],
|
|
538
|
-
[0, 0], 2
|
|
539
|
-
];
|
|
540
|
-
var AvailSuppression$ = [3, n0, _AS,
|
|
541
|
-
0,
|
|
542
|
-
[_M, _V, _FP],
|
|
543
|
-
[0, 0, 0]
|
|
544
|
-
];
|
|
545
|
-
var BadRequestException$ = [-3, n0, _BRE,
|
|
546
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
547
|
-
[_Me],
|
|
548
|
-
[0]
|
|
549
|
-
];
|
|
550
|
-
schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
551
|
-
var Bumper$ = [3, n0, _B,
|
|
552
|
-
0,
|
|
553
|
-
[_EU, _SU],
|
|
554
|
-
[0, 0]
|
|
555
|
-
];
|
|
556
|
-
var CdnConfiguration$ = [3, n0, _CC,
|
|
557
|
-
0,
|
|
558
|
-
[_ASUP, _CSUP],
|
|
559
|
-
[0, 0]
|
|
560
|
-
];
|
|
561
|
-
var Channel$ = [3, n0, _Ch,
|
|
562
|
-
0,
|
|
563
|
-
[_Ar, _CN, _CS, _Ou, _PM, _T, _LC, _CT, _FS, _LMT, _Ta, _Aud],
|
|
564
|
-
[0, 0, 0, () => ResponseOutputs, 0, 0, () => LogConfigurationForChannel$, 7, () => SlateSource$, 7, [128 | 0, { [_jN]: _t }], 64 | 0], 7
|
|
565
|
-
];
|
|
566
|
-
var ClipRange$ = [3, n0, _CR,
|
|
567
|
-
0,
|
|
568
|
-
[_EOM, _SOM],
|
|
569
|
-
[1, 1]
|
|
570
|
-
];
|
|
571
|
-
var ConfigureLogsForChannelRequest$ = [3, n0, _CLFCR,
|
|
572
|
-
0,
|
|
573
|
-
[_CN, _LT],
|
|
574
|
-
[0, 64 | 0], 2
|
|
575
|
-
];
|
|
576
|
-
var ConfigureLogsForChannelResponse$ = [3, n0, _CLFCRo,
|
|
577
|
-
0,
|
|
578
|
-
[_CN, _LT],
|
|
579
|
-
[0, 64 | 0]
|
|
580
|
-
];
|
|
581
|
-
var ConfigureLogsForPlaybackConfigurationRequest$ = [3, n0, _CLFPCR,
|
|
582
|
-
0,
|
|
583
|
-
[_PE, _PCN, _ELS, _AIL, _MSIL],
|
|
584
|
-
[1, 0, 64 | 0, () => AdsInteractionLog$, () => ManifestServiceInteractionLog$], 2
|
|
585
|
-
];
|
|
586
|
-
var ConfigureLogsForPlaybackConfigurationResponse$ = [3, n0, _CLFPCRo,
|
|
587
|
-
0,
|
|
588
|
-
[_PE, _PCN, _ELS, _AIL, _MSIL],
|
|
589
|
-
[1, 0, 64 | 0, () => AdsInteractionLog$, () => ManifestServiceInteractionLog$], 1
|
|
590
|
-
];
|
|
591
|
-
var CreateChannelRequest$ = [3, n0, _CCR,
|
|
592
|
-
0,
|
|
593
|
-
[_CN, _Ou, _PM, _FS, _Ta, _T, _TSC, _Aud],
|
|
594
|
-
[[0, 1], () => RequestOutputs, 0, () => SlateSource$, [128 | 0, { [_jN]: _t }], 0, () => TimeShiftConfiguration$, 64 | 0], 3
|
|
595
|
-
];
|
|
596
|
-
var CreateChannelResponse$ = [3, n0, _CCRr,
|
|
597
|
-
0,
|
|
598
|
-
[_Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _Ta, _T, _TSC, _Aud],
|
|
599
|
-
[0, 0, 0, 7, () => SlateSource$, 7, () => ResponseOutputs, 0, [128 | 0, { [_jN]: _t }], 0, () => TimeShiftConfiguration$, 64 | 0]
|
|
600
|
-
];
|
|
601
|
-
var CreateLiveSourceRequest$ = [3, n0, _CLSR,
|
|
602
|
-
0,
|
|
603
|
-
[_HPC, _LSN, _SLN, _Ta],
|
|
604
|
-
[() => HttpPackageConfigurations, [0, 1], [0, 1], [128 | 0, { [_jN]: _t }]], 3
|
|
605
|
-
];
|
|
606
|
-
var CreateLiveSourceResponse$ = [3, n0, _CLSRr,
|
|
607
|
-
0,
|
|
608
|
-
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _Ta],
|
|
609
|
-
[0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]]
|
|
610
|
-
];
|
|
611
|
-
var CreatePrefetchScheduleRequest$ = [3, n0, _CPSR,
|
|
612
|
-
0,
|
|
613
|
-
[_N, _PCN, _Co, _R, _RPC, _ST, _SI],
|
|
614
|
-
[[0, 1], [0, 1], () => PrefetchConsumption$, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0], 2
|
|
615
|
-
];
|
|
616
|
-
var CreatePrefetchScheduleResponse$ = [3, n0, _CPSRr,
|
|
617
|
-
0,
|
|
618
|
-
[_Ar, _Co, _N, _PCN, _R, _RPC, _ST, _SI],
|
|
619
|
-
[0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0]
|
|
620
|
-
];
|
|
621
|
-
var CreateProgramRequest$ = [3, n0, _CPR,
|
|
622
|
-
0,
|
|
623
|
-
[_CN, _PN, _SC, _SLN, _ABd, _LSN, _VSN, _AMu],
|
|
624
|
-
[[0, 1], [0, 1], () => ScheduleConfiguration$, 0, () => __listOfAdBreak, 0, 0, () => __listOfAudienceMedia], 4
|
|
625
|
-
];
|
|
626
|
-
var CreateProgramResponse$ = [3, n0, _CPRr,
|
|
627
|
-
0,
|
|
628
|
-
[_ABd, _Ar, _CN, _CT, _LSN, _PN, _SST, _SLN, _VSN, _CR, _DM, _AMu],
|
|
629
|
-
[() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange$, 1, () => __listOfAudienceMedia]
|
|
630
|
-
];
|
|
631
|
-
var CreateSourceLocationRequest$ = [3, n0, _CSLR,
|
|
632
|
-
0,
|
|
633
|
-
[_HC, _SLN, _AC, _DSDC, _SDC, _Ta],
|
|
634
|
-
[() => HttpConfiguration$, [0, 1], () => AccessConfiguration$, () => DefaultSegmentDeliveryConfiguration$, () => __listOfSegmentDeliveryConfiguration, [128 | 0, { [_jN]: _t }]], 2
|
|
635
|
-
];
|
|
636
|
-
var CreateSourceLocationResponse$ = [3, n0, _CSLRr,
|
|
637
|
-
0,
|
|
638
|
-
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _Ta],
|
|
639
|
-
[() => AccessConfiguration$, 0, 7, () => DefaultSegmentDeliveryConfiguration$, () => HttpConfiguration$, 7, () => __listOfSegmentDeliveryConfiguration, 0, [128 | 0, { [_jN]: _t }]]
|
|
640
|
-
];
|
|
641
|
-
var CreateVodSourceRequest$ = [3, n0, _CVSR,
|
|
642
|
-
0,
|
|
643
|
-
[_HPC, _SLN, _VSN, _Ta],
|
|
644
|
-
[() => HttpPackageConfigurations, [0, 1], [0, 1], [128 | 0, { [_jN]: _t }]], 3
|
|
645
|
-
];
|
|
646
|
-
var CreateVodSourceResponse$ = [3, n0, _CVSRr,
|
|
647
|
-
0,
|
|
648
|
-
[_Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
649
|
-
[0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
650
|
-
];
|
|
651
|
-
var DashConfiguration$ = [3, n0, _DC,
|
|
652
|
-
0,
|
|
653
|
-
[_MEP, _ML, _OMT],
|
|
654
|
-
[0, 0, 0]
|
|
655
|
-
];
|
|
656
|
-
var DashConfigurationForPut$ = [3, n0, _DCFP,
|
|
657
|
-
0,
|
|
658
|
-
[_ML, _OMT],
|
|
659
|
-
[0, 0]
|
|
660
|
-
];
|
|
661
|
-
var DashPlaylistSettings$ = [3, n0, _DPS,
|
|
662
|
-
0,
|
|
663
|
-
[_MWS, _MBTS, _MUPS, _SPDS],
|
|
664
|
-
[1, 1, 1, 1]
|
|
665
|
-
];
|
|
666
|
-
var DefaultSegmentDeliveryConfiguration$ = [3, n0, _DSDC,
|
|
667
|
-
0,
|
|
668
|
-
[_BU],
|
|
669
|
-
[0]
|
|
670
|
-
];
|
|
671
|
-
var DeleteChannelPolicyRequest$ = [3, n0, _DCPR,
|
|
672
|
-
0,
|
|
673
|
-
[_CN],
|
|
674
|
-
[[0, 1]], 1
|
|
675
|
-
];
|
|
676
|
-
var DeleteChannelPolicyResponse$ = [3, n0, _DCPRe,
|
|
677
|
-
0,
|
|
678
|
-
[],
|
|
679
|
-
[]
|
|
680
|
-
];
|
|
681
|
-
var DeleteChannelRequest$ = [3, n0, _DCR,
|
|
682
|
-
0,
|
|
683
|
-
[_CN],
|
|
684
|
-
[[0, 1]], 1
|
|
685
|
-
];
|
|
686
|
-
var DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
687
|
-
0,
|
|
688
|
-
[],
|
|
689
|
-
[]
|
|
690
|
-
];
|
|
691
|
-
var DeleteLiveSourceRequest$ = [3, n0, _DLSR,
|
|
692
|
-
0,
|
|
693
|
-
[_LSN, _SLN],
|
|
694
|
-
[[0, 1], [0, 1]], 2
|
|
695
|
-
];
|
|
696
|
-
var DeleteLiveSourceResponse$ = [3, n0, _DLSRe,
|
|
697
|
-
0,
|
|
698
|
-
[],
|
|
699
|
-
[]
|
|
700
|
-
];
|
|
701
|
-
var DeletePlaybackConfigurationRequest$ = [3, n0, _DPCR,
|
|
702
|
-
0,
|
|
703
|
-
[_N],
|
|
704
|
-
[[0, 1]], 1
|
|
705
|
-
];
|
|
706
|
-
var DeletePlaybackConfigurationResponse$ = [3, n0, _DPCRe,
|
|
707
|
-
0,
|
|
708
|
-
[],
|
|
709
|
-
[]
|
|
710
|
-
];
|
|
711
|
-
var DeletePrefetchScheduleRequest$ = [3, n0, _DPSR,
|
|
712
|
-
0,
|
|
713
|
-
[_N, _PCN],
|
|
714
|
-
[[0, 1], [0, 1]], 2
|
|
715
|
-
];
|
|
716
|
-
var DeletePrefetchScheduleResponse$ = [3, n0, _DPSRe,
|
|
717
|
-
0,
|
|
718
|
-
[],
|
|
719
|
-
[]
|
|
720
|
-
];
|
|
721
|
-
var DeleteProgramRequest$ = [3, n0, _DPR,
|
|
722
|
-
0,
|
|
723
|
-
[_CN, _PN],
|
|
724
|
-
[[0, 1], [0, 1]], 2
|
|
725
|
-
];
|
|
726
|
-
var DeleteProgramResponse$ = [3, n0, _DPRe,
|
|
727
|
-
0,
|
|
728
|
-
[],
|
|
729
|
-
[]
|
|
730
|
-
];
|
|
731
|
-
var DeleteSourceLocationRequest$ = [3, n0, _DSLR,
|
|
732
|
-
0,
|
|
733
|
-
[_SLN],
|
|
734
|
-
[[0, 1]], 1
|
|
735
|
-
];
|
|
736
|
-
var DeleteSourceLocationResponse$ = [3, n0, _DSLRe,
|
|
737
|
-
0,
|
|
738
|
-
[],
|
|
739
|
-
[]
|
|
740
|
-
];
|
|
741
|
-
var DeleteVodSourceRequest$ = [3, n0, _DVSR,
|
|
742
|
-
0,
|
|
743
|
-
[_SLN, _VSN],
|
|
744
|
-
[[0, 1], [0, 1]], 2
|
|
745
|
-
];
|
|
746
|
-
var DeleteVodSourceResponse$ = [3, n0, _DVSRe,
|
|
747
|
-
0,
|
|
748
|
-
[],
|
|
749
|
-
[]
|
|
750
|
-
];
|
|
751
|
-
var DescribeChannelRequest$ = [3, n0, _DCRes,
|
|
752
|
-
0,
|
|
753
|
-
[_CN],
|
|
754
|
-
[[0, 1]], 1
|
|
755
|
-
];
|
|
756
|
-
var DescribeChannelResponse$ = [3, n0, _DCResc,
|
|
757
|
-
0,
|
|
758
|
-
[_LC, _Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _Ta, _T, _TSC, _Aud],
|
|
759
|
-
[() => LogConfigurationForChannel$, 0, 0, 0, 7, () => SlateSource$, 7, () => ResponseOutputs, 0, [128 | 0, { [_jN]: _t }], 0, () => TimeShiftConfiguration$, 64 | 0], 1
|
|
760
|
-
];
|
|
761
|
-
var DescribeLiveSourceRequest$ = [3, n0, _DLSRes,
|
|
762
|
-
0,
|
|
763
|
-
[_LSN, _SLN],
|
|
764
|
-
[[0, 1], [0, 1]], 2
|
|
765
|
-
];
|
|
766
|
-
var DescribeLiveSourceResponse$ = [3, n0, _DLSResc,
|
|
767
|
-
0,
|
|
768
|
-
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _Ta],
|
|
769
|
-
[0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]]
|
|
770
|
-
];
|
|
771
|
-
var DescribeProgramRequest$ = [3, n0, _DPRes,
|
|
772
|
-
0,
|
|
773
|
-
[_CN, _PN],
|
|
774
|
-
[[0, 1], [0, 1]], 2
|
|
775
|
-
];
|
|
776
|
-
var DescribeProgramResponse$ = [3, n0, _DPResc,
|
|
777
|
-
0,
|
|
778
|
-
[_ABd, _Ar, _CN, _CT, _LSN, _PN, _SST, _SLN, _VSN, _CR, _DM, _AMu],
|
|
779
|
-
[() => __listOfAdBreak, 0, 0, 7, 0, 0, 7, 0, 0, () => ClipRange$, 1, () => __listOfAudienceMedia]
|
|
780
|
-
];
|
|
781
|
-
var DescribeSourceLocationRequest$ = [3, n0, _DSLRes,
|
|
782
|
-
0,
|
|
783
|
-
[_SLN],
|
|
784
|
-
[[0, 1]], 1
|
|
785
|
-
];
|
|
786
|
-
var DescribeSourceLocationResponse$ = [3, n0, _DSLResc,
|
|
787
|
-
0,
|
|
788
|
-
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _Ta],
|
|
789
|
-
[() => AccessConfiguration$, 0, 7, () => DefaultSegmentDeliveryConfiguration$, () => HttpConfiguration$, 7, () => __listOfSegmentDeliveryConfiguration, 0, [128 | 0, { [_jN]: _t }]]
|
|
790
|
-
];
|
|
791
|
-
var DescribeVodSourceRequest$ = [3, n0, _DVSRes,
|
|
792
|
-
0,
|
|
793
|
-
[_SLN, _VSN],
|
|
794
|
-
[[0, 1], [0, 1]], 2
|
|
795
|
-
];
|
|
796
|
-
var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
|
|
797
|
-
0,
|
|
798
|
-
[_ABOd, _Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
799
|
-
[() => AdBreakOpportunities, 0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
800
|
-
];
|
|
801
|
-
var GetChannelPolicyRequest$ = [3, n0, _GCPR,
|
|
802
|
-
0,
|
|
803
|
-
[_CN],
|
|
804
|
-
[[0, 1]], 1
|
|
805
|
-
];
|
|
806
|
-
var GetChannelPolicyResponse$ = [3, n0, _GCPRe,
|
|
807
|
-
0,
|
|
808
|
-
[_P],
|
|
809
|
-
[0]
|
|
810
|
-
];
|
|
811
|
-
var GetChannelScheduleRequest$ = [3, n0, _GCSR,
|
|
812
|
-
0,
|
|
813
|
-
[_CN, _DMu, _MR, _NT, _Au],
|
|
814
|
-
[[0, 1], [0, { [_hQ]: _dM }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _a }]], 1
|
|
815
|
-
];
|
|
816
|
-
var GetChannelScheduleResponse$ = [3, n0, _GCSRe,
|
|
817
|
-
0,
|
|
818
|
-
[_I, _NT],
|
|
819
|
-
[() => __listOfScheduleEntry, 0]
|
|
820
|
-
];
|
|
821
|
-
var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
822
|
-
0,
|
|
823
|
-
[_N],
|
|
824
|
-
[[0, 1]], 1
|
|
825
|
-
];
|
|
826
|
-
var GetPlaybackConfigurationResponse$ = [3, n0, _GPCRe,
|
|
827
|
-
0,
|
|
828
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _SIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC],
|
|
829
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$]
|
|
830
|
-
];
|
|
831
|
-
var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
|
|
832
|
-
0,
|
|
833
|
-
[_N, _PCN],
|
|
834
|
-
[[0, 1], [0, 1]], 2
|
|
835
|
-
];
|
|
836
|
-
var GetPrefetchScheduleResponse$ = [3, n0, _GPSRe,
|
|
837
|
-
0,
|
|
838
|
-
[_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI],
|
|
839
|
-
[0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0]
|
|
840
|
-
];
|
|
841
|
-
var HlsConfiguration$ = [3, n0, _HCl,
|
|
842
|
-
0,
|
|
843
|
-
[_MEP],
|
|
844
|
-
[0]
|
|
845
|
-
];
|
|
846
|
-
var HlsPlaylistSettings$ = [3, n0, _HPS,
|
|
847
|
-
0,
|
|
848
|
-
[_MWS, _AMT],
|
|
849
|
-
[1, 64 | 0]
|
|
850
|
-
];
|
|
851
|
-
var HttpConfiguration$ = [3, n0, _HC,
|
|
852
|
-
0,
|
|
853
|
-
[_BU],
|
|
854
|
-
[0], 1
|
|
855
|
-
];
|
|
856
|
-
var HttpPackageConfiguration$ = [3, n0, _HPCt,
|
|
857
|
-
0,
|
|
858
|
-
[_Pa, _SG, _Ty],
|
|
859
|
-
[0, 0, 0], 3
|
|
860
|
-
];
|
|
861
|
-
var HttpRequest$ = [3, n0, _HR,
|
|
862
|
-
0,
|
|
863
|
-
[_Met, _Bo, _H, _CRo],
|
|
864
|
-
[0, 0, 128 | 0, 0]
|
|
865
|
-
];
|
|
866
|
-
var KeyValuePair$ = [3, n0, _KVP,
|
|
867
|
-
0,
|
|
868
|
-
[_K, _V],
|
|
869
|
-
[0, 0], 2
|
|
870
|
-
];
|
|
871
|
-
var ListAlertsRequest$ = [3, n0, _LAR,
|
|
872
|
-
0,
|
|
873
|
-
[_RA, _MR, _NT],
|
|
874
|
-
[[0, { [_hQ]: _rA }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
875
|
-
];
|
|
876
|
-
var ListAlertsResponse$ = [3, n0, _LARi,
|
|
877
|
-
0,
|
|
878
|
-
[_I, _NT],
|
|
879
|
-
[() => __listOfAlert, 0]
|
|
880
|
-
];
|
|
881
|
-
var ListChannelsRequest$ = [3, n0, _LCR,
|
|
882
|
-
0,
|
|
883
|
-
[_MR, _NT],
|
|
884
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
885
|
-
];
|
|
886
|
-
var ListChannelsResponse$ = [3, n0, _LCRi,
|
|
887
|
-
0,
|
|
888
|
-
[_I, _NT],
|
|
889
|
-
[[() => __listOfChannel, 0], 0]
|
|
890
|
-
];
|
|
891
|
-
var ListLiveSourcesRequest$ = [3, n0, _LLSR,
|
|
892
|
-
0,
|
|
893
|
-
[_SLN, _MR, _NT],
|
|
894
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
895
|
-
];
|
|
896
|
-
var ListLiveSourcesResponse$ = [3, n0, _LLSRi,
|
|
897
|
-
0,
|
|
898
|
-
[_I, _NT],
|
|
899
|
-
[[() => __listOfLiveSource, 0], 0]
|
|
900
|
-
];
|
|
901
|
-
var ListPlaybackConfigurationsRequest$ = [3, n0, _LPCR,
|
|
902
|
-
0,
|
|
903
|
-
[_MR, _NT],
|
|
904
|
-
[[1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]]
|
|
905
|
-
];
|
|
906
|
-
var ListPlaybackConfigurationsResponse$ = [3, n0, _LPCRi,
|
|
907
|
-
0,
|
|
908
|
-
[_I, _NT],
|
|
909
|
-
[[() => __listOfPlaybackConfiguration, 0], 0]
|
|
910
|
-
];
|
|
911
|
-
var ListPrefetchSchedulesRequest$ = [3, n0, _LPSR,
|
|
912
|
-
0,
|
|
913
|
-
[_PCN, _MR, _NT, _ST, _SI],
|
|
914
|
-
[[0, 1], 1, 0, 0, 0], 1
|
|
915
|
-
];
|
|
916
|
-
var ListPrefetchSchedulesResponse$ = [3, n0, _LPSRi,
|
|
917
|
-
0,
|
|
918
|
-
[_I, _NT],
|
|
919
|
-
[() => __listOfPrefetchSchedule, 0]
|
|
920
|
-
];
|
|
921
|
-
var ListSourceLocationsRequest$ = [3, n0, _LSLR,
|
|
922
|
-
0,
|
|
923
|
-
[_MR, _NT],
|
|
924
|
-
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
925
|
-
];
|
|
926
|
-
var ListSourceLocationsResponse$ = [3, n0, _LSLRi,
|
|
927
|
-
0,
|
|
928
|
-
[_I, _NT],
|
|
929
|
-
[[() => __listOfSourceLocation, 0], 0]
|
|
930
|
-
];
|
|
931
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
932
|
-
0,
|
|
933
|
-
[_RA],
|
|
934
|
-
[[0, 1]], 1
|
|
935
|
-
];
|
|
936
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
937
|
-
0,
|
|
938
|
-
[_Ta],
|
|
939
|
-
[[128 | 0, { [_jN]: _t }]]
|
|
940
|
-
];
|
|
941
|
-
var ListVodSourcesRequest$ = [3, n0, _LVSR,
|
|
942
|
-
0,
|
|
943
|
-
[_SLN, _MR, _NT],
|
|
944
|
-
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
945
|
-
];
|
|
946
|
-
var ListVodSourcesResponse$ = [3, n0, _LVSRi,
|
|
947
|
-
0,
|
|
948
|
-
[_I, _NT],
|
|
949
|
-
[[() => __listOfVodSource, 0], 0]
|
|
950
|
-
];
|
|
951
|
-
var LivePreRollConfiguration$ = [3, n0, _LPRC,
|
|
952
|
-
0,
|
|
953
|
-
[_ADSU, _MDS],
|
|
954
|
-
[0, 1]
|
|
955
|
-
];
|
|
956
|
-
var LiveSource$ = [3, n0, _LS,
|
|
957
|
-
0,
|
|
958
|
-
[_Ar, _HPC, _LSN, _SLN, _CT, _LMT, _Ta],
|
|
959
|
-
[0, () => HttpPackageConfigurations, 0, 0, 7, 7, [128 | 0, { [_jN]: _t }]], 4
|
|
960
|
-
];
|
|
961
|
-
var LogConfiguration$ = [3, n0, _LC,
|
|
962
|
-
0,
|
|
963
|
-
[_PE, _ELS, _AIL, _MSIL],
|
|
964
|
-
[1, 64 | 0, () => AdsInteractionLog$, () => ManifestServiceInteractionLog$], 2
|
|
965
|
-
];
|
|
966
|
-
var LogConfigurationForChannel$ = [3, n0, _LCFC,
|
|
967
|
-
0,
|
|
968
|
-
[_LT],
|
|
969
|
-
[64 | 0]
|
|
970
|
-
];
|
|
971
|
-
var ManifestProcessingRules$ = [3, n0, _MPR,
|
|
972
|
-
0,
|
|
973
|
-
[_AMP],
|
|
974
|
-
[() => AdMarkerPassthrough$]
|
|
975
|
-
];
|
|
976
|
-
var ManifestServiceInteractionLog$ = [3, n0, _MSIL,
|
|
977
|
-
0,
|
|
978
|
-
[_EET],
|
|
979
|
-
[64 | 0]
|
|
980
|
-
];
|
|
981
|
-
var PlaybackConfiguration$ = [3, n0, _PC,
|
|
982
|
-
0,
|
|
983
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _SIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC],
|
|
984
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$]
|
|
985
|
-
];
|
|
986
|
-
var PrefetchConsumption$ = [3, n0, _PCr,
|
|
987
|
-
0,
|
|
988
|
-
[_ET, _AMC, _STt],
|
|
989
|
-
[7, () => __listOfAvailMatchingCriteria, 7], 1
|
|
990
|
-
];
|
|
991
|
-
var PrefetchRetrieval$ = [3, n0, _PR,
|
|
992
|
-
0,
|
|
993
|
-
[_ET, _DVy, _STt, _TST, _TSRW, _TSTC],
|
|
994
|
-
[7, 128 | 0, 7, 0, () => TrafficShapingRetrievalWindow$, () => TrafficShapingTpsConfiguration$], 1
|
|
995
|
-
];
|
|
996
|
-
var PrefetchSchedule$ = [3, n0, _PS,
|
|
997
|
-
0,
|
|
998
|
-
[_Ar, _N, _PCN, _Co, _R, _ST, _RPC, _SI],
|
|
999
|
-
[0, 0, 0, () => PrefetchConsumption$, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0], 3
|
|
1000
|
-
];
|
|
1001
|
-
var PutChannelPolicyRequest$ = [3, n0, _PCPR,
|
|
1002
|
-
0,
|
|
1003
|
-
[_CN, _P],
|
|
1004
|
-
[[0, 1], 0], 2
|
|
1005
|
-
];
|
|
1006
|
-
var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
|
|
1007
|
-
0,
|
|
1008
|
-
[],
|
|
1009
|
-
[]
|
|
1010
|
-
];
|
|
1011
|
-
var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
|
|
1012
|
-
0,
|
|
1013
|
-
[_N, _ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _PTS, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC],
|
|
1014
|
-
[0, 0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CARo, 0, 0, 128 | 0], () => DashConfigurationForPut$, 0, () => LivePreRollConfiguration$, () => ManifestProcessingRules$, 1, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$], 1
|
|
1015
|
-
];
|
|
1016
|
-
var PutPlaybackConfigurationResponse$ = [3, n0, _PPCRu,
|
|
1017
|
-
0,
|
|
1018
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _SIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC],
|
|
1019
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$]
|
|
1020
|
-
];
|
|
1021
|
-
var RecurringConsumption$ = [3, n0, _RC,
|
|
1022
|
-
0,
|
|
1023
|
-
[_RAES, _AMC],
|
|
1024
|
-
[1, () => __listOfAvailMatchingCriteria]
|
|
1025
|
-
];
|
|
1026
|
-
var RecurringPrefetchConfiguration$ = [3, n0, _RPC,
|
|
1027
|
-
0,
|
|
1028
|
-
[_ET, _RC, _RR, _STt],
|
|
1029
|
-
[7, () => RecurringConsumption$, () => RecurringRetrieval$, 7], 3
|
|
1030
|
-
];
|
|
1031
|
-
var RecurringRetrieval$ = [3, n0, _RR,
|
|
1032
|
-
0,
|
|
1033
|
-
[_DVy, _DAAES, _TST, _TSRW, _TSTC],
|
|
1034
|
-
[128 | 0, 1, 0, () => TrafficShapingRetrievalWindow$, () => TrafficShapingTpsConfiguration$]
|
|
1035
|
-
];
|
|
1036
|
-
var RequestOutputItem$ = [3, n0, _ROI,
|
|
1037
|
-
0,
|
|
1038
|
-
[_MN, _SG, _DPS, _HPS],
|
|
1039
|
-
[0, 0, () => DashPlaylistSettings$, () => HlsPlaylistSettings$], 2
|
|
1040
|
-
];
|
|
1041
|
-
var ResponseOutputItem$ = [3, n0, _ROIe,
|
|
1042
|
-
0,
|
|
1043
|
-
[_MN, _PU, _SG, _DPS, _HPS],
|
|
1044
|
-
[0, 0, 0, () => DashPlaylistSettings$, () => HlsPlaylistSettings$], 3
|
|
1045
|
-
];
|
|
1046
|
-
var ScheduleAdBreak$ = [3, n0, _SAB,
|
|
1047
|
-
0,
|
|
1048
|
-
[_ADS, _AST, _SLN, _VSN],
|
|
1049
|
-
[1, 7, 0, 0]
|
|
1050
|
-
];
|
|
1051
|
-
var ScheduleConfiguration$ = [3, n0, _SC,
|
|
1052
|
-
0,
|
|
1053
|
-
[_Tr, _CR],
|
|
1054
|
-
[() => Transition$, () => ClipRange$], 1
|
|
1055
|
-
];
|
|
1056
|
-
var ScheduleEntry$ = [3, n0, _SE,
|
|
1057
|
-
0,
|
|
1058
|
-
[_Ar, _CN, _PN, _SLN, _ADS, _AST, _LSN, _SABc, _SET, _VSN, _Aud],
|
|
1059
|
-
[0, 0, 0, 0, 1, 7, 0, () => __listOfScheduleAdBreak, 0, 0, 64 | 0], 4
|
|
1060
|
-
];
|
|
1061
|
-
var SecretsManagerAccessTokenConfiguration$ = [3, n0, _SMATC,
|
|
1062
|
-
0,
|
|
1063
|
-
[_HN, _SA, _SSK],
|
|
1064
|
-
[0, 0, 0]
|
|
1065
|
-
];
|
|
1066
|
-
var SegmentationDescriptor$ = [3, n0, _SD,
|
|
1067
|
-
0,
|
|
1068
|
-
[_SEI, _SUT, _SUe, _STI, _SN, _SEe, _SSN, _SSE],
|
|
1069
|
-
[1, 1, 0, 1, 1, 1, 1, 1]
|
|
1070
|
-
];
|
|
1071
|
-
var SegmentDeliveryConfiguration$ = [3, n0, _SDCe,
|
|
1072
|
-
0,
|
|
1073
|
-
[_BU, _N],
|
|
1074
|
-
[0, 0]
|
|
1075
|
-
];
|
|
1076
|
-
var SlateSource$ = [3, n0, _SS,
|
|
1077
|
-
0,
|
|
1078
|
-
[_SLN, _VSN],
|
|
1079
|
-
[0, 0]
|
|
1080
|
-
];
|
|
1081
|
-
var SourceLocation$ = [3, n0, _SL,
|
|
1082
|
-
0,
|
|
1083
|
-
[_Ar, _HC, _SLN, _AC, _CT, _DSDC, _LMT, _SDC, _Ta],
|
|
1084
|
-
[0, () => HttpConfiguration$, 0, () => AccessConfiguration$, 7, () => DefaultSegmentDeliveryConfiguration$, 7, () => __listOfSegmentDeliveryConfiguration, [128 | 0, { [_jN]: _t }]], 3
|
|
1085
|
-
];
|
|
1086
|
-
var SpliceInsertMessage$ = [3, n0, _SIM,
|
|
1087
|
-
0,
|
|
1088
|
-
[_AN, _AE, _SEIp, _UPI],
|
|
1089
|
-
[1, 1, 1, 1]
|
|
1090
|
-
];
|
|
1091
|
-
var StartChannelRequest$ = [3, n0, _SCR,
|
|
1092
|
-
0,
|
|
1093
|
-
[_CN],
|
|
1094
|
-
[[0, 1]], 1
|
|
1095
|
-
];
|
|
1096
|
-
var StartChannelResponse$ = [3, n0, _SCRt,
|
|
1097
|
-
0,
|
|
1098
|
-
[],
|
|
1099
|
-
[]
|
|
1100
|
-
];
|
|
1101
|
-
var StopChannelRequest$ = [3, n0, _SCRto,
|
|
1102
|
-
0,
|
|
1103
|
-
[_CN],
|
|
1104
|
-
[[0, 1]], 1
|
|
1105
|
-
];
|
|
1106
|
-
var StopChannelResponse$ = [3, n0, _SCRtop,
|
|
1107
|
-
0,
|
|
1108
|
-
[],
|
|
1109
|
-
[]
|
|
1110
|
-
];
|
|
1111
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
1112
|
-
0,
|
|
1113
|
-
[_RA, _Ta],
|
|
1114
|
-
[[0, 1], [128 | 0, { [_jN]: _t }]], 2
|
|
1115
|
-
];
|
|
1116
|
-
var TimeShiftConfiguration$ = [3, n0, _TSC,
|
|
1117
|
-
0,
|
|
1118
|
-
[_MTDS],
|
|
1119
|
-
[1], 1
|
|
1120
|
-
];
|
|
1121
|
-
var TimeSignalMessage$ = [3, n0, _TSM,
|
|
1122
|
-
0,
|
|
1123
|
-
[_SDe],
|
|
1124
|
-
[() => SegmentationDescriptorList]
|
|
1125
|
-
];
|
|
1126
|
-
var TrafficShapingRetrievalWindow$ = [3, n0, _TSRW,
|
|
1127
|
-
0,
|
|
1128
|
-
[_RWDS],
|
|
1129
|
-
[1]
|
|
1130
|
-
];
|
|
1131
|
-
var TrafficShapingTpsConfiguration$ = [3, n0, _TSTC,
|
|
1132
|
-
0,
|
|
1133
|
-
[_PT, _PCU],
|
|
1134
|
-
[1, 1]
|
|
1135
|
-
];
|
|
1136
|
-
var Transition$ = [3, n0, _Tr,
|
|
1137
|
-
0,
|
|
1138
|
-
[_RP, _Ty, _DM, _RPe, _SSTM],
|
|
1139
|
-
[0, 0, 1, 0, 1], 2
|
|
1140
|
-
];
|
|
1141
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
1142
|
-
0,
|
|
1143
|
-
[_RA, _TK],
|
|
1144
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
1145
|
-
];
|
|
1146
|
-
var UpdateChannelRequest$ = [3, n0, _UCR,
|
|
1147
|
-
0,
|
|
1148
|
-
[_CN, _Ou, _FS, _TSC, _Aud],
|
|
1149
|
-
[[0, 1], () => RequestOutputs, () => SlateSource$, () => TimeShiftConfiguration$, 64 | 0], 2
|
|
1150
|
-
];
|
|
1151
|
-
var UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
1152
|
-
0,
|
|
1153
|
-
[_Ar, _CN, _CS, _CT, _FS, _LMT, _Ou, _PM, _Ta, _T, _TSC, _Aud],
|
|
1154
|
-
[0, 0, 0, 7, () => SlateSource$, 7, () => ResponseOutputs, 0, [128 | 0, { [_jN]: _t }], 0, () => TimeShiftConfiguration$, 64 | 0]
|
|
1155
|
-
];
|
|
1156
|
-
var UpdateLiveSourceRequest$ = [3, n0, _ULSR,
|
|
1157
|
-
0,
|
|
1158
|
-
[_HPC, _LSN, _SLN],
|
|
1159
|
-
[() => HttpPackageConfigurations, [0, 1], [0, 1]], 3
|
|
1160
|
-
];
|
|
1161
|
-
var UpdateLiveSourceResponse$ = [3, n0, _ULSRp,
|
|
1162
|
-
0,
|
|
1163
|
-
[_Ar, _CT, _HPC, _LMT, _LSN, _SLN, _Ta],
|
|
1164
|
-
[0, 7, () => HttpPackageConfigurations, 7, 0, 0, [128 | 0, { [_jN]: _t }]]
|
|
1165
|
-
];
|
|
1166
|
-
var UpdateProgramRequest$ = [3, n0, _UPR,
|
|
1167
|
-
0,
|
|
1168
|
-
[_CN, _PN, _SC, _ABd, _AMu],
|
|
1169
|
-
[[0, 1], [0, 1], () => UpdateProgramScheduleConfiguration$, () => __listOfAdBreak, () => __listOfAudienceMedia], 3
|
|
1170
|
-
];
|
|
1171
|
-
var UpdateProgramResponse$ = [3, n0, _UPRp,
|
|
1172
|
-
0,
|
|
1173
|
-
[_ABd, _Ar, _CN, _CT, _PN, _SLN, _VSN, _LSN, _CR, _DM, _SST, _AMu],
|
|
1174
|
-
[() => __listOfAdBreak, 0, 0, 7, 0, 0, 0, 0, () => ClipRange$, 1, 7, () => __listOfAudienceMedia]
|
|
1175
|
-
];
|
|
1176
|
-
var UpdateProgramScheduleConfiguration$ = [3, n0, _UPSC,
|
|
1177
|
-
0,
|
|
1178
|
-
[_Tr, _CR],
|
|
1179
|
-
[() => UpdateProgramTransition$, () => ClipRange$]
|
|
1180
|
-
];
|
|
1181
|
-
var UpdateProgramTransition$ = [3, n0, _UPT,
|
|
1182
|
-
0,
|
|
1183
|
-
[_SSTM, _DM],
|
|
1184
|
-
[1, 1]
|
|
1185
|
-
];
|
|
1186
|
-
var UpdateSourceLocationRequest$ = [3, n0, _USLR,
|
|
1187
|
-
0,
|
|
1188
|
-
[_HC, _SLN, _AC, _DSDC, _SDC],
|
|
1189
|
-
[() => HttpConfiguration$, [0, 1], () => AccessConfiguration$, () => DefaultSegmentDeliveryConfiguration$, () => __listOfSegmentDeliveryConfiguration], 2
|
|
1190
|
-
];
|
|
1191
|
-
var UpdateSourceLocationResponse$ = [3, n0, _USLRp,
|
|
1192
|
-
0,
|
|
1193
|
-
[_AC, _Ar, _CT, _DSDC, _HC, _LMT, _SDC, _SLN, _Ta],
|
|
1194
|
-
[() => AccessConfiguration$, 0, 7, () => DefaultSegmentDeliveryConfiguration$, () => HttpConfiguration$, 7, () => __listOfSegmentDeliveryConfiguration, 0, [128 | 0, { [_jN]: _t }]]
|
|
1195
|
-
];
|
|
1196
|
-
var UpdateVodSourceRequest$ = [3, n0, _UVSR,
|
|
1197
|
-
0,
|
|
1198
|
-
[_HPC, _SLN, _VSN],
|
|
1199
|
-
[() => HttpPackageConfigurations, [0, 1], [0, 1]], 3
|
|
1200
|
-
];
|
|
1201
|
-
var UpdateVodSourceResponse$ = [3, n0, _UVSRp,
|
|
1202
|
-
0,
|
|
1203
|
-
[_Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
1204
|
-
[0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
1205
|
-
];
|
|
1206
|
-
var VodSource$ = [3, n0, _VS,
|
|
1207
|
-
0,
|
|
1208
|
-
[_Ar, _HPC, _SLN, _VSN, _CT, _LMT, _Ta],
|
|
1209
|
-
[0, () => HttpPackageConfigurations, 0, 0, 7, 7, [128 | 0, { [_jN]: _t }]], 4
|
|
1210
|
-
];
|
|
1211
|
-
var __Unit = "unit";
|
|
1212
|
-
var MediaTailorServiceException$ = [-3, _s, "MediaTailorServiceException", 0, [], []];
|
|
1213
|
-
schema.TypeRegistry.for(_s).registerError(MediaTailorServiceException$, MediaTailorServiceException);
|
|
1214
|
-
var __listOfAdBreak = [1, n0, _lOAB,
|
|
1215
|
-
0, () => AdBreak$
|
|
1216
|
-
];
|
|
1217
|
-
var __listOfAlert = [1, n0, _lOA,
|
|
1218
|
-
0, () => Alert$
|
|
1219
|
-
];
|
|
1220
|
-
var __listOfAlternateMedia = [1, n0, _lOAM,
|
|
1221
|
-
0, () => AlternateMedia$
|
|
1222
|
-
];
|
|
1223
|
-
var __listOfAudienceMedia = [1, n0, _lOAMi,
|
|
1224
|
-
0, () => AudienceMedia$
|
|
1225
|
-
];
|
|
1226
|
-
var __listOfAvailMatchingCriteria = [1, n0, _lOAMC,
|
|
1227
|
-
0, () => AvailMatchingCriteria$
|
|
1228
|
-
];
|
|
1229
|
-
var __listOfChannel = [1, n0, _lOC,
|
|
1230
|
-
0, [() => Channel$,
|
|
1231
|
-
0]
|
|
1232
|
-
];
|
|
1233
|
-
var __listOfLiveSource = [1, n0, _lOLS,
|
|
1234
|
-
0, [() => LiveSource$,
|
|
1235
|
-
0]
|
|
1236
|
-
];
|
|
1237
|
-
var __listOfPlaybackConfiguration = [1, n0, _lOPC,
|
|
1238
|
-
0, [() => PlaybackConfiguration$,
|
|
1239
|
-
0]
|
|
1240
|
-
];
|
|
1241
|
-
var __listOfPrefetchSchedule = [1, n0, _lOPS,
|
|
1242
|
-
0, () => PrefetchSchedule$
|
|
1243
|
-
];
|
|
1244
|
-
var __listOfScheduleAdBreak = [1, n0, _lOSAB,
|
|
1245
|
-
0, () => ScheduleAdBreak$
|
|
1246
|
-
];
|
|
1247
|
-
var __listOfScheduleEntry = [1, n0, _lOSE,
|
|
1248
|
-
0, () => ScheduleEntry$
|
|
1249
|
-
];
|
|
1250
|
-
var __listOfSegmentDeliveryConfiguration = [1, n0, _lOSDC,
|
|
1251
|
-
0, () => SegmentDeliveryConfiguration$
|
|
1252
|
-
];
|
|
1253
|
-
var __listOfSourceLocation = [1, n0, _lOSL,
|
|
1254
|
-
0, [() => SourceLocation$,
|
|
1255
|
-
0]
|
|
1256
|
-
];
|
|
1257
|
-
var __listOfVodSource = [1, n0, _lOVS,
|
|
1258
|
-
0, [() => VodSource$,
|
|
1259
|
-
0]
|
|
1260
|
-
];
|
|
1261
|
-
var AdBreakMetadataList = [1, n0, _ABML,
|
|
1262
|
-
0, () => KeyValuePair$
|
|
1263
|
-
];
|
|
1264
|
-
var AdBreakOpportunities = [1, n0, _ABOd,
|
|
1265
|
-
0, () => AdBreakOpportunity$
|
|
1266
|
-
];
|
|
1267
|
-
var HttpPackageConfigurations = [1, n0, _HPC,
|
|
1268
|
-
0, () => HttpPackageConfiguration$
|
|
1269
|
-
];
|
|
1270
|
-
var RequestOutputs = [1, n0, _RO,
|
|
1271
|
-
0, () => RequestOutputItem$
|
|
1272
|
-
];
|
|
1273
|
-
var ResponseOutputs = [1, n0, _ROe,
|
|
1274
|
-
0, () => ResponseOutputItem$
|
|
1275
|
-
];
|
|
1276
|
-
var SegmentationDescriptorList = [1, n0, _SDL,
|
|
1277
|
-
0, () => SegmentationDescriptor$
|
|
1278
|
-
];
|
|
1279
|
-
var ConfigureLogsForChannel$ = [9, n0, _CLFC,
|
|
1280
|
-
{ [_h]: ["PUT", "/configureLogs/channel", 200] }, () => ConfigureLogsForChannelRequest$, () => ConfigureLogsForChannelResponse$
|
|
1281
|
-
];
|
|
1282
|
-
var ConfigureLogsForPlaybackConfiguration$ = [9, n0, _CLFPC,
|
|
1283
|
-
{ [_h]: ["PUT", "/configureLogs/playbackConfiguration", 200] }, () => ConfigureLogsForPlaybackConfigurationRequest$, () => ConfigureLogsForPlaybackConfigurationResponse$
|
|
1284
|
-
];
|
|
1285
|
-
var CreateChannel$ = [9, n0, _CCr,
|
|
1286
|
-
{ [_h]: ["POST", "/channel/{ChannelName}", 200] }, () => CreateChannelRequest$, () => CreateChannelResponse$
|
|
1287
|
-
];
|
|
1288
|
-
var CreateLiveSource$ = [9, n0, _CLS,
|
|
1289
|
-
{ [_h]: ["POST", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] }, () => CreateLiveSourceRequest$, () => CreateLiveSourceResponse$
|
|
1290
|
-
];
|
|
1291
|
-
var CreatePrefetchSchedule$ = [9, n0, _CPS,
|
|
1292
|
-
{ [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] }, () => CreatePrefetchScheduleRequest$, () => CreatePrefetchScheduleResponse$
|
|
1293
|
-
];
|
|
1294
|
-
var CreateProgram$ = [9, n0, _CP,
|
|
1295
|
-
{ [_h]: ["POST", "/channel/{ChannelName}/program/{ProgramName}", 200] }, () => CreateProgramRequest$, () => CreateProgramResponse$
|
|
1296
|
-
];
|
|
1297
|
-
var CreateSourceLocation$ = [9, n0, _CSL,
|
|
1298
|
-
{ [_h]: ["POST", "/sourceLocation/{SourceLocationName}", 200] }, () => CreateSourceLocationRequest$, () => CreateSourceLocationResponse$
|
|
1299
|
-
];
|
|
1300
|
-
var CreateVodSource$ = [9, n0, _CVS,
|
|
1301
|
-
{ [_h]: ["POST", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] }, () => CreateVodSourceRequest$, () => CreateVodSourceResponse$
|
|
1302
|
-
];
|
|
1303
|
-
var DeleteChannel$ = [9, n0, _DCe,
|
|
1304
|
-
{ [_h]: ["DELETE", "/channel/{ChannelName}", 200] }, () => DeleteChannelRequest$, () => DeleteChannelResponse$
|
|
1305
|
-
];
|
|
1306
|
-
var DeleteChannelPolicy$ = [9, n0, _DCP,
|
|
1307
|
-
{ [_h]: ["DELETE", "/channel/{ChannelName}/policy", 200] }, () => DeleteChannelPolicyRequest$, () => DeleteChannelPolicyResponse$
|
|
1308
|
-
];
|
|
1309
|
-
var DeleteLiveSource$ = [9, n0, _DLS,
|
|
1310
|
-
{ [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] }, () => DeleteLiveSourceRequest$, () => DeleteLiveSourceResponse$
|
|
1311
|
-
];
|
|
1312
|
-
var DeletePlaybackConfiguration$ = [9, n0, _DPC,
|
|
1313
|
-
{ [_h]: ["DELETE", "/playbackConfiguration/{Name}", 204] }, () => DeletePlaybackConfigurationRequest$, () => DeletePlaybackConfigurationResponse$
|
|
1314
|
-
];
|
|
1315
|
-
var DeletePrefetchSchedule$ = [9, n0, _DPSe,
|
|
1316
|
-
{ [_h]: ["DELETE", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 204] }, () => DeletePrefetchScheduleRequest$, () => DeletePrefetchScheduleResponse$
|
|
1317
|
-
];
|
|
1318
|
-
var DeleteProgram$ = [9, n0, _DP,
|
|
1319
|
-
{ [_h]: ["DELETE", "/channel/{ChannelName}/program/{ProgramName}", 200] }, () => DeleteProgramRequest$, () => DeleteProgramResponse$
|
|
1320
|
-
];
|
|
1321
|
-
var DeleteSourceLocation$ = [9, n0, _DSL,
|
|
1322
|
-
{ [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}", 200] }, () => DeleteSourceLocationRequest$, () => DeleteSourceLocationResponse$
|
|
1323
|
-
];
|
|
1324
|
-
var DeleteVodSource$ = [9, n0, _DVS,
|
|
1325
|
-
{ [_h]: ["DELETE", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] }, () => DeleteVodSourceRequest$, () => DeleteVodSourceResponse$
|
|
1326
|
-
];
|
|
1327
|
-
var DescribeChannel$ = [9, n0, _DCes,
|
|
1328
|
-
{ [_h]: ["GET", "/channel/{ChannelName}", 200] }, () => DescribeChannelRequest$, () => DescribeChannelResponse$
|
|
1329
|
-
];
|
|
1330
|
-
var DescribeLiveSource$ = [9, n0, _DLSe,
|
|
1331
|
-
{ [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] }, () => DescribeLiveSourceRequest$, () => DescribeLiveSourceResponse$
|
|
1332
|
-
];
|
|
1333
|
-
var DescribeProgram$ = [9, n0, _DPe,
|
|
1334
|
-
{ [_h]: ["GET", "/channel/{ChannelName}/program/{ProgramName}", 200] }, () => DescribeProgramRequest$, () => DescribeProgramResponse$
|
|
1335
|
-
];
|
|
1336
|
-
var DescribeSourceLocation$ = [9, n0, _DSLe,
|
|
1337
|
-
{ [_h]: ["GET", "/sourceLocation/{SourceLocationName}", 200] }, () => DescribeSourceLocationRequest$, () => DescribeSourceLocationResponse$
|
|
1338
|
-
];
|
|
1339
|
-
var DescribeVodSource$ = [9, n0, _DVSe,
|
|
1340
|
-
{ [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] }, () => DescribeVodSourceRequest$, () => DescribeVodSourceResponse$
|
|
1341
|
-
];
|
|
1342
|
-
var GetChannelPolicy$ = [9, n0, _GCP,
|
|
1343
|
-
{ [_h]: ["GET", "/channel/{ChannelName}/policy", 200] }, () => GetChannelPolicyRequest$, () => GetChannelPolicyResponse$
|
|
1344
|
-
];
|
|
1345
|
-
var GetChannelSchedule$ = [9, n0, _GCS,
|
|
1346
|
-
{ [_h]: ["GET", "/channel/{ChannelName}/schedule", 200] }, () => GetChannelScheduleRequest$, () => GetChannelScheduleResponse$
|
|
1347
|
-
];
|
|
1348
|
-
var GetPlaybackConfiguration$ = [9, n0, _GPC,
|
|
1349
|
-
{ [_h]: ["GET", "/playbackConfiguration/{Name}", 200] }, () => GetPlaybackConfigurationRequest$, () => GetPlaybackConfigurationResponse$
|
|
1350
|
-
];
|
|
1351
|
-
var GetPrefetchSchedule$ = [9, n0, _GPS,
|
|
1352
|
-
{ [_h]: ["GET", "/prefetchSchedule/{PlaybackConfigurationName}/{Name}", 200] }, () => GetPrefetchScheduleRequest$, () => GetPrefetchScheduleResponse$
|
|
1353
|
-
];
|
|
1354
|
-
var ListAlerts$ = [9, n0, _LA,
|
|
1355
|
-
{ [_h]: ["GET", "/alerts", 200] }, () => ListAlertsRequest$, () => ListAlertsResponse$
|
|
1356
|
-
];
|
|
1357
|
-
var ListChannels$ = [9, n0, _LCi,
|
|
1358
|
-
{ [_h]: ["GET", "/channels", 200] }, () => ListChannelsRequest$, () => ListChannelsResponse$
|
|
1359
|
-
];
|
|
1360
|
-
var ListLiveSources$ = [9, n0, _LLS,
|
|
1361
|
-
{ [_h]: ["GET", "/sourceLocation/{SourceLocationName}/liveSources", 200] }, () => ListLiveSourcesRequest$, () => ListLiveSourcesResponse$
|
|
1362
|
-
];
|
|
1363
|
-
var ListPlaybackConfigurations$ = [9, n0, _LPC,
|
|
1364
|
-
{ [_h]: ["GET", "/playbackConfigurations", 200] }, () => ListPlaybackConfigurationsRequest$, () => ListPlaybackConfigurationsResponse$
|
|
1365
|
-
];
|
|
1366
|
-
var ListPrefetchSchedules$ = [9, n0, _LPS,
|
|
1367
|
-
{ [_h]: ["POST", "/prefetchSchedule/{PlaybackConfigurationName}", 200] }, () => ListPrefetchSchedulesRequest$, () => ListPrefetchSchedulesResponse$
|
|
1368
|
-
];
|
|
1369
|
-
var ListSourceLocations$ = [9, n0, _LSL,
|
|
1370
|
-
{ [_h]: ["GET", "/sourceLocations", 200] }, () => ListSourceLocationsRequest$, () => ListSourceLocationsResponse$
|
|
1371
|
-
];
|
|
1372
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1373
|
-
{ [_h]: ["GET", "/tags/{ResourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1374
|
-
];
|
|
1375
|
-
var ListVodSources$ = [9, n0, _LVS,
|
|
1376
|
-
{ [_h]: ["GET", "/sourceLocation/{SourceLocationName}/vodSources", 200] }, () => ListVodSourcesRequest$, () => ListVodSourcesResponse$
|
|
1377
|
-
];
|
|
1378
|
-
var PutChannelPolicy$ = [9, n0, _PCP,
|
|
1379
|
-
{ [_h]: ["PUT", "/channel/{ChannelName}/policy", 200] }, () => PutChannelPolicyRequest$, () => PutChannelPolicyResponse$
|
|
1380
|
-
];
|
|
1381
|
-
var PutPlaybackConfiguration$ = [9, n0, _PPC,
|
|
1382
|
-
{ [_h]: ["PUT", "/playbackConfiguration", 200] }, () => PutPlaybackConfigurationRequest$, () => PutPlaybackConfigurationResponse$
|
|
1383
|
-
];
|
|
1384
|
-
var StartChannel$ = [9, n0, _SCt,
|
|
1385
|
-
{ [_h]: ["PUT", "/channel/{ChannelName}/start", 200] }, () => StartChannelRequest$, () => StartChannelResponse$
|
|
1386
|
-
];
|
|
1387
|
-
var StopChannel$ = [9, n0, _SCto,
|
|
1388
|
-
{ [_h]: ["PUT", "/channel/{ChannelName}/stop", 200] }, () => StopChannelRequest$, () => StopChannelResponse$
|
|
1389
|
-
];
|
|
1390
|
-
var TagResource$ = [9, n0, _TR,
|
|
1391
|
-
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => __Unit
|
|
1392
|
-
];
|
|
1393
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1394
|
-
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => __Unit
|
|
1395
|
-
];
|
|
1396
|
-
var UpdateChannel$ = [9, n0, _UC,
|
|
1397
|
-
{ [_h]: ["PUT", "/channel/{ChannelName}", 200] }, () => UpdateChannelRequest$, () => UpdateChannelResponse$
|
|
1398
|
-
];
|
|
1399
|
-
var UpdateLiveSource$ = [9, n0, _ULS,
|
|
1400
|
-
{ [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/liveSource/{LiveSourceName}", 200] }, () => UpdateLiveSourceRequest$, () => UpdateLiveSourceResponse$
|
|
1401
|
-
];
|
|
1402
|
-
var UpdateProgram$ = [9, n0, _UP,
|
|
1403
|
-
{ [_h]: ["PUT", "/channel/{ChannelName}/program/{ProgramName}", 200] }, () => UpdateProgramRequest$, () => UpdateProgramResponse$
|
|
1404
|
-
];
|
|
1405
|
-
var UpdateSourceLocation$ = [9, n0, _USL,
|
|
1406
|
-
{ [_h]: ["PUT", "/sourceLocation/{SourceLocationName}", 200] }, () => UpdateSourceLocationRequest$, () => UpdateSourceLocationResponse$
|
|
1407
|
-
];
|
|
1408
|
-
var UpdateVodSource$ = [9, n0, _UVS,
|
|
1409
|
-
{ [_h]: ["PUT", "/sourceLocation/{SourceLocationName}/vodSource/{VodSourceName}", 200] }, () => UpdateVodSourceRequest$, () => UpdateVodSourceResponse$
|
|
1410
|
-
];
|
|
1411
|
-
|
|
1412
116
|
class ConfigureLogsForChannelCommand extends smithyClient.Command
|
|
1413
117
|
.classBuilder()
|
|
1414
118
|
.ep(commonParams)
|
|
@@ -1417,7 +121,7 @@ class ConfigureLogsForChannelCommand extends smithyClient.Command
|
|
|
1417
121
|
})
|
|
1418
122
|
.s("MediaTailor", "ConfigureLogsForChannel", {})
|
|
1419
123
|
.n("MediaTailorClient", "ConfigureLogsForChannelCommand")
|
|
1420
|
-
.sc(ConfigureLogsForChannel$)
|
|
124
|
+
.sc(schemas_0.ConfigureLogsForChannel$)
|
|
1421
125
|
.build() {
|
|
1422
126
|
}
|
|
1423
127
|
|
|
@@ -1429,7 +133,7 @@ class ConfigureLogsForPlaybackConfigurationCommand extends smithyClient.Command
|
|
|
1429
133
|
})
|
|
1430
134
|
.s("MediaTailor", "ConfigureLogsForPlaybackConfiguration", {})
|
|
1431
135
|
.n("MediaTailorClient", "ConfigureLogsForPlaybackConfigurationCommand")
|
|
1432
|
-
.sc(ConfigureLogsForPlaybackConfiguration$)
|
|
136
|
+
.sc(schemas_0.ConfigureLogsForPlaybackConfiguration$)
|
|
1433
137
|
.build() {
|
|
1434
138
|
}
|
|
1435
139
|
|
|
@@ -1441,7 +145,7 @@ class CreateChannelCommand extends smithyClient.Command
|
|
|
1441
145
|
})
|
|
1442
146
|
.s("MediaTailor", "CreateChannel", {})
|
|
1443
147
|
.n("MediaTailorClient", "CreateChannelCommand")
|
|
1444
|
-
.sc(CreateChannel$)
|
|
148
|
+
.sc(schemas_0.CreateChannel$)
|
|
1445
149
|
.build() {
|
|
1446
150
|
}
|
|
1447
151
|
|
|
@@ -1453,7 +157,7 @@ class CreateLiveSourceCommand extends smithyClient.Command
|
|
|
1453
157
|
})
|
|
1454
158
|
.s("MediaTailor", "CreateLiveSource", {})
|
|
1455
159
|
.n("MediaTailorClient", "CreateLiveSourceCommand")
|
|
1456
|
-
.sc(CreateLiveSource$)
|
|
160
|
+
.sc(schemas_0.CreateLiveSource$)
|
|
1457
161
|
.build() {
|
|
1458
162
|
}
|
|
1459
163
|
|
|
@@ -1465,7 +169,7 @@ class CreatePrefetchScheduleCommand extends smithyClient.Command
|
|
|
1465
169
|
})
|
|
1466
170
|
.s("MediaTailor", "CreatePrefetchSchedule", {})
|
|
1467
171
|
.n("MediaTailorClient", "CreatePrefetchScheduleCommand")
|
|
1468
|
-
.sc(CreatePrefetchSchedule$)
|
|
172
|
+
.sc(schemas_0.CreatePrefetchSchedule$)
|
|
1469
173
|
.build() {
|
|
1470
174
|
}
|
|
1471
175
|
|
|
@@ -1477,7 +181,7 @@ class CreateProgramCommand extends smithyClient.Command
|
|
|
1477
181
|
})
|
|
1478
182
|
.s("MediaTailor", "CreateProgram", {})
|
|
1479
183
|
.n("MediaTailorClient", "CreateProgramCommand")
|
|
1480
|
-
.sc(CreateProgram$)
|
|
184
|
+
.sc(schemas_0.CreateProgram$)
|
|
1481
185
|
.build() {
|
|
1482
186
|
}
|
|
1483
187
|
|
|
@@ -1489,7 +193,7 @@ class CreateSourceLocationCommand extends smithyClient.Command
|
|
|
1489
193
|
})
|
|
1490
194
|
.s("MediaTailor", "CreateSourceLocation", {})
|
|
1491
195
|
.n("MediaTailorClient", "CreateSourceLocationCommand")
|
|
1492
|
-
.sc(CreateSourceLocation$)
|
|
196
|
+
.sc(schemas_0.CreateSourceLocation$)
|
|
1493
197
|
.build() {
|
|
1494
198
|
}
|
|
1495
199
|
|
|
@@ -1501,7 +205,7 @@ class CreateVodSourceCommand extends smithyClient.Command
|
|
|
1501
205
|
})
|
|
1502
206
|
.s("MediaTailor", "CreateVodSource", {})
|
|
1503
207
|
.n("MediaTailorClient", "CreateVodSourceCommand")
|
|
1504
|
-
.sc(CreateVodSource$)
|
|
208
|
+
.sc(schemas_0.CreateVodSource$)
|
|
1505
209
|
.build() {
|
|
1506
210
|
}
|
|
1507
211
|
|
|
@@ -1513,7 +217,7 @@ class DeleteChannelCommand extends smithyClient.Command
|
|
|
1513
217
|
})
|
|
1514
218
|
.s("MediaTailor", "DeleteChannel", {})
|
|
1515
219
|
.n("MediaTailorClient", "DeleteChannelCommand")
|
|
1516
|
-
.sc(DeleteChannel$)
|
|
220
|
+
.sc(schemas_0.DeleteChannel$)
|
|
1517
221
|
.build() {
|
|
1518
222
|
}
|
|
1519
223
|
|
|
@@ -1525,7 +229,7 @@ class DeleteChannelPolicyCommand extends smithyClient.Command
|
|
|
1525
229
|
})
|
|
1526
230
|
.s("MediaTailor", "DeleteChannelPolicy", {})
|
|
1527
231
|
.n("MediaTailorClient", "DeleteChannelPolicyCommand")
|
|
1528
|
-
.sc(DeleteChannelPolicy$)
|
|
232
|
+
.sc(schemas_0.DeleteChannelPolicy$)
|
|
1529
233
|
.build() {
|
|
1530
234
|
}
|
|
1531
235
|
|
|
@@ -1537,7 +241,7 @@ class DeleteLiveSourceCommand extends smithyClient.Command
|
|
|
1537
241
|
})
|
|
1538
242
|
.s("MediaTailor", "DeleteLiveSource", {})
|
|
1539
243
|
.n("MediaTailorClient", "DeleteLiveSourceCommand")
|
|
1540
|
-
.sc(DeleteLiveSource$)
|
|
244
|
+
.sc(schemas_0.DeleteLiveSource$)
|
|
1541
245
|
.build() {
|
|
1542
246
|
}
|
|
1543
247
|
|
|
@@ -1549,7 +253,7 @@ class DeletePlaybackConfigurationCommand extends smithyClient.Command
|
|
|
1549
253
|
})
|
|
1550
254
|
.s("MediaTailor", "DeletePlaybackConfiguration", {})
|
|
1551
255
|
.n("MediaTailorClient", "DeletePlaybackConfigurationCommand")
|
|
1552
|
-
.sc(DeletePlaybackConfiguration$)
|
|
256
|
+
.sc(schemas_0.DeletePlaybackConfiguration$)
|
|
1553
257
|
.build() {
|
|
1554
258
|
}
|
|
1555
259
|
|
|
@@ -1561,7 +265,7 @@ class DeletePrefetchScheduleCommand extends smithyClient.Command
|
|
|
1561
265
|
})
|
|
1562
266
|
.s("MediaTailor", "DeletePrefetchSchedule", {})
|
|
1563
267
|
.n("MediaTailorClient", "DeletePrefetchScheduleCommand")
|
|
1564
|
-
.sc(DeletePrefetchSchedule$)
|
|
268
|
+
.sc(schemas_0.DeletePrefetchSchedule$)
|
|
1565
269
|
.build() {
|
|
1566
270
|
}
|
|
1567
271
|
|
|
@@ -1573,7 +277,7 @@ class DeleteProgramCommand extends smithyClient.Command
|
|
|
1573
277
|
})
|
|
1574
278
|
.s("MediaTailor", "DeleteProgram", {})
|
|
1575
279
|
.n("MediaTailorClient", "DeleteProgramCommand")
|
|
1576
|
-
.sc(DeleteProgram$)
|
|
280
|
+
.sc(schemas_0.DeleteProgram$)
|
|
1577
281
|
.build() {
|
|
1578
282
|
}
|
|
1579
283
|
|
|
@@ -1585,7 +289,7 @@ class DeleteSourceLocationCommand extends smithyClient.Command
|
|
|
1585
289
|
})
|
|
1586
290
|
.s("MediaTailor", "DeleteSourceLocation", {})
|
|
1587
291
|
.n("MediaTailorClient", "DeleteSourceLocationCommand")
|
|
1588
|
-
.sc(DeleteSourceLocation$)
|
|
292
|
+
.sc(schemas_0.DeleteSourceLocation$)
|
|
1589
293
|
.build() {
|
|
1590
294
|
}
|
|
1591
295
|
|
|
@@ -1597,7 +301,7 @@ class DeleteVodSourceCommand extends smithyClient.Command
|
|
|
1597
301
|
})
|
|
1598
302
|
.s("MediaTailor", "DeleteVodSource", {})
|
|
1599
303
|
.n("MediaTailorClient", "DeleteVodSourceCommand")
|
|
1600
|
-
.sc(DeleteVodSource$)
|
|
304
|
+
.sc(schemas_0.DeleteVodSource$)
|
|
1601
305
|
.build() {
|
|
1602
306
|
}
|
|
1603
307
|
|
|
@@ -1609,7 +313,7 @@ class DescribeChannelCommand extends smithyClient.Command
|
|
|
1609
313
|
})
|
|
1610
314
|
.s("MediaTailor", "DescribeChannel", {})
|
|
1611
315
|
.n("MediaTailorClient", "DescribeChannelCommand")
|
|
1612
|
-
.sc(DescribeChannel$)
|
|
316
|
+
.sc(schemas_0.DescribeChannel$)
|
|
1613
317
|
.build() {
|
|
1614
318
|
}
|
|
1615
319
|
|
|
@@ -1621,7 +325,7 @@ class DescribeLiveSourceCommand extends smithyClient.Command
|
|
|
1621
325
|
})
|
|
1622
326
|
.s("MediaTailor", "DescribeLiveSource", {})
|
|
1623
327
|
.n("MediaTailorClient", "DescribeLiveSourceCommand")
|
|
1624
|
-
.sc(DescribeLiveSource$)
|
|
328
|
+
.sc(schemas_0.DescribeLiveSource$)
|
|
1625
329
|
.build() {
|
|
1626
330
|
}
|
|
1627
331
|
|
|
@@ -1633,7 +337,7 @@ class DescribeProgramCommand extends smithyClient.Command
|
|
|
1633
337
|
})
|
|
1634
338
|
.s("MediaTailor", "DescribeProgram", {})
|
|
1635
339
|
.n("MediaTailorClient", "DescribeProgramCommand")
|
|
1636
|
-
.sc(DescribeProgram$)
|
|
340
|
+
.sc(schemas_0.DescribeProgram$)
|
|
1637
341
|
.build() {
|
|
1638
342
|
}
|
|
1639
343
|
|
|
@@ -1645,7 +349,7 @@ class DescribeSourceLocationCommand extends smithyClient.Command
|
|
|
1645
349
|
})
|
|
1646
350
|
.s("MediaTailor", "DescribeSourceLocation", {})
|
|
1647
351
|
.n("MediaTailorClient", "DescribeSourceLocationCommand")
|
|
1648
|
-
.sc(DescribeSourceLocation$)
|
|
352
|
+
.sc(schemas_0.DescribeSourceLocation$)
|
|
1649
353
|
.build() {
|
|
1650
354
|
}
|
|
1651
355
|
|
|
@@ -1657,7 +361,7 @@ class DescribeVodSourceCommand extends smithyClient.Command
|
|
|
1657
361
|
})
|
|
1658
362
|
.s("MediaTailor", "DescribeVodSource", {})
|
|
1659
363
|
.n("MediaTailorClient", "DescribeVodSourceCommand")
|
|
1660
|
-
.sc(DescribeVodSource$)
|
|
364
|
+
.sc(schemas_0.DescribeVodSource$)
|
|
1661
365
|
.build() {
|
|
1662
366
|
}
|
|
1663
367
|
|
|
@@ -1669,7 +373,7 @@ class GetChannelPolicyCommand extends smithyClient.Command
|
|
|
1669
373
|
})
|
|
1670
374
|
.s("MediaTailor", "GetChannelPolicy", {})
|
|
1671
375
|
.n("MediaTailorClient", "GetChannelPolicyCommand")
|
|
1672
|
-
.sc(GetChannelPolicy$)
|
|
376
|
+
.sc(schemas_0.GetChannelPolicy$)
|
|
1673
377
|
.build() {
|
|
1674
378
|
}
|
|
1675
379
|
|
|
@@ -1681,7 +385,7 @@ class GetChannelScheduleCommand extends smithyClient.Command
|
|
|
1681
385
|
})
|
|
1682
386
|
.s("MediaTailor", "GetChannelSchedule", {})
|
|
1683
387
|
.n("MediaTailorClient", "GetChannelScheduleCommand")
|
|
1684
|
-
.sc(GetChannelSchedule$)
|
|
388
|
+
.sc(schemas_0.GetChannelSchedule$)
|
|
1685
389
|
.build() {
|
|
1686
390
|
}
|
|
1687
391
|
|
|
@@ -1693,7 +397,7 @@ class GetPlaybackConfigurationCommand extends smithyClient.Command
|
|
|
1693
397
|
})
|
|
1694
398
|
.s("MediaTailor", "GetPlaybackConfiguration", {})
|
|
1695
399
|
.n("MediaTailorClient", "GetPlaybackConfigurationCommand")
|
|
1696
|
-
.sc(GetPlaybackConfiguration$)
|
|
400
|
+
.sc(schemas_0.GetPlaybackConfiguration$)
|
|
1697
401
|
.build() {
|
|
1698
402
|
}
|
|
1699
403
|
|
|
@@ -1705,7 +409,7 @@ class GetPrefetchScheduleCommand extends smithyClient.Command
|
|
|
1705
409
|
})
|
|
1706
410
|
.s("MediaTailor", "GetPrefetchSchedule", {})
|
|
1707
411
|
.n("MediaTailorClient", "GetPrefetchScheduleCommand")
|
|
1708
|
-
.sc(GetPrefetchSchedule$)
|
|
412
|
+
.sc(schemas_0.GetPrefetchSchedule$)
|
|
1709
413
|
.build() {
|
|
1710
414
|
}
|
|
1711
415
|
|
|
@@ -1717,7 +421,7 @@ class ListAlertsCommand extends smithyClient.Command
|
|
|
1717
421
|
})
|
|
1718
422
|
.s("MediaTailor", "ListAlerts", {})
|
|
1719
423
|
.n("MediaTailorClient", "ListAlertsCommand")
|
|
1720
|
-
.sc(ListAlerts$)
|
|
424
|
+
.sc(schemas_0.ListAlerts$)
|
|
1721
425
|
.build() {
|
|
1722
426
|
}
|
|
1723
427
|
|
|
@@ -1729,7 +433,7 @@ class ListChannelsCommand extends smithyClient.Command
|
|
|
1729
433
|
})
|
|
1730
434
|
.s("MediaTailor", "ListChannels", {})
|
|
1731
435
|
.n("MediaTailorClient", "ListChannelsCommand")
|
|
1732
|
-
.sc(ListChannels$)
|
|
436
|
+
.sc(schemas_0.ListChannels$)
|
|
1733
437
|
.build() {
|
|
1734
438
|
}
|
|
1735
439
|
|
|
@@ -1741,7 +445,7 @@ class ListLiveSourcesCommand extends smithyClient.Command
|
|
|
1741
445
|
})
|
|
1742
446
|
.s("MediaTailor", "ListLiveSources", {})
|
|
1743
447
|
.n("MediaTailorClient", "ListLiveSourcesCommand")
|
|
1744
|
-
.sc(ListLiveSources$)
|
|
448
|
+
.sc(schemas_0.ListLiveSources$)
|
|
1745
449
|
.build() {
|
|
1746
450
|
}
|
|
1747
451
|
|
|
@@ -1753,7 +457,7 @@ class ListPlaybackConfigurationsCommand extends smithyClient.Command
|
|
|
1753
457
|
})
|
|
1754
458
|
.s("MediaTailor", "ListPlaybackConfigurations", {})
|
|
1755
459
|
.n("MediaTailorClient", "ListPlaybackConfigurationsCommand")
|
|
1756
|
-
.sc(ListPlaybackConfigurations$)
|
|
460
|
+
.sc(schemas_0.ListPlaybackConfigurations$)
|
|
1757
461
|
.build() {
|
|
1758
462
|
}
|
|
1759
463
|
|
|
@@ -1765,7 +469,7 @@ class ListPrefetchSchedulesCommand extends smithyClient.Command
|
|
|
1765
469
|
})
|
|
1766
470
|
.s("MediaTailor", "ListPrefetchSchedules", {})
|
|
1767
471
|
.n("MediaTailorClient", "ListPrefetchSchedulesCommand")
|
|
1768
|
-
.sc(ListPrefetchSchedules$)
|
|
472
|
+
.sc(schemas_0.ListPrefetchSchedules$)
|
|
1769
473
|
.build() {
|
|
1770
474
|
}
|
|
1771
475
|
|
|
@@ -1777,7 +481,7 @@ class ListSourceLocationsCommand extends smithyClient.Command
|
|
|
1777
481
|
})
|
|
1778
482
|
.s("MediaTailor", "ListSourceLocations", {})
|
|
1779
483
|
.n("MediaTailorClient", "ListSourceLocationsCommand")
|
|
1780
|
-
.sc(ListSourceLocations$)
|
|
484
|
+
.sc(schemas_0.ListSourceLocations$)
|
|
1781
485
|
.build() {
|
|
1782
486
|
}
|
|
1783
487
|
|
|
@@ -1789,7 +493,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1789
493
|
})
|
|
1790
494
|
.s("MediaTailor", "ListTagsForResource", {})
|
|
1791
495
|
.n("MediaTailorClient", "ListTagsForResourceCommand")
|
|
1792
|
-
.sc(ListTagsForResource$)
|
|
496
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1793
497
|
.build() {
|
|
1794
498
|
}
|
|
1795
499
|
|
|
@@ -1801,7 +505,7 @@ class ListVodSourcesCommand extends smithyClient.Command
|
|
|
1801
505
|
})
|
|
1802
506
|
.s("MediaTailor", "ListVodSources", {})
|
|
1803
507
|
.n("MediaTailorClient", "ListVodSourcesCommand")
|
|
1804
|
-
.sc(ListVodSources$)
|
|
508
|
+
.sc(schemas_0.ListVodSources$)
|
|
1805
509
|
.build() {
|
|
1806
510
|
}
|
|
1807
511
|
|
|
@@ -1813,7 +517,7 @@ class PutChannelPolicyCommand extends smithyClient.Command
|
|
|
1813
517
|
})
|
|
1814
518
|
.s("MediaTailor", "PutChannelPolicy", {})
|
|
1815
519
|
.n("MediaTailorClient", "PutChannelPolicyCommand")
|
|
1816
|
-
.sc(PutChannelPolicy$)
|
|
520
|
+
.sc(schemas_0.PutChannelPolicy$)
|
|
1817
521
|
.build() {
|
|
1818
522
|
}
|
|
1819
523
|
|
|
@@ -1825,7 +529,7 @@ class PutPlaybackConfigurationCommand extends smithyClient.Command
|
|
|
1825
529
|
})
|
|
1826
530
|
.s("MediaTailor", "PutPlaybackConfiguration", {})
|
|
1827
531
|
.n("MediaTailorClient", "PutPlaybackConfigurationCommand")
|
|
1828
|
-
.sc(PutPlaybackConfiguration$)
|
|
532
|
+
.sc(schemas_0.PutPlaybackConfiguration$)
|
|
1829
533
|
.build() {
|
|
1830
534
|
}
|
|
1831
535
|
|
|
@@ -1837,7 +541,7 @@ class StartChannelCommand extends smithyClient.Command
|
|
|
1837
541
|
})
|
|
1838
542
|
.s("MediaTailor", "StartChannel", {})
|
|
1839
543
|
.n("MediaTailorClient", "StartChannelCommand")
|
|
1840
|
-
.sc(StartChannel$)
|
|
544
|
+
.sc(schemas_0.StartChannel$)
|
|
1841
545
|
.build() {
|
|
1842
546
|
}
|
|
1843
547
|
|
|
@@ -1849,7 +553,7 @@ class StopChannelCommand extends smithyClient.Command
|
|
|
1849
553
|
})
|
|
1850
554
|
.s("MediaTailor", "StopChannel", {})
|
|
1851
555
|
.n("MediaTailorClient", "StopChannelCommand")
|
|
1852
|
-
.sc(StopChannel$)
|
|
556
|
+
.sc(schemas_0.StopChannel$)
|
|
1853
557
|
.build() {
|
|
1854
558
|
}
|
|
1855
559
|
|
|
@@ -1861,7 +565,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1861
565
|
})
|
|
1862
566
|
.s("MediaTailor", "TagResource", {})
|
|
1863
567
|
.n("MediaTailorClient", "TagResourceCommand")
|
|
1864
|
-
.sc(TagResource$)
|
|
568
|
+
.sc(schemas_0.TagResource$)
|
|
1865
569
|
.build() {
|
|
1866
570
|
}
|
|
1867
571
|
|
|
@@ -1873,7 +577,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1873
577
|
})
|
|
1874
578
|
.s("MediaTailor", "UntagResource", {})
|
|
1875
579
|
.n("MediaTailorClient", "UntagResourceCommand")
|
|
1876
|
-
.sc(UntagResource$)
|
|
580
|
+
.sc(schemas_0.UntagResource$)
|
|
1877
581
|
.build() {
|
|
1878
582
|
}
|
|
1879
583
|
|
|
@@ -1885,7 +589,7 @@ class UpdateChannelCommand extends smithyClient.Command
|
|
|
1885
589
|
})
|
|
1886
590
|
.s("MediaTailor", "UpdateChannel", {})
|
|
1887
591
|
.n("MediaTailorClient", "UpdateChannelCommand")
|
|
1888
|
-
.sc(UpdateChannel$)
|
|
592
|
+
.sc(schemas_0.UpdateChannel$)
|
|
1889
593
|
.build() {
|
|
1890
594
|
}
|
|
1891
595
|
|
|
@@ -1897,7 +601,7 @@ class UpdateLiveSourceCommand extends smithyClient.Command
|
|
|
1897
601
|
})
|
|
1898
602
|
.s("MediaTailor", "UpdateLiveSource", {})
|
|
1899
603
|
.n("MediaTailorClient", "UpdateLiveSourceCommand")
|
|
1900
|
-
.sc(UpdateLiveSource$)
|
|
604
|
+
.sc(schemas_0.UpdateLiveSource$)
|
|
1901
605
|
.build() {
|
|
1902
606
|
}
|
|
1903
607
|
|
|
@@ -1909,7 +613,7 @@ class UpdateProgramCommand extends smithyClient.Command
|
|
|
1909
613
|
})
|
|
1910
614
|
.s("MediaTailor", "UpdateProgram", {})
|
|
1911
615
|
.n("MediaTailorClient", "UpdateProgramCommand")
|
|
1912
|
-
.sc(UpdateProgram$)
|
|
616
|
+
.sc(schemas_0.UpdateProgram$)
|
|
1913
617
|
.build() {
|
|
1914
618
|
}
|
|
1915
619
|
|
|
@@ -1921,7 +625,7 @@ class UpdateSourceLocationCommand extends smithyClient.Command
|
|
|
1921
625
|
})
|
|
1922
626
|
.s("MediaTailor", "UpdateSourceLocation", {})
|
|
1923
627
|
.n("MediaTailorClient", "UpdateSourceLocationCommand")
|
|
1924
|
-
.sc(UpdateSourceLocation$)
|
|
628
|
+
.sc(schemas_0.UpdateSourceLocation$)
|
|
1925
629
|
.build() {
|
|
1926
630
|
}
|
|
1927
631
|
|
|
@@ -1933,7 +637,7 @@ class UpdateVodSourceCommand extends smithyClient.Command
|
|
|
1933
637
|
})
|
|
1934
638
|
.s("MediaTailor", "UpdateVodSource", {})
|
|
1935
639
|
.n("MediaTailorClient", "UpdateVodSourceCommand")
|
|
1936
|
-
.sc(UpdateVodSource$)
|
|
640
|
+
.sc(schemas_0.UpdateVodSource$)
|
|
1937
641
|
.build() {
|
|
1938
642
|
}
|
|
1939
643
|
|
|
@@ -2197,270 +901,82 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2197
901
|
enumerable: true,
|
|
2198
902
|
get: function () { return smithyClient.Client; }
|
|
2199
903
|
});
|
|
2200
|
-
exports
|
|
904
|
+
Object.defineProperty(exports, "MediaTailorServiceException", {
|
|
905
|
+
enumerable: true,
|
|
906
|
+
get: function () { return MediaTailorServiceException.MediaTailorServiceException; }
|
|
907
|
+
});
|
|
2201
908
|
exports.AccessType = AccessType;
|
|
2202
|
-
exports.AdBreak$ = AdBreak$;
|
|
2203
|
-
exports.AdBreakOpportunity$ = AdBreakOpportunity$;
|
|
2204
|
-
exports.AdConditioningConfiguration$ = AdConditioningConfiguration$;
|
|
2205
|
-
exports.AdDecisionServerConfiguration$ = AdDecisionServerConfiguration$;
|
|
2206
|
-
exports.AdMarkerPassthrough$ = AdMarkerPassthrough$;
|
|
2207
909
|
exports.AdMarkupType = AdMarkupType;
|
|
2208
910
|
exports.AdsInteractionExcludeEventType = AdsInteractionExcludeEventType;
|
|
2209
|
-
exports.AdsInteractionLog$ = AdsInteractionLog$;
|
|
2210
911
|
exports.AdsInteractionPublishOptInEventType = AdsInteractionPublishOptInEventType;
|
|
2211
|
-
exports.Alert$ = Alert$;
|
|
2212
912
|
exports.AlertCategory = AlertCategory;
|
|
2213
|
-
exports.AlternateMedia$ = AlternateMedia$;
|
|
2214
|
-
exports.AudienceMedia$ = AudienceMedia$;
|
|
2215
|
-
exports.AvailMatchingCriteria$ = AvailMatchingCriteria$;
|
|
2216
|
-
exports.AvailSuppression$ = AvailSuppression$;
|
|
2217
|
-
exports.BadRequestException = BadRequestException;
|
|
2218
|
-
exports.BadRequestException$ = BadRequestException$;
|
|
2219
|
-
exports.Bumper$ = Bumper$;
|
|
2220
|
-
exports.CdnConfiguration$ = CdnConfiguration$;
|
|
2221
|
-
exports.Channel$ = Channel$;
|
|
2222
913
|
exports.ChannelState = ChannelState;
|
|
2223
|
-
exports.ClipRange$ = ClipRange$;
|
|
2224
914
|
exports.CompressionMethod = CompressionMethod;
|
|
2225
|
-
exports.ConfigureLogsForChannel$ = ConfigureLogsForChannel$;
|
|
2226
915
|
exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
|
|
2227
|
-
exports.ConfigureLogsForChannelRequest$ = ConfigureLogsForChannelRequest$;
|
|
2228
|
-
exports.ConfigureLogsForChannelResponse$ = ConfigureLogsForChannelResponse$;
|
|
2229
|
-
exports.ConfigureLogsForPlaybackConfiguration$ = ConfigureLogsForPlaybackConfiguration$;
|
|
2230
916
|
exports.ConfigureLogsForPlaybackConfigurationCommand = ConfigureLogsForPlaybackConfigurationCommand;
|
|
2231
|
-
exports.ConfigureLogsForPlaybackConfigurationRequest$ = ConfigureLogsForPlaybackConfigurationRequest$;
|
|
2232
|
-
exports.ConfigureLogsForPlaybackConfigurationResponse$ = ConfigureLogsForPlaybackConfigurationResponse$;
|
|
2233
|
-
exports.CreateChannel$ = CreateChannel$;
|
|
2234
917
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
2235
|
-
exports.CreateChannelRequest$ = CreateChannelRequest$;
|
|
2236
|
-
exports.CreateChannelResponse$ = CreateChannelResponse$;
|
|
2237
|
-
exports.CreateLiveSource$ = CreateLiveSource$;
|
|
2238
918
|
exports.CreateLiveSourceCommand = CreateLiveSourceCommand;
|
|
2239
|
-
exports.CreateLiveSourceRequest$ = CreateLiveSourceRequest$;
|
|
2240
|
-
exports.CreateLiveSourceResponse$ = CreateLiveSourceResponse$;
|
|
2241
|
-
exports.CreatePrefetchSchedule$ = CreatePrefetchSchedule$;
|
|
2242
919
|
exports.CreatePrefetchScheduleCommand = CreatePrefetchScheduleCommand;
|
|
2243
|
-
exports.CreatePrefetchScheduleRequest$ = CreatePrefetchScheduleRequest$;
|
|
2244
|
-
exports.CreatePrefetchScheduleResponse$ = CreatePrefetchScheduleResponse$;
|
|
2245
|
-
exports.CreateProgram$ = CreateProgram$;
|
|
2246
920
|
exports.CreateProgramCommand = CreateProgramCommand;
|
|
2247
|
-
exports.CreateProgramRequest$ = CreateProgramRequest$;
|
|
2248
|
-
exports.CreateProgramResponse$ = CreateProgramResponse$;
|
|
2249
|
-
exports.CreateSourceLocation$ = CreateSourceLocation$;
|
|
2250
921
|
exports.CreateSourceLocationCommand = CreateSourceLocationCommand;
|
|
2251
|
-
exports.CreateSourceLocationRequest$ = CreateSourceLocationRequest$;
|
|
2252
|
-
exports.CreateSourceLocationResponse$ = CreateSourceLocationResponse$;
|
|
2253
|
-
exports.CreateVodSource$ = CreateVodSource$;
|
|
2254
922
|
exports.CreateVodSourceCommand = CreateVodSourceCommand;
|
|
2255
|
-
exports.CreateVodSourceRequest$ = CreateVodSourceRequest$;
|
|
2256
|
-
exports.CreateVodSourceResponse$ = CreateVodSourceResponse$;
|
|
2257
|
-
exports.DashConfiguration$ = DashConfiguration$;
|
|
2258
|
-
exports.DashConfigurationForPut$ = DashConfigurationForPut$;
|
|
2259
|
-
exports.DashPlaylistSettings$ = DashPlaylistSettings$;
|
|
2260
|
-
exports.DefaultSegmentDeliveryConfiguration$ = DefaultSegmentDeliveryConfiguration$;
|
|
2261
|
-
exports.DeleteChannel$ = DeleteChannel$;
|
|
2262
923
|
exports.DeleteChannelCommand = DeleteChannelCommand;
|
|
2263
|
-
exports.DeleteChannelPolicy$ = DeleteChannelPolicy$;
|
|
2264
924
|
exports.DeleteChannelPolicyCommand = DeleteChannelPolicyCommand;
|
|
2265
|
-
exports.DeleteChannelPolicyRequest$ = DeleteChannelPolicyRequest$;
|
|
2266
|
-
exports.DeleteChannelPolicyResponse$ = DeleteChannelPolicyResponse$;
|
|
2267
|
-
exports.DeleteChannelRequest$ = DeleteChannelRequest$;
|
|
2268
|
-
exports.DeleteChannelResponse$ = DeleteChannelResponse$;
|
|
2269
|
-
exports.DeleteLiveSource$ = DeleteLiveSource$;
|
|
2270
925
|
exports.DeleteLiveSourceCommand = DeleteLiveSourceCommand;
|
|
2271
|
-
exports.DeleteLiveSourceRequest$ = DeleteLiveSourceRequest$;
|
|
2272
|
-
exports.DeleteLiveSourceResponse$ = DeleteLiveSourceResponse$;
|
|
2273
|
-
exports.DeletePlaybackConfiguration$ = DeletePlaybackConfiguration$;
|
|
2274
926
|
exports.DeletePlaybackConfigurationCommand = DeletePlaybackConfigurationCommand;
|
|
2275
|
-
exports.DeletePlaybackConfigurationRequest$ = DeletePlaybackConfigurationRequest$;
|
|
2276
|
-
exports.DeletePlaybackConfigurationResponse$ = DeletePlaybackConfigurationResponse$;
|
|
2277
|
-
exports.DeletePrefetchSchedule$ = DeletePrefetchSchedule$;
|
|
2278
927
|
exports.DeletePrefetchScheduleCommand = DeletePrefetchScheduleCommand;
|
|
2279
|
-
exports.DeletePrefetchScheduleRequest$ = DeletePrefetchScheduleRequest$;
|
|
2280
|
-
exports.DeletePrefetchScheduleResponse$ = DeletePrefetchScheduleResponse$;
|
|
2281
|
-
exports.DeleteProgram$ = DeleteProgram$;
|
|
2282
928
|
exports.DeleteProgramCommand = DeleteProgramCommand;
|
|
2283
|
-
exports.DeleteProgramRequest$ = DeleteProgramRequest$;
|
|
2284
|
-
exports.DeleteProgramResponse$ = DeleteProgramResponse$;
|
|
2285
|
-
exports.DeleteSourceLocation$ = DeleteSourceLocation$;
|
|
2286
929
|
exports.DeleteSourceLocationCommand = DeleteSourceLocationCommand;
|
|
2287
|
-
exports.DeleteSourceLocationRequest$ = DeleteSourceLocationRequest$;
|
|
2288
|
-
exports.DeleteSourceLocationResponse$ = DeleteSourceLocationResponse$;
|
|
2289
|
-
exports.DeleteVodSource$ = DeleteVodSource$;
|
|
2290
930
|
exports.DeleteVodSourceCommand = DeleteVodSourceCommand;
|
|
2291
|
-
exports.DeleteVodSourceRequest$ = DeleteVodSourceRequest$;
|
|
2292
|
-
exports.DeleteVodSourceResponse$ = DeleteVodSourceResponse$;
|
|
2293
|
-
exports.DescribeChannel$ = DescribeChannel$;
|
|
2294
931
|
exports.DescribeChannelCommand = DescribeChannelCommand;
|
|
2295
|
-
exports.DescribeChannelRequest$ = DescribeChannelRequest$;
|
|
2296
|
-
exports.DescribeChannelResponse$ = DescribeChannelResponse$;
|
|
2297
|
-
exports.DescribeLiveSource$ = DescribeLiveSource$;
|
|
2298
932
|
exports.DescribeLiveSourceCommand = DescribeLiveSourceCommand;
|
|
2299
|
-
exports.DescribeLiveSourceRequest$ = DescribeLiveSourceRequest$;
|
|
2300
|
-
exports.DescribeLiveSourceResponse$ = DescribeLiveSourceResponse$;
|
|
2301
|
-
exports.DescribeProgram$ = DescribeProgram$;
|
|
2302
933
|
exports.DescribeProgramCommand = DescribeProgramCommand;
|
|
2303
|
-
exports.DescribeProgramRequest$ = DescribeProgramRequest$;
|
|
2304
|
-
exports.DescribeProgramResponse$ = DescribeProgramResponse$;
|
|
2305
|
-
exports.DescribeSourceLocation$ = DescribeSourceLocation$;
|
|
2306
934
|
exports.DescribeSourceLocationCommand = DescribeSourceLocationCommand;
|
|
2307
|
-
exports.DescribeSourceLocationRequest$ = DescribeSourceLocationRequest$;
|
|
2308
|
-
exports.DescribeSourceLocationResponse$ = DescribeSourceLocationResponse$;
|
|
2309
|
-
exports.DescribeVodSource$ = DescribeVodSource$;
|
|
2310
935
|
exports.DescribeVodSourceCommand = DescribeVodSourceCommand;
|
|
2311
|
-
exports.DescribeVodSourceRequest$ = DescribeVodSourceRequest$;
|
|
2312
|
-
exports.DescribeVodSourceResponse$ = DescribeVodSourceResponse$;
|
|
2313
936
|
exports.FillPolicy = FillPolicy;
|
|
2314
|
-
exports.GetChannelPolicy$ = GetChannelPolicy$;
|
|
2315
937
|
exports.GetChannelPolicyCommand = GetChannelPolicyCommand;
|
|
2316
|
-
exports.GetChannelPolicyRequest$ = GetChannelPolicyRequest$;
|
|
2317
|
-
exports.GetChannelPolicyResponse$ = GetChannelPolicyResponse$;
|
|
2318
|
-
exports.GetChannelSchedule$ = GetChannelSchedule$;
|
|
2319
938
|
exports.GetChannelScheduleCommand = GetChannelScheduleCommand;
|
|
2320
|
-
exports.GetChannelScheduleRequest$ = GetChannelScheduleRequest$;
|
|
2321
|
-
exports.GetChannelScheduleResponse$ = GetChannelScheduleResponse$;
|
|
2322
|
-
exports.GetPlaybackConfiguration$ = GetPlaybackConfiguration$;
|
|
2323
939
|
exports.GetPlaybackConfigurationCommand = GetPlaybackConfigurationCommand;
|
|
2324
|
-
exports.GetPlaybackConfigurationRequest$ = GetPlaybackConfigurationRequest$;
|
|
2325
|
-
exports.GetPlaybackConfigurationResponse$ = GetPlaybackConfigurationResponse$;
|
|
2326
|
-
exports.GetPrefetchSchedule$ = GetPrefetchSchedule$;
|
|
2327
940
|
exports.GetPrefetchScheduleCommand = GetPrefetchScheduleCommand;
|
|
2328
|
-
exports.GetPrefetchScheduleRequest$ = GetPrefetchScheduleRequest$;
|
|
2329
|
-
exports.GetPrefetchScheduleResponse$ = GetPrefetchScheduleResponse$;
|
|
2330
|
-
exports.HlsConfiguration$ = HlsConfiguration$;
|
|
2331
|
-
exports.HlsPlaylistSettings$ = HlsPlaylistSettings$;
|
|
2332
|
-
exports.HttpConfiguration$ = HttpConfiguration$;
|
|
2333
|
-
exports.HttpPackageConfiguration$ = HttpPackageConfiguration$;
|
|
2334
|
-
exports.HttpRequest$ = HttpRequest$;
|
|
2335
941
|
exports.InsertionMode = InsertionMode;
|
|
2336
|
-
exports.KeyValuePair$ = KeyValuePair$;
|
|
2337
|
-
exports.ListAlerts$ = ListAlerts$;
|
|
2338
942
|
exports.ListAlertsCommand = ListAlertsCommand;
|
|
2339
|
-
exports.ListAlertsRequest$ = ListAlertsRequest$;
|
|
2340
|
-
exports.ListAlertsResponse$ = ListAlertsResponse$;
|
|
2341
|
-
exports.ListChannels$ = ListChannels$;
|
|
2342
943
|
exports.ListChannelsCommand = ListChannelsCommand;
|
|
2343
|
-
exports.ListChannelsRequest$ = ListChannelsRequest$;
|
|
2344
|
-
exports.ListChannelsResponse$ = ListChannelsResponse$;
|
|
2345
|
-
exports.ListLiveSources$ = ListLiveSources$;
|
|
2346
944
|
exports.ListLiveSourcesCommand = ListLiveSourcesCommand;
|
|
2347
|
-
exports.ListLiveSourcesRequest$ = ListLiveSourcesRequest$;
|
|
2348
|
-
exports.ListLiveSourcesResponse$ = ListLiveSourcesResponse$;
|
|
2349
|
-
exports.ListPlaybackConfigurations$ = ListPlaybackConfigurations$;
|
|
2350
945
|
exports.ListPlaybackConfigurationsCommand = ListPlaybackConfigurationsCommand;
|
|
2351
|
-
exports.ListPlaybackConfigurationsRequest$ = ListPlaybackConfigurationsRequest$;
|
|
2352
|
-
exports.ListPlaybackConfigurationsResponse$ = ListPlaybackConfigurationsResponse$;
|
|
2353
946
|
exports.ListPrefetchScheduleType = ListPrefetchScheduleType;
|
|
2354
|
-
exports.ListPrefetchSchedules$ = ListPrefetchSchedules$;
|
|
2355
947
|
exports.ListPrefetchSchedulesCommand = ListPrefetchSchedulesCommand;
|
|
2356
|
-
exports.ListPrefetchSchedulesRequest$ = ListPrefetchSchedulesRequest$;
|
|
2357
|
-
exports.ListPrefetchSchedulesResponse$ = ListPrefetchSchedulesResponse$;
|
|
2358
|
-
exports.ListSourceLocations$ = ListSourceLocations$;
|
|
2359
948
|
exports.ListSourceLocationsCommand = ListSourceLocationsCommand;
|
|
2360
|
-
exports.ListSourceLocationsRequest$ = ListSourceLocationsRequest$;
|
|
2361
|
-
exports.ListSourceLocationsResponse$ = ListSourceLocationsResponse$;
|
|
2362
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
2363
949
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
2364
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
2365
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
2366
|
-
exports.ListVodSources$ = ListVodSources$;
|
|
2367
950
|
exports.ListVodSourcesCommand = ListVodSourcesCommand;
|
|
2368
|
-
exports.ListVodSourcesRequest$ = ListVodSourcesRequest$;
|
|
2369
|
-
exports.ListVodSourcesResponse$ = ListVodSourcesResponse$;
|
|
2370
|
-
exports.LivePreRollConfiguration$ = LivePreRollConfiguration$;
|
|
2371
|
-
exports.LiveSource$ = LiveSource$;
|
|
2372
|
-
exports.LogConfiguration$ = LogConfiguration$;
|
|
2373
|
-
exports.LogConfigurationForChannel$ = LogConfigurationForChannel$;
|
|
2374
951
|
exports.LogType = LogType;
|
|
2375
952
|
exports.LoggingStrategy = LoggingStrategy;
|
|
2376
|
-
exports.ManifestProcessingRules$ = ManifestProcessingRules$;
|
|
2377
953
|
exports.ManifestServiceExcludeEventType = ManifestServiceExcludeEventType;
|
|
2378
|
-
exports.ManifestServiceInteractionLog$ = ManifestServiceInteractionLog$;
|
|
2379
954
|
exports.MediaTailor = MediaTailor;
|
|
2380
955
|
exports.MediaTailorClient = MediaTailorClient;
|
|
2381
|
-
exports.MediaTailorServiceException = MediaTailorServiceException;
|
|
2382
|
-
exports.MediaTailorServiceException$ = MediaTailorServiceException$;
|
|
2383
956
|
exports.MessageType = MessageType;
|
|
2384
957
|
exports.Method = Method;
|
|
2385
958
|
exports.Mode = Mode;
|
|
2386
959
|
exports.Operator = Operator;
|
|
2387
960
|
exports.OriginManifestType = OriginManifestType;
|
|
2388
|
-
exports.PlaybackConfiguration$ = PlaybackConfiguration$;
|
|
2389
961
|
exports.PlaybackMode = PlaybackMode;
|
|
2390
|
-
exports.PrefetchConsumption$ = PrefetchConsumption$;
|
|
2391
|
-
exports.PrefetchRetrieval$ = PrefetchRetrieval$;
|
|
2392
|
-
exports.PrefetchSchedule$ = PrefetchSchedule$;
|
|
2393
962
|
exports.PrefetchScheduleType = PrefetchScheduleType;
|
|
2394
|
-
exports.PutChannelPolicy$ = PutChannelPolicy$;
|
|
2395
963
|
exports.PutChannelPolicyCommand = PutChannelPolicyCommand;
|
|
2396
|
-
exports.PutChannelPolicyRequest$ = PutChannelPolicyRequest$;
|
|
2397
|
-
exports.PutChannelPolicyResponse$ = PutChannelPolicyResponse$;
|
|
2398
|
-
exports.PutPlaybackConfiguration$ = PutPlaybackConfiguration$;
|
|
2399
964
|
exports.PutPlaybackConfigurationCommand = PutPlaybackConfigurationCommand;
|
|
2400
|
-
exports.PutPlaybackConfigurationRequest$ = PutPlaybackConfigurationRequest$;
|
|
2401
|
-
exports.PutPlaybackConfigurationResponse$ = PutPlaybackConfigurationResponse$;
|
|
2402
|
-
exports.RecurringConsumption$ = RecurringConsumption$;
|
|
2403
|
-
exports.RecurringPrefetchConfiguration$ = RecurringPrefetchConfiguration$;
|
|
2404
|
-
exports.RecurringRetrieval$ = RecurringRetrieval$;
|
|
2405
965
|
exports.RelativePosition = RelativePosition;
|
|
2406
|
-
exports.RequestOutputItem$ = RequestOutputItem$;
|
|
2407
|
-
exports.ResponseOutputItem$ = ResponseOutputItem$;
|
|
2408
|
-
exports.ScheduleAdBreak$ = ScheduleAdBreak$;
|
|
2409
|
-
exports.ScheduleConfiguration$ = ScheduleConfiguration$;
|
|
2410
|
-
exports.ScheduleEntry$ = ScheduleEntry$;
|
|
2411
966
|
exports.ScheduleEntryType = ScheduleEntryType;
|
|
2412
|
-
exports.SecretsManagerAccessTokenConfiguration$ = SecretsManagerAccessTokenConfiguration$;
|
|
2413
|
-
exports.SegmentDeliveryConfiguration$ = SegmentDeliveryConfiguration$;
|
|
2414
|
-
exports.SegmentationDescriptor$ = SegmentationDescriptor$;
|
|
2415
|
-
exports.SlateSource$ = SlateSource$;
|
|
2416
|
-
exports.SourceLocation$ = SourceLocation$;
|
|
2417
|
-
exports.SpliceInsertMessage$ = SpliceInsertMessage$;
|
|
2418
|
-
exports.StartChannel$ = StartChannel$;
|
|
2419
967
|
exports.StartChannelCommand = StartChannelCommand;
|
|
2420
|
-
exports.StartChannelRequest$ = StartChannelRequest$;
|
|
2421
|
-
exports.StartChannelResponse$ = StartChannelResponse$;
|
|
2422
|
-
exports.StopChannel$ = StopChannel$;
|
|
2423
968
|
exports.StopChannelCommand = StopChannelCommand;
|
|
2424
|
-
exports.StopChannelRequest$ = StopChannelRequest$;
|
|
2425
|
-
exports.StopChannelResponse$ = StopChannelResponse$;
|
|
2426
969
|
exports.StreamingMediaFileConditioning = StreamingMediaFileConditioning;
|
|
2427
|
-
exports.TagResource$ = TagResource$;
|
|
2428
970
|
exports.TagResourceCommand = TagResourceCommand;
|
|
2429
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
2430
971
|
exports.Tier = Tier;
|
|
2431
|
-
exports.TimeShiftConfiguration$ = TimeShiftConfiguration$;
|
|
2432
|
-
exports.TimeSignalMessage$ = TimeSignalMessage$;
|
|
2433
|
-
exports.TrafficShapingRetrievalWindow$ = TrafficShapingRetrievalWindow$;
|
|
2434
|
-
exports.TrafficShapingTpsConfiguration$ = TrafficShapingTpsConfiguration$;
|
|
2435
972
|
exports.TrafficShapingType = TrafficShapingType;
|
|
2436
|
-
exports.Transition$ = Transition$;
|
|
2437
973
|
exports.Type = Type;
|
|
2438
|
-
exports.UntagResource$ = UntagResource$;
|
|
2439
974
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
2440
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
2441
|
-
exports.UpdateChannel$ = UpdateChannel$;
|
|
2442
975
|
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
2443
|
-
exports.UpdateChannelRequest$ = UpdateChannelRequest$;
|
|
2444
|
-
exports.UpdateChannelResponse$ = UpdateChannelResponse$;
|
|
2445
|
-
exports.UpdateLiveSource$ = UpdateLiveSource$;
|
|
2446
976
|
exports.UpdateLiveSourceCommand = UpdateLiveSourceCommand;
|
|
2447
|
-
exports.UpdateLiveSourceRequest$ = UpdateLiveSourceRequest$;
|
|
2448
|
-
exports.UpdateLiveSourceResponse$ = UpdateLiveSourceResponse$;
|
|
2449
|
-
exports.UpdateProgram$ = UpdateProgram$;
|
|
2450
977
|
exports.UpdateProgramCommand = UpdateProgramCommand;
|
|
2451
|
-
exports.UpdateProgramRequest$ = UpdateProgramRequest$;
|
|
2452
|
-
exports.UpdateProgramResponse$ = UpdateProgramResponse$;
|
|
2453
|
-
exports.UpdateProgramScheduleConfiguration$ = UpdateProgramScheduleConfiguration$;
|
|
2454
|
-
exports.UpdateProgramTransition$ = UpdateProgramTransition$;
|
|
2455
|
-
exports.UpdateSourceLocation$ = UpdateSourceLocation$;
|
|
2456
978
|
exports.UpdateSourceLocationCommand = UpdateSourceLocationCommand;
|
|
2457
|
-
exports.UpdateSourceLocationRequest$ = UpdateSourceLocationRequest$;
|
|
2458
|
-
exports.UpdateSourceLocationResponse$ = UpdateSourceLocationResponse$;
|
|
2459
|
-
exports.UpdateVodSource$ = UpdateVodSource$;
|
|
2460
979
|
exports.UpdateVodSourceCommand = UpdateVodSourceCommand;
|
|
2461
|
-
exports.UpdateVodSourceRequest$ = UpdateVodSourceRequest$;
|
|
2462
|
-
exports.UpdateVodSourceResponse$ = UpdateVodSourceResponse$;
|
|
2463
|
-
exports.VodSource$ = VodSource$;
|
|
2464
980
|
exports.paginateGetChannelSchedule = paginateGetChannelSchedule;
|
|
2465
981
|
exports.paginateListAlerts = paginateListAlerts;
|
|
2466
982
|
exports.paginateListChannels = paginateListChannels;
|
|
@@ -2469,3 +985,15 @@ exports.paginateListPlaybackConfigurations = paginateListPlaybackConfigurations;
|
|
|
2469
985
|
exports.paginateListPrefetchSchedules = paginateListPrefetchSchedules;
|
|
2470
986
|
exports.paginateListSourceLocations = paginateListSourceLocations;
|
|
2471
987
|
exports.paginateListVodSources = paginateListVodSources;
|
|
988
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
989
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
990
|
+
enumerable: true,
|
|
991
|
+
get: function () { return schemas_0[k]; }
|
|
992
|
+
});
|
|
993
|
+
});
|
|
994
|
+
Object.keys(errors).forEach(function (k) {
|
|
995
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
996
|
+
enumerable: true,
|
|
997
|
+
get: function () { return errors[k]; }
|
|
998
|
+
});
|
|
999
|
+
});
|