@aws-sdk/client-mediatailor 3.130.0 → 3.141.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 (91) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -2
  4. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  5. package/dist-cjs/commands/CreateLiveSourceCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +2 -2
  7. package/dist-cjs/commands/CreateProgramCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSourceLocationCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVodSourceCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteChannelPolicyCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteLiveSourceCommand.js +2 -2
  13. package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +2 -2
  14. package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteProgramCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteSourceLocationCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteVodSourceCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeLiveSourceCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeProgramCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeSourceLocationCommand.js +2 -2
  22. package/dist-cjs/commands/DescribeVodSourceCommand.js +2 -2
  23. package/dist-cjs/commands/GetChannelPolicyCommand.js +2 -2
  24. package/dist-cjs/commands/GetChannelScheduleCommand.js +2 -2
  25. package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +2 -2
  26. package/dist-cjs/commands/GetPrefetchScheduleCommand.js +2 -2
  27. package/dist-cjs/commands/ListAlertsCommand.js +2 -2
  28. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  29. package/dist-cjs/commands/ListLiveSourcesCommand.js +2 -2
  30. package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +2 -2
  31. package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +2 -2
  32. package/dist-cjs/commands/ListSourceLocationsCommand.js +2 -2
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  34. package/dist-cjs/commands/ListVodSourcesCommand.js +2 -2
  35. package/dist-cjs/commands/PutChannelPolicyCommand.js +2 -2
  36. package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +2 -2
  37. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  38. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  40. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  41. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateLiveSourceCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateSourceLocationCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateVodSourceCommand.js +2 -2
  45. package/dist-cjs/models/models_0.js +479 -717
  46. package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +3 -3
  47. package/dist-es/commands/CreateChannelCommand.js +3 -3
  48. package/dist-es/commands/CreateLiveSourceCommand.js +3 -3
  49. package/dist-es/commands/CreatePrefetchScheduleCommand.js +3 -3
  50. package/dist-es/commands/CreateProgramCommand.js +3 -3
  51. package/dist-es/commands/CreateSourceLocationCommand.js +3 -3
  52. package/dist-es/commands/CreateVodSourceCommand.js +3 -3
  53. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  54. package/dist-es/commands/DeleteChannelPolicyCommand.js +3 -3
  55. package/dist-es/commands/DeleteLiveSourceCommand.js +3 -3
  56. package/dist-es/commands/DeletePlaybackConfigurationCommand.js +3 -3
  57. package/dist-es/commands/DeletePrefetchScheduleCommand.js +3 -3
  58. package/dist-es/commands/DeleteProgramCommand.js +3 -3
  59. package/dist-es/commands/DeleteSourceLocationCommand.js +3 -3
  60. package/dist-es/commands/DeleteVodSourceCommand.js +3 -3
  61. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  62. package/dist-es/commands/DescribeLiveSourceCommand.js +3 -3
  63. package/dist-es/commands/DescribeProgramCommand.js +3 -3
  64. package/dist-es/commands/DescribeSourceLocationCommand.js +3 -3
  65. package/dist-es/commands/DescribeVodSourceCommand.js +3 -3
  66. package/dist-es/commands/GetChannelPolicyCommand.js +3 -3
  67. package/dist-es/commands/GetChannelScheduleCommand.js +3 -3
  68. package/dist-es/commands/GetPlaybackConfigurationCommand.js +3 -3
  69. package/dist-es/commands/GetPrefetchScheduleCommand.js +3 -3
  70. package/dist-es/commands/ListAlertsCommand.js +3 -3
  71. package/dist-es/commands/ListChannelsCommand.js +3 -3
  72. package/dist-es/commands/ListLiveSourcesCommand.js +3 -3
  73. package/dist-es/commands/ListPlaybackConfigurationsCommand.js +3 -3
  74. package/dist-es/commands/ListPrefetchSchedulesCommand.js +3 -3
  75. package/dist-es/commands/ListSourceLocationsCommand.js +3 -3
  76. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  77. package/dist-es/commands/ListVodSourcesCommand.js +3 -3
  78. package/dist-es/commands/PutChannelPolicyCommand.js +3 -3
  79. package/dist-es/commands/PutPlaybackConfigurationCommand.js +3 -3
  80. package/dist-es/commands/StartChannelCommand.js +3 -3
  81. package/dist-es/commands/StopChannelCommand.js +3 -3
  82. package/dist-es/commands/TagResourceCommand.js +2 -2
  83. package/dist-es/commands/UntagResourceCommand.js +2 -2
  84. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  85. package/dist-es/commands/UpdateLiveSourceCommand.js +3 -3
  86. package/dist-es/commands/UpdateSourceLocationCommand.js +3 -3
  87. package/dist-es/commands/UpdateVodSourceCommand.js +3 -3
  88. package/dist-es/models/models_0.js +119 -476
  89. package/dist-types/models/models_0.d.ts +476 -714
  90. package/dist-types/ts3.4/models/models_0.d.ts +238 -476
  91. package/package.json +7 -7
@@ -10,10 +10,6 @@ export interface SlateSource {
10
10
 
11
11
  VodSourceName?: string;
12
12
  }
13
- export declare namespace SlateSource {
14
-
15
- const filterSensitiveLog: (obj: SlateSource) => any;
16
- }
17
13
 
18
14
  export interface SpliceInsertMessage {
19
15
 
@@ -25,10 +21,6 @@ export interface SpliceInsertMessage {
25
21
 
26
22
  UniqueProgramId?: number;
27
23
  }
28
- export declare namespace SpliceInsertMessage {
29
-
30
- const filterSensitiveLog: (obj: SpliceInsertMessage) => any;
31
- }
32
24
 
33
25
  export interface AdBreak {
34
26
 
@@ -40,10 +32,6 @@ export interface AdBreak {
40
32
 
41
33
  SpliceInsertMessage?: SpliceInsertMessage;
42
34
  }
43
- export declare namespace AdBreak {
44
-
45
- const filterSensitiveLog: (obj: AdBreak) => any;
46
- }
47
35
 
48
36
  export interface Alert {
49
37
 
@@ -57,10 +45,6 @@ export interface Alert {
57
45
 
58
46
  ResourceArn: string | undefined;
59
47
  }
60
- export declare namespace Alert {
61
-
62
- const filterSensitiveLog: (obj: Alert) => any;
63
- }
64
48
  export declare enum Operator {
65
49
  EQUALS = "EQUALS"
66
50
  }
@@ -71,10 +55,6 @@ export interface AvailMatchingCriteria {
71
55
 
72
56
  Operator: Operator | string | undefined;
73
57
  }
74
- export declare namespace AvailMatchingCriteria {
75
-
76
- const filterSensitiveLog: (obj: AvailMatchingCriteria) => any;
77
- }
78
58
 
79
59
  export interface DashPlaylistSettings {
80
60
 
@@ -86,19 +66,11 @@ export interface DashPlaylistSettings {
86
66
 
87
67
  SuggestedPresentationDelaySeconds?: number;
88
68
  }
89
- export declare namespace DashPlaylistSettings {
90
-
91
- const filterSensitiveLog: (obj: DashPlaylistSettings) => any;
92
- }
93
69
 
94
70
  export interface HlsPlaylistSettings {
95
71
 
96
72
  ManifestWindowSeconds?: number;
97
73
  }
98
- export declare namespace HlsPlaylistSettings {
99
-
100
- const filterSensitiveLog: (obj: HlsPlaylistSettings) => any;
101
- }
102
74
 
103
75
  export interface ResponseOutputItem {
104
76
 
@@ -112,10 +84,6 @@ export interface ResponseOutputItem {
112
84
 
113
85
  SourceGroup: string | undefined;
114
86
  }
115
- export declare namespace ResponseOutputItem {
116
-
117
- const filterSensitiveLog: (obj: ResponseOutputItem) => any;
118
- }
119
87
 
120
88
  export interface Channel {
121
89
 
@@ -139,10 +107,6 @@ export interface Channel {
139
107
 
140
108
  Tier: string | undefined;
141
109
  }
142
- export declare namespace Channel {
143
-
144
- const filterSensitiveLog: (obj: Channel) => any;
145
- }
146
110
  export declare enum Type {
147
111
  DASH = "DASH",
148
112
  HLS = "HLS"
@@ -156,10 +120,6 @@ export interface HttpPackageConfiguration {
156
120
 
157
121
  Type: Type | string | undefined;
158
122
  }
159
- export declare namespace HttpPackageConfiguration {
160
-
161
- const filterSensitiveLog: (obj: HttpPackageConfiguration) => any;
162
- }
163
123
 
164
124
  export interface LiveSource {
165
125
 
@@ -177,10 +137,6 @@ export interface LiveSource {
177
137
 
178
138
  Tags?: Record<string, string>;
179
139
  }
180
- export declare namespace LiveSource {
181
-
182
- const filterSensitiveLog: (obj: LiveSource) => any;
183
- }
184
140
  export declare enum Mode {
185
141
  BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
186
142
  OFF = "OFF"
@@ -192,10 +148,6 @@ export interface AvailSuppression {
192
148
 
193
149
  Value?: string;
194
150
  }
195
- export declare namespace AvailSuppression {
196
-
197
- const filterSensitiveLog: (obj: AvailSuppression) => any;
198
- }
199
151
 
200
152
  export interface Bumper {
201
153
 
@@ -203,10 +155,6 @@ export interface Bumper {
203
155
 
204
156
  StartUrl?: string;
205
157
  }
206
- export declare namespace Bumper {
207
-
208
- const filterSensitiveLog: (obj: Bumper) => any;
209
- }
210
158
 
211
159
  export interface CdnConfiguration {
212
160
 
@@ -214,10 +162,6 @@ export interface CdnConfiguration {
214
162
 
215
163
  ContentSegmentUrlPrefix?: string;
216
164
  }
217
- export declare namespace CdnConfiguration {
218
-
219
- const filterSensitiveLog: (obj: CdnConfiguration) => any;
220
- }
221
165
  export declare enum OriginManifestType {
222
166
  MULTI_PERIOD = "MULTI_PERIOD",
223
167
  SINGLE_PERIOD = "SINGLE_PERIOD"
@@ -231,19 +175,11 @@ export interface DashConfiguration {
231
175
 
232
176
  OriginManifestType?: OriginManifestType | string;
233
177
  }
234
- export declare namespace DashConfiguration {
235
-
236
- const filterSensitiveLog: (obj: DashConfiguration) => any;
237
- }
238
178
 
239
179
  export interface HlsConfiguration {
240
180
 
241
181
  ManifestEndpointPrefix?: string;
242
182
  }
243
- export declare namespace HlsConfiguration {
244
-
245
- const filterSensitiveLog: (obj: HlsConfiguration) => any;
246
- }
247
183
 
248
184
  export interface LivePreRollConfiguration {
249
185
 
@@ -251,37 +187,21 @@ export interface LivePreRollConfiguration {
251
187
 
252
188
  MaxDurationSeconds?: number;
253
189
  }
254
- export declare namespace LivePreRollConfiguration {
255
-
256
- const filterSensitiveLog: (obj: LivePreRollConfiguration) => any;
257
- }
258
190
 
259
191
  export interface LogConfiguration {
260
192
 
261
193
  PercentEnabled: number | undefined;
262
194
  }
263
- export declare namespace LogConfiguration {
264
-
265
- const filterSensitiveLog: (obj: LogConfiguration) => any;
266
- }
267
195
 
268
196
  export interface AdMarkerPassthrough {
269
197
 
270
198
  Enabled?: boolean;
271
199
  }
272
- export declare namespace AdMarkerPassthrough {
273
-
274
- const filterSensitiveLog: (obj: AdMarkerPassthrough) => any;
275
- }
276
200
 
277
201
  export interface ManifestProcessingRules {
278
202
 
279
203
  AdMarkerPassthrough?: AdMarkerPassthrough;
280
204
  }
281
- export declare namespace ManifestProcessingRules {
282
-
283
- const filterSensitiveLog: (obj: ManifestProcessingRules) => any;
284
- }
285
205
 
286
206
  export interface PlaybackConfiguration {
287
207
 
@@ -323,10 +243,6 @@ export interface PlaybackConfiguration {
323
243
 
324
244
  VideoContentSourceUrl?: string;
325
245
  }
326
- export declare namespace PlaybackConfiguration {
327
-
328
- const filterSensitiveLog: (obj: PlaybackConfiguration) => any;
329
- }
330
246
 
331
247
  export interface PrefetchConsumption {
332
248
 
@@ -336,10 +252,6 @@ export interface PrefetchConsumption {
336
252
 
337
253
  StartTime?: Date;
338
254
  }
339
- export declare namespace PrefetchConsumption {
340
-
341
- const filterSensitiveLog: (obj: PrefetchConsumption) => any;
342
- }
343
255
 
344
256
  export interface PrefetchRetrieval {
345
257
 
@@ -349,10 +261,6 @@ export interface PrefetchRetrieval {
349
261
 
350
262
  StartTime?: Date;
351
263
  }
352
- export declare namespace PrefetchRetrieval {
353
-
354
- const filterSensitiveLog: (obj: PrefetchRetrieval) => any;
355
- }
356
264
 
357
265
  export interface PrefetchSchedule {
358
266
 
@@ -368,10 +276,6 @@ export interface PrefetchSchedule {
368
276
 
369
277
  StreamId?: string;
370
278
  }
371
- export declare namespace PrefetchSchedule {
372
-
373
- const filterSensitiveLog: (obj: PrefetchSchedule) => any;
374
- }
375
279
 
376
280
  export interface ScheduleAdBreak {
377
281
 
@@ -383,10 +287,6 @@ export interface ScheduleAdBreak {
383
287
 
384
288
  VodSourceName?: string;
385
289
  }
386
- export declare namespace ScheduleAdBreak {
387
-
388
- const filterSensitiveLog: (obj: ScheduleAdBreak) => any;
389
- }
390
290
  export declare enum ScheduleEntryType {
391
291
  FILLER_SLATE = "FILLER_SLATE",
392
292
  PROGRAM = "PROGRAM"
@@ -414,10 +314,6 @@ export interface ScheduleEntry {
414
314
 
415
315
  VodSourceName?: string;
416
316
  }
417
- export declare namespace ScheduleEntry {
418
-
419
- const filterSensitiveLog: (obj: ScheduleEntry) => any;
420
- }
421
317
 
422
318
  export interface SegmentDeliveryConfiguration {
423
319
 
@@ -425,10 +321,6 @@ export interface SegmentDeliveryConfiguration {
425
321
 
426
322
  Name?: string;
427
323
  }
428
- export declare namespace SegmentDeliveryConfiguration {
429
-
430
- const filterSensitiveLog: (obj: SegmentDeliveryConfiguration) => any;
431
- }
432
324
  export declare enum AccessType {
433
325
  S3_SIGV4 = "S3_SIGV4",
434
326
  SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN"
@@ -442,10 +334,6 @@ export interface SecretsManagerAccessTokenConfiguration {
442
334
 
443
335
  SecretStringKey?: string;
444
336
  }
445
- export declare namespace SecretsManagerAccessTokenConfiguration {
446
-
447
- const filterSensitiveLog: (obj: SecretsManagerAccessTokenConfiguration) => any;
448
- }
449
337
 
450
338
  export interface AccessConfiguration {
451
339
 
@@ -453,28 +341,16 @@ export interface AccessConfiguration {
453
341
 
454
342
  SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration;
455
343
  }
456
- export declare namespace AccessConfiguration {
457
-
458
- const filterSensitiveLog: (obj: AccessConfiguration) => any;
459
- }
460
344
 
461
345
  export interface DefaultSegmentDeliveryConfiguration {
462
346
 
463
347
  BaseUrl?: string;
464
348
  }
465
- export declare namespace DefaultSegmentDeliveryConfiguration {
466
-
467
- const filterSensitiveLog: (obj: DefaultSegmentDeliveryConfiguration) => any;
468
- }
469
349
 
470
350
  export interface HttpConfiguration {
471
351
 
472
352
  BaseUrl: string | undefined;
473
353
  }
474
- export declare namespace HttpConfiguration {
475
-
476
- const filterSensitiveLog: (obj: HttpConfiguration) => any;
477
- }
478
354
 
479
355
  export interface SourceLocation {
480
356
 
@@ -496,10 +372,6 @@ export interface SourceLocation {
496
372
 
497
373
  Tags?: Record<string, string>;
498
374
  }
499
- export declare namespace SourceLocation {
500
-
501
- const filterSensitiveLog: (obj: SourceLocation) => any;
502
- }
503
375
 
504
376
  export interface VodSource {
505
377
 
@@ -517,10 +389,6 @@ export interface VodSource {
517
389
 
518
390
  VodSourceName: string | undefined;
519
391
  }
520
- export declare namespace VodSource {
521
-
522
- const filterSensitiveLog: (obj: VodSource) => any;
523
- }
524
392
 
525
393
  export declare class BadRequestException extends __BaseException {
526
394
  readonly name: "BadRequestException";
@@ -540,20 +408,12 @@ export interface ConfigureLogsForPlaybackConfigurationRequest {
540
408
 
541
409
  PlaybackConfigurationName: string | undefined;
542
410
  }
543
- export declare namespace ConfigureLogsForPlaybackConfigurationRequest {
544
-
545
- const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
546
- }
547
411
  export interface ConfigureLogsForPlaybackConfigurationResponse {
548
412
 
549
413
  PercentEnabled?: number;
550
414
 
551
415
  PlaybackConfigurationName?: string;
552
416
  }
553
- export declare namespace ConfigureLogsForPlaybackConfigurationResponse {
554
-
555
- const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
556
- }
557
417
 
558
418
  export interface RequestOutputItem {
559
419
 
@@ -565,10 +425,6 @@ export interface RequestOutputItem {
565
425
 
566
426
  SourceGroup: string | undefined;
567
427
  }
568
- export declare namespace RequestOutputItem {
569
-
570
- const filterSensitiveLog: (obj: RequestOutputItem) => any;
571
- }
572
428
  export declare enum PlaybackMode {
573
429
  LINEAR = "LINEAR",
574
430
  LOOP = "LOOP"
@@ -591,10 +447,6 @@ export interface CreateChannelRequest {
591
447
 
592
448
  Tier?: Tier | string;
593
449
  }
594
- export declare namespace CreateChannelRequest {
595
-
596
- const filterSensitiveLog: (obj: CreateChannelRequest) => any;
597
- }
598
450
  export interface CreateChannelResponse {
599
451
 
600
452
  Arn?: string;
@@ -617,10 +469,6 @@ export interface CreateChannelResponse {
617
469
 
618
470
  Tier?: string;
619
471
  }
620
- export declare namespace CreateChannelResponse {
621
-
622
- const filterSensitiveLog: (obj: CreateChannelResponse) => any;
623
- }
624
472
  export interface CreateLiveSourceRequest {
625
473
 
626
474
  HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
@@ -631,10 +479,6 @@ export interface CreateLiveSourceRequest {
631
479
 
632
480
  Tags?: Record<string, string>;
633
481
  }
634
- export declare namespace CreateLiveSourceRequest {
635
-
636
- const filterSensitiveLog: (obj: CreateLiveSourceRequest) => any;
637
- }
638
482
  export interface CreateLiveSourceResponse {
639
483
 
640
484
  Arn?: string;
@@ -651,10 +495,6 @@ export interface CreateLiveSourceResponse {
651
495
 
652
496
  Tags?: Record<string, string>;
653
497
  }
654
- export declare namespace CreateLiveSourceResponse {
655
-
656
- const filterSensitiveLog: (obj: CreateLiveSourceResponse) => any;
657
- }
658
498
  export interface CreatePrefetchScheduleRequest {
659
499
 
660
500
  Consumption: PrefetchConsumption | undefined;
@@ -667,10 +507,6 @@ export interface CreatePrefetchScheduleRequest {
667
507
 
668
508
  StreamId?: string;
669
509
  }
670
- export declare namespace CreatePrefetchScheduleRequest {
671
-
672
- const filterSensitiveLog: (obj: CreatePrefetchScheduleRequest) => any;
673
- }
674
510
  export interface CreatePrefetchScheduleResponse {
675
511
 
676
512
  Arn?: string;
@@ -685,10 +521,6 @@ export interface CreatePrefetchScheduleResponse {
685
521
 
686
522
  StreamId?: string;
687
523
  }
688
- export declare namespace CreatePrefetchScheduleResponse {
689
-
690
- const filterSensitiveLog: (obj: CreatePrefetchScheduleResponse) => any;
691
- }
692
524
  export declare enum RelativePosition {
693
525
  AFTER_PROGRAM = "AFTER_PROGRAM",
694
526
  BEFORE_PROGRAM = "BEFORE_PROGRAM"
@@ -706,19 +538,11 @@ export interface Transition {
706
538
 
707
539
  Type: string | undefined;
708
540
  }
709
- export declare namespace Transition {
710
-
711
- const filterSensitiveLog: (obj: Transition) => any;
712
- }
713
541
 
714
542
  export interface ScheduleConfiguration {
715
543
 
716
544
  Transition: Transition | undefined;
717
545
  }
718
- export declare namespace ScheduleConfiguration {
719
-
720
- const filterSensitiveLog: (obj: ScheduleConfiguration) => any;
721
- }
722
546
  export interface CreateProgramRequest {
723
547
 
724
548
  AdBreaks?: AdBreak[];
@@ -735,10 +559,6 @@ export interface CreateProgramRequest {
735
559
 
736
560
  VodSourceName?: string;
737
561
  }
738
- export declare namespace CreateProgramRequest {
739
-
740
- const filterSensitiveLog: (obj: CreateProgramRequest) => any;
741
- }
742
562
  export interface CreateProgramResponse {
743
563
 
744
564
  AdBreaks?: AdBreak[];
@@ -759,10 +579,6 @@ export interface CreateProgramResponse {
759
579
 
760
580
  VodSourceName?: string;
761
581
  }
762
- export declare namespace CreateProgramResponse {
763
-
764
- const filterSensitiveLog: (obj: CreateProgramResponse) => any;
765
- }
766
582
  export interface CreateSourceLocationRequest {
767
583
 
768
584
  AccessConfiguration?: AccessConfiguration;
@@ -777,10 +593,6 @@ export interface CreateSourceLocationRequest {
777
593
 
778
594
  Tags?: Record<string, string>;
779
595
  }
780
- export declare namespace CreateSourceLocationRequest {
781
-
782
- const filterSensitiveLog: (obj: CreateSourceLocationRequest) => any;
783
- }
784
596
  export interface CreateSourceLocationResponse {
785
597
 
786
598
  AccessConfiguration?: AccessConfiguration;
@@ -801,10 +613,6 @@ export interface CreateSourceLocationResponse {
801
613
 
802
614
  Tags?: Record<string, string>;
803
615
  }
804
- export declare namespace CreateSourceLocationResponse {
805
-
806
- const filterSensitiveLog: (obj: CreateSourceLocationResponse) => any;
807
- }
808
616
  export interface CreateVodSourceRequest {
809
617
 
810
618
  HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
@@ -815,10 +623,6 @@ export interface CreateVodSourceRequest {
815
623
 
816
624
  VodSourceName: string | undefined;
817
625
  }
818
- export declare namespace CreateVodSourceRequest {
819
-
820
- const filterSensitiveLog: (obj: CreateVodSourceRequest) => any;
821
- }
822
626
  export interface CreateVodSourceResponse {
823
627
 
824
628
  Arn?: string;
@@ -835,10 +639,6 @@ export interface CreateVodSourceResponse {
835
639
 
836
640
  VodSourceName?: string;
837
641
  }
838
- export declare namespace CreateVodSourceResponse {
839
-
840
- const filterSensitiveLog: (obj: CreateVodSourceResponse) => any;
841
- }
842
642
 
843
643
  export interface DashConfigurationForPut {
844
644
 
@@ -846,138 +646,66 @@ export interface DashConfigurationForPut {
846
646
 
847
647
  OriginManifestType?: OriginManifestType | string;
848
648
  }
849
- export declare namespace DashConfigurationForPut {
850
-
851
- const filterSensitiveLog: (obj: DashConfigurationForPut) => any;
852
- }
853
649
  export interface DeleteChannelRequest {
854
650
 
855
651
  ChannelName: string | undefined;
856
652
  }
857
- export declare namespace DeleteChannelRequest {
858
-
859
- const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
860
- }
861
653
  export interface DeleteChannelResponse {
862
654
  }
863
- export declare namespace DeleteChannelResponse {
864
-
865
- const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
866
- }
867
655
  export interface DeleteChannelPolicyRequest {
868
656
 
869
657
  ChannelName: string | undefined;
870
658
  }
871
- export declare namespace DeleteChannelPolicyRequest {
872
-
873
- const filterSensitiveLog: (obj: DeleteChannelPolicyRequest) => any;
874
- }
875
659
  export interface DeleteChannelPolicyResponse {
876
660
  }
877
- export declare namespace DeleteChannelPolicyResponse {
878
-
879
- const filterSensitiveLog: (obj: DeleteChannelPolicyResponse) => any;
880
- }
881
661
  export interface DeleteLiveSourceRequest {
882
662
 
883
663
  LiveSourceName: string | undefined;
884
664
 
885
665
  SourceLocationName: string | undefined;
886
666
  }
887
- export declare namespace DeleteLiveSourceRequest {
888
-
889
- const filterSensitiveLog: (obj: DeleteLiveSourceRequest) => any;
890
- }
891
667
  export interface DeleteLiveSourceResponse {
892
668
  }
893
- export declare namespace DeleteLiveSourceResponse {
894
-
895
- const filterSensitiveLog: (obj: DeleteLiveSourceResponse) => any;
896
- }
897
669
  export interface DeletePlaybackConfigurationRequest {
898
670
 
899
671
  Name: string | undefined;
900
672
  }
901
- export declare namespace DeletePlaybackConfigurationRequest {
902
-
903
- const filterSensitiveLog: (obj: DeletePlaybackConfigurationRequest) => any;
904
- }
905
673
  export interface DeletePlaybackConfigurationResponse {
906
674
  }
907
- export declare namespace DeletePlaybackConfigurationResponse {
908
-
909
- const filterSensitiveLog: (obj: DeletePlaybackConfigurationResponse) => any;
910
- }
911
675
  export interface DeletePrefetchScheduleRequest {
912
676
 
913
677
  Name: string | undefined;
914
678
 
915
679
  PlaybackConfigurationName: string | undefined;
916
680
  }
917
- export declare namespace DeletePrefetchScheduleRequest {
918
-
919
- const filterSensitiveLog: (obj: DeletePrefetchScheduleRequest) => any;
920
- }
921
681
  export interface DeletePrefetchScheduleResponse {
922
682
  }
923
- export declare namespace DeletePrefetchScheduleResponse {
924
-
925
- const filterSensitiveLog: (obj: DeletePrefetchScheduleResponse) => any;
926
- }
927
683
  export interface DeleteProgramRequest {
928
684
 
929
685
  ChannelName: string | undefined;
930
686
 
931
687
  ProgramName: string | undefined;
932
688
  }
933
- export declare namespace DeleteProgramRequest {
934
-
935
- const filterSensitiveLog: (obj: DeleteProgramRequest) => any;
936
- }
937
689
  export interface DeleteProgramResponse {
938
690
  }
939
- export declare namespace DeleteProgramResponse {
940
-
941
- const filterSensitiveLog: (obj: DeleteProgramResponse) => any;
942
- }
943
691
  export interface DeleteSourceLocationRequest {
944
692
 
945
693
  SourceLocationName: string | undefined;
946
694
  }
947
- export declare namespace DeleteSourceLocationRequest {
948
-
949
- const filterSensitiveLog: (obj: DeleteSourceLocationRequest) => any;
950
- }
951
695
  export interface DeleteSourceLocationResponse {
952
696
  }
953
- export declare namespace DeleteSourceLocationResponse {
954
-
955
- const filterSensitiveLog: (obj: DeleteSourceLocationResponse) => any;
956
- }
957
697
  export interface DeleteVodSourceRequest {
958
698
 
959
699
  SourceLocationName: string | undefined;
960
700
 
961
701
  VodSourceName: string | undefined;
962
702
  }
963
- export declare namespace DeleteVodSourceRequest {
964
-
965
- const filterSensitiveLog: (obj: DeleteVodSourceRequest) => any;
966
- }
967
703
  export interface DeleteVodSourceResponse {
968
704
  }
969
- export declare namespace DeleteVodSourceResponse {
970
-
971
- const filterSensitiveLog: (obj: DeleteVodSourceResponse) => any;
972
- }
973
705
  export interface DescribeChannelRequest {
974
706
 
975
707
  ChannelName: string | undefined;
976
708
  }
977
- export declare namespace DescribeChannelRequest {
978
-
979
- const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
980
- }
981
709
  export interface DescribeChannelResponse {
982
710
 
983
711
  Arn?: string;
@@ -1000,20 +728,12 @@ export interface DescribeChannelResponse {
1000
728
 
1001
729
  Tier?: string;
1002
730
  }
1003
- export declare namespace DescribeChannelResponse {
1004
-
1005
- const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
1006
- }
1007
731
  export interface DescribeLiveSourceRequest {
1008
732
 
1009
733
  LiveSourceName: string | undefined;
1010
734
 
1011
735
  SourceLocationName: string | undefined;
1012
736
  }
1013
- export declare namespace DescribeLiveSourceRequest {
1014
-
1015
- const filterSensitiveLog: (obj: DescribeLiveSourceRequest) => any;
1016
- }
1017
737
  export interface DescribeLiveSourceResponse {
1018
738
 
1019
739
  Arn?: string;
@@ -1030,20 +750,12 @@ export interface DescribeLiveSourceResponse {
1030
750
 
1031
751
  Tags?: Record<string, string>;
1032
752
  }
1033
- export declare namespace DescribeLiveSourceResponse {
1034
-
1035
- const filterSensitiveLog: (obj: DescribeLiveSourceResponse) => any;
1036
- }
1037
753
  export interface DescribeProgramRequest {
1038
754
 
1039
755
  ChannelName: string | undefined;
1040
756
 
1041
757
  ProgramName: string | undefined;
1042
758
  }
1043
- export declare namespace DescribeProgramRequest {
1044
-
1045
- const filterSensitiveLog: (obj: DescribeProgramRequest) => any;
1046
- }
1047
759
  export interface DescribeProgramResponse {
1048
760
 
1049
761
  AdBreaks?: AdBreak[];
@@ -1064,18 +776,10 @@ export interface DescribeProgramResponse {
1064
776
 
1065
777
  VodSourceName?: string;
1066
778
  }
1067
- export declare namespace DescribeProgramResponse {
1068
-
1069
- const filterSensitiveLog: (obj: DescribeProgramResponse) => any;
1070
- }
1071
779
  export interface DescribeSourceLocationRequest {
1072
780
 
1073
781
  SourceLocationName: string | undefined;
1074
782
  }
1075
- export declare namespace DescribeSourceLocationRequest {
1076
-
1077
- const filterSensitiveLog: (obj: DescribeSourceLocationRequest) => any;
1078
- }
1079
783
  export interface DescribeSourceLocationResponse {
1080
784
 
1081
785
  AccessConfiguration?: AccessConfiguration;
@@ -1096,20 +800,12 @@ export interface DescribeSourceLocationResponse {
1096
800
 
1097
801
  Tags?: Record<string, string>;
1098
802
  }
1099
- export declare namespace DescribeSourceLocationResponse {
1100
-
1101
- const filterSensitiveLog: (obj: DescribeSourceLocationResponse) => any;
1102
- }
1103
803
  export interface DescribeVodSourceRequest {
1104
804
 
1105
805
  SourceLocationName: string | undefined;
1106
806
 
1107
807
  VodSourceName: string | undefined;
1108
808
  }
1109
- export declare namespace DescribeVodSourceRequest {
1110
-
1111
- const filterSensitiveLog: (obj: DescribeVodSourceRequest) => any;
1112
- }
1113
809
  export interface DescribeVodSourceResponse {
1114
810
 
1115
811
  Arn?: string;
@@ -1126,26 +822,14 @@ export interface DescribeVodSourceResponse {
1126
822
 
1127
823
  VodSourceName?: string;
1128
824
  }
1129
- export declare namespace DescribeVodSourceResponse {
1130
-
1131
- const filterSensitiveLog: (obj: DescribeVodSourceResponse) => any;
1132
- }
1133
825
  export interface GetChannelPolicyRequest {
1134
826
 
1135
827
  ChannelName: string | undefined;
1136
828
  }
1137
- export declare namespace GetChannelPolicyRequest {
1138
-
1139
- const filterSensitiveLog: (obj: GetChannelPolicyRequest) => any;
1140
- }
1141
829
  export interface GetChannelPolicyResponse {
1142
830
 
1143
831
  Policy?: string;
1144
832
  }
1145
- export declare namespace GetChannelPolicyResponse {
1146
-
1147
- const filterSensitiveLog: (obj: GetChannelPolicyResponse) => any;
1148
- }
1149
833
  export interface GetChannelScheduleRequest {
1150
834
 
1151
835
  ChannelName: string | undefined;
@@ -1156,28 +840,16 @@ export interface GetChannelScheduleRequest {
1156
840
 
1157
841
  NextToken?: string;
1158
842
  }
1159
- export declare namespace GetChannelScheduleRequest {
1160
-
1161
- const filterSensitiveLog: (obj: GetChannelScheduleRequest) => any;
1162
- }
1163
843
  export interface GetChannelScheduleResponse {
1164
844
 
1165
845
  Items?: ScheduleEntry[];
1166
846
 
1167
847
  NextToken?: string;
1168
848
  }
1169
- export declare namespace GetChannelScheduleResponse {
1170
-
1171
- const filterSensitiveLog: (obj: GetChannelScheduleResponse) => any;
1172
- }
1173
849
  export interface GetPlaybackConfigurationRequest {
1174
850
 
1175
851
  Name: string | undefined;
1176
852
  }
1177
- export declare namespace GetPlaybackConfigurationRequest {
1178
-
1179
- const filterSensitiveLog: (obj: GetPlaybackConfigurationRequest) => any;
1180
- }
1181
853
  export interface GetPlaybackConfigurationResponse {
1182
854
 
1183
855
  AdDecisionServerUrl?: string;
@@ -1218,20 +890,12 @@ export interface GetPlaybackConfigurationResponse {
1218
890
 
1219
891
  VideoContentSourceUrl?: string;
1220
892
  }
1221
- export declare namespace GetPlaybackConfigurationResponse {
1222
-
1223
- const filterSensitiveLog: (obj: GetPlaybackConfigurationResponse) => any;
1224
- }
1225
893
  export interface GetPrefetchScheduleRequest {
1226
894
 
1227
895
  Name: string | undefined;
1228
896
 
1229
897
  PlaybackConfigurationName: string | undefined;
1230
898
  }
1231
- export declare namespace GetPrefetchScheduleRequest {
1232
-
1233
- const filterSensitiveLog: (obj: GetPrefetchScheduleRequest) => any;
1234
- }
1235
899
  export interface GetPrefetchScheduleResponse {
1236
900
 
1237
901
  Arn?: string;
@@ -1246,10 +910,6 @@ export interface GetPrefetchScheduleResponse {
1246
910
 
1247
911
  StreamId?: string;
1248
912
  }
1249
- export declare namespace GetPrefetchScheduleResponse {
1250
-
1251
- const filterSensitiveLog: (obj: GetPrefetchScheduleResponse) => any;
1252
- }
1253
913
  export interface ListAlertsRequest {
1254
914
 
1255
915
  MaxResults?: number;
@@ -1258,40 +918,24 @@ export interface ListAlertsRequest {
1258
918
 
1259
919
  ResourceArn: string | undefined;
1260
920
  }
1261
- export declare namespace ListAlertsRequest {
1262
-
1263
- const filterSensitiveLog: (obj: ListAlertsRequest) => any;
1264
- }
1265
921
  export interface ListAlertsResponse {
1266
922
 
1267
923
  Items?: Alert[];
1268
924
 
1269
925
  NextToken?: string;
1270
926
  }
1271
- export declare namespace ListAlertsResponse {
1272
-
1273
- const filterSensitiveLog: (obj: ListAlertsResponse) => any;
1274
- }
1275
927
  export interface ListChannelsRequest {
1276
928
 
1277
929
  MaxResults?: number;
1278
930
 
1279
931
  NextToken?: string;
1280
932
  }
1281
- export declare namespace ListChannelsRequest {
1282
-
1283
- const filterSensitiveLog: (obj: ListChannelsRequest) => any;
1284
- }
1285
933
  export interface ListChannelsResponse {
1286
934
 
1287
935
  Items?: Channel[];
1288
936
 
1289
937
  NextToken?: string;
1290
938
  }
1291
- export declare namespace ListChannelsResponse {
1292
-
1293
- const filterSensitiveLog: (obj: ListChannelsResponse) => any;
1294
- }
1295
939
  export interface ListLiveSourcesRequest {
1296
940
 
1297
941
  MaxResults?: number;
@@ -1300,40 +944,24 @@ export interface ListLiveSourcesRequest {
1300
944
 
1301
945
  SourceLocationName: string | undefined;
1302
946
  }
1303
- export declare namespace ListLiveSourcesRequest {
1304
-
1305
- const filterSensitiveLog: (obj: ListLiveSourcesRequest) => any;
1306
- }
1307
947
  export interface ListLiveSourcesResponse {
1308
948
 
1309
949
  Items?: LiveSource[];
1310
950
 
1311
951
  NextToken?: string;
1312
952
  }
1313
- export declare namespace ListLiveSourcesResponse {
1314
-
1315
- const filterSensitiveLog: (obj: ListLiveSourcesResponse) => any;
1316
- }
1317
953
  export interface ListPlaybackConfigurationsRequest {
1318
954
 
1319
955
  MaxResults?: number;
1320
956
 
1321
957
  NextToken?: string;
1322
958
  }
1323
- export declare namespace ListPlaybackConfigurationsRequest {
1324
-
1325
- const filterSensitiveLog: (obj: ListPlaybackConfigurationsRequest) => any;
1326
- }
1327
959
  export interface ListPlaybackConfigurationsResponse {
1328
960
 
1329
961
  Items?: PlaybackConfiguration[];
1330
962
 
1331
963
  NextToken?: string;
1332
964
  }
1333
- export declare namespace ListPlaybackConfigurationsResponse {
1334
-
1335
- const filterSensitiveLog: (obj: ListPlaybackConfigurationsResponse) => any;
1336
- }
1337
965
  export interface ListPrefetchSchedulesRequest {
1338
966
 
1339
967
  MaxResults?: number;
@@ -1344,56 +972,32 @@ export interface ListPrefetchSchedulesRequest {
1344
972
 
1345
973
  StreamId?: string;
1346
974
  }
1347
- export declare namespace ListPrefetchSchedulesRequest {
1348
-
1349
- const filterSensitiveLog: (obj: ListPrefetchSchedulesRequest) => any;
1350
- }
1351
975
  export interface ListPrefetchSchedulesResponse {
1352
976
 
1353
977
  Items?: PrefetchSchedule[];
1354
978
 
1355
979
  NextToken?: string;
1356
980
  }
1357
- export declare namespace ListPrefetchSchedulesResponse {
1358
-
1359
- const filterSensitiveLog: (obj: ListPrefetchSchedulesResponse) => any;
1360
- }
1361
981
  export interface ListSourceLocationsRequest {
1362
982
 
1363
983
  MaxResults?: number;
1364
984
 
1365
985
  NextToken?: string;
1366
986
  }
1367
- export declare namespace ListSourceLocationsRequest {
1368
-
1369
- const filterSensitiveLog: (obj: ListSourceLocationsRequest) => any;
1370
- }
1371
987
  export interface ListSourceLocationsResponse {
1372
988
 
1373
989
  Items?: SourceLocation[];
1374
990
 
1375
991
  NextToken?: string;
1376
992
  }
1377
- export declare namespace ListSourceLocationsResponse {
1378
-
1379
- const filterSensitiveLog: (obj: ListSourceLocationsResponse) => any;
1380
- }
1381
993
  export interface ListTagsForResourceRequest {
1382
994
 
1383
995
  ResourceArn: string | undefined;
1384
996
  }
1385
- export declare namespace ListTagsForResourceRequest {
1386
-
1387
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1388
- }
1389
997
  export interface ListTagsForResourceResponse {
1390
998
 
1391
999
  Tags?: Record<string, string>;
1392
1000
  }
1393
- export declare namespace ListTagsForResourceResponse {
1394
-
1395
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1396
- }
1397
1001
  export interface ListVodSourcesRequest {
1398
1002
 
1399
1003
  MaxResults?: number;
@@ -1402,36 +1006,20 @@ export interface ListVodSourcesRequest {
1402
1006
 
1403
1007
  SourceLocationName: string | undefined;
1404
1008
  }
1405
- export declare namespace ListVodSourcesRequest {
1406
-
1407
- const filterSensitiveLog: (obj: ListVodSourcesRequest) => any;
1408
- }
1409
1009
  export interface ListVodSourcesResponse {
1410
1010
 
1411
1011
  Items?: VodSource[];
1412
1012
 
1413
1013
  NextToken?: string;
1414
1014
  }
1415
- export declare namespace ListVodSourcesResponse {
1416
-
1417
- const filterSensitiveLog: (obj: ListVodSourcesResponse) => any;
1418
- }
1419
1015
  export interface PutChannelPolicyRequest {
1420
1016
 
1421
1017
  ChannelName: string | undefined;
1422
1018
 
1423
1019
  Policy: string | undefined;
1424
1020
  }
1425
- export declare namespace PutChannelPolicyRequest {
1426
-
1427
- const filterSensitiveLog: (obj: PutChannelPolicyRequest) => any;
1428
- }
1429
1021
  export interface PutChannelPolicyResponse {
1430
1022
  }
1431
- export declare namespace PutChannelPolicyResponse {
1432
-
1433
- const filterSensitiveLog: (obj: PutChannelPolicyResponse) => any;
1434
- }
1435
1023
  export interface PutPlaybackConfigurationRequest {
1436
1024
 
1437
1025
  AdDecisionServerUrl?: string;
@@ -1462,10 +1050,6 @@ export interface PutPlaybackConfigurationRequest {
1462
1050
 
1463
1051
  VideoContentSourceUrl?: string;
1464
1052
  }
1465
- export declare namespace PutPlaybackConfigurationRequest {
1466
-
1467
- const filterSensitiveLog: (obj: PutPlaybackConfigurationRequest) => any;
1468
- }
1469
1053
  export interface PutPlaybackConfigurationResponse {
1470
1054
 
1471
1055
  AdDecisionServerUrl?: string;
@@ -1506,58 +1090,30 @@ export interface PutPlaybackConfigurationResponse {
1506
1090
 
1507
1091
  VideoContentSourceUrl?: string;
1508
1092
  }
1509
- export declare namespace PutPlaybackConfigurationResponse {
1510
-
1511
- const filterSensitiveLog: (obj: PutPlaybackConfigurationResponse) => any;
1512
- }
1513
1093
  export interface StartChannelRequest {
1514
1094
 
1515
1095
  ChannelName: string | undefined;
1516
1096
  }
1517
- export declare namespace StartChannelRequest {
1518
-
1519
- const filterSensitiveLog: (obj: StartChannelRequest) => any;
1520
- }
1521
1097
  export interface StartChannelResponse {
1522
1098
  }
1523
- export declare namespace StartChannelResponse {
1524
-
1525
- const filterSensitiveLog: (obj: StartChannelResponse) => any;
1526
- }
1527
1099
  export interface StopChannelRequest {
1528
1100
 
1529
1101
  ChannelName: string | undefined;
1530
1102
  }
1531
- export declare namespace StopChannelRequest {
1532
-
1533
- const filterSensitiveLog: (obj: StopChannelRequest) => any;
1534
- }
1535
1103
  export interface StopChannelResponse {
1536
1104
  }
1537
- export declare namespace StopChannelResponse {
1538
-
1539
- const filterSensitiveLog: (obj: StopChannelResponse) => any;
1540
- }
1541
1105
  export interface TagResourceRequest {
1542
1106
 
1543
1107
  ResourceArn: string | undefined;
1544
1108
 
1545
1109
  Tags: Record<string, string> | undefined;
1546
1110
  }
1547
- export declare namespace TagResourceRequest {
1548
-
1549
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1550
- }
1551
1111
  export interface UntagResourceRequest {
1552
1112
 
1553
1113
  ResourceArn: string | undefined;
1554
1114
 
1555
1115
  TagKeys: string[] | undefined;
1556
1116
  }
1557
- export declare namespace UntagResourceRequest {
1558
-
1559
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1560
- }
1561
1117
  export interface UpdateChannelRequest {
1562
1118
 
1563
1119
  ChannelName: string | undefined;
@@ -1566,10 +1122,6 @@ export interface UpdateChannelRequest {
1566
1122
 
1567
1123
  Outputs: RequestOutputItem[] | undefined;
1568
1124
  }
1569
- export declare namespace UpdateChannelRequest {
1570
-
1571
- const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
1572
- }
1573
1125
  export interface UpdateChannelResponse {
1574
1126
 
1575
1127
  Arn?: string;
@@ -1592,10 +1144,6 @@ export interface UpdateChannelResponse {
1592
1144
 
1593
1145
  Tier?: string;
1594
1146
  }
1595
- export declare namespace UpdateChannelResponse {
1596
-
1597
- const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
1598
- }
1599
1147
  export interface UpdateLiveSourceRequest {
1600
1148
 
1601
1149
  HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
@@ -1604,10 +1152,6 @@ export interface UpdateLiveSourceRequest {
1604
1152
 
1605
1153
  SourceLocationName: string | undefined;
1606
1154
  }
1607
- export declare namespace UpdateLiveSourceRequest {
1608
-
1609
- const filterSensitiveLog: (obj: UpdateLiveSourceRequest) => any;
1610
- }
1611
1155
  export interface UpdateLiveSourceResponse {
1612
1156
 
1613
1157
  Arn?: string;
@@ -1624,10 +1168,6 @@ export interface UpdateLiveSourceResponse {
1624
1168
 
1625
1169
  Tags?: Record<string, string>;
1626
1170
  }
1627
- export declare namespace UpdateLiveSourceResponse {
1628
-
1629
- const filterSensitiveLog: (obj: UpdateLiveSourceResponse) => any;
1630
- }
1631
1171
  export interface UpdateSourceLocationRequest {
1632
1172
 
1633
1173
  AccessConfiguration?: AccessConfiguration;
@@ -1640,10 +1180,6 @@ export interface UpdateSourceLocationRequest {
1640
1180
 
1641
1181
  SourceLocationName: string | undefined;
1642
1182
  }
1643
- export declare namespace UpdateSourceLocationRequest {
1644
-
1645
- const filterSensitiveLog: (obj: UpdateSourceLocationRequest) => any;
1646
- }
1647
1183
  export interface UpdateSourceLocationResponse {
1648
1184
 
1649
1185
  AccessConfiguration?: AccessConfiguration;
@@ -1664,10 +1200,6 @@ export interface UpdateSourceLocationResponse {
1664
1200
 
1665
1201
  Tags?: Record<string, string>;
1666
1202
  }
1667
- export declare namespace UpdateSourceLocationResponse {
1668
-
1669
- const filterSensitiveLog: (obj: UpdateSourceLocationResponse) => any;
1670
- }
1671
1203
  export interface UpdateVodSourceRequest {
1672
1204
 
1673
1205
  HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
@@ -1676,10 +1208,6 @@ export interface UpdateVodSourceRequest {
1676
1208
 
1677
1209
  VodSourceName: string | undefined;
1678
1210
  }
1679
- export declare namespace UpdateVodSourceRequest {
1680
-
1681
- const filterSensitiveLog: (obj: UpdateVodSourceRequest) => any;
1682
- }
1683
1211
  export interface UpdateVodSourceResponse {
1684
1212
 
1685
1213
  Arn?: string;
@@ -1696,7 +1224,241 @@ export interface UpdateVodSourceResponse {
1696
1224
 
1697
1225
  VodSourceName?: string;
1698
1226
  }
1699
- export declare namespace UpdateVodSourceResponse {
1700
-
1701
- const filterSensitiveLog: (obj: UpdateVodSourceResponse) => any;
1702
- }
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;