@aws-sdk/client-mediatailor 3.928.0 → 3.930.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.
Files changed (65) hide show
  1. package/dist-cjs/index.js +2231 -1934
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/MediaTailorClient.js +2 -0
  4. package/dist-es/commands/ConfigureLogsForChannelCommand.js +3 -9
  5. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -9
  6. package/dist-es/commands/CreateChannelCommand.js +3 -9
  7. package/dist-es/commands/CreateLiveSourceCommand.js +3 -9
  8. package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -9
  9. package/dist-es/commands/CreateProgramCommand.js +3 -9
  10. package/dist-es/commands/CreateSourceLocationCommand.js +3 -9
  11. package/dist-es/commands/CreateVodSourceCommand.js +3 -9
  12. package/dist-es/commands/DeleteChannelCommand.js +3 -9
  13. package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -9
  14. package/dist-es/commands/DeleteLiveSourceCommand.js +3 -9
  15. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -9
  16. package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -9
  17. package/dist-es/commands/DeleteProgramCommand.js +3 -9
  18. package/dist-es/commands/DeleteSourceLocationCommand.js +3 -9
  19. package/dist-es/commands/DeleteVodSourceCommand.js +3 -9
  20. package/dist-es/commands/DescribeChannelCommand.js +3 -9
  21. package/dist-es/commands/DescribeLiveSourceCommand.js +3 -9
  22. package/dist-es/commands/DescribeProgramCommand.js +3 -9
  23. package/dist-es/commands/DescribeSourceLocationCommand.js +3 -9
  24. package/dist-es/commands/DescribeVodSourceCommand.js +3 -9
  25. package/dist-es/commands/GetChannelPolicyCommand.js +3 -9
  26. package/dist-es/commands/GetChannelScheduleCommand.js +3 -9
  27. package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -9
  28. package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -9
  29. package/dist-es/commands/ListAlertsCommand.js +3 -9
  30. package/dist-es/commands/ListChannelsCommand.js +3 -9
  31. package/dist-es/commands/ListLiveSourcesCommand.js +3 -9
  32. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -9
  33. package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -9
  34. package/dist-es/commands/ListSourceLocationsCommand.js +3 -9
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/ListVodSourcesCommand.js +3 -9
  37. package/dist-es/commands/PutChannelPolicyCommand.js +3 -9
  38. package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -9
  39. package/dist-es/commands/StartChannelCommand.js +3 -9
  40. package/dist-es/commands/StopChannelCommand.js +3 -9
  41. package/dist-es/commands/TagResourceCommand.js +3 -9
  42. package/dist-es/commands/UntagResourceCommand.js +3 -9
  43. package/dist-es/commands/UpdateChannelCommand.js +3 -9
  44. package/dist-es/commands/UpdateLiveSourceCommand.js +3 -9
  45. package/dist-es/commands/UpdateProgramCommand.js +3 -9
  46. package/dist-es/commands/UpdateSourceLocationCommand.js +3 -9
  47. package/dist-es/commands/UpdateVodSourceCommand.js +3 -9
  48. package/dist-es/runtimeConfig.shared.js +2 -0
  49. package/dist-es/schemas/schemas_0.js +2159 -0
  50. package/dist-types/MediaTailorClient.d.ts +10 -1
  51. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  52. package/dist-types/runtimeConfig.d.ts +1 -0
  53. package/dist-types/runtimeConfig.native.d.ts +1 -0
  54. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  55. package/dist-types/schemas/schemas_0.d.ts +221 -0
  56. package/dist-types/ts3.4/MediaTailorClient.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +227 -0
  62. package/package.json +33 -33
  63. package/dist-es/protocols/Aws_restJson1.js +0 -1634
  64. package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
  65. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
@@ -1,533 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- ConfigureLogsForChannelCommandInput,
8
- ConfigureLogsForChannelCommandOutput,
9
- } from "../commands/ConfigureLogsForChannelCommand";
10
- import {
11
- ConfigureLogsForPlaybackConfigurationCommandInput,
12
- ConfigureLogsForPlaybackConfigurationCommandOutput,
13
- } from "../commands/ConfigureLogsForPlaybackConfigurationCommand";
14
- import {
15
- CreateChannelCommandInput,
16
- CreateChannelCommandOutput,
17
- } from "../commands/CreateChannelCommand";
18
- import {
19
- CreateLiveSourceCommandInput,
20
- CreateLiveSourceCommandOutput,
21
- } from "../commands/CreateLiveSourceCommand";
22
- import {
23
- CreatePrefetchScheduleCommandInput,
24
- CreatePrefetchScheduleCommandOutput,
25
- } from "../commands/CreatePrefetchScheduleCommand";
26
- import {
27
- CreateProgramCommandInput,
28
- CreateProgramCommandOutput,
29
- } from "../commands/CreateProgramCommand";
30
- import {
31
- CreateSourceLocationCommandInput,
32
- CreateSourceLocationCommandOutput,
33
- } from "../commands/CreateSourceLocationCommand";
34
- import {
35
- CreateVodSourceCommandInput,
36
- CreateVodSourceCommandOutput,
37
- } from "../commands/CreateVodSourceCommand";
38
- import {
39
- DeleteChannelCommandInput,
40
- DeleteChannelCommandOutput,
41
- } from "../commands/DeleteChannelCommand";
42
- import {
43
- DeleteChannelPolicyCommandInput,
44
- DeleteChannelPolicyCommandOutput,
45
- } from "../commands/DeleteChannelPolicyCommand";
46
- import {
47
- DeleteLiveSourceCommandInput,
48
- DeleteLiveSourceCommandOutput,
49
- } from "../commands/DeleteLiveSourceCommand";
50
- import {
51
- DeletePlaybackConfigurationCommandInput,
52
- DeletePlaybackConfigurationCommandOutput,
53
- } from "../commands/DeletePlaybackConfigurationCommand";
54
- import {
55
- DeletePrefetchScheduleCommandInput,
56
- DeletePrefetchScheduleCommandOutput,
57
- } from "../commands/DeletePrefetchScheduleCommand";
58
- import {
59
- DeleteProgramCommandInput,
60
- DeleteProgramCommandOutput,
61
- } from "../commands/DeleteProgramCommand";
62
- import {
63
- DeleteSourceLocationCommandInput,
64
- DeleteSourceLocationCommandOutput,
65
- } from "../commands/DeleteSourceLocationCommand";
66
- import {
67
- DeleteVodSourceCommandInput,
68
- DeleteVodSourceCommandOutput,
69
- } from "../commands/DeleteVodSourceCommand";
70
- import {
71
- DescribeChannelCommandInput,
72
- DescribeChannelCommandOutput,
73
- } from "../commands/DescribeChannelCommand";
74
- import {
75
- DescribeLiveSourceCommandInput,
76
- DescribeLiveSourceCommandOutput,
77
- } from "../commands/DescribeLiveSourceCommand";
78
- import {
79
- DescribeProgramCommandInput,
80
- DescribeProgramCommandOutput,
81
- } from "../commands/DescribeProgramCommand";
82
- import {
83
- DescribeSourceLocationCommandInput,
84
- DescribeSourceLocationCommandOutput,
85
- } from "../commands/DescribeSourceLocationCommand";
86
- import {
87
- DescribeVodSourceCommandInput,
88
- DescribeVodSourceCommandOutput,
89
- } from "../commands/DescribeVodSourceCommand";
90
- import {
91
- GetChannelPolicyCommandInput,
92
- GetChannelPolicyCommandOutput,
93
- } from "../commands/GetChannelPolicyCommand";
94
- import {
95
- GetChannelScheduleCommandInput,
96
- GetChannelScheduleCommandOutput,
97
- } from "../commands/GetChannelScheduleCommand";
98
- import {
99
- GetPlaybackConfigurationCommandInput,
100
- GetPlaybackConfigurationCommandOutput,
101
- } from "../commands/GetPlaybackConfigurationCommand";
102
- import {
103
- GetPrefetchScheduleCommandInput,
104
- GetPrefetchScheduleCommandOutput,
105
- } from "../commands/GetPrefetchScheduleCommand";
106
- import {
107
- ListAlertsCommandInput,
108
- ListAlertsCommandOutput,
109
- } from "../commands/ListAlertsCommand";
110
- import {
111
- ListChannelsCommandInput,
112
- ListChannelsCommandOutput,
113
- } from "../commands/ListChannelsCommand";
114
- import {
115
- ListLiveSourcesCommandInput,
116
- ListLiveSourcesCommandOutput,
117
- } from "../commands/ListLiveSourcesCommand";
118
- import {
119
- ListPlaybackConfigurationsCommandInput,
120
- ListPlaybackConfigurationsCommandOutput,
121
- } from "../commands/ListPlaybackConfigurationsCommand";
122
- import {
123
- ListPrefetchSchedulesCommandInput,
124
- ListPrefetchSchedulesCommandOutput,
125
- } from "../commands/ListPrefetchSchedulesCommand";
126
- import {
127
- ListSourceLocationsCommandInput,
128
- ListSourceLocationsCommandOutput,
129
- } from "../commands/ListSourceLocationsCommand";
130
- import {
131
- ListTagsForResourceCommandInput,
132
- ListTagsForResourceCommandOutput,
133
- } from "../commands/ListTagsForResourceCommand";
134
- import {
135
- ListVodSourcesCommandInput,
136
- ListVodSourcesCommandOutput,
137
- } from "../commands/ListVodSourcesCommand";
138
- import {
139
- PutChannelPolicyCommandInput,
140
- PutChannelPolicyCommandOutput,
141
- } from "../commands/PutChannelPolicyCommand";
142
- import {
143
- PutPlaybackConfigurationCommandInput,
144
- PutPlaybackConfigurationCommandOutput,
145
- } from "../commands/PutPlaybackConfigurationCommand";
146
- import {
147
- StartChannelCommandInput,
148
- StartChannelCommandOutput,
149
- } from "../commands/StartChannelCommand";
150
- import {
151
- StopChannelCommandInput,
152
- StopChannelCommandOutput,
153
- } from "../commands/StopChannelCommand";
154
- import {
155
- TagResourceCommandInput,
156
- TagResourceCommandOutput,
157
- } from "../commands/TagResourceCommand";
158
- import {
159
- UntagResourceCommandInput,
160
- UntagResourceCommandOutput,
161
- } from "../commands/UntagResourceCommand";
162
- import {
163
- UpdateChannelCommandInput,
164
- UpdateChannelCommandOutput,
165
- } from "../commands/UpdateChannelCommand";
166
- import {
167
- UpdateLiveSourceCommandInput,
168
- UpdateLiveSourceCommandOutput,
169
- } from "../commands/UpdateLiveSourceCommand";
170
- import {
171
- UpdateProgramCommandInput,
172
- UpdateProgramCommandOutput,
173
- } from "../commands/UpdateProgramCommand";
174
- import {
175
- UpdateSourceLocationCommandInput,
176
- UpdateSourceLocationCommandOutput,
177
- } from "../commands/UpdateSourceLocationCommand";
178
- import {
179
- UpdateVodSourceCommandInput,
180
- UpdateVodSourceCommandOutput,
181
- } from "../commands/UpdateVodSourceCommand";
182
- export declare const se_ConfigureLogsForChannelCommand: (
183
- input: ConfigureLogsForChannelCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_ConfigureLogsForPlaybackConfigurationCommand: (
187
- input: ConfigureLogsForPlaybackConfigurationCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_CreateChannelCommand: (
191
- input: CreateChannelCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_CreateLiveSourceCommand: (
195
- input: CreateLiveSourceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_CreatePrefetchScheduleCommand: (
199
- input: CreatePrefetchScheduleCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_CreateProgramCommand: (
203
- input: CreateProgramCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_CreateSourceLocationCommand: (
207
- input: CreateSourceLocationCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_CreateVodSourceCommand: (
211
- input: CreateVodSourceCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_DeleteChannelCommand: (
215
- input: DeleteChannelCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_DeleteChannelPolicyCommand: (
219
- input: DeleteChannelPolicyCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_DeleteLiveSourceCommand: (
223
- input: DeleteLiveSourceCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_DeletePlaybackConfigurationCommand: (
227
- input: DeletePlaybackConfigurationCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_DeletePrefetchScheduleCommand: (
231
- input: DeletePrefetchScheduleCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_DeleteProgramCommand: (
235
- input: DeleteProgramCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_DeleteSourceLocationCommand: (
239
- input: DeleteSourceLocationCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_DeleteVodSourceCommand: (
243
- input: DeleteVodSourceCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_DescribeChannelCommand: (
247
- input: DescribeChannelCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_DescribeLiveSourceCommand: (
251
- input: DescribeLiveSourceCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_DescribeProgramCommand: (
255
- input: DescribeProgramCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_DescribeSourceLocationCommand: (
259
- input: DescribeSourceLocationCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_DescribeVodSourceCommand: (
263
- input: DescribeVodSourceCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_GetChannelPolicyCommand: (
267
- input: GetChannelPolicyCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_GetChannelScheduleCommand: (
271
- input: GetChannelScheduleCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_GetPlaybackConfigurationCommand: (
275
- input: GetPlaybackConfigurationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_GetPrefetchScheduleCommand: (
279
- input: GetPrefetchScheduleCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_ListAlertsCommand: (
283
- input: ListAlertsCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_ListChannelsCommand: (
287
- input: ListChannelsCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_ListLiveSourcesCommand: (
291
- input: ListLiveSourcesCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_ListPlaybackConfigurationsCommand: (
295
- input: ListPlaybackConfigurationsCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ListPrefetchSchedulesCommand: (
299
- input: ListPrefetchSchedulesCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ListSourceLocationsCommand: (
303
- input: ListSourceLocationsCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ListTagsForResourceCommand: (
307
- input: ListTagsForResourceCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ListVodSourcesCommand: (
311
- input: ListVodSourcesCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_PutChannelPolicyCommand: (
315
- input: PutChannelPolicyCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_PutPlaybackConfigurationCommand: (
319
- input: PutPlaybackConfigurationCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_StartChannelCommand: (
323
- input: StartChannelCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_StopChannelCommand: (
327
- input: StopChannelCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_TagResourceCommand: (
331
- input: TagResourceCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_UntagResourceCommand: (
335
- input: UntagResourceCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_UpdateChannelCommand: (
339
- input: UpdateChannelCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_UpdateLiveSourceCommand: (
343
- input: UpdateLiveSourceCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_UpdateProgramCommand: (
347
- input: UpdateProgramCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_UpdateSourceLocationCommand: (
351
- input: UpdateSourceLocationCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_UpdateVodSourceCommand: (
355
- input: UpdateVodSourceCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const de_ConfigureLogsForChannelCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<ConfigureLogsForChannelCommandOutput>;
362
- export declare const de_ConfigureLogsForPlaybackConfigurationCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
366
- export declare const de_CreateChannelCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<CreateChannelCommandOutput>;
370
- export declare const de_CreateLiveSourceCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<CreateLiveSourceCommandOutput>;
374
- export declare const de_CreatePrefetchScheduleCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<CreatePrefetchScheduleCommandOutput>;
378
- export declare const de_CreateProgramCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<CreateProgramCommandOutput>;
382
- export declare const de_CreateSourceLocationCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<CreateSourceLocationCommandOutput>;
386
- export declare const de_CreateVodSourceCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<CreateVodSourceCommandOutput>;
390
- export declare const de_DeleteChannelCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<DeleteChannelCommandOutput>;
394
- export declare const de_DeleteChannelPolicyCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<DeleteChannelPolicyCommandOutput>;
398
- export declare const de_DeleteLiveSourceCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<DeleteLiveSourceCommandOutput>;
402
- export declare const de_DeletePlaybackConfigurationCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<DeletePlaybackConfigurationCommandOutput>;
406
- export declare const de_DeletePrefetchScheduleCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<DeletePrefetchScheduleCommandOutput>;
410
- export declare const de_DeleteProgramCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<DeleteProgramCommandOutput>;
414
- export declare const de_DeleteSourceLocationCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<DeleteSourceLocationCommandOutput>;
418
- export declare const de_DeleteVodSourceCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<DeleteVodSourceCommandOutput>;
422
- export declare const de_DescribeChannelCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<DescribeChannelCommandOutput>;
426
- export declare const de_DescribeLiveSourceCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<DescribeLiveSourceCommandOutput>;
430
- export declare const de_DescribeProgramCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<DescribeProgramCommandOutput>;
434
- export declare const de_DescribeSourceLocationCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<DescribeSourceLocationCommandOutput>;
438
- export declare const de_DescribeVodSourceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<DescribeVodSourceCommandOutput>;
442
- export declare const de_GetChannelPolicyCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<GetChannelPolicyCommandOutput>;
446
- export declare const de_GetChannelScheduleCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<GetChannelScheduleCommandOutput>;
450
- export declare const de_GetPlaybackConfigurationCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<GetPlaybackConfigurationCommandOutput>;
454
- export declare const de_GetPrefetchScheduleCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<GetPrefetchScheduleCommandOutput>;
458
- export declare const de_ListAlertsCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<ListAlertsCommandOutput>;
462
- export declare const de_ListChannelsCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<ListChannelsCommandOutput>;
466
- export declare const de_ListLiveSourcesCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<ListLiveSourcesCommandOutput>;
470
- export declare const de_ListPlaybackConfigurationsCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<ListPlaybackConfigurationsCommandOutput>;
474
- export declare const de_ListPrefetchSchedulesCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<ListPrefetchSchedulesCommandOutput>;
478
- export declare const de_ListSourceLocationsCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<ListSourceLocationsCommandOutput>;
482
- export declare const de_ListTagsForResourceCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<ListTagsForResourceCommandOutput>;
486
- export declare const de_ListVodSourcesCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<ListVodSourcesCommandOutput>;
490
- export declare const de_PutChannelPolicyCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<PutChannelPolicyCommandOutput>;
494
- export declare const de_PutPlaybackConfigurationCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<PutPlaybackConfigurationCommandOutput>;
498
- export declare const de_StartChannelCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<StartChannelCommandOutput>;
502
- export declare const de_StopChannelCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<StopChannelCommandOutput>;
506
- export declare const de_TagResourceCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<TagResourceCommandOutput>;
510
- export declare const de_UntagResourceCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<UntagResourceCommandOutput>;
514
- export declare const de_UpdateChannelCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<UpdateChannelCommandOutput>;
518
- export declare const de_UpdateLiveSourceCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<UpdateLiveSourceCommandOutput>;
522
- export declare const de_UpdateProgramCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<UpdateProgramCommandOutput>;
526
- export declare const de_UpdateSourceLocationCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<UpdateSourceLocationCommandOutput>;
530
- export declare const de_UpdateVodSourceCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<UpdateVodSourceCommandOutput>;