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