@aws-sdk/client-mediatailor 3.278.0 → 3.281.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 (46) hide show
  1. package/README.md +355 -0
  2. package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +6 -0
  3. package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateLiveSourceCommand.d.ts +6 -0
  6. package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateProgramCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateSourceLocationCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateVodSourceCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteChannelCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteLiveSourceCommand.d.ts +6 -0
  13. package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +6 -0
  14. package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteProgramCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteSourceLocationCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteVodSourceCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeChannelCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeLiveSourceCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeProgramCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeSourceLocationCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeVodSourceCommand.d.ts +6 -0
  23. package/dist-types/commands/GetChannelPolicyCommand.d.ts +6 -0
  24. package/dist-types/commands/GetChannelScheduleCommand.d.ts +6 -0
  25. package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +6 -0
  26. package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +6 -0
  27. package/dist-types/commands/ListAlertsCommand.d.ts +6 -0
  28. package/dist-types/commands/ListChannelsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListLiveSourcesCommand.d.ts +6 -0
  30. package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +6 -0
  32. package/dist-types/commands/ListSourceLocationsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  34. package/dist-types/commands/ListVodSourcesCommand.d.ts +6 -0
  35. package/dist-types/commands/PutChannelPolicyCommand.d.ts +6 -0
  36. package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +6 -0
  37. package/dist-types/commands/StartChannelCommand.d.ts +6 -0
  38. package/dist-types/commands/StopChannelCommand.d.ts +6 -0
  39. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  40. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  41. package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
  42. package/dist-types/commands/UpdateLiveSourceCommand.d.ts +6 -0
  43. package/dist-types/commands/UpdateProgramCommand.d.ts +6 -0
  44. package/dist-types/commands/UpdateSourceLocationCommand.d.ts +6 -0
  45. package/dist-types/commands/UpdateVodSourceCommand.d.ts +6 -0
  46. package/package.json +6 -6
package/README.md CHANGED
@@ -204,3 +204,358 @@ To contribute to client you can check our [generate clients scripts](https://git
204
204
  This SDK is distributed under the
205
205
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
206
206
  see LICENSE for more information.
207
+
208
+ ## Client Commands (Operations List)
209
+
210
+ <details>
211
+ <summary>
212
+ ConfigureLogsForChannel
213
+ </summary>
214
+
215
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/configurelogsforchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/configurelogsforchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/configurelogsforchannelcommandoutput.html)
216
+
217
+ </details>
218
+ <details>
219
+ <summary>
220
+ ConfigureLogsForPlaybackConfiguration
221
+ </summary>
222
+
223
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/configurelogsforplaybackconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/configurelogsforplaybackconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/configurelogsforplaybackconfigurationcommandoutput.html)
224
+
225
+ </details>
226
+ <details>
227
+ <summary>
228
+ CreateChannel
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/createchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createchannelcommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ CreateLiveSource
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/createlivesourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createlivesourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createlivesourcecommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreatePrefetchSchedule
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/createprefetchschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createprefetchschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createprefetchschedulecommandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CreateProgram
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/createprogramcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createprogramcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createprogramcommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ CreateSourceLocation
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/createsourcelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createsourcelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createsourcelocationcommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ CreateVodSource
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/createvodsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createvodsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/createvodsourcecommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ DeleteChannel
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deletechannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletechannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletechannelcommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ DeleteChannelPolicy
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deletechannelpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletechannelpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletechannelpolicycommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ DeleteLiveSource
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deletelivesourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletelivesourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletelivesourcecommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ DeletePlaybackConfiguration
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deleteplaybackconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deleteplaybackconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deleteplaybackconfigurationcommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ DeletePrefetchSchedule
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deleteprefetchschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deleteprefetchschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deleteprefetchschedulecommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ DeleteProgram
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deleteprogramcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deleteprogramcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deleteprogramcommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ DeleteSourceLocation
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deletesourcelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletesourcelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletesourcelocationcommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ DeleteVodSource
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/deletevodsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletevodsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/deletevodsourcecommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ DescribeChannel
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/describechannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describechannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describechannelcommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ DescribeLiveSource
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/describelivesourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describelivesourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describelivesourcecommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ DescribeProgram
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/describeprogramcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describeprogramcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describeprogramcommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ DescribeSourceLocation
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/describesourcelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describesourcelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describesourcelocationcommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ DescribeVodSource
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/describevodsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describevodsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/describevodsourcecommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ GetChannelPolicy
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/getchannelpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getchannelpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getchannelpolicycommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ GetChannelSchedule
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/getchannelschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getchannelschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getchannelschedulecommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ GetPlaybackConfiguration
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/getplaybackconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getplaybackconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getplaybackconfigurationcommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ GetPrefetchSchedule
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/getprefetchschedulecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getprefetchschedulecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/getprefetchschedulecommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ ListAlerts
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listalertscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listalertscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listalertscommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ ListChannels
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listchannelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listchannelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listchannelscommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ ListLiveSources
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listlivesourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listlivesourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listlivesourcescommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ ListPlaybackConfigurations
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listplaybackconfigurationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listplaybackconfigurationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listplaybackconfigurationscommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ ListPrefetchSchedules
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listprefetchschedulescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listprefetchschedulescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listprefetchschedulescommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ ListSourceLocations
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listsourcelocationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listsourcelocationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listsourcelocationscommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ ListTagsForResource
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listtagsforresourcecommandoutput.html)
464
+
465
+ </details>
466
+ <details>
467
+ <summary>
468
+ ListVodSources
469
+ </summary>
470
+
471
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/listvodsourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listvodsourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/listvodsourcescommandoutput.html)
472
+
473
+ </details>
474
+ <details>
475
+ <summary>
476
+ PutChannelPolicy
477
+ </summary>
478
+
479
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/putchannelpolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/putchannelpolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/putchannelpolicycommandoutput.html)
480
+
481
+ </details>
482
+ <details>
483
+ <summary>
484
+ PutPlaybackConfiguration
485
+ </summary>
486
+
487
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/putplaybackconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/putplaybackconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/putplaybackconfigurationcommandoutput.html)
488
+
489
+ </details>
490
+ <details>
491
+ <summary>
492
+ StartChannel
493
+ </summary>
494
+
495
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/startchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/startchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/startchannelcommandoutput.html)
496
+
497
+ </details>
498
+ <details>
499
+ <summary>
500
+ StopChannel
501
+ </summary>
502
+
503
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/stopchannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/stopchannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/stopchannelcommandoutput.html)
504
+
505
+ </details>
506
+ <details>
507
+ <summary>
508
+ TagResource
509
+ </summary>
510
+
511
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/tagresourcecommandoutput.html)
512
+
513
+ </details>
514
+ <details>
515
+ <summary>
516
+ UntagResource
517
+ </summary>
518
+
519
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/untagresourcecommandoutput.html)
520
+
521
+ </details>
522
+ <details>
523
+ <summary>
524
+ UpdateChannel
525
+ </summary>
526
+
527
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/updatechannelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatechannelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatechannelcommandoutput.html)
528
+
529
+ </details>
530
+ <details>
531
+ <summary>
532
+ UpdateLiveSource
533
+ </summary>
534
+
535
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/updatelivesourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatelivesourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatelivesourcecommandoutput.html)
536
+
537
+ </details>
538
+ <details>
539
+ <summary>
540
+ UpdateProgram
541
+ </summary>
542
+
543
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/updateprogramcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updateprogramcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updateprogramcommandoutput.html)
544
+
545
+ </details>
546
+ <details>
547
+ <summary>
548
+ UpdateSourceLocation
549
+ </summary>
550
+
551
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/updatesourcelocationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatesourcelocationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatesourcelocationcommandoutput.html)
552
+
553
+ </details>
554
+ <details>
555
+ <summary>
556
+ UpdateVodSource
557
+ </summary>
558
+
559
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/classes/updatevodsourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatevodsourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-mediatailor/interfaces/updatevodsourcecommandoutput.html)
560
+
561
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ConfigureLogsForChannelRequest, ConfigureLogsForChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ConfigureLogsForChannelCommand}.
8
+ */
6
9
  export interface ConfigureLogsForChannelCommandInput extends ConfigureLogsForChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ConfigureLogsForChannelCommand}.
13
+ */
8
14
  export interface ConfigureLogsForChannelCommandOutput extends ConfigureLogsForChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ConfigureLogsForPlaybackConfigurationCommand}.
8
+ */
6
9
  export interface ConfigureLogsForPlaybackConfigurationCommandInput extends ConfigureLogsForPlaybackConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ConfigureLogsForPlaybackConfigurationCommand}.
13
+ */
8
14
  export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateChannelCommand}.
8
+ */
6
9
  export interface CreateChannelCommandInput extends CreateChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateChannelCommand}.
13
+ */
8
14
  export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateLiveSourceCommand}.
8
+ */
6
9
  export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateLiveSourceCommand}.
13
+ */
8
14
  export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreatePrefetchScheduleCommand}.
8
+ */
6
9
  export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchScheduleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreatePrefetchScheduleCommand}.
13
+ */
8
14
  export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchScheduleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateProgramCommand}.
8
+ */
6
9
  export interface CreateProgramCommandInput extends CreateProgramRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateProgramCommand}.
13
+ */
8
14
  export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSourceLocationCommand}.
8
+ */
6
9
  export interface CreateSourceLocationCommandInput extends CreateSourceLocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSourceLocationCommand}.
13
+ */
8
14
  export interface CreateSourceLocationCommandOutput extends CreateSourceLocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVodSourceCommand}.
8
+ */
6
9
  export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVodSourceCommand}.
13
+ */
8
14
  export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteChannelCommand}.
8
+ */
6
9
  export interface DeleteChannelCommandInput extends DeleteChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteChannelCommand}.
13
+ */
8
14
  export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteChannelPolicyCommand}.
8
+ */
6
9
  export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteChannelPolicyCommand}.
13
+ */
8
14
  export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteLiveSourceCommand}.
8
+ */
6
9
  export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteLiveSourceCommand}.
13
+ */
8
14
  export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePlaybackConfigurationCommand}.
8
+ */
6
9
  export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePlaybackConfigurationCommand}.
13
+ */
8
14
  export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeletePrefetchScheduleCommand}.
8
+ */
6
9
  export interface DeletePrefetchScheduleCommandInput extends DeletePrefetchScheduleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeletePrefetchScheduleCommand}.
13
+ */
8
14
  export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchScheduleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteProgramCommand}.
8
+ */
6
9
  export interface DeleteProgramCommandInput extends DeleteProgramRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteProgramCommand}.
13
+ */
8
14
  export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSourceLocationCommand}.
8
+ */
6
9
  export interface DeleteSourceLocationCommandInput extends DeleteSourceLocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSourceLocationCommand}.
13
+ */
8
14
  export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteVodSourceCommand}.
8
+ */
6
9
  export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVodSourceCommand}.
13
+ */
8
14
  export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeChannelCommand}.
8
+ */
6
9
  export interface DescribeChannelCommandInput extends DescribeChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeChannelCommand}.
13
+ */
8
14
  export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeLiveSourceCommand}.
8
+ */
6
9
  export interface DescribeLiveSourceCommandInput extends DescribeLiveSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeLiveSourceCommand}.
13
+ */
8
14
  export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeProgramCommand}.
8
+ */
6
9
  export interface DescribeProgramCommandInput extends DescribeProgramRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeProgramCommand}.
13
+ */
8
14
  export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeSourceLocationCommand}.
8
+ */
6
9
  export interface DescribeSourceLocationCommandInput extends DescribeSourceLocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSourceLocationCommand}.
13
+ */
8
14
  export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeVodSourceCommand}.
8
+ */
6
9
  export interface DescribeVodSourceCommandInput extends DescribeVodSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeVodSourceCommand}.
13
+ */
8
14
  export interface DescribeVodSourceCommandOutput extends DescribeVodSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChannelPolicyCommand}.
8
+ */
6
9
  export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChannelPolicyCommand}.
13
+ */
8
14
  export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChannelScheduleCommand}.
8
+ */
6
9
  export interface GetChannelScheduleCommandInput extends GetChannelScheduleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChannelScheduleCommand}.
13
+ */
8
14
  export interface GetChannelScheduleCommandOutput extends GetChannelScheduleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPlaybackConfigurationCommand}.
8
+ */
6
9
  export interface GetPlaybackConfigurationCommandInput extends GetPlaybackConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPlaybackConfigurationCommand}.
13
+ */
8
14
  export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetPrefetchScheduleCommand}.
8
+ */
6
9
  export interface GetPrefetchScheduleCommandInput extends GetPrefetchScheduleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPrefetchScheduleCommand}.
13
+ */
8
14
  export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAlertsCommand}.
8
+ */
6
9
  export interface ListAlertsCommandInput extends ListAlertsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAlertsCommand}.
13
+ */
8
14
  export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListChannelsCommand}.
8
+ */
6
9
  export interface ListChannelsCommandInput extends ListChannelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListChannelsCommand}.
13
+ */
8
14
  export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListLiveSourcesCommand}.
8
+ */
6
9
  export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListLiveSourcesCommand}.
13
+ */
8
14
  export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPlaybackConfigurationsCommand}.
8
+ */
6
9
  export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConfigurationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPlaybackConfigurationsCommand}.
13
+ */
8
14
  export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackConfigurationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListPrefetchSchedulesCommand}.
8
+ */
6
9
  export interface ListPrefetchSchedulesCommandInput extends ListPrefetchSchedulesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListPrefetchSchedulesCommand}.
13
+ */
8
14
  export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedulesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListSourceLocationsCommand}.
8
+ */
6
9
  export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSourceLocationsCommand}.
13
+ */
8
14
  export interface ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListVodSourcesCommand}.
8
+ */
6
9
  export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVodSourcesCommand}.
13
+ */
8
14
  export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutChannelPolicyCommand}.
8
+ */
6
9
  export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutChannelPolicyCommand}.
13
+ */
8
14
  export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutPlaybackConfigurationCommand}.
8
+ */
6
9
  export interface PutPlaybackConfigurationCommandInput extends PutPlaybackConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutPlaybackConfigurationCommand}.
13
+ */
8
14
  export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfigurationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { StartChannelRequest, StartChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartChannelCommand}.
8
+ */
6
9
  export interface StartChannelCommandInput extends StartChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartChannelCommand}.
13
+ */
8
14
  export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopChannelCommand}.
8
+ */
6
9
  export interface StopChannelCommandInput extends StopChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopChannelCommand}.
13
+ */
8
14
  export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateChannelCommand}.
8
+ */
6
9
  export interface UpdateChannelCommandInput extends UpdateChannelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateChannelCommand}.
13
+ */
8
14
  export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateLiveSourceCommand}.
8
+ */
6
9
  export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateLiveSourceCommand}.
13
+ */
8
14
  export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { UpdateProgramRequest, UpdateProgramResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateProgramCommand}.
8
+ */
6
9
  export interface UpdateProgramCommandInput extends UpdateProgramRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateProgramCommand}.
13
+ */
8
14
  export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateSourceLocationCommand}.
8
+ */
6
9
  export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSourceLocationCommand}.
13
+ */
8
14
  export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
5
5
  import { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateVodSourceCommand}.
8
+ */
6
9
  export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateVodSourceCommand}.
13
+ */
8
14
  export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediatailor",
3
3
  "description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",