@aws-sdk/client-mediatailor 3.169.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +724 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +356 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1069 -1464
  52. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  67. package/package.json +34 -34
@@ -1,1464 +1,1069 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException";
3
- export declare enum MessageType {
4
- SPLICE_INSERT = "SPLICE_INSERT"
5
- }
6
-
7
- export interface SlateSource {
8
-
9
- SourceLocationName?: string;
10
-
11
- VodSourceName?: string;
12
- }
13
-
14
- export interface SpliceInsertMessage {
15
-
16
- AvailNum?: number;
17
-
18
- AvailsExpected?: number;
19
-
20
- SpliceEventId?: number;
21
-
22
- UniqueProgramId?: number;
23
- }
24
-
25
- export interface AdBreak {
26
-
27
- MessageType?: MessageType | string;
28
-
29
- OffsetMillis?: number;
30
-
31
- Slate?: SlateSource;
32
-
33
- SpliceInsertMessage?: SpliceInsertMessage;
34
- }
35
-
36
- export interface Alert {
37
-
38
- AlertCode: string | undefined;
39
-
40
- AlertMessage: string | undefined;
41
-
42
- LastModifiedTime: Date | undefined;
43
-
44
- RelatedResourceArns: string[] | undefined;
45
-
46
- ResourceArn: string | undefined;
47
- }
48
- export declare enum Operator {
49
- EQUALS = "EQUALS"
50
- }
51
-
52
- export interface AvailMatchingCriteria {
53
-
54
- DynamicVariable: string | undefined;
55
-
56
- Operator: Operator | string | undefined;
57
- }
58
-
59
- export interface DashPlaylistSettings {
60
-
61
- ManifestWindowSeconds?: number;
62
-
63
- MinBufferTimeSeconds?: number;
64
-
65
- MinUpdatePeriodSeconds?: number;
66
-
67
- SuggestedPresentationDelaySeconds?: number;
68
- }
69
-
70
- export interface HlsPlaylistSettings {
71
-
72
- ManifestWindowSeconds?: number;
73
- }
74
-
75
- export interface ResponseOutputItem {
76
-
77
- DashPlaylistSettings?: DashPlaylistSettings;
78
-
79
- HlsPlaylistSettings?: HlsPlaylistSettings;
80
-
81
- ManifestName: string | undefined;
82
-
83
- PlaybackUrl: string | undefined;
84
-
85
- SourceGroup: string | undefined;
86
- }
87
-
88
- export interface Channel {
89
-
90
- Arn: string | undefined;
91
-
92
- ChannelName: string | undefined;
93
-
94
- ChannelState: string | undefined;
95
-
96
- CreationTime?: Date;
97
-
98
- FillerSlate?: SlateSource;
99
-
100
- LastModifiedTime?: Date;
101
-
102
- Outputs: ResponseOutputItem[] | undefined;
103
-
104
- PlaybackMode: string | undefined;
105
-
106
- Tags?: Record<string, string>;
107
-
108
- Tier: string | undefined;
109
- }
110
- export declare enum Type {
111
- DASH = "DASH",
112
- HLS = "HLS"
113
- }
114
-
115
- export interface HttpPackageConfiguration {
116
-
117
- Path: string | undefined;
118
-
119
- SourceGroup: string | undefined;
120
-
121
- Type: Type | string | undefined;
122
- }
123
-
124
- export interface LiveSource {
125
-
126
- Arn: string | undefined;
127
-
128
- CreationTime?: Date;
129
-
130
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
131
-
132
- LastModifiedTime?: Date;
133
-
134
- LiveSourceName: string | undefined;
135
-
136
- SourceLocationName: string | undefined;
137
-
138
- Tags?: Record<string, string>;
139
- }
140
- export declare enum Mode {
141
- BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
142
- OFF = "OFF"
143
- }
144
-
145
- export interface AvailSuppression {
146
-
147
- Mode?: Mode | string;
148
-
149
- Value?: string;
150
- }
151
-
152
- export interface Bumper {
153
-
154
- EndUrl?: string;
155
-
156
- StartUrl?: string;
157
- }
158
-
159
- export interface CdnConfiguration {
160
-
161
- AdSegmentUrlPrefix?: string;
162
-
163
- ContentSegmentUrlPrefix?: string;
164
- }
165
- export declare enum OriginManifestType {
166
- MULTI_PERIOD = "MULTI_PERIOD",
167
- SINGLE_PERIOD = "SINGLE_PERIOD"
168
- }
169
-
170
- export interface DashConfiguration {
171
-
172
- ManifestEndpointPrefix?: string;
173
-
174
- MpdLocation?: string;
175
-
176
- OriginManifestType?: OriginManifestType | string;
177
- }
178
-
179
- export interface HlsConfiguration {
180
-
181
- ManifestEndpointPrefix?: string;
182
- }
183
-
184
- export interface LivePreRollConfiguration {
185
-
186
- AdDecisionServerUrl?: string;
187
-
188
- MaxDurationSeconds?: number;
189
- }
190
-
191
- export interface LogConfiguration {
192
-
193
- PercentEnabled: number | undefined;
194
- }
195
-
196
- export interface AdMarkerPassthrough {
197
-
198
- Enabled?: boolean;
199
- }
200
-
201
- export interface ManifestProcessingRules {
202
-
203
- AdMarkerPassthrough?: AdMarkerPassthrough;
204
- }
205
-
206
- export interface PlaybackConfiguration {
207
-
208
- AdDecisionServerUrl?: string;
209
-
210
- AvailSuppression?: AvailSuppression;
211
-
212
- Bumper?: Bumper;
213
-
214
- CdnConfiguration?: CdnConfiguration;
215
-
216
- ConfigurationAliases?: Record<string, Record<string, string>>;
217
-
218
- DashConfiguration?: DashConfiguration;
219
-
220
- HlsConfiguration?: HlsConfiguration;
221
-
222
- LivePreRollConfiguration?: LivePreRollConfiguration;
223
-
224
- LogConfiguration?: LogConfiguration;
225
-
226
- ManifestProcessingRules?: ManifestProcessingRules;
227
-
228
- Name?: string;
229
-
230
- PersonalizationThresholdSeconds?: number;
231
-
232
- PlaybackConfigurationArn?: string;
233
-
234
- PlaybackEndpointPrefix?: string;
235
-
236
- SessionInitializationEndpointPrefix?: string;
237
-
238
- SlateAdUrl?: string;
239
-
240
- Tags?: Record<string, string>;
241
-
242
- TranscodeProfileName?: string;
243
-
244
- VideoContentSourceUrl?: string;
245
- }
246
-
247
- export interface PrefetchConsumption {
248
-
249
- AvailMatchingCriteria?: AvailMatchingCriteria[];
250
-
251
- EndTime: Date | undefined;
252
-
253
- StartTime?: Date;
254
- }
255
-
256
- export interface PrefetchRetrieval {
257
-
258
- DynamicVariables?: Record<string, string>;
259
-
260
- EndTime: Date | undefined;
261
-
262
- StartTime?: Date;
263
- }
264
-
265
- export interface PrefetchSchedule {
266
-
267
- Arn: string | undefined;
268
-
269
- Consumption: PrefetchConsumption | undefined;
270
-
271
- Name: string | undefined;
272
-
273
- PlaybackConfigurationName: string | undefined;
274
-
275
- Retrieval: PrefetchRetrieval | undefined;
276
-
277
- StreamId?: string;
278
- }
279
-
280
- export interface ScheduleAdBreak {
281
-
282
- ApproximateDurationSeconds?: number;
283
-
284
- ApproximateStartTime?: Date;
285
-
286
- SourceLocationName?: string;
287
-
288
- VodSourceName?: string;
289
- }
290
- export declare enum ScheduleEntryType {
291
- FILLER_SLATE = "FILLER_SLATE",
292
- PROGRAM = "PROGRAM"
293
- }
294
-
295
- export interface ScheduleEntry {
296
-
297
- ApproximateDurationSeconds?: number;
298
-
299
- ApproximateStartTime?: Date;
300
-
301
- Arn: string | undefined;
302
-
303
- ChannelName: string | undefined;
304
-
305
- LiveSourceName?: string;
306
-
307
- ProgramName: string | undefined;
308
-
309
- ScheduleAdBreaks?: ScheduleAdBreak[];
310
-
311
- ScheduleEntryType?: ScheduleEntryType | string;
312
-
313
- SourceLocationName: string | undefined;
314
-
315
- VodSourceName?: string;
316
- }
317
-
318
- export interface SegmentDeliveryConfiguration {
319
-
320
- BaseUrl?: string;
321
-
322
- Name?: string;
323
- }
324
- export declare enum AccessType {
325
- S3_SIGV4 = "S3_SIGV4",
326
- SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN"
327
- }
328
-
329
- export interface SecretsManagerAccessTokenConfiguration {
330
-
331
- HeaderName?: string;
332
-
333
- SecretArn?: string;
334
-
335
- SecretStringKey?: string;
336
- }
337
-
338
- export interface AccessConfiguration {
339
-
340
- AccessType?: AccessType | string;
341
-
342
- SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration;
343
- }
344
-
345
- export interface DefaultSegmentDeliveryConfiguration {
346
-
347
- BaseUrl?: string;
348
- }
349
-
350
- export interface HttpConfiguration {
351
-
352
- BaseUrl: string | undefined;
353
- }
354
-
355
- export interface SourceLocation {
356
-
357
- AccessConfiguration?: AccessConfiguration;
358
-
359
- Arn: string | undefined;
360
-
361
- CreationTime?: Date;
362
-
363
- DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
364
-
365
- HttpConfiguration: HttpConfiguration | undefined;
366
-
367
- LastModifiedTime?: Date;
368
-
369
- SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
370
-
371
- SourceLocationName: string | undefined;
372
-
373
- Tags?: Record<string, string>;
374
- }
375
-
376
- export interface VodSource {
377
-
378
- Arn: string | undefined;
379
-
380
- CreationTime?: Date;
381
-
382
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
383
-
384
- LastModifiedTime?: Date;
385
-
386
- SourceLocationName: string | undefined;
387
-
388
- Tags?: Record<string, string>;
389
-
390
- VodSourceName: string | undefined;
391
- }
392
-
393
- export declare class BadRequestException extends __BaseException {
394
- readonly name: "BadRequestException";
395
- readonly $fault: "client";
396
- Message?: string;
397
-
398
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
399
- }
400
- export declare enum ChannelState {
401
- RUNNING = "RUNNING",
402
- STOPPED = "STOPPED"
403
- }
404
-
405
- export interface ConfigureLogsForPlaybackConfigurationRequest {
406
-
407
- PercentEnabled: number | undefined;
408
-
409
- PlaybackConfigurationName: string | undefined;
410
- }
411
- export interface ConfigureLogsForPlaybackConfigurationResponse {
412
-
413
- PercentEnabled?: number;
414
-
415
- PlaybackConfigurationName?: string;
416
- }
417
-
418
- export interface RequestOutputItem {
419
-
420
- DashPlaylistSettings?: DashPlaylistSettings;
421
-
422
- HlsPlaylistSettings?: HlsPlaylistSettings;
423
-
424
- ManifestName: string | undefined;
425
-
426
- SourceGroup: string | undefined;
427
- }
428
- export declare enum PlaybackMode {
429
- LINEAR = "LINEAR",
430
- LOOP = "LOOP"
431
- }
432
- export declare enum Tier {
433
- BASIC = "BASIC",
434
- STANDARD = "STANDARD"
435
- }
436
- export interface CreateChannelRequest {
437
-
438
- ChannelName: string | undefined;
439
-
440
- FillerSlate?: SlateSource;
441
-
442
- Outputs: RequestOutputItem[] | undefined;
443
-
444
- PlaybackMode: PlaybackMode | string | undefined;
445
-
446
- Tags?: Record<string, string>;
447
-
448
- Tier?: Tier | string;
449
- }
450
- export interface CreateChannelResponse {
451
-
452
- Arn?: string;
453
-
454
- ChannelName?: string;
455
-
456
- ChannelState?: ChannelState | string;
457
-
458
- CreationTime?: Date;
459
-
460
- FillerSlate?: SlateSource;
461
-
462
- LastModifiedTime?: Date;
463
-
464
- Outputs?: ResponseOutputItem[];
465
-
466
- PlaybackMode?: string;
467
-
468
- Tags?: Record<string, string>;
469
-
470
- Tier?: string;
471
- }
472
- export interface CreateLiveSourceRequest {
473
-
474
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
475
-
476
- LiveSourceName: string | undefined;
477
-
478
- SourceLocationName: string | undefined;
479
-
480
- Tags?: Record<string, string>;
481
- }
482
- export interface CreateLiveSourceResponse {
483
-
484
- Arn?: string;
485
-
486
- CreationTime?: Date;
487
-
488
- HttpPackageConfigurations?: HttpPackageConfiguration[];
489
-
490
- LastModifiedTime?: Date;
491
-
492
- LiveSourceName?: string;
493
-
494
- SourceLocationName?: string;
495
-
496
- Tags?: Record<string, string>;
497
- }
498
- export interface CreatePrefetchScheduleRequest {
499
-
500
- Consumption: PrefetchConsumption | undefined;
501
-
502
- Name: string | undefined;
503
-
504
- PlaybackConfigurationName: string | undefined;
505
-
506
- Retrieval: PrefetchRetrieval | undefined;
507
-
508
- StreamId?: string;
509
- }
510
- export interface CreatePrefetchScheduleResponse {
511
-
512
- Arn?: string;
513
-
514
- Consumption?: PrefetchConsumption;
515
-
516
- Name?: string;
517
-
518
- PlaybackConfigurationName?: string;
519
-
520
- Retrieval?: PrefetchRetrieval;
521
-
522
- StreamId?: string;
523
- }
524
- export declare enum RelativePosition {
525
- AFTER_PROGRAM = "AFTER_PROGRAM",
526
- BEFORE_PROGRAM = "BEFORE_PROGRAM"
527
- }
528
-
529
- export interface Transition {
530
-
531
- DurationMillis?: number;
532
-
533
- RelativePosition: RelativePosition | string | undefined;
534
-
535
- RelativeProgram?: string;
536
-
537
- ScheduledStartTimeMillis?: number;
538
-
539
- Type: string | undefined;
540
- }
541
-
542
- export interface ScheduleConfiguration {
543
-
544
- Transition: Transition | undefined;
545
- }
546
- export interface CreateProgramRequest {
547
-
548
- AdBreaks?: AdBreak[];
549
-
550
- ChannelName: string | undefined;
551
-
552
- LiveSourceName?: string;
553
-
554
- ProgramName: string | undefined;
555
-
556
- ScheduleConfiguration: ScheduleConfiguration | undefined;
557
-
558
- SourceLocationName: string | undefined;
559
-
560
- VodSourceName?: string;
561
- }
562
- export interface CreateProgramResponse {
563
-
564
- AdBreaks?: AdBreak[];
565
-
566
- Arn?: string;
567
-
568
- ChannelName?: string;
569
-
570
- CreationTime?: Date;
571
-
572
- LiveSourceName?: string;
573
-
574
- ProgramName?: string;
575
-
576
- ScheduledStartTime?: Date;
577
-
578
- SourceLocationName?: string;
579
-
580
- VodSourceName?: string;
581
- }
582
- export interface CreateSourceLocationRequest {
583
-
584
- AccessConfiguration?: AccessConfiguration;
585
-
586
- DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
587
-
588
- HttpConfiguration: HttpConfiguration | undefined;
589
-
590
- SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
591
-
592
- SourceLocationName: string | undefined;
593
-
594
- Tags?: Record<string, string>;
595
- }
596
- export interface CreateSourceLocationResponse {
597
-
598
- AccessConfiguration?: AccessConfiguration;
599
-
600
- Arn?: string;
601
-
602
- CreationTime?: Date;
603
-
604
- DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
605
-
606
- HttpConfiguration?: HttpConfiguration;
607
-
608
- LastModifiedTime?: Date;
609
-
610
- SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
611
-
612
- SourceLocationName?: string;
613
-
614
- Tags?: Record<string, string>;
615
- }
616
- export interface CreateVodSourceRequest {
617
-
618
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
619
-
620
- SourceLocationName: string | undefined;
621
-
622
- Tags?: Record<string, string>;
623
-
624
- VodSourceName: string | undefined;
625
- }
626
- export interface CreateVodSourceResponse {
627
-
628
- Arn?: string;
629
-
630
- CreationTime?: Date;
631
-
632
- HttpPackageConfigurations?: HttpPackageConfiguration[];
633
-
634
- LastModifiedTime?: Date;
635
-
636
- SourceLocationName?: string;
637
-
638
- Tags?: Record<string, string>;
639
-
640
- VodSourceName?: string;
641
- }
642
-
643
- export interface DashConfigurationForPut {
644
-
645
- MpdLocation?: string;
646
-
647
- OriginManifestType?: OriginManifestType | string;
648
- }
649
- export interface DeleteChannelRequest {
650
-
651
- ChannelName: string | undefined;
652
- }
653
- export interface DeleteChannelResponse {
654
- }
655
- export interface DeleteChannelPolicyRequest {
656
-
657
- ChannelName: string | undefined;
658
- }
659
- export interface DeleteChannelPolicyResponse {
660
- }
661
- export interface DeleteLiveSourceRequest {
662
-
663
- LiveSourceName: string | undefined;
664
-
665
- SourceLocationName: string | undefined;
666
- }
667
- export interface DeleteLiveSourceResponse {
668
- }
669
- export interface DeletePlaybackConfigurationRequest {
670
-
671
- Name: string | undefined;
672
- }
673
- export interface DeletePlaybackConfigurationResponse {
674
- }
675
- export interface DeletePrefetchScheduleRequest {
676
-
677
- Name: string | undefined;
678
-
679
- PlaybackConfigurationName: string | undefined;
680
- }
681
- export interface DeletePrefetchScheduleResponse {
682
- }
683
- export interface DeleteProgramRequest {
684
-
685
- ChannelName: string | undefined;
686
-
687
- ProgramName: string | undefined;
688
- }
689
- export interface DeleteProgramResponse {
690
- }
691
- export interface DeleteSourceLocationRequest {
692
-
693
- SourceLocationName: string | undefined;
694
- }
695
- export interface DeleteSourceLocationResponse {
696
- }
697
- export interface DeleteVodSourceRequest {
698
-
699
- SourceLocationName: string | undefined;
700
-
701
- VodSourceName: string | undefined;
702
- }
703
- export interface DeleteVodSourceResponse {
704
- }
705
- export interface DescribeChannelRequest {
706
-
707
- ChannelName: string | undefined;
708
- }
709
- export interface DescribeChannelResponse {
710
-
711
- Arn?: string;
712
-
713
- ChannelName?: string;
714
-
715
- ChannelState?: ChannelState | string;
716
-
717
- CreationTime?: Date;
718
-
719
- FillerSlate?: SlateSource;
720
-
721
- LastModifiedTime?: Date;
722
-
723
- Outputs?: ResponseOutputItem[];
724
-
725
- PlaybackMode?: string;
726
-
727
- Tags?: Record<string, string>;
728
-
729
- Tier?: string;
730
- }
731
- export interface DescribeLiveSourceRequest {
732
-
733
- LiveSourceName: string | undefined;
734
-
735
- SourceLocationName: string | undefined;
736
- }
737
- export interface DescribeLiveSourceResponse {
738
-
739
- Arn?: string;
740
-
741
- CreationTime?: Date;
742
-
743
- HttpPackageConfigurations?: HttpPackageConfiguration[];
744
-
745
- LastModifiedTime?: Date;
746
-
747
- LiveSourceName?: string;
748
-
749
- SourceLocationName?: string;
750
-
751
- Tags?: Record<string, string>;
752
- }
753
- export interface DescribeProgramRequest {
754
-
755
- ChannelName: string | undefined;
756
-
757
- ProgramName: string | undefined;
758
- }
759
- export interface DescribeProgramResponse {
760
-
761
- AdBreaks?: AdBreak[];
762
-
763
- Arn?: string;
764
-
765
- ChannelName?: string;
766
-
767
- CreationTime?: Date;
768
-
769
- LiveSourceName?: string;
770
-
771
- ProgramName?: string;
772
-
773
- ScheduledStartTime?: Date;
774
-
775
- SourceLocationName?: string;
776
-
777
- VodSourceName?: string;
778
- }
779
- export interface DescribeSourceLocationRequest {
780
-
781
- SourceLocationName: string | undefined;
782
- }
783
- export interface DescribeSourceLocationResponse {
784
-
785
- AccessConfiguration?: AccessConfiguration;
786
-
787
- Arn?: string;
788
-
789
- CreationTime?: Date;
790
-
791
- DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
792
-
793
- HttpConfiguration?: HttpConfiguration;
794
-
795
- LastModifiedTime?: Date;
796
-
797
- SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
798
-
799
- SourceLocationName?: string;
800
-
801
- Tags?: Record<string, string>;
802
- }
803
- export interface DescribeVodSourceRequest {
804
-
805
- SourceLocationName: string | undefined;
806
-
807
- VodSourceName: string | undefined;
808
- }
809
- export interface DescribeVodSourceResponse {
810
-
811
- Arn?: string;
812
-
813
- CreationTime?: Date;
814
-
815
- HttpPackageConfigurations?: HttpPackageConfiguration[];
816
-
817
- LastModifiedTime?: Date;
818
-
819
- SourceLocationName?: string;
820
-
821
- Tags?: Record<string, string>;
822
-
823
- VodSourceName?: string;
824
- }
825
- export interface GetChannelPolicyRequest {
826
-
827
- ChannelName: string | undefined;
828
- }
829
- export interface GetChannelPolicyResponse {
830
-
831
- Policy?: string;
832
- }
833
- export interface GetChannelScheduleRequest {
834
-
835
- ChannelName: string | undefined;
836
-
837
- DurationMinutes?: string;
838
-
839
- MaxResults?: number;
840
-
841
- NextToken?: string;
842
- }
843
- export interface GetChannelScheduleResponse {
844
-
845
- Items?: ScheduleEntry[];
846
-
847
- NextToken?: string;
848
- }
849
- export interface GetPlaybackConfigurationRequest {
850
-
851
- Name: string | undefined;
852
- }
853
- export interface GetPlaybackConfigurationResponse {
854
-
855
- AdDecisionServerUrl?: string;
856
-
857
- AvailSuppression?: AvailSuppression;
858
-
859
- Bumper?: Bumper;
860
-
861
- CdnConfiguration?: CdnConfiguration;
862
-
863
- ConfigurationAliases?: Record<string, Record<string, string>>;
864
-
865
- DashConfiguration?: DashConfiguration;
866
-
867
- HlsConfiguration?: HlsConfiguration;
868
-
869
- LivePreRollConfiguration?: LivePreRollConfiguration;
870
-
871
- LogConfiguration?: LogConfiguration;
872
-
873
- ManifestProcessingRules?: ManifestProcessingRules;
874
-
875
- Name?: string;
876
-
877
- PersonalizationThresholdSeconds?: number;
878
-
879
- PlaybackConfigurationArn?: string;
880
-
881
- PlaybackEndpointPrefix?: string;
882
-
883
- SessionInitializationEndpointPrefix?: string;
884
-
885
- SlateAdUrl?: string;
886
-
887
- Tags?: Record<string, string>;
888
-
889
- TranscodeProfileName?: string;
890
-
891
- VideoContentSourceUrl?: string;
892
- }
893
- export interface GetPrefetchScheduleRequest {
894
-
895
- Name: string | undefined;
896
-
897
- PlaybackConfigurationName: string | undefined;
898
- }
899
- export interface GetPrefetchScheduleResponse {
900
-
901
- Arn?: string;
902
-
903
- Consumption?: PrefetchConsumption;
904
-
905
- Name?: string;
906
-
907
- PlaybackConfigurationName?: string;
908
-
909
- Retrieval?: PrefetchRetrieval;
910
-
911
- StreamId?: string;
912
- }
913
- export interface ListAlertsRequest {
914
-
915
- MaxResults?: number;
916
-
917
- NextToken?: string;
918
-
919
- ResourceArn: string | undefined;
920
- }
921
- export interface ListAlertsResponse {
922
-
923
- Items?: Alert[];
924
-
925
- NextToken?: string;
926
- }
927
- export interface ListChannelsRequest {
928
-
929
- MaxResults?: number;
930
-
931
- NextToken?: string;
932
- }
933
- export interface ListChannelsResponse {
934
-
935
- Items?: Channel[];
936
-
937
- NextToken?: string;
938
- }
939
- export interface ListLiveSourcesRequest {
940
-
941
- MaxResults?: number;
942
-
943
- NextToken?: string;
944
-
945
- SourceLocationName: string | undefined;
946
- }
947
- export interface ListLiveSourcesResponse {
948
-
949
- Items?: LiveSource[];
950
-
951
- NextToken?: string;
952
- }
953
- export interface ListPlaybackConfigurationsRequest {
954
-
955
- MaxResults?: number;
956
-
957
- NextToken?: string;
958
- }
959
- export interface ListPlaybackConfigurationsResponse {
960
-
961
- Items?: PlaybackConfiguration[];
962
-
963
- NextToken?: string;
964
- }
965
- export interface ListPrefetchSchedulesRequest {
966
-
967
- MaxResults?: number;
968
-
969
- NextToken?: string;
970
-
971
- PlaybackConfigurationName: string | undefined;
972
-
973
- StreamId?: string;
974
- }
975
- export interface ListPrefetchSchedulesResponse {
976
-
977
- Items?: PrefetchSchedule[];
978
-
979
- NextToken?: string;
980
- }
981
- export interface ListSourceLocationsRequest {
982
-
983
- MaxResults?: number;
984
-
985
- NextToken?: string;
986
- }
987
- export interface ListSourceLocationsResponse {
988
-
989
- Items?: SourceLocation[];
990
-
991
- NextToken?: string;
992
- }
993
- export interface ListTagsForResourceRequest {
994
-
995
- ResourceArn: string | undefined;
996
- }
997
- export interface ListTagsForResourceResponse {
998
-
999
- Tags?: Record<string, string>;
1000
- }
1001
- export interface ListVodSourcesRequest {
1002
-
1003
- MaxResults?: number;
1004
-
1005
- NextToken?: string;
1006
-
1007
- SourceLocationName: string | undefined;
1008
- }
1009
- export interface ListVodSourcesResponse {
1010
-
1011
- Items?: VodSource[];
1012
-
1013
- NextToken?: string;
1014
- }
1015
- export interface PutChannelPolicyRequest {
1016
-
1017
- ChannelName: string | undefined;
1018
-
1019
- Policy: string | undefined;
1020
- }
1021
- export interface PutChannelPolicyResponse {
1022
- }
1023
- export interface PutPlaybackConfigurationRequest {
1024
-
1025
- AdDecisionServerUrl?: string;
1026
-
1027
- AvailSuppression?: AvailSuppression;
1028
-
1029
- Bumper?: Bumper;
1030
-
1031
- CdnConfiguration?: CdnConfiguration;
1032
-
1033
- ConfigurationAliases?: Record<string, Record<string, string>>;
1034
-
1035
- DashConfiguration?: DashConfigurationForPut;
1036
-
1037
- LivePreRollConfiguration?: LivePreRollConfiguration;
1038
-
1039
- ManifestProcessingRules?: ManifestProcessingRules;
1040
-
1041
- Name?: string;
1042
-
1043
- PersonalizationThresholdSeconds?: number;
1044
-
1045
- SlateAdUrl?: string;
1046
-
1047
- Tags?: Record<string, string>;
1048
-
1049
- TranscodeProfileName?: string;
1050
-
1051
- VideoContentSourceUrl?: string;
1052
- }
1053
- export interface PutPlaybackConfigurationResponse {
1054
-
1055
- AdDecisionServerUrl?: string;
1056
-
1057
- AvailSuppression?: AvailSuppression;
1058
-
1059
- Bumper?: Bumper;
1060
-
1061
- CdnConfiguration?: CdnConfiguration;
1062
-
1063
- ConfigurationAliases?: Record<string, Record<string, string>>;
1064
-
1065
- DashConfiguration?: DashConfiguration;
1066
-
1067
- HlsConfiguration?: HlsConfiguration;
1068
-
1069
- LivePreRollConfiguration?: LivePreRollConfiguration;
1070
-
1071
- LogConfiguration?: LogConfiguration;
1072
-
1073
- ManifestProcessingRules?: ManifestProcessingRules;
1074
-
1075
- Name?: string;
1076
-
1077
- PersonalizationThresholdSeconds?: number;
1078
-
1079
- PlaybackConfigurationArn?: string;
1080
-
1081
- PlaybackEndpointPrefix?: string;
1082
-
1083
- SessionInitializationEndpointPrefix?: string;
1084
-
1085
- SlateAdUrl?: string;
1086
-
1087
- Tags?: Record<string, string>;
1088
-
1089
- TranscodeProfileName?: string;
1090
-
1091
- VideoContentSourceUrl?: string;
1092
- }
1093
- export interface StartChannelRequest {
1094
-
1095
- ChannelName: string | undefined;
1096
- }
1097
- export interface StartChannelResponse {
1098
- }
1099
- export interface StopChannelRequest {
1100
-
1101
- ChannelName: string | undefined;
1102
- }
1103
- export interface StopChannelResponse {
1104
- }
1105
- export interface TagResourceRequest {
1106
-
1107
- ResourceArn: string | undefined;
1108
-
1109
- Tags: Record<string, string> | undefined;
1110
- }
1111
- export interface UntagResourceRequest {
1112
-
1113
- ResourceArn: string | undefined;
1114
-
1115
- TagKeys: string[] | undefined;
1116
- }
1117
- export interface UpdateChannelRequest {
1118
-
1119
- ChannelName: string | undefined;
1120
-
1121
- FillerSlate?: SlateSource;
1122
-
1123
- Outputs: RequestOutputItem[] | undefined;
1124
- }
1125
- export interface UpdateChannelResponse {
1126
-
1127
- Arn?: string;
1128
-
1129
- ChannelName?: string;
1130
-
1131
- ChannelState?: ChannelState | string;
1132
-
1133
- CreationTime?: Date;
1134
-
1135
- FillerSlate?: SlateSource;
1136
-
1137
- LastModifiedTime?: Date;
1138
-
1139
- Outputs?: ResponseOutputItem[];
1140
-
1141
- PlaybackMode?: string;
1142
-
1143
- Tags?: Record<string, string>;
1144
-
1145
- Tier?: string;
1146
- }
1147
- export interface UpdateLiveSourceRequest {
1148
-
1149
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
1150
-
1151
- LiveSourceName: string | undefined;
1152
-
1153
- SourceLocationName: string | undefined;
1154
- }
1155
- export interface UpdateLiveSourceResponse {
1156
-
1157
- Arn?: string;
1158
-
1159
- CreationTime?: Date;
1160
-
1161
- HttpPackageConfigurations?: HttpPackageConfiguration[];
1162
-
1163
- LastModifiedTime?: Date;
1164
-
1165
- LiveSourceName?: string;
1166
-
1167
- SourceLocationName?: string;
1168
-
1169
- Tags?: Record<string, string>;
1170
- }
1171
- export interface UpdateSourceLocationRequest {
1172
-
1173
- AccessConfiguration?: AccessConfiguration;
1174
-
1175
- DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
1176
-
1177
- HttpConfiguration: HttpConfiguration | undefined;
1178
-
1179
- SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
1180
-
1181
- SourceLocationName: string | undefined;
1182
- }
1183
- export interface UpdateSourceLocationResponse {
1184
-
1185
- AccessConfiguration?: AccessConfiguration;
1186
-
1187
- Arn?: string;
1188
-
1189
- CreationTime?: Date;
1190
-
1191
- DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
1192
-
1193
- HttpConfiguration?: HttpConfiguration;
1194
-
1195
- LastModifiedTime?: Date;
1196
-
1197
- SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
1198
-
1199
- SourceLocationName?: string;
1200
-
1201
- Tags?: Record<string, string>;
1202
- }
1203
- export interface UpdateVodSourceRequest {
1204
-
1205
- HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
1206
-
1207
- SourceLocationName: string | undefined;
1208
-
1209
- VodSourceName: string | undefined;
1210
- }
1211
- export interface UpdateVodSourceResponse {
1212
-
1213
- Arn?: string;
1214
-
1215
- CreationTime?: Date;
1216
-
1217
- HttpPackageConfigurations?: HttpPackageConfiguration[];
1218
-
1219
- LastModifiedTime?: Date;
1220
-
1221
- SourceLocationName?: string;
1222
-
1223
- Tags?: Record<string, string>;
1224
-
1225
- VodSourceName?: string;
1226
- }
1227
-
1228
- export declare const SlateSourceFilterSensitiveLog: (obj: SlateSource) => any;
1229
-
1230
- export declare const SpliceInsertMessageFilterSensitiveLog: (obj: SpliceInsertMessage) => any;
1231
-
1232
- export declare const AdBreakFilterSensitiveLog: (obj: AdBreak) => any;
1233
-
1234
- export declare const AlertFilterSensitiveLog: (obj: Alert) => any;
1235
-
1236
- export declare const AvailMatchingCriteriaFilterSensitiveLog: (obj: AvailMatchingCriteria) => any;
1237
-
1238
- export declare const DashPlaylistSettingsFilterSensitiveLog: (obj: DashPlaylistSettings) => any;
1239
-
1240
- export declare const HlsPlaylistSettingsFilterSensitiveLog: (obj: HlsPlaylistSettings) => any;
1241
-
1242
- export declare const ResponseOutputItemFilterSensitiveLog: (obj: ResponseOutputItem) => any;
1243
-
1244
- export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1245
-
1246
- export declare const HttpPackageConfigurationFilterSensitiveLog: (obj: HttpPackageConfiguration) => any;
1247
-
1248
- export declare const LiveSourceFilterSensitiveLog: (obj: LiveSource) => any;
1249
-
1250
- export declare const AvailSuppressionFilterSensitiveLog: (obj: AvailSuppression) => any;
1251
-
1252
- export declare const BumperFilterSensitiveLog: (obj: Bumper) => any;
1253
-
1254
- export declare const CdnConfigurationFilterSensitiveLog: (obj: CdnConfiguration) => any;
1255
-
1256
- export declare const DashConfigurationFilterSensitiveLog: (obj: DashConfiguration) => any;
1257
-
1258
- export declare const HlsConfigurationFilterSensitiveLog: (obj: HlsConfiguration) => any;
1259
-
1260
- export declare const LivePreRollConfigurationFilterSensitiveLog: (obj: LivePreRollConfiguration) => any;
1261
-
1262
- export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
1263
-
1264
- export declare const AdMarkerPassthroughFilterSensitiveLog: (obj: AdMarkerPassthrough) => any;
1265
-
1266
- export declare const ManifestProcessingRulesFilterSensitiveLog: (obj: ManifestProcessingRules) => any;
1267
-
1268
- export declare const PlaybackConfigurationFilterSensitiveLog: (obj: PlaybackConfiguration) => any;
1269
-
1270
- export declare const PrefetchConsumptionFilterSensitiveLog: (obj: PrefetchConsumption) => any;
1271
-
1272
- export declare const PrefetchRetrievalFilterSensitiveLog: (obj: PrefetchRetrieval) => any;
1273
-
1274
- export declare const PrefetchScheduleFilterSensitiveLog: (obj: PrefetchSchedule) => any;
1275
-
1276
- export declare const ScheduleAdBreakFilterSensitiveLog: (obj: ScheduleAdBreak) => any;
1277
-
1278
- export declare const ScheduleEntryFilterSensitiveLog: (obj: ScheduleEntry) => any;
1279
-
1280
- export declare const SegmentDeliveryConfigurationFilterSensitiveLog: (obj: SegmentDeliveryConfiguration) => any;
1281
-
1282
- export declare const SecretsManagerAccessTokenConfigurationFilterSensitiveLog: (obj: SecretsManagerAccessTokenConfiguration) => any;
1283
-
1284
- export declare const AccessConfigurationFilterSensitiveLog: (obj: AccessConfiguration) => any;
1285
-
1286
- export declare const DefaultSegmentDeliveryConfigurationFilterSensitiveLog: (obj: DefaultSegmentDeliveryConfiguration) => any;
1287
-
1288
- export declare const HttpConfigurationFilterSensitiveLog: (obj: HttpConfiguration) => any;
1289
-
1290
- export declare const SourceLocationFilterSensitiveLog: (obj: SourceLocation) => any;
1291
-
1292
- export declare const VodSourceFilterSensitiveLog: (obj: VodSource) => any;
1293
-
1294
- export declare const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
1295
-
1296
- export declare const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
1297
-
1298
- export declare const RequestOutputItemFilterSensitiveLog: (obj: RequestOutputItem) => any;
1299
-
1300
- export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
1301
-
1302
- export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
1303
-
1304
- export declare const CreateLiveSourceRequestFilterSensitiveLog: (obj: CreateLiveSourceRequest) => any;
1305
-
1306
- export declare const CreateLiveSourceResponseFilterSensitiveLog: (obj: CreateLiveSourceResponse) => any;
1307
-
1308
- export declare const CreatePrefetchScheduleRequestFilterSensitiveLog: (obj: CreatePrefetchScheduleRequest) => any;
1309
-
1310
- export declare const CreatePrefetchScheduleResponseFilterSensitiveLog: (obj: CreatePrefetchScheduleResponse) => any;
1311
-
1312
- export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
1313
-
1314
- export declare const ScheduleConfigurationFilterSensitiveLog: (obj: ScheduleConfiguration) => any;
1315
-
1316
- export declare const CreateProgramRequestFilterSensitiveLog: (obj: CreateProgramRequest) => any;
1317
-
1318
- export declare const CreateProgramResponseFilterSensitiveLog: (obj: CreateProgramResponse) => any;
1319
-
1320
- export declare const CreateSourceLocationRequestFilterSensitiveLog: (obj: CreateSourceLocationRequest) => any;
1321
-
1322
- export declare const CreateSourceLocationResponseFilterSensitiveLog: (obj: CreateSourceLocationResponse) => any;
1323
-
1324
- export declare const CreateVodSourceRequestFilterSensitiveLog: (obj: CreateVodSourceRequest) => any;
1325
-
1326
- export declare const CreateVodSourceResponseFilterSensitiveLog: (obj: CreateVodSourceResponse) => any;
1327
-
1328
- export declare const DashConfigurationForPutFilterSensitiveLog: (obj: DashConfigurationForPut) => any;
1329
-
1330
- export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
1331
-
1332
- export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
1333
-
1334
- export declare const DeleteChannelPolicyRequestFilterSensitiveLog: (obj: DeleteChannelPolicyRequest) => any;
1335
-
1336
- export declare const DeleteChannelPolicyResponseFilterSensitiveLog: (obj: DeleteChannelPolicyResponse) => any;
1337
-
1338
- export declare const DeleteLiveSourceRequestFilterSensitiveLog: (obj: DeleteLiveSourceRequest) => any;
1339
-
1340
- export declare const DeleteLiveSourceResponseFilterSensitiveLog: (obj: DeleteLiveSourceResponse) => any;
1341
-
1342
- export declare const DeletePlaybackConfigurationRequestFilterSensitiveLog: (obj: DeletePlaybackConfigurationRequest) => any;
1343
-
1344
- export declare const DeletePlaybackConfigurationResponseFilterSensitiveLog: (obj: DeletePlaybackConfigurationResponse) => any;
1345
-
1346
- export declare const DeletePrefetchScheduleRequestFilterSensitiveLog: (obj: DeletePrefetchScheduleRequest) => any;
1347
-
1348
- export declare const DeletePrefetchScheduleResponseFilterSensitiveLog: (obj: DeletePrefetchScheduleResponse) => any;
1349
-
1350
- export declare const DeleteProgramRequestFilterSensitiveLog: (obj: DeleteProgramRequest) => any;
1351
-
1352
- export declare const DeleteProgramResponseFilterSensitiveLog: (obj: DeleteProgramResponse) => any;
1353
-
1354
- export declare const DeleteSourceLocationRequestFilterSensitiveLog: (obj: DeleteSourceLocationRequest) => any;
1355
-
1356
- export declare const DeleteSourceLocationResponseFilterSensitiveLog: (obj: DeleteSourceLocationResponse) => any;
1357
-
1358
- export declare const DeleteVodSourceRequestFilterSensitiveLog: (obj: DeleteVodSourceRequest) => any;
1359
-
1360
- export declare const DeleteVodSourceResponseFilterSensitiveLog: (obj: DeleteVodSourceResponse) => any;
1361
-
1362
- export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
1363
-
1364
- export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
1365
-
1366
- export declare const DescribeLiveSourceRequestFilterSensitiveLog: (obj: DescribeLiveSourceRequest) => any;
1367
-
1368
- export declare const DescribeLiveSourceResponseFilterSensitiveLog: (obj: DescribeLiveSourceResponse) => any;
1369
-
1370
- export declare const DescribeProgramRequestFilterSensitiveLog: (obj: DescribeProgramRequest) => any;
1371
-
1372
- export declare const DescribeProgramResponseFilterSensitiveLog: (obj: DescribeProgramResponse) => any;
1373
-
1374
- export declare const DescribeSourceLocationRequestFilterSensitiveLog: (obj: DescribeSourceLocationRequest) => any;
1375
-
1376
- export declare const DescribeSourceLocationResponseFilterSensitiveLog: (obj: DescribeSourceLocationResponse) => any;
1377
-
1378
- export declare const DescribeVodSourceRequestFilterSensitiveLog: (obj: DescribeVodSourceRequest) => any;
1379
-
1380
- export declare const DescribeVodSourceResponseFilterSensitiveLog: (obj: DescribeVodSourceResponse) => any;
1381
-
1382
- export declare const GetChannelPolicyRequestFilterSensitiveLog: (obj: GetChannelPolicyRequest) => any;
1383
-
1384
- export declare const GetChannelPolicyResponseFilterSensitiveLog: (obj: GetChannelPolicyResponse) => any;
1385
-
1386
- export declare const GetChannelScheduleRequestFilterSensitiveLog: (obj: GetChannelScheduleRequest) => any;
1387
-
1388
- export declare const GetChannelScheduleResponseFilterSensitiveLog: (obj: GetChannelScheduleResponse) => any;
1389
-
1390
- export declare const GetPlaybackConfigurationRequestFilterSensitiveLog: (obj: GetPlaybackConfigurationRequest) => any;
1391
-
1392
- export declare const GetPlaybackConfigurationResponseFilterSensitiveLog: (obj: GetPlaybackConfigurationResponse) => any;
1393
-
1394
- export declare const GetPrefetchScheduleRequestFilterSensitiveLog: (obj: GetPrefetchScheduleRequest) => any;
1395
-
1396
- export declare const GetPrefetchScheduleResponseFilterSensitiveLog: (obj: GetPrefetchScheduleResponse) => any;
1397
-
1398
- export declare const ListAlertsRequestFilterSensitiveLog: (obj: ListAlertsRequest) => any;
1399
-
1400
- export declare const ListAlertsResponseFilterSensitiveLog: (obj: ListAlertsResponse) => any;
1401
-
1402
- export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
1403
-
1404
- export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
1405
-
1406
- export declare const ListLiveSourcesRequestFilterSensitiveLog: (obj: ListLiveSourcesRequest) => any;
1407
-
1408
- export declare const ListLiveSourcesResponseFilterSensitiveLog: (obj: ListLiveSourcesResponse) => any;
1409
-
1410
- export declare const ListPlaybackConfigurationsRequestFilterSensitiveLog: (obj: ListPlaybackConfigurationsRequest) => any;
1411
-
1412
- export declare const ListPlaybackConfigurationsResponseFilterSensitiveLog: (obj: ListPlaybackConfigurationsResponse) => any;
1413
-
1414
- export declare const ListPrefetchSchedulesRequestFilterSensitiveLog: (obj: ListPrefetchSchedulesRequest) => any;
1415
-
1416
- export declare const ListPrefetchSchedulesResponseFilterSensitiveLog: (obj: ListPrefetchSchedulesResponse) => any;
1417
-
1418
- export declare const ListSourceLocationsRequestFilterSensitiveLog: (obj: ListSourceLocationsRequest) => any;
1419
-
1420
- export declare const ListSourceLocationsResponseFilterSensitiveLog: (obj: ListSourceLocationsResponse) => any;
1421
-
1422
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1423
-
1424
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1425
-
1426
- export declare const ListVodSourcesRequestFilterSensitiveLog: (obj: ListVodSourcesRequest) => any;
1427
-
1428
- export declare const ListVodSourcesResponseFilterSensitiveLog: (obj: ListVodSourcesResponse) => any;
1429
-
1430
- export declare const PutChannelPolicyRequestFilterSensitiveLog: (obj: PutChannelPolicyRequest) => any;
1431
-
1432
- export declare const PutChannelPolicyResponseFilterSensitiveLog: (obj: PutChannelPolicyResponse) => any;
1433
-
1434
- export declare const PutPlaybackConfigurationRequestFilterSensitiveLog: (obj: PutPlaybackConfigurationRequest) => any;
1435
-
1436
- export declare const PutPlaybackConfigurationResponseFilterSensitiveLog: (obj: PutPlaybackConfigurationResponse) => any;
1437
-
1438
- export declare const StartChannelRequestFilterSensitiveLog: (obj: StartChannelRequest) => any;
1439
-
1440
- export declare const StartChannelResponseFilterSensitiveLog: (obj: StartChannelResponse) => any;
1441
-
1442
- export declare const StopChannelRequestFilterSensitiveLog: (obj: StopChannelRequest) => any;
1443
-
1444
- export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelResponse) => any;
1445
-
1446
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1447
-
1448
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1449
-
1450
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
1451
-
1452
- export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
1453
-
1454
- export declare const UpdateLiveSourceRequestFilterSensitiveLog: (obj: UpdateLiveSourceRequest) => any;
1455
-
1456
- export declare const UpdateLiveSourceResponseFilterSensitiveLog: (obj: UpdateLiveSourceResponse) => any;
1457
-
1458
- export declare const UpdateSourceLocationRequestFilterSensitiveLog: (obj: UpdateSourceLocationRequest) => any;
1459
-
1460
- export declare const UpdateSourceLocationResponseFilterSensitiveLog: (obj: UpdateSourceLocationResponse) => any;
1461
-
1462
- export declare const UpdateVodSourceRequestFilterSensitiveLog: (obj: UpdateVodSourceRequest) => any;
1463
-
1464
- export declare const UpdateVodSourceResponseFilterSensitiveLog: (obj: UpdateVodSourceResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { MediaTailorServiceException as __BaseException } from "./MediaTailorServiceException";
3
+ export declare enum MessageType {
4
+ SPLICE_INSERT = "SPLICE_INSERT",
5
+ }
6
+ export interface SlateSource {
7
+ SourceLocationName?: string;
8
+ VodSourceName?: string;
9
+ }
10
+ export interface SpliceInsertMessage {
11
+ AvailNum?: number;
12
+ AvailsExpected?: number;
13
+ SpliceEventId?: number;
14
+ UniqueProgramId?: number;
15
+ }
16
+ export interface AdBreak {
17
+ MessageType?: MessageType | string;
18
+ OffsetMillis?: number;
19
+ Slate?: SlateSource;
20
+ SpliceInsertMessage?: SpliceInsertMessage;
21
+ }
22
+ export interface Alert {
23
+ AlertCode: string | undefined;
24
+ AlertMessage: string | undefined;
25
+ LastModifiedTime: Date | undefined;
26
+ RelatedResourceArns: string[] | undefined;
27
+ ResourceArn: string | undefined;
28
+ }
29
+ export declare enum Operator {
30
+ EQUALS = "EQUALS",
31
+ }
32
+ export interface AvailMatchingCriteria {
33
+ DynamicVariable: string | undefined;
34
+ Operator: Operator | string | undefined;
35
+ }
36
+ export interface DashPlaylistSettings {
37
+ ManifestWindowSeconds?: number;
38
+ MinBufferTimeSeconds?: number;
39
+ MinUpdatePeriodSeconds?: number;
40
+ SuggestedPresentationDelaySeconds?: number;
41
+ }
42
+ export interface HlsPlaylistSettings {
43
+ ManifestWindowSeconds?: number;
44
+ }
45
+ export interface ResponseOutputItem {
46
+ DashPlaylistSettings?: DashPlaylistSettings;
47
+ HlsPlaylistSettings?: HlsPlaylistSettings;
48
+ ManifestName: string | undefined;
49
+ PlaybackUrl: string | undefined;
50
+ SourceGroup: string | undefined;
51
+ }
52
+ export interface Channel {
53
+ Arn: string | undefined;
54
+ ChannelName: string | undefined;
55
+ ChannelState: string | undefined;
56
+ CreationTime?: Date;
57
+ FillerSlate?: SlateSource;
58
+ LastModifiedTime?: Date;
59
+ Outputs: ResponseOutputItem[] | undefined;
60
+ PlaybackMode: string | undefined;
61
+ Tags?: Record<string, string>;
62
+ Tier: string | undefined;
63
+ }
64
+ export declare enum Type {
65
+ DASH = "DASH",
66
+ HLS = "HLS",
67
+ }
68
+ export interface HttpPackageConfiguration {
69
+ Path: string | undefined;
70
+ SourceGroup: string | undefined;
71
+ Type: Type | string | undefined;
72
+ }
73
+ export interface LiveSource {
74
+ Arn: string | undefined;
75
+ CreationTime?: Date;
76
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
77
+ LastModifiedTime?: Date;
78
+ LiveSourceName: string | undefined;
79
+ SourceLocationName: string | undefined;
80
+ Tags?: Record<string, string>;
81
+ }
82
+ export declare enum Mode {
83
+ BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
84
+ OFF = "OFF",
85
+ }
86
+ export interface AvailSuppression {
87
+ Mode?: Mode | string;
88
+ Value?: string;
89
+ }
90
+ export interface Bumper {
91
+ EndUrl?: string;
92
+ StartUrl?: string;
93
+ }
94
+ export interface CdnConfiguration {
95
+ AdSegmentUrlPrefix?: string;
96
+ ContentSegmentUrlPrefix?: string;
97
+ }
98
+ export declare enum OriginManifestType {
99
+ MULTI_PERIOD = "MULTI_PERIOD",
100
+ SINGLE_PERIOD = "SINGLE_PERIOD",
101
+ }
102
+ export interface DashConfiguration {
103
+ ManifestEndpointPrefix?: string;
104
+ MpdLocation?: string;
105
+ OriginManifestType?: OriginManifestType | string;
106
+ }
107
+ export interface HlsConfiguration {
108
+ ManifestEndpointPrefix?: string;
109
+ }
110
+ export interface LivePreRollConfiguration {
111
+ AdDecisionServerUrl?: string;
112
+ MaxDurationSeconds?: number;
113
+ }
114
+ export interface LogConfiguration {
115
+ PercentEnabled: number | undefined;
116
+ }
117
+ export interface AdMarkerPassthrough {
118
+ Enabled?: boolean;
119
+ }
120
+ export interface ManifestProcessingRules {
121
+ AdMarkerPassthrough?: AdMarkerPassthrough;
122
+ }
123
+ export interface PlaybackConfiguration {
124
+ AdDecisionServerUrl?: string;
125
+ AvailSuppression?: AvailSuppression;
126
+ Bumper?: Bumper;
127
+ CdnConfiguration?: CdnConfiguration;
128
+ ConfigurationAliases?: Record<string, Record<string, string>>;
129
+ DashConfiguration?: DashConfiguration;
130
+ HlsConfiguration?: HlsConfiguration;
131
+ LivePreRollConfiguration?: LivePreRollConfiguration;
132
+ LogConfiguration?: LogConfiguration;
133
+ ManifestProcessingRules?: ManifestProcessingRules;
134
+ Name?: string;
135
+ PersonalizationThresholdSeconds?: number;
136
+ PlaybackConfigurationArn?: string;
137
+ PlaybackEndpointPrefix?: string;
138
+ SessionInitializationEndpointPrefix?: string;
139
+ SlateAdUrl?: string;
140
+ Tags?: Record<string, string>;
141
+ TranscodeProfileName?: string;
142
+ VideoContentSourceUrl?: string;
143
+ }
144
+ export interface PrefetchConsumption {
145
+ AvailMatchingCriteria?: AvailMatchingCriteria[];
146
+ EndTime: Date | undefined;
147
+ StartTime?: Date;
148
+ }
149
+ export interface PrefetchRetrieval {
150
+ DynamicVariables?: Record<string, string>;
151
+ EndTime: Date | undefined;
152
+ StartTime?: Date;
153
+ }
154
+ export interface PrefetchSchedule {
155
+ Arn: string | undefined;
156
+ Consumption: PrefetchConsumption | undefined;
157
+ Name: string | undefined;
158
+ PlaybackConfigurationName: string | undefined;
159
+ Retrieval: PrefetchRetrieval | undefined;
160
+ StreamId?: string;
161
+ }
162
+ export interface ScheduleAdBreak {
163
+ ApproximateDurationSeconds?: number;
164
+ ApproximateStartTime?: Date;
165
+ SourceLocationName?: string;
166
+ VodSourceName?: string;
167
+ }
168
+ export declare enum ScheduleEntryType {
169
+ FILLER_SLATE = "FILLER_SLATE",
170
+ PROGRAM = "PROGRAM",
171
+ }
172
+ export interface ScheduleEntry {
173
+ ApproximateDurationSeconds?: number;
174
+ ApproximateStartTime?: Date;
175
+ Arn: string | undefined;
176
+ ChannelName: string | undefined;
177
+ LiveSourceName?: string;
178
+ ProgramName: string | undefined;
179
+ ScheduleAdBreaks?: ScheduleAdBreak[];
180
+ ScheduleEntryType?: ScheduleEntryType | string;
181
+ SourceLocationName: string | undefined;
182
+ VodSourceName?: string;
183
+ }
184
+ export interface SegmentDeliveryConfiguration {
185
+ BaseUrl?: string;
186
+ Name?: string;
187
+ }
188
+ export declare enum AccessType {
189
+ S3_SIGV4 = "S3_SIGV4",
190
+ SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN",
191
+ }
192
+ export interface SecretsManagerAccessTokenConfiguration {
193
+ HeaderName?: string;
194
+ SecretArn?: string;
195
+ SecretStringKey?: string;
196
+ }
197
+ export interface AccessConfiguration {
198
+ AccessType?: AccessType | string;
199
+ SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration;
200
+ }
201
+ export interface DefaultSegmentDeliveryConfiguration {
202
+ BaseUrl?: string;
203
+ }
204
+ export interface HttpConfiguration {
205
+ BaseUrl: string | undefined;
206
+ }
207
+ export interface SourceLocation {
208
+ AccessConfiguration?: AccessConfiguration;
209
+ Arn: string | undefined;
210
+ CreationTime?: Date;
211
+ DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
212
+ HttpConfiguration: HttpConfiguration | undefined;
213
+ LastModifiedTime?: Date;
214
+ SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
215
+ SourceLocationName: string | undefined;
216
+ Tags?: Record<string, string>;
217
+ }
218
+ export interface VodSource {
219
+ Arn: string | undefined;
220
+ CreationTime?: Date;
221
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
222
+ LastModifiedTime?: Date;
223
+ SourceLocationName: string | undefined;
224
+ Tags?: Record<string, string>;
225
+ VodSourceName: string | undefined;
226
+ }
227
+ export declare class BadRequestException extends __BaseException {
228
+ readonly name: "BadRequestException";
229
+ readonly $fault: "client";
230
+ Message?: string;
231
+ constructor(
232
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
233
+ );
234
+ }
235
+ export declare enum ChannelState {
236
+ RUNNING = "RUNNING",
237
+ STOPPED = "STOPPED",
238
+ }
239
+ export interface ConfigureLogsForPlaybackConfigurationRequest {
240
+ PercentEnabled: number | undefined;
241
+ PlaybackConfigurationName: string | undefined;
242
+ }
243
+ export interface ConfigureLogsForPlaybackConfigurationResponse {
244
+ PercentEnabled?: number;
245
+ PlaybackConfigurationName?: string;
246
+ }
247
+ export interface RequestOutputItem {
248
+ DashPlaylistSettings?: DashPlaylistSettings;
249
+ HlsPlaylistSettings?: HlsPlaylistSettings;
250
+ ManifestName: string | undefined;
251
+ SourceGroup: string | undefined;
252
+ }
253
+ export declare enum PlaybackMode {
254
+ LINEAR = "LINEAR",
255
+ LOOP = "LOOP",
256
+ }
257
+ export declare enum Tier {
258
+ BASIC = "BASIC",
259
+ STANDARD = "STANDARD",
260
+ }
261
+ export interface CreateChannelRequest {
262
+ ChannelName: string | undefined;
263
+ FillerSlate?: SlateSource;
264
+ Outputs: RequestOutputItem[] | undefined;
265
+ PlaybackMode: PlaybackMode | string | undefined;
266
+ Tags?: Record<string, string>;
267
+ Tier?: Tier | string;
268
+ }
269
+ export interface CreateChannelResponse {
270
+ Arn?: string;
271
+ ChannelName?: string;
272
+ ChannelState?: ChannelState | string;
273
+ CreationTime?: Date;
274
+ FillerSlate?: SlateSource;
275
+ LastModifiedTime?: Date;
276
+ Outputs?: ResponseOutputItem[];
277
+ PlaybackMode?: string;
278
+ Tags?: Record<string, string>;
279
+ Tier?: string;
280
+ }
281
+ export interface CreateLiveSourceRequest {
282
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
283
+ LiveSourceName: string | undefined;
284
+ SourceLocationName: string | undefined;
285
+ Tags?: Record<string, string>;
286
+ }
287
+ export interface CreateLiveSourceResponse {
288
+ Arn?: string;
289
+ CreationTime?: Date;
290
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
291
+ LastModifiedTime?: Date;
292
+ LiveSourceName?: string;
293
+ SourceLocationName?: string;
294
+ Tags?: Record<string, string>;
295
+ }
296
+ export interface CreatePrefetchScheduleRequest {
297
+ Consumption: PrefetchConsumption | undefined;
298
+ Name: string | undefined;
299
+ PlaybackConfigurationName: string | undefined;
300
+ Retrieval: PrefetchRetrieval | undefined;
301
+ StreamId?: string;
302
+ }
303
+ export interface CreatePrefetchScheduleResponse {
304
+ Arn?: string;
305
+ Consumption?: PrefetchConsumption;
306
+ Name?: string;
307
+ PlaybackConfigurationName?: string;
308
+ Retrieval?: PrefetchRetrieval;
309
+ StreamId?: string;
310
+ }
311
+ export declare enum RelativePosition {
312
+ AFTER_PROGRAM = "AFTER_PROGRAM",
313
+ BEFORE_PROGRAM = "BEFORE_PROGRAM",
314
+ }
315
+ export interface Transition {
316
+ DurationMillis?: number;
317
+ RelativePosition: RelativePosition | string | undefined;
318
+ RelativeProgram?: string;
319
+ ScheduledStartTimeMillis?: number;
320
+ Type: string | undefined;
321
+ }
322
+ export interface ScheduleConfiguration {
323
+ Transition: Transition | undefined;
324
+ }
325
+ export interface CreateProgramRequest {
326
+ AdBreaks?: AdBreak[];
327
+ ChannelName: string | undefined;
328
+ LiveSourceName?: string;
329
+ ProgramName: string | undefined;
330
+ ScheduleConfiguration: ScheduleConfiguration | undefined;
331
+ SourceLocationName: string | undefined;
332
+ VodSourceName?: string;
333
+ }
334
+ export interface CreateProgramResponse {
335
+ AdBreaks?: AdBreak[];
336
+ Arn?: string;
337
+ ChannelName?: string;
338
+ CreationTime?: Date;
339
+ LiveSourceName?: string;
340
+ ProgramName?: string;
341
+ ScheduledStartTime?: Date;
342
+ SourceLocationName?: string;
343
+ VodSourceName?: string;
344
+ }
345
+ export interface CreateSourceLocationRequest {
346
+ AccessConfiguration?: AccessConfiguration;
347
+ DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
348
+ HttpConfiguration: HttpConfiguration | undefined;
349
+ SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
350
+ SourceLocationName: string | undefined;
351
+ Tags?: Record<string, string>;
352
+ }
353
+ export interface CreateSourceLocationResponse {
354
+ AccessConfiguration?: AccessConfiguration;
355
+ Arn?: string;
356
+ CreationTime?: Date;
357
+ DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
358
+ HttpConfiguration?: HttpConfiguration;
359
+ LastModifiedTime?: Date;
360
+ SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
361
+ SourceLocationName?: string;
362
+ Tags?: Record<string, string>;
363
+ }
364
+ export interface CreateVodSourceRequest {
365
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
366
+ SourceLocationName: string | undefined;
367
+ Tags?: Record<string, string>;
368
+ VodSourceName: string | undefined;
369
+ }
370
+ export interface CreateVodSourceResponse {
371
+ Arn?: string;
372
+ CreationTime?: Date;
373
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
374
+ LastModifiedTime?: Date;
375
+ SourceLocationName?: string;
376
+ Tags?: Record<string, string>;
377
+ VodSourceName?: string;
378
+ }
379
+ export interface DashConfigurationForPut {
380
+ MpdLocation?: string;
381
+ OriginManifestType?: OriginManifestType | string;
382
+ }
383
+ export interface DeleteChannelRequest {
384
+ ChannelName: string | undefined;
385
+ }
386
+ export interface DeleteChannelResponse {}
387
+ export interface DeleteChannelPolicyRequest {
388
+ ChannelName: string | undefined;
389
+ }
390
+ export interface DeleteChannelPolicyResponse {}
391
+ export interface DeleteLiveSourceRequest {
392
+ LiveSourceName: string | undefined;
393
+ SourceLocationName: string | undefined;
394
+ }
395
+ export interface DeleteLiveSourceResponse {}
396
+ export interface DeletePlaybackConfigurationRequest {
397
+ Name: string | undefined;
398
+ }
399
+ export interface DeletePlaybackConfigurationResponse {}
400
+ export interface DeletePrefetchScheduleRequest {
401
+ Name: string | undefined;
402
+ PlaybackConfigurationName: string | undefined;
403
+ }
404
+ export interface DeletePrefetchScheduleResponse {}
405
+ export interface DeleteProgramRequest {
406
+ ChannelName: string | undefined;
407
+ ProgramName: string | undefined;
408
+ }
409
+ export interface DeleteProgramResponse {}
410
+ export interface DeleteSourceLocationRequest {
411
+ SourceLocationName: string | undefined;
412
+ }
413
+ export interface DeleteSourceLocationResponse {}
414
+ export interface DeleteVodSourceRequest {
415
+ SourceLocationName: string | undefined;
416
+ VodSourceName: string | undefined;
417
+ }
418
+ export interface DeleteVodSourceResponse {}
419
+ export interface DescribeChannelRequest {
420
+ ChannelName: string | undefined;
421
+ }
422
+ export interface DescribeChannelResponse {
423
+ Arn?: string;
424
+ ChannelName?: string;
425
+ ChannelState?: ChannelState | string;
426
+ CreationTime?: Date;
427
+ FillerSlate?: SlateSource;
428
+ LastModifiedTime?: Date;
429
+ Outputs?: ResponseOutputItem[];
430
+ PlaybackMode?: string;
431
+ Tags?: Record<string, string>;
432
+ Tier?: string;
433
+ }
434
+ export interface DescribeLiveSourceRequest {
435
+ LiveSourceName: string | undefined;
436
+ SourceLocationName: string | undefined;
437
+ }
438
+ export interface DescribeLiveSourceResponse {
439
+ Arn?: string;
440
+ CreationTime?: Date;
441
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
442
+ LastModifiedTime?: Date;
443
+ LiveSourceName?: string;
444
+ SourceLocationName?: string;
445
+ Tags?: Record<string, string>;
446
+ }
447
+ export interface DescribeProgramRequest {
448
+ ChannelName: string | undefined;
449
+ ProgramName: string | undefined;
450
+ }
451
+ export interface DescribeProgramResponse {
452
+ AdBreaks?: AdBreak[];
453
+ Arn?: string;
454
+ ChannelName?: string;
455
+ CreationTime?: Date;
456
+ LiveSourceName?: string;
457
+ ProgramName?: string;
458
+ ScheduledStartTime?: Date;
459
+ SourceLocationName?: string;
460
+ VodSourceName?: string;
461
+ }
462
+ export interface DescribeSourceLocationRequest {
463
+ SourceLocationName: string | undefined;
464
+ }
465
+ export interface DescribeSourceLocationResponse {
466
+ AccessConfiguration?: AccessConfiguration;
467
+ Arn?: string;
468
+ CreationTime?: Date;
469
+ DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
470
+ HttpConfiguration?: HttpConfiguration;
471
+ LastModifiedTime?: Date;
472
+ SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
473
+ SourceLocationName?: string;
474
+ Tags?: Record<string, string>;
475
+ }
476
+ export interface DescribeVodSourceRequest {
477
+ SourceLocationName: string | undefined;
478
+ VodSourceName: string | undefined;
479
+ }
480
+ export interface DescribeVodSourceResponse {
481
+ Arn?: string;
482
+ CreationTime?: Date;
483
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
484
+ LastModifiedTime?: Date;
485
+ SourceLocationName?: string;
486
+ Tags?: Record<string, string>;
487
+ VodSourceName?: string;
488
+ }
489
+ export interface GetChannelPolicyRequest {
490
+ ChannelName: string | undefined;
491
+ }
492
+ export interface GetChannelPolicyResponse {
493
+ Policy?: string;
494
+ }
495
+ export interface GetChannelScheduleRequest {
496
+ ChannelName: string | undefined;
497
+ DurationMinutes?: string;
498
+ MaxResults?: number;
499
+ NextToken?: string;
500
+ }
501
+ export interface GetChannelScheduleResponse {
502
+ Items?: ScheduleEntry[];
503
+ NextToken?: string;
504
+ }
505
+ export interface GetPlaybackConfigurationRequest {
506
+ Name: string | undefined;
507
+ }
508
+ export interface GetPlaybackConfigurationResponse {
509
+ AdDecisionServerUrl?: string;
510
+ AvailSuppression?: AvailSuppression;
511
+ Bumper?: Bumper;
512
+ CdnConfiguration?: CdnConfiguration;
513
+ ConfigurationAliases?: Record<string, Record<string, string>>;
514
+ DashConfiguration?: DashConfiguration;
515
+ HlsConfiguration?: HlsConfiguration;
516
+ LivePreRollConfiguration?: LivePreRollConfiguration;
517
+ LogConfiguration?: LogConfiguration;
518
+ ManifestProcessingRules?: ManifestProcessingRules;
519
+ Name?: string;
520
+ PersonalizationThresholdSeconds?: number;
521
+ PlaybackConfigurationArn?: string;
522
+ PlaybackEndpointPrefix?: string;
523
+ SessionInitializationEndpointPrefix?: string;
524
+ SlateAdUrl?: string;
525
+ Tags?: Record<string, string>;
526
+ TranscodeProfileName?: string;
527
+ VideoContentSourceUrl?: string;
528
+ }
529
+ export interface GetPrefetchScheduleRequest {
530
+ Name: string | undefined;
531
+ PlaybackConfigurationName: string | undefined;
532
+ }
533
+ export interface GetPrefetchScheduleResponse {
534
+ Arn?: string;
535
+ Consumption?: PrefetchConsumption;
536
+ Name?: string;
537
+ PlaybackConfigurationName?: string;
538
+ Retrieval?: PrefetchRetrieval;
539
+ StreamId?: string;
540
+ }
541
+ export interface ListAlertsRequest {
542
+ MaxResults?: number;
543
+ NextToken?: string;
544
+ ResourceArn: string | undefined;
545
+ }
546
+ export interface ListAlertsResponse {
547
+ Items?: Alert[];
548
+ NextToken?: string;
549
+ }
550
+ export interface ListChannelsRequest {
551
+ MaxResults?: number;
552
+ NextToken?: string;
553
+ }
554
+ export interface ListChannelsResponse {
555
+ Items?: Channel[];
556
+ NextToken?: string;
557
+ }
558
+ export interface ListLiveSourcesRequest {
559
+ MaxResults?: number;
560
+ NextToken?: string;
561
+ SourceLocationName: string | undefined;
562
+ }
563
+ export interface ListLiveSourcesResponse {
564
+ Items?: LiveSource[];
565
+ NextToken?: string;
566
+ }
567
+ export interface ListPlaybackConfigurationsRequest {
568
+ MaxResults?: number;
569
+ NextToken?: string;
570
+ }
571
+ export interface ListPlaybackConfigurationsResponse {
572
+ Items?: PlaybackConfiguration[];
573
+ NextToken?: string;
574
+ }
575
+ export interface ListPrefetchSchedulesRequest {
576
+ MaxResults?: number;
577
+ NextToken?: string;
578
+ PlaybackConfigurationName: string | undefined;
579
+ StreamId?: string;
580
+ }
581
+ export interface ListPrefetchSchedulesResponse {
582
+ Items?: PrefetchSchedule[];
583
+ NextToken?: string;
584
+ }
585
+ export interface ListSourceLocationsRequest {
586
+ MaxResults?: number;
587
+ NextToken?: string;
588
+ }
589
+ export interface ListSourceLocationsResponse {
590
+ Items?: SourceLocation[];
591
+ NextToken?: string;
592
+ }
593
+ export interface ListTagsForResourceRequest {
594
+ ResourceArn: string | undefined;
595
+ }
596
+ export interface ListTagsForResourceResponse {
597
+ Tags?: Record<string, string>;
598
+ }
599
+ export interface ListVodSourcesRequest {
600
+ MaxResults?: number;
601
+ NextToken?: string;
602
+ SourceLocationName: string | undefined;
603
+ }
604
+ export interface ListVodSourcesResponse {
605
+ Items?: VodSource[];
606
+ NextToken?: string;
607
+ }
608
+ export interface PutChannelPolicyRequest {
609
+ ChannelName: string | undefined;
610
+ Policy: string | undefined;
611
+ }
612
+ export interface PutChannelPolicyResponse {}
613
+ export interface PutPlaybackConfigurationRequest {
614
+ AdDecisionServerUrl?: string;
615
+ AvailSuppression?: AvailSuppression;
616
+ Bumper?: Bumper;
617
+ CdnConfiguration?: CdnConfiguration;
618
+ ConfigurationAliases?: Record<string, Record<string, string>>;
619
+ DashConfiguration?: DashConfigurationForPut;
620
+ LivePreRollConfiguration?: LivePreRollConfiguration;
621
+ ManifestProcessingRules?: ManifestProcessingRules;
622
+ Name?: string;
623
+ PersonalizationThresholdSeconds?: number;
624
+ SlateAdUrl?: string;
625
+ Tags?: Record<string, string>;
626
+ TranscodeProfileName?: string;
627
+ VideoContentSourceUrl?: string;
628
+ }
629
+ export interface PutPlaybackConfigurationResponse {
630
+ AdDecisionServerUrl?: string;
631
+ AvailSuppression?: AvailSuppression;
632
+ Bumper?: Bumper;
633
+ CdnConfiguration?: CdnConfiguration;
634
+ ConfigurationAliases?: Record<string, Record<string, string>>;
635
+ DashConfiguration?: DashConfiguration;
636
+ HlsConfiguration?: HlsConfiguration;
637
+ LivePreRollConfiguration?: LivePreRollConfiguration;
638
+ LogConfiguration?: LogConfiguration;
639
+ ManifestProcessingRules?: ManifestProcessingRules;
640
+ Name?: string;
641
+ PersonalizationThresholdSeconds?: number;
642
+ PlaybackConfigurationArn?: string;
643
+ PlaybackEndpointPrefix?: string;
644
+ SessionInitializationEndpointPrefix?: string;
645
+ SlateAdUrl?: string;
646
+ Tags?: Record<string, string>;
647
+ TranscodeProfileName?: string;
648
+ VideoContentSourceUrl?: string;
649
+ }
650
+ export interface StartChannelRequest {
651
+ ChannelName: string | undefined;
652
+ }
653
+ export interface StartChannelResponse {}
654
+ export interface StopChannelRequest {
655
+ ChannelName: string | undefined;
656
+ }
657
+ export interface StopChannelResponse {}
658
+ export interface TagResourceRequest {
659
+ ResourceArn: string | undefined;
660
+ Tags: Record<string, string> | undefined;
661
+ }
662
+ export interface UntagResourceRequest {
663
+ ResourceArn: string | undefined;
664
+ TagKeys: string[] | undefined;
665
+ }
666
+ export interface UpdateChannelRequest {
667
+ ChannelName: string | undefined;
668
+ FillerSlate?: SlateSource;
669
+ Outputs: RequestOutputItem[] | undefined;
670
+ }
671
+ export interface UpdateChannelResponse {
672
+ Arn?: string;
673
+ ChannelName?: string;
674
+ ChannelState?: ChannelState | string;
675
+ CreationTime?: Date;
676
+ FillerSlate?: SlateSource;
677
+ LastModifiedTime?: Date;
678
+ Outputs?: ResponseOutputItem[];
679
+ PlaybackMode?: string;
680
+ Tags?: Record<string, string>;
681
+ Tier?: string;
682
+ }
683
+ export interface UpdateLiveSourceRequest {
684
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
685
+ LiveSourceName: string | undefined;
686
+ SourceLocationName: string | undefined;
687
+ }
688
+ export interface UpdateLiveSourceResponse {
689
+ Arn?: string;
690
+ CreationTime?: Date;
691
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
692
+ LastModifiedTime?: Date;
693
+ LiveSourceName?: string;
694
+ SourceLocationName?: string;
695
+ Tags?: Record<string, string>;
696
+ }
697
+ export interface UpdateSourceLocationRequest {
698
+ AccessConfiguration?: AccessConfiguration;
699
+ DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
700
+ HttpConfiguration: HttpConfiguration | undefined;
701
+ SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
702
+ SourceLocationName: string | undefined;
703
+ }
704
+ export interface UpdateSourceLocationResponse {
705
+ AccessConfiguration?: AccessConfiguration;
706
+ Arn?: string;
707
+ CreationTime?: Date;
708
+ DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
709
+ HttpConfiguration?: HttpConfiguration;
710
+ LastModifiedTime?: Date;
711
+ SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[];
712
+ SourceLocationName?: string;
713
+ Tags?: Record<string, string>;
714
+ }
715
+ export interface UpdateVodSourceRequest {
716
+ HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
717
+ SourceLocationName: string | undefined;
718
+ VodSourceName: string | undefined;
719
+ }
720
+ export interface UpdateVodSourceResponse {
721
+ Arn?: string;
722
+ CreationTime?: Date;
723
+ HttpPackageConfigurations?: HttpPackageConfiguration[];
724
+ LastModifiedTime?: Date;
725
+ SourceLocationName?: string;
726
+ Tags?: Record<string, string>;
727
+ VodSourceName?: string;
728
+ }
729
+ export declare const SlateSourceFilterSensitiveLog: (obj: SlateSource) => any;
730
+ export declare const SpliceInsertMessageFilterSensitiveLog: (
731
+ obj: SpliceInsertMessage
732
+ ) => any;
733
+ export declare const AdBreakFilterSensitiveLog: (obj: AdBreak) => any;
734
+ export declare const AlertFilterSensitiveLog: (obj: Alert) => any;
735
+ export declare const AvailMatchingCriteriaFilterSensitiveLog: (
736
+ obj: AvailMatchingCriteria
737
+ ) => any;
738
+ export declare const DashPlaylistSettingsFilterSensitiveLog: (
739
+ obj: DashPlaylistSettings
740
+ ) => any;
741
+ export declare const HlsPlaylistSettingsFilterSensitiveLog: (
742
+ obj: HlsPlaylistSettings
743
+ ) => any;
744
+ export declare const ResponseOutputItemFilterSensitiveLog: (
745
+ obj: ResponseOutputItem
746
+ ) => any;
747
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
748
+ export declare const HttpPackageConfigurationFilterSensitiveLog: (
749
+ obj: HttpPackageConfiguration
750
+ ) => any;
751
+ export declare const LiveSourceFilterSensitiveLog: (obj: LiveSource) => any;
752
+ export declare const AvailSuppressionFilterSensitiveLog: (
753
+ obj: AvailSuppression
754
+ ) => any;
755
+ export declare const BumperFilterSensitiveLog: (obj: Bumper) => any;
756
+ export declare const CdnConfigurationFilterSensitiveLog: (
757
+ obj: CdnConfiguration
758
+ ) => any;
759
+ export declare const DashConfigurationFilterSensitiveLog: (
760
+ obj: DashConfiguration
761
+ ) => any;
762
+ export declare const HlsConfigurationFilterSensitiveLog: (
763
+ obj: HlsConfiguration
764
+ ) => any;
765
+ export declare const LivePreRollConfigurationFilterSensitiveLog: (
766
+ obj: LivePreRollConfiguration
767
+ ) => any;
768
+ export declare const LogConfigurationFilterSensitiveLog: (
769
+ obj: LogConfiguration
770
+ ) => any;
771
+ export declare const AdMarkerPassthroughFilterSensitiveLog: (
772
+ obj: AdMarkerPassthrough
773
+ ) => any;
774
+ export declare const ManifestProcessingRulesFilterSensitiveLog: (
775
+ obj: ManifestProcessingRules
776
+ ) => any;
777
+ export declare const PlaybackConfigurationFilterSensitiveLog: (
778
+ obj: PlaybackConfiguration
779
+ ) => any;
780
+ export declare const PrefetchConsumptionFilterSensitiveLog: (
781
+ obj: PrefetchConsumption
782
+ ) => any;
783
+ export declare const PrefetchRetrievalFilterSensitiveLog: (
784
+ obj: PrefetchRetrieval
785
+ ) => any;
786
+ export declare const PrefetchScheduleFilterSensitiveLog: (
787
+ obj: PrefetchSchedule
788
+ ) => any;
789
+ export declare const ScheduleAdBreakFilterSensitiveLog: (
790
+ obj: ScheduleAdBreak
791
+ ) => any;
792
+ export declare const ScheduleEntryFilterSensitiveLog: (
793
+ obj: ScheduleEntry
794
+ ) => any;
795
+ export declare const SegmentDeliveryConfigurationFilterSensitiveLog: (
796
+ obj: SegmentDeliveryConfiguration
797
+ ) => any;
798
+ export declare const SecretsManagerAccessTokenConfigurationFilterSensitiveLog: (
799
+ obj: SecretsManagerAccessTokenConfiguration
800
+ ) => any;
801
+ export declare const AccessConfigurationFilterSensitiveLog: (
802
+ obj: AccessConfiguration
803
+ ) => any;
804
+ export declare const DefaultSegmentDeliveryConfigurationFilterSensitiveLog: (
805
+ obj: DefaultSegmentDeliveryConfiguration
806
+ ) => any;
807
+ export declare const HttpConfigurationFilterSensitiveLog: (
808
+ obj: HttpConfiguration
809
+ ) => any;
810
+ export declare const SourceLocationFilterSensitiveLog: (
811
+ obj: SourceLocation
812
+ ) => any;
813
+ export declare const VodSourceFilterSensitiveLog: (obj: VodSource) => any;
814
+ export declare const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog: (
815
+ obj: ConfigureLogsForPlaybackConfigurationRequest
816
+ ) => any;
817
+ export declare const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog: (
818
+ obj: ConfigureLogsForPlaybackConfigurationResponse
819
+ ) => any;
820
+ export declare const RequestOutputItemFilterSensitiveLog: (
821
+ obj: RequestOutputItem
822
+ ) => any;
823
+ export declare const CreateChannelRequestFilterSensitiveLog: (
824
+ obj: CreateChannelRequest
825
+ ) => any;
826
+ export declare const CreateChannelResponseFilterSensitiveLog: (
827
+ obj: CreateChannelResponse
828
+ ) => any;
829
+ export declare const CreateLiveSourceRequestFilterSensitiveLog: (
830
+ obj: CreateLiveSourceRequest
831
+ ) => any;
832
+ export declare const CreateLiveSourceResponseFilterSensitiveLog: (
833
+ obj: CreateLiveSourceResponse
834
+ ) => any;
835
+ export declare const CreatePrefetchScheduleRequestFilterSensitiveLog: (
836
+ obj: CreatePrefetchScheduleRequest
837
+ ) => any;
838
+ export declare const CreatePrefetchScheduleResponseFilterSensitiveLog: (
839
+ obj: CreatePrefetchScheduleResponse
840
+ ) => any;
841
+ export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
842
+ export declare const ScheduleConfigurationFilterSensitiveLog: (
843
+ obj: ScheduleConfiguration
844
+ ) => any;
845
+ export declare const CreateProgramRequestFilterSensitiveLog: (
846
+ obj: CreateProgramRequest
847
+ ) => any;
848
+ export declare const CreateProgramResponseFilterSensitiveLog: (
849
+ obj: CreateProgramResponse
850
+ ) => any;
851
+ export declare const CreateSourceLocationRequestFilterSensitiveLog: (
852
+ obj: CreateSourceLocationRequest
853
+ ) => any;
854
+ export declare const CreateSourceLocationResponseFilterSensitiveLog: (
855
+ obj: CreateSourceLocationResponse
856
+ ) => any;
857
+ export declare const CreateVodSourceRequestFilterSensitiveLog: (
858
+ obj: CreateVodSourceRequest
859
+ ) => any;
860
+ export declare const CreateVodSourceResponseFilterSensitiveLog: (
861
+ obj: CreateVodSourceResponse
862
+ ) => any;
863
+ export declare const DashConfigurationForPutFilterSensitiveLog: (
864
+ obj: DashConfigurationForPut
865
+ ) => any;
866
+ export declare const DeleteChannelRequestFilterSensitiveLog: (
867
+ obj: DeleteChannelRequest
868
+ ) => any;
869
+ export declare const DeleteChannelResponseFilterSensitiveLog: (
870
+ obj: DeleteChannelResponse
871
+ ) => any;
872
+ export declare const DeleteChannelPolicyRequestFilterSensitiveLog: (
873
+ obj: DeleteChannelPolicyRequest
874
+ ) => any;
875
+ export declare const DeleteChannelPolicyResponseFilterSensitiveLog: (
876
+ obj: DeleteChannelPolicyResponse
877
+ ) => any;
878
+ export declare const DeleteLiveSourceRequestFilterSensitiveLog: (
879
+ obj: DeleteLiveSourceRequest
880
+ ) => any;
881
+ export declare const DeleteLiveSourceResponseFilterSensitiveLog: (
882
+ obj: DeleteLiveSourceResponse
883
+ ) => any;
884
+ export declare const DeletePlaybackConfigurationRequestFilterSensitiveLog: (
885
+ obj: DeletePlaybackConfigurationRequest
886
+ ) => any;
887
+ export declare const DeletePlaybackConfigurationResponseFilterSensitiveLog: (
888
+ obj: DeletePlaybackConfigurationResponse
889
+ ) => any;
890
+ export declare const DeletePrefetchScheduleRequestFilterSensitiveLog: (
891
+ obj: DeletePrefetchScheduleRequest
892
+ ) => any;
893
+ export declare const DeletePrefetchScheduleResponseFilterSensitiveLog: (
894
+ obj: DeletePrefetchScheduleResponse
895
+ ) => any;
896
+ export declare const DeleteProgramRequestFilterSensitiveLog: (
897
+ obj: DeleteProgramRequest
898
+ ) => any;
899
+ export declare const DeleteProgramResponseFilterSensitiveLog: (
900
+ obj: DeleteProgramResponse
901
+ ) => any;
902
+ export declare const DeleteSourceLocationRequestFilterSensitiveLog: (
903
+ obj: DeleteSourceLocationRequest
904
+ ) => any;
905
+ export declare const DeleteSourceLocationResponseFilterSensitiveLog: (
906
+ obj: DeleteSourceLocationResponse
907
+ ) => any;
908
+ export declare const DeleteVodSourceRequestFilterSensitiveLog: (
909
+ obj: DeleteVodSourceRequest
910
+ ) => any;
911
+ export declare const DeleteVodSourceResponseFilterSensitiveLog: (
912
+ obj: DeleteVodSourceResponse
913
+ ) => any;
914
+ export declare const DescribeChannelRequestFilterSensitiveLog: (
915
+ obj: DescribeChannelRequest
916
+ ) => any;
917
+ export declare const DescribeChannelResponseFilterSensitiveLog: (
918
+ obj: DescribeChannelResponse
919
+ ) => any;
920
+ export declare const DescribeLiveSourceRequestFilterSensitiveLog: (
921
+ obj: DescribeLiveSourceRequest
922
+ ) => any;
923
+ export declare const DescribeLiveSourceResponseFilterSensitiveLog: (
924
+ obj: DescribeLiveSourceResponse
925
+ ) => any;
926
+ export declare const DescribeProgramRequestFilterSensitiveLog: (
927
+ obj: DescribeProgramRequest
928
+ ) => any;
929
+ export declare const DescribeProgramResponseFilterSensitiveLog: (
930
+ obj: DescribeProgramResponse
931
+ ) => any;
932
+ export declare const DescribeSourceLocationRequestFilterSensitiveLog: (
933
+ obj: DescribeSourceLocationRequest
934
+ ) => any;
935
+ export declare const DescribeSourceLocationResponseFilterSensitiveLog: (
936
+ obj: DescribeSourceLocationResponse
937
+ ) => any;
938
+ export declare const DescribeVodSourceRequestFilterSensitiveLog: (
939
+ obj: DescribeVodSourceRequest
940
+ ) => any;
941
+ export declare const DescribeVodSourceResponseFilterSensitiveLog: (
942
+ obj: DescribeVodSourceResponse
943
+ ) => any;
944
+ export declare const GetChannelPolicyRequestFilterSensitiveLog: (
945
+ obj: GetChannelPolicyRequest
946
+ ) => any;
947
+ export declare const GetChannelPolicyResponseFilterSensitiveLog: (
948
+ obj: GetChannelPolicyResponse
949
+ ) => any;
950
+ export declare const GetChannelScheduleRequestFilterSensitiveLog: (
951
+ obj: GetChannelScheduleRequest
952
+ ) => any;
953
+ export declare const GetChannelScheduleResponseFilterSensitiveLog: (
954
+ obj: GetChannelScheduleResponse
955
+ ) => any;
956
+ export declare const GetPlaybackConfigurationRequestFilterSensitiveLog: (
957
+ obj: GetPlaybackConfigurationRequest
958
+ ) => any;
959
+ export declare const GetPlaybackConfigurationResponseFilterSensitiveLog: (
960
+ obj: GetPlaybackConfigurationResponse
961
+ ) => any;
962
+ export declare const GetPrefetchScheduleRequestFilterSensitiveLog: (
963
+ obj: GetPrefetchScheduleRequest
964
+ ) => any;
965
+ export declare const GetPrefetchScheduleResponseFilterSensitiveLog: (
966
+ obj: GetPrefetchScheduleResponse
967
+ ) => any;
968
+ export declare const ListAlertsRequestFilterSensitiveLog: (
969
+ obj: ListAlertsRequest
970
+ ) => any;
971
+ export declare const ListAlertsResponseFilterSensitiveLog: (
972
+ obj: ListAlertsResponse
973
+ ) => any;
974
+ export declare const ListChannelsRequestFilterSensitiveLog: (
975
+ obj: ListChannelsRequest
976
+ ) => any;
977
+ export declare const ListChannelsResponseFilterSensitiveLog: (
978
+ obj: ListChannelsResponse
979
+ ) => any;
980
+ export declare const ListLiveSourcesRequestFilterSensitiveLog: (
981
+ obj: ListLiveSourcesRequest
982
+ ) => any;
983
+ export declare const ListLiveSourcesResponseFilterSensitiveLog: (
984
+ obj: ListLiveSourcesResponse
985
+ ) => any;
986
+ export declare const ListPlaybackConfigurationsRequestFilterSensitiveLog: (
987
+ obj: ListPlaybackConfigurationsRequest
988
+ ) => any;
989
+ export declare const ListPlaybackConfigurationsResponseFilterSensitiveLog: (
990
+ obj: ListPlaybackConfigurationsResponse
991
+ ) => any;
992
+ export declare const ListPrefetchSchedulesRequestFilterSensitiveLog: (
993
+ obj: ListPrefetchSchedulesRequest
994
+ ) => any;
995
+ export declare const ListPrefetchSchedulesResponseFilterSensitiveLog: (
996
+ obj: ListPrefetchSchedulesResponse
997
+ ) => any;
998
+ export declare const ListSourceLocationsRequestFilterSensitiveLog: (
999
+ obj: ListSourceLocationsRequest
1000
+ ) => any;
1001
+ export declare const ListSourceLocationsResponseFilterSensitiveLog: (
1002
+ obj: ListSourceLocationsResponse
1003
+ ) => any;
1004
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1005
+ obj: ListTagsForResourceRequest
1006
+ ) => any;
1007
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1008
+ obj: ListTagsForResourceResponse
1009
+ ) => any;
1010
+ export declare const ListVodSourcesRequestFilterSensitiveLog: (
1011
+ obj: ListVodSourcesRequest
1012
+ ) => any;
1013
+ export declare const ListVodSourcesResponseFilterSensitiveLog: (
1014
+ obj: ListVodSourcesResponse
1015
+ ) => any;
1016
+ export declare const PutChannelPolicyRequestFilterSensitiveLog: (
1017
+ obj: PutChannelPolicyRequest
1018
+ ) => any;
1019
+ export declare const PutChannelPolicyResponseFilterSensitiveLog: (
1020
+ obj: PutChannelPolicyResponse
1021
+ ) => any;
1022
+ export declare const PutPlaybackConfigurationRequestFilterSensitiveLog: (
1023
+ obj: PutPlaybackConfigurationRequest
1024
+ ) => any;
1025
+ export declare const PutPlaybackConfigurationResponseFilterSensitiveLog: (
1026
+ obj: PutPlaybackConfigurationResponse
1027
+ ) => any;
1028
+ export declare const StartChannelRequestFilterSensitiveLog: (
1029
+ obj: StartChannelRequest
1030
+ ) => any;
1031
+ export declare const StartChannelResponseFilterSensitiveLog: (
1032
+ obj: StartChannelResponse
1033
+ ) => any;
1034
+ export declare const StopChannelRequestFilterSensitiveLog: (
1035
+ obj: StopChannelRequest
1036
+ ) => any;
1037
+ export declare const StopChannelResponseFilterSensitiveLog: (
1038
+ obj: StopChannelResponse
1039
+ ) => any;
1040
+ export declare const TagResourceRequestFilterSensitiveLog: (
1041
+ obj: TagResourceRequest
1042
+ ) => any;
1043
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1044
+ obj: UntagResourceRequest
1045
+ ) => any;
1046
+ export declare const UpdateChannelRequestFilterSensitiveLog: (
1047
+ obj: UpdateChannelRequest
1048
+ ) => any;
1049
+ export declare const UpdateChannelResponseFilterSensitiveLog: (
1050
+ obj: UpdateChannelResponse
1051
+ ) => any;
1052
+ export declare const UpdateLiveSourceRequestFilterSensitiveLog: (
1053
+ obj: UpdateLiveSourceRequest
1054
+ ) => any;
1055
+ export declare const UpdateLiveSourceResponseFilterSensitiveLog: (
1056
+ obj: UpdateLiveSourceResponse
1057
+ ) => any;
1058
+ export declare const UpdateSourceLocationRequestFilterSensitiveLog: (
1059
+ obj: UpdateSourceLocationRequest
1060
+ ) => any;
1061
+ export declare const UpdateSourceLocationResponseFilterSensitiveLog: (
1062
+ obj: UpdateSourceLocationResponse
1063
+ ) => any;
1064
+ export declare const UpdateVodSourceRequestFilterSensitiveLog: (
1065
+ obj: UpdateVodSourceRequest
1066
+ ) => any;
1067
+ export declare const UpdateVodSourceResponseFilterSensitiveLog: (
1068
+ obj: UpdateVodSourceResponse
1069
+ ) => any;