@aws-sdk/client-mediatailor 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaTailor.d.ts +0 -42
- package/dist-types/ts3.4/MediaTailorClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -500
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-mediatailor
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-mediatailor
|
|
@@ -168,7 +168,6 @@ import {
|
|
|
168
168
|
UpdateVodSourceCommandOutput,
|
|
169
169
|
} from "./commands/UpdateVodSourceCommand";
|
|
170
170
|
import { MediaTailorClient } from "./MediaTailorClient";
|
|
171
|
-
|
|
172
171
|
export declare class MediaTailor extends MediaTailorClient {
|
|
173
172
|
configureLogsForPlaybackConfiguration(
|
|
174
173
|
args: ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
@@ -189,7 +188,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
189
188
|
data?: ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
190
189
|
) => void
|
|
191
190
|
): void;
|
|
192
|
-
|
|
193
191
|
createChannel(
|
|
194
192
|
args: CreateChannelCommandInput,
|
|
195
193
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +201,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
203
201
|
options: __HttpHandlerOptions,
|
|
204
202
|
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
205
203
|
): void;
|
|
206
|
-
|
|
207
204
|
createLiveSource(
|
|
208
205
|
args: CreateLiveSourceCommandInput,
|
|
209
206
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +214,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
217
214
|
options: __HttpHandlerOptions,
|
|
218
215
|
cb: (err: any, data?: CreateLiveSourceCommandOutput) => void
|
|
219
216
|
): void;
|
|
220
|
-
|
|
221
217
|
createPrefetchSchedule(
|
|
222
218
|
args: CreatePrefetchScheduleCommandInput,
|
|
223
219
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +227,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
231
227
|
options: __HttpHandlerOptions,
|
|
232
228
|
cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void
|
|
233
229
|
): void;
|
|
234
|
-
|
|
235
230
|
createProgram(
|
|
236
231
|
args: CreateProgramCommandInput,
|
|
237
232
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +240,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
245
240
|
options: __HttpHandlerOptions,
|
|
246
241
|
cb: (err: any, data?: CreateProgramCommandOutput) => void
|
|
247
242
|
): void;
|
|
248
|
-
|
|
249
243
|
createSourceLocation(
|
|
250
244
|
args: CreateSourceLocationCommandInput,
|
|
251
245
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +253,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
259
253
|
options: __HttpHandlerOptions,
|
|
260
254
|
cb: (err: any, data?: CreateSourceLocationCommandOutput) => void
|
|
261
255
|
): void;
|
|
262
|
-
|
|
263
256
|
createVodSource(
|
|
264
257
|
args: CreateVodSourceCommandInput,
|
|
265
258
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +266,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
273
266
|
options: __HttpHandlerOptions,
|
|
274
267
|
cb: (err: any, data?: CreateVodSourceCommandOutput) => void
|
|
275
268
|
): void;
|
|
276
|
-
|
|
277
269
|
deleteChannel(
|
|
278
270
|
args: DeleteChannelCommandInput,
|
|
279
271
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +279,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
287
279
|
options: __HttpHandlerOptions,
|
|
288
280
|
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
289
281
|
): void;
|
|
290
|
-
|
|
291
282
|
deleteChannelPolicy(
|
|
292
283
|
args: DeleteChannelPolicyCommandInput,
|
|
293
284
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +292,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
301
292
|
options: __HttpHandlerOptions,
|
|
302
293
|
cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void
|
|
303
294
|
): void;
|
|
304
|
-
|
|
305
295
|
deleteLiveSource(
|
|
306
296
|
args: DeleteLiveSourceCommandInput,
|
|
307
297
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +305,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
315
305
|
options: __HttpHandlerOptions,
|
|
316
306
|
cb: (err: any, data?: DeleteLiveSourceCommandOutput) => void
|
|
317
307
|
): void;
|
|
318
|
-
|
|
319
308
|
deletePlaybackConfiguration(
|
|
320
309
|
args: DeletePlaybackConfigurationCommandInput,
|
|
321
310
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +318,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
329
318
|
options: __HttpHandlerOptions,
|
|
330
319
|
cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void
|
|
331
320
|
): void;
|
|
332
|
-
|
|
333
321
|
deletePrefetchSchedule(
|
|
334
322
|
args: DeletePrefetchScheduleCommandInput,
|
|
335
323
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +331,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
343
331
|
options: __HttpHandlerOptions,
|
|
344
332
|
cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void
|
|
345
333
|
): void;
|
|
346
|
-
|
|
347
334
|
deleteProgram(
|
|
348
335
|
args: DeleteProgramCommandInput,
|
|
349
336
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +344,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
357
344
|
options: __HttpHandlerOptions,
|
|
358
345
|
cb: (err: any, data?: DeleteProgramCommandOutput) => void
|
|
359
346
|
): void;
|
|
360
|
-
|
|
361
347
|
deleteSourceLocation(
|
|
362
348
|
args: DeleteSourceLocationCommandInput,
|
|
363
349
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +357,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
371
357
|
options: __HttpHandlerOptions,
|
|
372
358
|
cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void
|
|
373
359
|
): void;
|
|
374
|
-
|
|
375
360
|
deleteVodSource(
|
|
376
361
|
args: DeleteVodSourceCommandInput,
|
|
377
362
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +370,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
385
370
|
options: __HttpHandlerOptions,
|
|
386
371
|
cb: (err: any, data?: DeleteVodSourceCommandOutput) => void
|
|
387
372
|
): void;
|
|
388
|
-
|
|
389
373
|
describeChannel(
|
|
390
374
|
args: DescribeChannelCommandInput,
|
|
391
375
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +383,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
399
383
|
options: __HttpHandlerOptions,
|
|
400
384
|
cb: (err: any, data?: DescribeChannelCommandOutput) => void
|
|
401
385
|
): void;
|
|
402
|
-
|
|
403
386
|
describeLiveSource(
|
|
404
387
|
args: DescribeLiveSourceCommandInput,
|
|
405
388
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +396,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
413
396
|
options: __HttpHandlerOptions,
|
|
414
397
|
cb: (err: any, data?: DescribeLiveSourceCommandOutput) => void
|
|
415
398
|
): void;
|
|
416
|
-
|
|
417
399
|
describeProgram(
|
|
418
400
|
args: DescribeProgramCommandInput,
|
|
419
401
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +409,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
427
409
|
options: __HttpHandlerOptions,
|
|
428
410
|
cb: (err: any, data?: DescribeProgramCommandOutput) => void
|
|
429
411
|
): void;
|
|
430
|
-
|
|
431
412
|
describeSourceLocation(
|
|
432
413
|
args: DescribeSourceLocationCommandInput,
|
|
433
414
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +422,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
441
422
|
options: __HttpHandlerOptions,
|
|
442
423
|
cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void
|
|
443
424
|
): void;
|
|
444
|
-
|
|
445
425
|
describeVodSource(
|
|
446
426
|
args: DescribeVodSourceCommandInput,
|
|
447
427
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +435,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
455
435
|
options: __HttpHandlerOptions,
|
|
456
436
|
cb: (err: any, data?: DescribeVodSourceCommandOutput) => void
|
|
457
437
|
): void;
|
|
458
|
-
|
|
459
438
|
getChannelPolicy(
|
|
460
439
|
args: GetChannelPolicyCommandInput,
|
|
461
440
|
options?: __HttpHandlerOptions
|
|
@@ -469,7 +448,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
469
448
|
options: __HttpHandlerOptions,
|
|
470
449
|
cb: (err: any, data?: GetChannelPolicyCommandOutput) => void
|
|
471
450
|
): void;
|
|
472
|
-
|
|
473
451
|
getChannelSchedule(
|
|
474
452
|
args: GetChannelScheduleCommandInput,
|
|
475
453
|
options?: __HttpHandlerOptions
|
|
@@ -483,7 +461,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
483
461
|
options: __HttpHandlerOptions,
|
|
484
462
|
cb: (err: any, data?: GetChannelScheduleCommandOutput) => void
|
|
485
463
|
): void;
|
|
486
|
-
|
|
487
464
|
getPlaybackConfiguration(
|
|
488
465
|
args: GetPlaybackConfigurationCommandInput,
|
|
489
466
|
options?: __HttpHandlerOptions
|
|
@@ -497,7 +474,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
497
474
|
options: __HttpHandlerOptions,
|
|
498
475
|
cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void
|
|
499
476
|
): void;
|
|
500
|
-
|
|
501
477
|
getPrefetchSchedule(
|
|
502
478
|
args: GetPrefetchScheduleCommandInput,
|
|
503
479
|
options?: __HttpHandlerOptions
|
|
@@ -511,7 +487,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
511
487
|
options: __HttpHandlerOptions,
|
|
512
488
|
cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void
|
|
513
489
|
): void;
|
|
514
|
-
|
|
515
490
|
listAlerts(
|
|
516
491
|
args: ListAlertsCommandInput,
|
|
517
492
|
options?: __HttpHandlerOptions
|
|
@@ -525,7 +500,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
525
500
|
options: __HttpHandlerOptions,
|
|
526
501
|
cb: (err: any, data?: ListAlertsCommandOutput) => void
|
|
527
502
|
): void;
|
|
528
|
-
|
|
529
503
|
listChannels(
|
|
530
504
|
args: ListChannelsCommandInput,
|
|
531
505
|
options?: __HttpHandlerOptions
|
|
@@ -539,7 +513,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
539
513
|
options: __HttpHandlerOptions,
|
|
540
514
|
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
541
515
|
): void;
|
|
542
|
-
|
|
543
516
|
listLiveSources(
|
|
544
517
|
args: ListLiveSourcesCommandInput,
|
|
545
518
|
options?: __HttpHandlerOptions
|
|
@@ -553,7 +526,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
553
526
|
options: __HttpHandlerOptions,
|
|
554
527
|
cb: (err: any, data?: ListLiveSourcesCommandOutput) => void
|
|
555
528
|
): void;
|
|
556
|
-
|
|
557
529
|
listPlaybackConfigurations(
|
|
558
530
|
args: ListPlaybackConfigurationsCommandInput,
|
|
559
531
|
options?: __HttpHandlerOptions
|
|
@@ -567,7 +539,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
567
539
|
options: __HttpHandlerOptions,
|
|
568
540
|
cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void
|
|
569
541
|
): void;
|
|
570
|
-
|
|
571
542
|
listPrefetchSchedules(
|
|
572
543
|
args: ListPrefetchSchedulesCommandInput,
|
|
573
544
|
options?: __HttpHandlerOptions
|
|
@@ -581,7 +552,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
581
552
|
options: __HttpHandlerOptions,
|
|
582
553
|
cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void
|
|
583
554
|
): void;
|
|
584
|
-
|
|
585
555
|
listSourceLocations(
|
|
586
556
|
args: ListSourceLocationsCommandInput,
|
|
587
557
|
options?: __HttpHandlerOptions
|
|
@@ -595,7 +565,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
595
565
|
options: __HttpHandlerOptions,
|
|
596
566
|
cb: (err: any, data?: ListSourceLocationsCommandOutput) => void
|
|
597
567
|
): void;
|
|
598
|
-
|
|
599
568
|
listTagsForResource(
|
|
600
569
|
args: ListTagsForResourceCommandInput,
|
|
601
570
|
options?: __HttpHandlerOptions
|
|
@@ -609,7 +578,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
609
578
|
options: __HttpHandlerOptions,
|
|
610
579
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
611
580
|
): void;
|
|
612
|
-
|
|
613
581
|
listVodSources(
|
|
614
582
|
args: ListVodSourcesCommandInput,
|
|
615
583
|
options?: __HttpHandlerOptions
|
|
@@ -623,7 +591,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
623
591
|
options: __HttpHandlerOptions,
|
|
624
592
|
cb: (err: any, data?: ListVodSourcesCommandOutput) => void
|
|
625
593
|
): void;
|
|
626
|
-
|
|
627
594
|
putChannelPolicy(
|
|
628
595
|
args: PutChannelPolicyCommandInput,
|
|
629
596
|
options?: __HttpHandlerOptions
|
|
@@ -637,7 +604,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
637
604
|
options: __HttpHandlerOptions,
|
|
638
605
|
cb: (err: any, data?: PutChannelPolicyCommandOutput) => void
|
|
639
606
|
): void;
|
|
640
|
-
|
|
641
607
|
putPlaybackConfiguration(
|
|
642
608
|
args: PutPlaybackConfigurationCommandInput,
|
|
643
609
|
options?: __HttpHandlerOptions
|
|
@@ -651,7 +617,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
651
617
|
options: __HttpHandlerOptions,
|
|
652
618
|
cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void
|
|
653
619
|
): void;
|
|
654
|
-
|
|
655
620
|
startChannel(
|
|
656
621
|
args: StartChannelCommandInput,
|
|
657
622
|
options?: __HttpHandlerOptions
|
|
@@ -665,7 +630,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
665
630
|
options: __HttpHandlerOptions,
|
|
666
631
|
cb: (err: any, data?: StartChannelCommandOutput) => void
|
|
667
632
|
): void;
|
|
668
|
-
|
|
669
633
|
stopChannel(
|
|
670
634
|
args: StopChannelCommandInput,
|
|
671
635
|
options?: __HttpHandlerOptions
|
|
@@ -679,7 +643,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
679
643
|
options: __HttpHandlerOptions,
|
|
680
644
|
cb: (err: any, data?: StopChannelCommandOutput) => void
|
|
681
645
|
): void;
|
|
682
|
-
|
|
683
646
|
tagResource(
|
|
684
647
|
args: TagResourceCommandInput,
|
|
685
648
|
options?: __HttpHandlerOptions
|
|
@@ -693,7 +656,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
693
656
|
options: __HttpHandlerOptions,
|
|
694
657
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
695
658
|
): void;
|
|
696
|
-
|
|
697
659
|
untagResource(
|
|
698
660
|
args: UntagResourceCommandInput,
|
|
699
661
|
options?: __HttpHandlerOptions
|
|
@@ -707,7 +669,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
707
669
|
options: __HttpHandlerOptions,
|
|
708
670
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
709
671
|
): void;
|
|
710
|
-
|
|
711
672
|
updateChannel(
|
|
712
673
|
args: UpdateChannelCommandInput,
|
|
713
674
|
options?: __HttpHandlerOptions
|
|
@@ -721,7 +682,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
721
682
|
options: __HttpHandlerOptions,
|
|
722
683
|
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
723
684
|
): void;
|
|
724
|
-
|
|
725
685
|
updateLiveSource(
|
|
726
686
|
args: UpdateLiveSourceCommandInput,
|
|
727
687
|
options?: __HttpHandlerOptions
|
|
@@ -735,7 +695,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
735
695
|
options: __HttpHandlerOptions,
|
|
736
696
|
cb: (err: any, data?: UpdateLiveSourceCommandOutput) => void
|
|
737
697
|
): void;
|
|
738
|
-
|
|
739
698
|
updateSourceLocation(
|
|
740
699
|
args: UpdateSourceLocationCommandInput,
|
|
741
700
|
options?: __HttpHandlerOptions
|
|
@@ -749,7 +708,6 @@ export declare class MediaTailor extends MediaTailorClient {
|
|
|
749
708
|
options: __HttpHandlerOptions,
|
|
750
709
|
cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void
|
|
751
710
|
): void;
|
|
752
|
-
|
|
753
711
|
updateVodSource(
|
|
754
712
|
args: UpdateVodSourceCommandInput,
|
|
755
713
|
options?: __HttpHandlerOptions
|
|
@@ -299,47 +299,26 @@ export declare type ServiceOutputTypes =
|
|
|
299
299
|
export interface ClientDefaults
|
|
300
300
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
301
301
|
requestHandler?: __HttpHandler;
|
|
302
|
-
|
|
303
302
|
sha256?: __HashConstructor;
|
|
304
|
-
|
|
305
303
|
urlParser?: __UrlParser;
|
|
306
|
-
|
|
307
304
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
308
|
-
|
|
309
305
|
streamCollector?: __StreamCollector;
|
|
310
|
-
|
|
311
306
|
base64Decoder?: __Decoder;
|
|
312
|
-
|
|
313
307
|
base64Encoder?: __Encoder;
|
|
314
|
-
|
|
315
308
|
utf8Decoder?: __Decoder;
|
|
316
|
-
|
|
317
309
|
utf8Encoder?: __Encoder;
|
|
318
|
-
|
|
319
310
|
runtime?: string;
|
|
320
|
-
|
|
321
311
|
disableHostPrefix?: boolean;
|
|
322
|
-
|
|
323
312
|
maxAttempts?: number | __Provider<number>;
|
|
324
|
-
|
|
325
313
|
retryMode?: string | __Provider<string>;
|
|
326
|
-
|
|
327
314
|
logger?: __Logger;
|
|
328
|
-
|
|
329
315
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
330
|
-
|
|
331
316
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
332
|
-
|
|
333
317
|
serviceId?: string;
|
|
334
|
-
|
|
335
318
|
region?: string | __Provider<string>;
|
|
336
|
-
|
|
337
319
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
338
|
-
|
|
339
320
|
regionInfoProvider?: RegionInfoProvider;
|
|
340
|
-
|
|
341
321
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
342
|
-
|
|
343
322
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
344
323
|
}
|
|
345
324
|
declare type MediaTailorClientConfigType = Partial<
|
|
@@ -352,7 +331,6 @@ declare type MediaTailorClientConfigType = Partial<
|
|
|
352
331
|
HostHeaderInputConfig &
|
|
353
332
|
AwsAuthInputConfig &
|
|
354
333
|
UserAgentInputConfig;
|
|
355
|
-
|
|
356
334
|
export interface MediaTailorClientConfig extends MediaTailorClientConfigType {}
|
|
357
335
|
declare type MediaTailorClientResolvedConfigType =
|
|
358
336
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -363,10 +341,8 @@ declare type MediaTailorClientResolvedConfigType =
|
|
|
363
341
|
HostHeaderResolvedConfig &
|
|
364
342
|
AwsAuthResolvedConfig &
|
|
365
343
|
UserAgentResolvedConfig;
|
|
366
|
-
|
|
367
344
|
export interface MediaTailorClientResolvedConfig
|
|
368
345
|
extends MediaTailorClientResolvedConfigType {}
|
|
369
|
-
|
|
370
346
|
export declare class MediaTailorClient extends __Client<
|
|
371
347
|
__HttpHandlerOptions,
|
|
372
348
|
ServiceInputTypes,
|
|
@@ -375,7 +351,6 @@ export declare class MediaTailorClient extends __Client<
|
|
|
375
351
|
> {
|
|
376
352
|
readonly config: MediaTailorClientResolvedConfig;
|
|
377
353
|
constructor(configuration: MediaTailorClientConfig);
|
|
378
|
-
|
|
379
354
|
destroy(): void;
|
|
380
355
|
}
|
|
381
356
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface ConfigureLogsForPlaybackConfigurationCommandInput
|
|
|
19
19
|
export interface ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
20
20
|
extends ConfigureLogsForPlaybackConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<
|
|
24
23
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
25
24
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
|
|
29
28
|
constructor(input: ConfigureLogsForPlaybackConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
|
18
18
|
export interface CreateChannelCommandOutput
|
|
19
19
|
extends CreateChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateChannelCommand extends $Command<
|
|
23
22
|
CreateChannelCommandInput,
|
|
24
23
|
CreateChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateChannelCommandInput;
|
|
28
27
|
constructor(input: CreateChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {}
|
|
|
18
18
|
export interface CreateLiveSourceCommandOutput
|
|
19
19
|
extends CreateLiveSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateLiveSourceCommand extends $Command<
|
|
23
22
|
CreateLiveSourceCommandInput,
|
|
24
23
|
CreateLiveSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateLiveSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateLiveSourceCommandInput;
|
|
28
27
|
constructor(input: CreateLiveSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreatePrefetchScheduleCommandInput
|
|
|
19
19
|
export interface CreatePrefetchScheduleCommandOutput
|
|
20
20
|
extends CreatePrefetchScheduleResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreatePrefetchScheduleCommand extends $Command<
|
|
24
23
|
CreatePrefetchScheduleCommandInput,
|
|
25
24
|
CreatePrefetchScheduleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreatePrefetchScheduleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreatePrefetchScheduleCommandInput;
|
|
29
28
|
constructor(input: CreatePrefetchScheduleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateProgramCommandInput extends CreateProgramRequest {}
|
|
|
18
18
|
export interface CreateProgramCommandOutput
|
|
19
19
|
extends CreateProgramResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateProgramCommand extends $Command<
|
|
23
22
|
CreateProgramCommandInput,
|
|
24
23
|
CreateProgramCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateProgramCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateProgramCommandInput;
|
|
28
27
|
constructor(input: CreateProgramCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateSourceLocationCommandInput
|
|
|
19
19
|
export interface CreateSourceLocationCommandOutput
|
|
20
20
|
extends CreateSourceLocationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateSourceLocationCommand extends $Command<
|
|
24
23
|
CreateSourceLocationCommandInput,
|
|
25
24
|
CreateSourceLocationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateSourceLocationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateSourceLocationCommandInput;
|
|
29
28
|
constructor(input: CreateSourceLocationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {}
|
|
|
18
18
|
export interface CreateVodSourceCommandOutput
|
|
19
19
|
extends CreateVodSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateVodSourceCommand extends $Command<
|
|
23
22
|
CreateVodSourceCommandInput,
|
|
24
23
|
CreateVodSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateVodSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateVodSourceCommandInput;
|
|
28
27
|
constructor(input: CreateVodSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
|
18
18
|
export interface DeleteChannelCommandOutput
|
|
19
19
|
extends DeleteChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteChannelCommand extends $Command<
|
|
23
22
|
DeleteChannelCommandInput,
|
|
24
23
|
DeleteChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteChannelCommandInput;
|
|
28
27
|
constructor(input: DeleteChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteChannelPolicyCommandInput
|
|
|
19
19
|
export interface DeleteChannelPolicyCommandOutput
|
|
20
20
|
extends DeleteChannelPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteChannelPolicyCommand extends $Command<
|
|
24
23
|
DeleteChannelPolicyCommandInput,
|
|
25
24
|
DeleteChannelPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteChannelPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteChannelPolicyCommandInput;
|
|
29
28
|
constructor(input: DeleteChannelPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {}
|
|
|
18
18
|
export interface DeleteLiveSourceCommandOutput
|
|
19
19
|
extends DeleteLiveSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteLiveSourceCommand extends $Command<
|
|
23
22
|
DeleteLiveSourceCommandInput,
|
|
24
23
|
DeleteLiveSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteLiveSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteLiveSourceCommandInput;
|
|
28
27
|
constructor(input: DeleteLiveSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePlaybackConfigurationCommandInput
|
|
|
19
19
|
export interface DeletePlaybackConfigurationCommandOutput
|
|
20
20
|
extends DeletePlaybackConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePlaybackConfigurationCommand extends $Command<
|
|
24
23
|
DeletePlaybackConfigurationCommandInput,
|
|
25
24
|
DeletePlaybackConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePlaybackConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePlaybackConfigurationCommandInput;
|
|
29
28
|
constructor(input: DeletePlaybackConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeletePrefetchScheduleCommandInput
|
|
|
19
19
|
export interface DeletePrefetchScheduleCommandOutput
|
|
20
20
|
extends DeletePrefetchScheduleResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeletePrefetchScheduleCommand extends $Command<
|
|
24
23
|
DeletePrefetchScheduleCommandInput,
|
|
25
24
|
DeletePrefetchScheduleCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeletePrefetchScheduleCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeletePrefetchScheduleCommandInput;
|
|
29
28
|
constructor(input: DeletePrefetchScheduleCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteProgramCommandInput extends DeleteProgramRequest {}
|
|
|
18
18
|
export interface DeleteProgramCommandOutput
|
|
19
19
|
extends DeleteProgramResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteProgramCommand extends $Command<
|
|
23
22
|
DeleteProgramCommandInput,
|
|
24
23
|
DeleteProgramCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteProgramCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteProgramCommandInput;
|
|
28
27
|
constructor(input: DeleteProgramCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteSourceLocationCommandInput
|
|
|
19
19
|
export interface DeleteSourceLocationCommandOutput
|
|
20
20
|
extends DeleteSourceLocationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteSourceLocationCommand extends $Command<
|
|
24
23
|
DeleteSourceLocationCommandInput,
|
|
25
24
|
DeleteSourceLocationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteSourceLocationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteSourceLocationCommandInput;
|
|
29
28
|
constructor(input: DeleteSourceLocationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {}
|
|
|
18
18
|
export interface DeleteVodSourceCommandOutput
|
|
19
19
|
extends DeleteVodSourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteVodSourceCommand extends $Command<
|
|
23
22
|
DeleteVodSourceCommandInput,
|
|
24
23
|
DeleteVodSourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteVodSourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteVodSourceCommandInput;
|
|
28
27
|
constructor(input: DeleteVodSourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
|
|
|
18
18
|
export interface DescribeChannelCommandOutput
|
|
19
19
|
extends DescribeChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeChannelCommand extends $Command<
|
|
23
22
|
DescribeChannelCommandInput,
|
|
24
23
|
DescribeChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeChannelCommandInput;
|
|
28
27
|
constructor(input: DescribeChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: MediaTailorClientResolvedConfig,
|