@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
@@ -16,12 +16,6 @@ export interface SlateSource {
16
16
  */
17
17
  VodSourceName?: string;
18
18
  }
19
- export declare namespace SlateSource {
20
- /**
21
- * @internal
22
- */
23
- const filterSensitiveLog: (obj: SlateSource) => any;
24
- }
25
19
  /**
26
20
  * <p>Splice insert message configuration.</p>
27
21
  */
@@ -43,12 +37,6 @@ export interface SpliceInsertMessage {
43
37
  */
44
38
  UniqueProgramId?: number;
45
39
  }
46
- export declare namespace SpliceInsertMessage {
47
- /**
48
- * @internal
49
- */
50
- const filterSensitiveLog: (obj: SpliceInsertMessage) => any;
51
- }
52
40
  /**
53
41
  * <p>Ad break configuration parameters.</p>
54
42
  */
@@ -70,12 +58,6 @@ export interface AdBreak {
70
58
  */
71
59
  SpliceInsertMessage?: SpliceInsertMessage;
72
60
  }
73
- export declare namespace AdBreak {
74
- /**
75
- * @internal
76
- */
77
- const filterSensitiveLog: (obj: AdBreak) => any;
78
- }
79
61
  /**
80
62
  * <p>Alert configuration parameters.</p>
81
63
  */
@@ -101,12 +83,6 @@ export interface Alert {
101
83
  */
102
84
  ResourceArn: string | undefined;
103
85
  }
104
- export declare namespace Alert {
105
- /**
106
- * @internal
107
- */
108
- const filterSensitiveLog: (obj: Alert) => any;
109
- }
110
86
  export declare enum Operator {
111
87
  EQUALS = "EQUALS"
112
88
  }
@@ -123,12 +99,6 @@ export interface AvailMatchingCriteria {
123
99
  */
124
100
  Operator: Operator | string | undefined;
125
101
  }
126
- export declare namespace AvailMatchingCriteria {
127
- /**
128
- * @internal
129
- */
130
- const filterSensitiveLog: (obj: AvailMatchingCriteria) => any;
131
- }
132
102
  /**
133
103
  * <p>Dash manifest configuration parameters.</p>
134
104
  */
@@ -150,12 +120,6 @@ export interface DashPlaylistSettings {
150
120
  */
151
121
  SuggestedPresentationDelaySeconds?: number;
152
122
  }
153
- export declare namespace DashPlaylistSettings {
154
- /**
155
- * @internal
156
- */
157
- const filterSensitiveLog: (obj: DashPlaylistSettings) => any;
158
- }
159
123
  /**
160
124
  * <p>HLS playlist configuration parameters.</p>
161
125
  */
@@ -165,12 +129,6 @@ export interface HlsPlaylistSettings {
165
129
  */
166
130
  ManifestWindowSeconds?: number;
167
131
  }
168
- export declare namespace HlsPlaylistSettings {
169
- /**
170
- * @internal
171
- */
172
- const filterSensitiveLog: (obj: HlsPlaylistSettings) => any;
173
- }
174
132
  /**
175
133
  * <p>This response includes only the "property" : "type" property.</p>
176
134
  */
@@ -196,12 +154,6 @@ export interface ResponseOutputItem {
196
154
  */
197
155
  SourceGroup: string | undefined;
198
156
  }
199
- export declare namespace ResponseOutputItem {
200
- /**
201
- * @internal
202
- */
203
- const filterSensitiveLog: (obj: ResponseOutputItem) => any;
204
- }
205
157
  /**
206
158
  * <p>The configuration parameters for a channel.</p>
207
159
  */
@@ -247,12 +199,6 @@ export interface Channel {
247
199
  */
248
200
  Tier: string | undefined;
249
201
  }
250
- export declare namespace Channel {
251
- /**
252
- * @internal
253
- */
254
- const filterSensitiveLog: (obj: Channel) => any;
255
- }
256
202
  export declare enum Type {
257
203
  DASH = "DASH",
258
204
  HLS = "HLS"
@@ -274,12 +220,6 @@ export interface HttpPackageConfiguration {
274
220
  */
275
221
  Type: Type | string | undefined;
276
222
  }
277
- export declare namespace HttpPackageConfiguration {
278
- /**
279
- * @internal
280
- */
281
- const filterSensitiveLog: (obj: HttpPackageConfiguration) => any;
282
- }
283
223
  /**
284
224
  * <p>Live source configuration parameters.</p>
285
225
  */
@@ -313,12 +253,6 @@ export interface LiveSource {
313
253
  */
314
254
  Tags?: Record<string, string>;
315
255
  }
316
- export declare namespace LiveSource {
317
- /**
318
- * @internal
319
- */
320
- const filterSensitiveLog: (obj: LiveSource) => any;
321
- }
322
256
  export declare enum Mode {
323
257
  BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
324
258
  OFF = "OFF"
@@ -336,12 +270,6 @@ export interface AvailSuppression {
336
270
  */
337
271
  Value?: string;
338
272
  }
339
- export declare namespace AvailSuppression {
340
- /**
341
- * @internal
342
- */
343
- const filterSensitiveLog: (obj: AvailSuppression) => any;
344
- }
345
273
  /**
346
274
  * <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
347
275
  */
@@ -355,12 +283,6 @@ export interface Bumper {
355
283
  */
356
284
  StartUrl?: string;
357
285
  }
358
- export declare namespace Bumper {
359
- /**
360
- * @internal
361
- */
362
- const filterSensitiveLog: (obj: Bumper) => any;
363
- }
364
286
  /**
365
287
  * <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
366
288
  */
@@ -374,12 +296,6 @@ export interface CdnConfiguration {
374
296
  */
375
297
  ContentSegmentUrlPrefix?: string;
376
298
  }
377
- export declare namespace CdnConfiguration {
378
- /**
379
- * @internal
380
- */
381
- const filterSensitiveLog: (obj: CdnConfiguration) => any;
382
- }
383
299
  export declare enum OriginManifestType {
384
300
  MULTI_PERIOD = "MULTI_PERIOD",
385
301
  SINGLE_PERIOD = "SINGLE_PERIOD"
@@ -401,12 +317,6 @@ export interface DashConfiguration {
401
317
  */
402
318
  OriginManifestType?: OriginManifestType | string;
403
319
  }
404
- export declare namespace DashConfiguration {
405
- /**
406
- * @internal
407
- */
408
- const filterSensitiveLog: (obj: DashConfiguration) => any;
409
- }
410
320
  /**
411
321
  * <p>The configuration for HLS content.</p>
412
322
  */
@@ -416,12 +326,6 @@ export interface HlsConfiguration {
416
326
  */
417
327
  ManifestEndpointPrefix?: string;
418
328
  }
419
- export declare namespace HlsConfiguration {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: HlsConfiguration) => any;
424
- }
425
329
  /**
426
330
  * <p>The configuration for pre-roll ad insertion.</p>
427
331
  */
@@ -435,12 +339,6 @@ export interface LivePreRollConfiguration {
435
339
  */
436
340
  MaxDurationSeconds?: number;
437
341
  }
438
- export declare namespace LivePreRollConfiguration {
439
- /**
440
- * @internal
441
- */
442
- const filterSensitiveLog: (obj: LivePreRollConfiguration) => any;
443
- }
444
342
  /**
445
343
  * <p>Returns Amazon CloudWatch log settings for a playback configuration.</p>
446
344
  */
@@ -450,12 +348,6 @@ export interface LogConfiguration {
450
348
  */
451
349
  PercentEnabled: number | undefined;
452
350
  }
453
- export declare namespace LogConfiguration {
454
- /**
455
- * @internal
456
- */
457
- const filterSensitiveLog: (obj: LogConfiguration) => any;
458
- }
459
351
  /**
460
352
  * <p>For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.</p> <p>No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.</p>
461
353
  */
@@ -465,12 +357,6 @@ export interface AdMarkerPassthrough {
465
357
  */
466
358
  Enabled?: boolean;
467
359
  }
468
- export declare namespace AdMarkerPassthrough {
469
- /**
470
- * @internal
471
- */
472
- const filterSensitiveLog: (obj: AdMarkerPassthrough) => any;
473
- }
474
360
  /**
475
361
  * <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
476
362
  */
@@ -480,12 +366,6 @@ export interface ManifestProcessingRules {
480
366
  */
481
367
  AdMarkerPassthrough?: AdMarkerPassthrough;
482
368
  }
483
- export declare namespace ManifestProcessingRules {
484
- /**
485
- * @internal
486
- */
487
- const filterSensitiveLog: (obj: ManifestProcessingRules) => any;
488
- }
489
369
  /**
490
370
  * <p>Creates a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
491
371
  */
@@ -567,12 +447,6 @@ export interface PlaybackConfiguration {
567
447
  */
568
448
  VideoContentSourceUrl?: string;
569
449
  }
570
- export declare namespace PlaybackConfiguration {
571
- /**
572
- * @internal
573
- */
574
- const filterSensitiveLog: (obj: PlaybackConfiguration) => any;
575
- }
576
450
  /**
577
451
  * <p>A complex type that contains settings that determine how and when that MediaTailor places prefetched ads into upcoming ad breaks.</p>
578
452
  */
@@ -590,12 +464,6 @@ export interface PrefetchConsumption {
590
464
  */
591
465
  StartTime?: Date;
592
466
  }
593
- export declare namespace PrefetchConsumption {
594
- /**
595
- * @internal
596
- */
597
- const filterSensitiveLog: (obj: PrefetchConsumption) => any;
598
- }
599
467
  /**
600
468
  * <p>A complex type that contains settings governing when MediaTailor prefetches ads, and which dynamic variables that MediaTailor includes in the request to the ad decision server.</p>
601
469
  */
@@ -613,12 +481,6 @@ export interface PrefetchRetrieval {
613
481
  */
614
482
  StartTime?: Date;
615
483
  }
616
- export declare namespace PrefetchRetrieval {
617
- /**
618
- * @internal
619
- */
620
- const filterSensitiveLog: (obj: PrefetchRetrieval) => any;
621
- }
622
484
  /**
623
485
  * <p>A complex type that contains prefetch schedule information.</p>
624
486
  */
@@ -648,12 +510,6 @@ export interface PrefetchSchedule {
648
510
  */
649
511
  StreamId?: string;
650
512
  }
651
- export declare namespace PrefetchSchedule {
652
- /**
653
- * @internal
654
- */
655
- const filterSensitiveLog: (obj: PrefetchSchedule) => any;
656
- }
657
513
  /**
658
514
  * <p>The schedule's ad break properties.</p>
659
515
  */
@@ -675,12 +531,6 @@ export interface ScheduleAdBreak {
675
531
  */
676
532
  VodSourceName?: string;
677
533
  }
678
- export declare namespace ScheduleAdBreak {
679
- /**
680
- * @internal
681
- */
682
- const filterSensitiveLog: (obj: ScheduleAdBreak) => any;
683
- }
684
534
  export declare enum ScheduleEntryType {
685
535
  FILLER_SLATE = "FILLER_SLATE",
686
536
  PROGRAM = "PROGRAM"
@@ -730,12 +580,6 @@ export interface ScheduleEntry {
730
580
  */
731
581
  VodSourceName?: string;
732
582
  }
733
- export declare namespace ScheduleEntry {
734
- /**
735
- * @internal
736
- */
737
- const filterSensitiveLog: (obj: ScheduleEntry) => any;
738
- }
739
583
  /**
740
584
  * <p>The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as https://example.com/some/path. To use a relative URL specify the relative path, such as /some/path*.</p>
741
585
  */
@@ -749,12 +593,6 @@ export interface SegmentDeliveryConfiguration {
749
593
  */
750
594
  Name?: string;
751
595
  }
752
- export declare namespace SegmentDeliveryConfiguration {
753
- /**
754
- * @internal
755
- */
756
- const filterSensitiveLog: (obj: SegmentDeliveryConfiguration) => any;
757
- }
758
596
  export declare enum AccessType {
759
597
  S3_SIGV4 = "S3_SIGV4",
760
598
  SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN"
@@ -776,12 +614,6 @@ export interface SecretsManagerAccessTokenConfiguration {
776
614
  */
777
615
  SecretStringKey?: string;
778
616
  }
779
- export declare namespace SecretsManagerAccessTokenConfiguration {
780
- /**
781
- * @internal
782
- */
783
- const filterSensitiveLog: (obj: SecretsManagerAccessTokenConfiguration) => any;
784
- }
785
617
  /**
786
618
  * <p>Access configuration parameters.</p>
787
619
  */
@@ -795,12 +627,6 @@ export interface AccessConfiguration {
795
627
  */
796
628
  SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration;
797
629
  }
798
- export declare namespace AccessConfiguration {
799
- /**
800
- * @internal
801
- */
802
- const filterSensitiveLog: (obj: AccessConfiguration) => any;
803
- }
804
630
  /**
805
631
  * <p>The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.</p>
806
632
  */
@@ -810,12 +636,6 @@ export interface DefaultSegmentDeliveryConfiguration {
810
636
  */
811
637
  BaseUrl?: string;
812
638
  }
813
- export declare namespace DefaultSegmentDeliveryConfiguration {
814
- /**
815
- * @internal
816
- */
817
- const filterSensitiveLog: (obj: DefaultSegmentDeliveryConfiguration) => any;
818
- }
819
639
  /**
820
640
  * <p>The HTTP configuration for the source location.</p>
821
641
  */
@@ -825,12 +645,6 @@ export interface HttpConfiguration {
825
645
  */
826
646
  BaseUrl: string | undefined;
827
647
  }
828
- export declare namespace HttpConfiguration {
829
- /**
830
- * @internal
831
- */
832
- const filterSensitiveLog: (obj: HttpConfiguration) => any;
833
- }
834
648
  /**
835
649
  * <p>This response includes only the "type" : "object" property.</p>
836
650
  */
@@ -872,12 +686,6 @@ export interface SourceLocation {
872
686
  */
873
687
  Tags?: Record<string, string>;
874
688
  }
875
- export declare namespace SourceLocation {
876
- /**
877
- * @internal
878
- */
879
- const filterSensitiveLog: (obj: SourceLocation) => any;
880
- }
881
689
  /**
882
690
  * <p>VOD source configuration parameters.</p>
883
691
  */
@@ -911,12 +719,6 @@ export interface VodSource {
911
719
  */
912
720
  VodSourceName: string | undefined;
913
721
  }
914
- export declare namespace VodSource {
915
- /**
916
- * @internal
917
- */
918
- const filterSensitiveLog: (obj: VodSource) => any;
919
- }
920
722
  /**
921
723
  * Invalid request parameters.
922
724
  */
@@ -946,12 +748,6 @@ export interface ConfigureLogsForPlaybackConfigurationRequest {
946
748
  */
947
749
  PlaybackConfigurationName: string | undefined;
948
750
  }
949
- export declare namespace ConfigureLogsForPlaybackConfigurationRequest {
950
- /**
951
- * @internal
952
- */
953
- const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
954
- }
955
751
  export interface ConfigureLogsForPlaybackConfigurationResponse {
956
752
  /**
957
753
  * <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.</p>
@@ -962,12 +758,6 @@ export interface ConfigureLogsForPlaybackConfigurationResponse {
962
758
  */
963
759
  PlaybackConfigurationName?: string;
964
760
  }
965
- export declare namespace ConfigureLogsForPlaybackConfigurationResponse {
966
- /**
967
- * @internal
968
- */
969
- const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
970
- }
971
761
  /**
972
762
  * <p>The output configuration for this channel.</p>
973
763
  */
@@ -989,12 +779,6 @@ export interface RequestOutputItem {
989
779
  */
990
780
  SourceGroup: string | undefined;
991
781
  }
992
- export declare namespace RequestOutputItem {
993
- /**
994
- * @internal
995
- */
996
- const filterSensitiveLog: (obj: RequestOutputItem) => any;
997
- }
998
782
  export declare enum PlaybackMode {
999
783
  LINEAR = "LINEAR",
1000
784
  LOOP = "LOOP"
@@ -1029,12 +813,6 @@ export interface CreateChannelRequest {
1029
813
  */
1030
814
  Tier?: Tier | string;
1031
815
  }
1032
- export declare namespace CreateChannelRequest {
1033
- /**
1034
- * @internal
1035
- */
1036
- const filterSensitiveLog: (obj: CreateChannelRequest) => any;
1037
- }
1038
816
  export interface CreateChannelResponse {
1039
817
  /**
1040
818
  * <p>The ARN of the channel.</p>
@@ -1077,12 +855,6 @@ export interface CreateChannelResponse {
1077
855
  */
1078
856
  Tier?: string;
1079
857
  }
1080
- export declare namespace CreateChannelResponse {
1081
- /**
1082
- * @internal
1083
- */
1084
- const filterSensitiveLog: (obj: CreateChannelResponse) => any;
1085
- }
1086
858
  export interface CreateLiveSourceRequest {
1087
859
  /**
1088
860
  * <p>A list of HTTP package configuration parameters for this live source.</p>
@@ -1101,12 +873,6 @@ export interface CreateLiveSourceRequest {
1101
873
  */
1102
874
  Tags?: Record<string, string>;
1103
875
  }
1104
- export declare namespace CreateLiveSourceRequest {
1105
- /**
1106
- * @internal
1107
- */
1108
- const filterSensitiveLog: (obj: CreateLiveSourceRequest) => any;
1109
- }
1110
876
  export interface CreateLiveSourceResponse {
1111
877
  /**
1112
878
  * <p>The ARN of the live source.</p>
@@ -1137,12 +903,6 @@ export interface CreateLiveSourceResponse {
1137
903
  */
1138
904
  Tags?: Record<string, string>;
1139
905
  }
1140
- export declare namespace CreateLiveSourceResponse {
1141
- /**
1142
- * @internal
1143
- */
1144
- const filterSensitiveLog: (obj: CreateLiveSourceResponse) => any;
1145
- }
1146
906
  export interface CreatePrefetchScheduleRequest {
1147
907
  /**
1148
908
  * <p>The configuration settings for MediaTailor's <i>consumption</i> of the prefetched ads from the ad decision server. Each consumption configuration contains an end time and an optional start time that define the <i>consumption window</i>. Prefetch schedules automatically expire no earlier than seven days after the end time.</p>
@@ -1165,12 +925,6 @@ export interface CreatePrefetchScheduleRequest {
1165
925
  */
1166
926
  StreamId?: string;
1167
927
  }
1168
- export declare namespace CreatePrefetchScheduleRequest {
1169
- /**
1170
- * @internal
1171
- */
1172
- const filterSensitiveLog: (obj: CreatePrefetchScheduleRequest) => any;
1173
- }
1174
928
  export interface CreatePrefetchScheduleResponse {
1175
929
  /**
1176
930
  * <p>The Amazon Resource Name (ARN) of the prefetch schedule.</p>
@@ -1197,12 +951,6 @@ export interface CreatePrefetchScheduleResponse {
1197
951
  */
1198
952
  StreamId?: string;
1199
953
  }
1200
- export declare namespace CreatePrefetchScheduleResponse {
1201
- /**
1202
- * @internal
1203
- */
1204
- const filterSensitiveLog: (obj: CreatePrefetchScheduleResponse) => any;
1205
- }
1206
954
  export declare enum RelativePosition {
1207
955
  AFTER_PROGRAM = "AFTER_PROGRAM",
1208
956
  BEFORE_PROGRAM = "BEFORE_PROGRAM"
@@ -1232,12 +980,6 @@ export interface Transition {
1232
980
  */
1233
981
  Type: string | undefined;
1234
982
  }
1235
- export declare namespace Transition {
1236
- /**
1237
- * @internal
1238
- */
1239
- const filterSensitiveLog: (obj: Transition) => any;
1240
- }
1241
983
  /**
1242
984
  * <p>Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.</p>
1243
985
  */
@@ -1247,12 +989,6 @@ export interface ScheduleConfiguration {
1247
989
  */
1248
990
  Transition: Transition | undefined;
1249
991
  }
1250
- export declare namespace ScheduleConfiguration {
1251
- /**
1252
- * @internal
1253
- */
1254
- const filterSensitiveLog: (obj: ScheduleConfiguration) => any;
1255
- }
1256
992
  export interface CreateProgramRequest {
1257
993
  /**
1258
994
  * <p>The ad break configuration settings.</p>
@@ -1283,12 +1019,6 @@ export interface CreateProgramRequest {
1283
1019
  */
1284
1020
  VodSourceName?: string;
1285
1021
  }
1286
- export declare namespace CreateProgramRequest {
1287
- /**
1288
- * @internal
1289
- */
1290
- const filterSensitiveLog: (obj: CreateProgramRequest) => any;
1291
- }
1292
1022
  export interface CreateProgramResponse {
1293
1023
  /**
1294
1024
  * <p>The ad break configuration settings.</p>
@@ -1327,12 +1057,6 @@ export interface CreateProgramResponse {
1327
1057
  */
1328
1058
  VodSourceName?: string;
1329
1059
  }
1330
- export declare namespace CreateProgramResponse {
1331
- /**
1332
- * @internal
1333
- */
1334
- const filterSensitiveLog: (obj: CreateProgramResponse) => any;
1335
- }
1336
1060
  export interface CreateSourceLocationRequest {
1337
1061
  /**
1338
1062
  * <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
@@ -1359,12 +1083,6 @@ export interface CreateSourceLocationRequest {
1359
1083
  */
1360
1084
  Tags?: Record<string, string>;
1361
1085
  }
1362
- export declare namespace CreateSourceLocationRequest {
1363
- /**
1364
- * @internal
1365
- */
1366
- const filterSensitiveLog: (obj: CreateSourceLocationRequest) => any;
1367
- }
1368
1086
  export interface CreateSourceLocationResponse {
1369
1087
  /**
1370
1088
  * <p>The access configuration for the source location.</p>
@@ -1403,12 +1121,6 @@ export interface CreateSourceLocationResponse {
1403
1121
  */
1404
1122
  Tags?: Record<string, string>;
1405
1123
  }
1406
- export declare namespace CreateSourceLocationResponse {
1407
- /**
1408
- * @internal
1409
- */
1410
- const filterSensitiveLog: (obj: CreateSourceLocationResponse) => any;
1411
- }
1412
1124
  export interface CreateVodSourceRequest {
1413
1125
  /**
1414
1126
  * <p>A list of HTTP package configuration parameters for this VOD source.</p>
@@ -1427,12 +1139,6 @@ export interface CreateVodSourceRequest {
1427
1139
  */
1428
1140
  VodSourceName: string | undefined;
1429
1141
  }
1430
- export declare namespace CreateVodSourceRequest {
1431
- /**
1432
- * @internal
1433
- */
1434
- const filterSensitiveLog: (obj: CreateVodSourceRequest) => any;
1435
- }
1436
1142
  export interface CreateVodSourceResponse {
1437
1143
  /**
1438
1144
  * <p>The ARN of the VOD source.</p>
@@ -1463,12 +1169,6 @@ export interface CreateVodSourceResponse {
1463
1169
  */
1464
1170
  VodSourceName?: string;
1465
1171
  }
1466
- export declare namespace CreateVodSourceResponse {
1467
- /**
1468
- * @internal
1469
- */
1470
- const filterSensitiveLog: (obj: CreateVodSourceResponse) => any;
1471
- }
1472
1172
  /**
1473
1173
  * <p>The configuration for DASH PUT operations.</p>
1474
1174
  */
@@ -1482,52 +1182,22 @@ export interface DashConfigurationForPut {
1482
1182
  */
1483
1183
  OriginManifestType?: OriginManifestType | string;
1484
1184
  }
1485
- export declare namespace DashConfigurationForPut {
1486
- /**
1487
- * @internal
1488
- */
1489
- const filterSensitiveLog: (obj: DashConfigurationForPut) => any;
1490
- }
1491
1185
  export interface DeleteChannelRequest {
1492
1186
  /**
1493
1187
  * <p>The identifier for the channel you are working on.</p>
1494
1188
  */
1495
1189
  ChannelName: string | undefined;
1496
1190
  }
1497
- export declare namespace DeleteChannelRequest {
1498
- /**
1499
- * @internal
1500
- */
1501
- const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
1502
- }
1503
1191
  export interface DeleteChannelResponse {
1504
1192
  }
1505
- export declare namespace DeleteChannelResponse {
1506
- /**
1507
- * @internal
1508
- */
1509
- const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
1510
- }
1511
1193
  export interface DeleteChannelPolicyRequest {
1512
1194
  /**
1513
1195
  * <p>The identifier for the channel you are working on.</p>
1514
1196
  */
1515
1197
  ChannelName: string | undefined;
1516
1198
  }
1517
- export declare namespace DeleteChannelPolicyRequest {
1518
- /**
1519
- * @internal
1520
- */
1521
- const filterSensitiveLog: (obj: DeleteChannelPolicyRequest) => any;
1522
- }
1523
1199
  export interface DeleteChannelPolicyResponse {
1524
1200
  }
1525
- export declare namespace DeleteChannelPolicyResponse {
1526
- /**
1527
- * @internal
1528
- */
1529
- const filterSensitiveLog: (obj: DeleteChannelPolicyResponse) => any;
1530
- }
1531
1201
  export interface DeleteLiveSourceRequest {
1532
1202
  /**
1533
1203
  * <p>The identifier for the live source you are working on.</p>
@@ -1538,40 +1208,16 @@ export interface DeleteLiveSourceRequest {
1538
1208
  */
1539
1209
  SourceLocationName: string | undefined;
1540
1210
  }
1541
- export declare namespace DeleteLiveSourceRequest {
1542
- /**
1543
- * @internal
1544
- */
1545
- const filterSensitiveLog: (obj: DeleteLiveSourceRequest) => any;
1546
- }
1547
1211
  export interface DeleteLiveSourceResponse {
1548
1212
  }
1549
- export declare namespace DeleteLiveSourceResponse {
1550
- /**
1551
- * @internal
1552
- */
1553
- const filterSensitiveLog: (obj: DeleteLiveSourceResponse) => any;
1554
- }
1555
1213
  export interface DeletePlaybackConfigurationRequest {
1556
1214
  /**
1557
1215
  * <p>The identifier for the playback configuration.</p>
1558
1216
  */
1559
1217
  Name: string | undefined;
1560
1218
  }
1561
- export declare namespace DeletePlaybackConfigurationRequest {
1562
- /**
1563
- * @internal
1564
- */
1565
- const filterSensitiveLog: (obj: DeletePlaybackConfigurationRequest) => any;
1566
- }
1567
1219
  export interface DeletePlaybackConfigurationResponse {
1568
1220
  }
1569
- export declare namespace DeletePlaybackConfigurationResponse {
1570
- /**
1571
- * @internal
1572
- */
1573
- const filterSensitiveLog: (obj: DeletePlaybackConfigurationResponse) => any;
1574
- }
1575
1221
  export interface DeletePrefetchScheduleRequest {
1576
1222
  /**
1577
1223
  * <p>The identifier for the playback configuration.</p>
@@ -1582,20 +1228,8 @@ export interface DeletePrefetchScheduleRequest {
1582
1228
  */
1583
1229
  PlaybackConfigurationName: string | undefined;
1584
1230
  }
1585
- export declare namespace DeletePrefetchScheduleRequest {
1586
- /**
1587
- * @internal
1588
- */
1589
- const filterSensitiveLog: (obj: DeletePrefetchScheduleRequest) => any;
1590
- }
1591
1231
  export interface DeletePrefetchScheduleResponse {
1592
1232
  }
1593
- export declare namespace DeletePrefetchScheduleResponse {
1594
- /**
1595
- * @internal
1596
- */
1597
- const filterSensitiveLog: (obj: DeletePrefetchScheduleResponse) => any;
1598
- }
1599
1233
  export interface DeleteProgramRequest {
1600
1234
  /**
1601
1235
  * <p>The identifier for the channel you are working on.</p>
@@ -1606,40 +1240,16 @@ export interface DeleteProgramRequest {
1606
1240
  */
1607
1241
  ProgramName: string | undefined;
1608
1242
  }
1609
- export declare namespace DeleteProgramRequest {
1610
- /**
1611
- * @internal
1612
- */
1613
- const filterSensitiveLog: (obj: DeleteProgramRequest) => any;
1614
- }
1615
1243
  export interface DeleteProgramResponse {
1616
1244
  }
1617
- export declare namespace DeleteProgramResponse {
1618
- /**
1619
- * @internal
1620
- */
1621
- const filterSensitiveLog: (obj: DeleteProgramResponse) => any;
1622
- }
1623
1245
  export interface DeleteSourceLocationRequest {
1624
1246
  /**
1625
1247
  * <p>The identifier for the source location you are working on.</p>
1626
1248
  */
1627
1249
  SourceLocationName: string | undefined;
1628
1250
  }
1629
- export declare namespace DeleteSourceLocationRequest {
1630
- /**
1631
- * @internal
1632
- */
1633
- const filterSensitiveLog: (obj: DeleteSourceLocationRequest) => any;
1634
- }
1635
1251
  export interface DeleteSourceLocationResponse {
1636
1252
  }
1637
- export declare namespace DeleteSourceLocationResponse {
1638
- /**
1639
- * @internal
1640
- */
1641
- const filterSensitiveLog: (obj: DeleteSourceLocationResponse) => any;
1642
- }
1643
1253
  export interface DeleteVodSourceRequest {
1644
1254
  /**
1645
1255
  * <p>The identifier for the source location you are working on.</p>
@@ -1650,32 +1260,14 @@ export interface DeleteVodSourceRequest {
1650
1260
  */
1651
1261
  VodSourceName: string | undefined;
1652
1262
  }
1653
- export declare namespace DeleteVodSourceRequest {
1654
- /**
1655
- * @internal
1656
- */
1657
- const filterSensitiveLog: (obj: DeleteVodSourceRequest) => any;
1658
- }
1659
1263
  export interface DeleteVodSourceResponse {
1660
1264
  }
1661
- export declare namespace DeleteVodSourceResponse {
1662
- /**
1663
- * @internal
1664
- */
1665
- const filterSensitiveLog: (obj: DeleteVodSourceResponse) => any;
1666
- }
1667
1265
  export interface DescribeChannelRequest {
1668
1266
  /**
1669
1267
  * <p>The identifier for the channel you are working on.</p>
1670
1268
  */
1671
1269
  ChannelName: string | undefined;
1672
1270
  }
1673
- export declare namespace DescribeChannelRequest {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
1678
- }
1679
1271
  export interface DescribeChannelResponse {
1680
1272
  /**
1681
1273
  * <p>The ARN of the channel.</p>
@@ -1718,12 +1310,6 @@ export interface DescribeChannelResponse {
1718
1310
  */
1719
1311
  Tier?: string;
1720
1312
  }
1721
- export declare namespace DescribeChannelResponse {
1722
- /**
1723
- * @internal
1724
- */
1725
- const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
1726
- }
1727
1313
  export interface DescribeLiveSourceRequest {
1728
1314
  /**
1729
1315
  * <p>The identifier for the live source you are working on.</p>
@@ -1734,12 +1320,6 @@ export interface DescribeLiveSourceRequest {
1734
1320
  */
1735
1321
  SourceLocationName: string | undefined;
1736
1322
  }
1737
- export declare namespace DescribeLiveSourceRequest {
1738
- /**
1739
- * @internal
1740
- */
1741
- const filterSensitiveLog: (obj: DescribeLiveSourceRequest) => any;
1742
- }
1743
1323
  export interface DescribeLiveSourceResponse {
1744
1324
  /**
1745
1325
  * <p>The ARN of the live source.</p>
@@ -1770,12 +1350,6 @@ export interface DescribeLiveSourceResponse {
1770
1350
  */
1771
1351
  Tags?: Record<string, string>;
1772
1352
  }
1773
- export declare namespace DescribeLiveSourceResponse {
1774
- /**
1775
- * @internal
1776
- */
1777
- const filterSensitiveLog: (obj: DescribeLiveSourceResponse) => any;
1778
- }
1779
1353
  export interface DescribeProgramRequest {
1780
1354
  /**
1781
1355
  * <p>The identifier for the channel you are working on.</p>
@@ -1786,12 +1360,6 @@ export interface DescribeProgramRequest {
1786
1360
  */
1787
1361
  ProgramName: string | undefined;
1788
1362
  }
1789
- export declare namespace DescribeProgramRequest {
1790
- /**
1791
- * @internal
1792
- */
1793
- const filterSensitiveLog: (obj: DescribeProgramRequest) => any;
1794
- }
1795
1363
  export interface DescribeProgramResponse {
1796
1364
  /**
1797
1365
  * <p>The ad break configuration settings.</p>
@@ -1830,24 +1398,12 @@ export interface DescribeProgramResponse {
1830
1398
  */
1831
1399
  VodSourceName?: string;
1832
1400
  }
1833
- export declare namespace DescribeProgramResponse {
1834
- /**
1835
- * @internal
1836
- */
1837
- const filterSensitiveLog: (obj: DescribeProgramResponse) => any;
1838
- }
1839
1401
  export interface DescribeSourceLocationRequest {
1840
1402
  /**
1841
1403
  * <p>The identifier for the source location you are working on.</p>
1842
1404
  */
1843
1405
  SourceLocationName: string | undefined;
1844
1406
  }
1845
- export declare namespace DescribeSourceLocationRequest {
1846
- /**
1847
- * @internal
1848
- */
1849
- const filterSensitiveLog: (obj: DescribeSourceLocationRequest) => any;
1850
- }
1851
1407
  export interface DescribeSourceLocationResponse {
1852
1408
  /**
1853
1409
  * <p>The access configuration for the source location.</p>
@@ -1886,12 +1442,6 @@ export interface DescribeSourceLocationResponse {
1886
1442
  */
1887
1443
  Tags?: Record<string, string>;
1888
1444
  }
1889
- export declare namespace DescribeSourceLocationResponse {
1890
- /**
1891
- * @internal
1892
- */
1893
- const filterSensitiveLog: (obj: DescribeSourceLocationResponse) => any;
1894
- }
1895
1445
  export interface DescribeVodSourceRequest {
1896
1446
  /**
1897
1447
  * <p>The identifier for the source location you are working on.</p>
@@ -1902,12 +1452,6 @@ export interface DescribeVodSourceRequest {
1902
1452
  */
1903
1453
  VodSourceName: string | undefined;
1904
1454
  }
1905
- export declare namespace DescribeVodSourceRequest {
1906
- /**
1907
- * @internal
1908
- */
1909
- const filterSensitiveLog: (obj: DescribeVodSourceRequest) => any;
1910
- }
1911
1455
  export interface DescribeVodSourceResponse {
1912
1456
  /**
1913
1457
  * <p>The ARN of the VOD source.</p>
@@ -1938,36 +1482,18 @@ export interface DescribeVodSourceResponse {
1938
1482
  */
1939
1483
  VodSourceName?: string;
1940
1484
  }
1941
- export declare namespace DescribeVodSourceResponse {
1942
- /**
1943
- * @internal
1944
- */
1945
- const filterSensitiveLog: (obj: DescribeVodSourceResponse) => any;
1946
- }
1947
1485
  export interface GetChannelPolicyRequest {
1948
1486
  /**
1949
1487
  * <p>The identifier for the channel you are working on.</p>
1950
1488
  */
1951
1489
  ChannelName: string | undefined;
1952
1490
  }
1953
- export declare namespace GetChannelPolicyRequest {
1954
- /**
1955
- * @internal
1956
- */
1957
- const filterSensitiveLog: (obj: GetChannelPolicyRequest) => any;
1958
- }
1959
1491
  export interface GetChannelPolicyResponse {
1960
1492
  /**
1961
1493
  * <p>The IAM policy for the channel.</p>
1962
1494
  */
1963
1495
  Policy?: string;
1964
1496
  }
1965
- export declare namespace GetChannelPolicyResponse {
1966
- /**
1967
- * @internal
1968
- */
1969
- const filterSensitiveLog: (obj: GetChannelPolicyResponse) => any;
1970
- }
1971
1497
  export interface GetChannelScheduleRequest {
1972
1498
  /**
1973
1499
  * <p>The identifier for the channel you are working on.</p>
@@ -1986,12 +1512,6 @@ export interface GetChannelScheduleRequest {
1986
1512
  */
1987
1513
  NextToken?: string;
1988
1514
  }
1989
- export declare namespace GetChannelScheduleRequest {
1990
- /**
1991
- * @internal
1992
- */
1993
- const filterSensitiveLog: (obj: GetChannelScheduleRequest) => any;
1994
- }
1995
1515
  export interface GetChannelScheduleResponse {
1996
1516
  /**
1997
1517
  * <p>A list of schedule entries for the channel.</p>
@@ -2002,24 +1522,12 @@ export interface GetChannelScheduleResponse {
2002
1522
  */
2003
1523
  NextToken?: string;
2004
1524
  }
2005
- export declare namespace GetChannelScheduleResponse {
2006
- /**
2007
- * @internal
2008
- */
2009
- const filterSensitiveLog: (obj: GetChannelScheduleResponse) => any;
2010
- }
2011
1525
  export interface GetPlaybackConfigurationRequest {
2012
1526
  /**
2013
1527
  * <p>The identifier for the playback configuration.</p>
2014
1528
  */
2015
1529
  Name: string | undefined;
2016
1530
  }
2017
- export declare namespace GetPlaybackConfigurationRequest {
2018
- /**
2019
- * @internal
2020
- */
2021
- const filterSensitiveLog: (obj: GetPlaybackConfigurationRequest) => any;
2022
- }
2023
1531
  export interface GetPlaybackConfigurationResponse {
2024
1532
  /**
2025
1533
  * <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
@@ -2098,12 +1606,6 @@ export interface GetPlaybackConfigurationResponse {
2098
1606
  */
2099
1607
  VideoContentSourceUrl?: string;
2100
1608
  }
2101
- export declare namespace GetPlaybackConfigurationResponse {
2102
- /**
2103
- * @internal
2104
- */
2105
- const filterSensitiveLog: (obj: GetPlaybackConfigurationResponse) => any;
2106
- }
2107
1609
  export interface GetPrefetchScheduleRequest {
2108
1610
  /**
2109
1611
  * <p>The identifier for the playback configuration.</p>
@@ -2114,12 +1616,6 @@ export interface GetPrefetchScheduleRequest {
2114
1616
  */
2115
1617
  PlaybackConfigurationName: string | undefined;
2116
1618
  }
2117
- export declare namespace GetPrefetchScheduleRequest {
2118
- /**
2119
- * @internal
2120
- */
2121
- const filterSensitiveLog: (obj: GetPrefetchScheduleRequest) => any;
2122
- }
2123
1619
  export interface GetPrefetchScheduleResponse {
2124
1620
  /**
2125
1621
  * <p>The Amazon Resource Name (ARN) of the prefetch schedule.</p>
@@ -2146,12 +1642,6 @@ export interface GetPrefetchScheduleResponse {
2146
1642
  */
2147
1643
  StreamId?: string;
2148
1644
  }
2149
- export declare namespace GetPrefetchScheduleResponse {
2150
- /**
2151
- * @internal
2152
- */
2153
- const filterSensitiveLog: (obj: GetPrefetchScheduleResponse) => any;
2154
- }
2155
1645
  export interface ListAlertsRequest {
2156
1646
  /**
2157
1647
  * <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
@@ -2166,12 +1656,6 @@ export interface ListAlertsRequest {
2166
1656
  */
2167
1657
  ResourceArn: string | undefined;
2168
1658
  }
2169
- export declare namespace ListAlertsRequest {
2170
- /**
2171
- * @internal
2172
- */
2173
- const filterSensitiveLog: (obj: ListAlertsRequest) => any;
2174
- }
2175
1659
  export interface ListAlertsResponse {
2176
1660
  /**
2177
1661
  * <p>A list of alerts that are associated with this resource.</p>
@@ -2182,12 +1666,6 @@ export interface ListAlertsResponse {
2182
1666
  */
2183
1667
  NextToken?: string;
2184
1668
  }
2185
- export declare namespace ListAlertsResponse {
2186
- /**
2187
- * @internal
2188
- */
2189
- const filterSensitiveLog: (obj: ListAlertsResponse) => any;
2190
- }
2191
1669
  export interface ListChannelsRequest {
2192
1670
  /**
2193
1671
  * <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
@@ -2198,12 +1676,6 @@ export interface ListChannelsRequest {
2198
1676
  */
2199
1677
  NextToken?: string;
2200
1678
  }
2201
- export declare namespace ListChannelsRequest {
2202
- /**
2203
- * @internal
2204
- */
2205
- const filterSensitiveLog: (obj: ListChannelsRequest) => any;
2206
- }
2207
1679
  export interface ListChannelsResponse {
2208
1680
  /**
2209
1681
  * <p>A list of channels that are associated with this account.</p>
@@ -2214,12 +1686,6 @@ export interface ListChannelsResponse {
2214
1686
  */
2215
1687
  NextToken?: string;
2216
1688
  }
2217
- export declare namespace ListChannelsResponse {
2218
- /**
2219
- * @internal
2220
- */
2221
- const filterSensitiveLog: (obj: ListChannelsResponse) => any;
2222
- }
2223
1689
  export interface ListLiveSourcesRequest {
2224
1690
  /**
2225
1691
  * <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
@@ -2234,12 +1700,6 @@ export interface ListLiveSourcesRequest {
2234
1700
  */
2235
1701
  SourceLocationName: string | undefined;
2236
1702
  }
2237
- export declare namespace ListLiveSourcesRequest {
2238
- /**
2239
- * @internal
2240
- */
2241
- const filterSensitiveLog: (obj: ListLiveSourcesRequest) => any;
2242
- }
2243
1703
  export interface ListLiveSourcesResponse {
2244
1704
  /**
2245
1705
  * <p>Lists the live sources.</p>
@@ -2250,12 +1710,6 @@ export interface ListLiveSourcesResponse {
2250
1710
  */
2251
1711
  NextToken?: string;
2252
1712
  }
2253
- export declare namespace ListLiveSourcesResponse {
2254
- /**
2255
- * @internal
2256
- */
2257
- const filterSensitiveLog: (obj: ListLiveSourcesResponse) => any;
2258
- }
2259
1713
  export interface ListPlaybackConfigurationsRequest {
2260
1714
  /**
2261
1715
  * <p>Maximum number of records to return.</p>
@@ -2266,12 +1720,6 @@ export interface ListPlaybackConfigurationsRequest {
2266
1720
  */
2267
1721
  NextToken?: string;
2268
1722
  }
2269
- export declare namespace ListPlaybackConfigurationsRequest {
2270
- /**
2271
- * @internal
2272
- */
2273
- const filterSensitiveLog: (obj: ListPlaybackConfigurationsRequest) => any;
2274
- }
2275
1723
  export interface ListPlaybackConfigurationsResponse {
2276
1724
  /**
2277
1725
  * <p>Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.</p>
@@ -2282,12 +1730,6 @@ export interface ListPlaybackConfigurationsResponse {
2282
1730
  */
2283
1731
  NextToken?: string;
2284
1732
  }
2285
- export declare namespace ListPlaybackConfigurationsResponse {
2286
- /**
2287
- * @internal
2288
- */
2289
- const filterSensitiveLog: (obj: ListPlaybackConfigurationsResponse) => any;
2290
- }
2291
1733
  export interface ListPrefetchSchedulesRequest {
2292
1734
  /**
2293
1735
  * <p>The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.</p>
@@ -2306,12 +1748,6 @@ export interface ListPrefetchSchedulesRequest {
2306
1748
  */
2307
1749
  StreamId?: string;
2308
1750
  }
2309
- export declare namespace ListPrefetchSchedulesRequest {
2310
- /**
2311
- * @internal
2312
- */
2313
- const filterSensitiveLog: (obj: ListPrefetchSchedulesRequest) => any;
2314
- }
2315
1751
  export interface ListPrefetchSchedulesResponse {
2316
1752
  /**
2317
1753
  * <p>Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.</p>
@@ -2322,12 +1758,6 @@ export interface ListPrefetchSchedulesResponse {
2322
1758
  */
2323
1759
  NextToken?: string;
2324
1760
  }
2325
- export declare namespace ListPrefetchSchedulesResponse {
2326
- /**
2327
- * @internal
2328
- */
2329
- const filterSensitiveLog: (obj: ListPrefetchSchedulesResponse) => any;
2330
- }
2331
1761
  export interface ListSourceLocationsRequest {
2332
1762
  /**
2333
1763
  * <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
@@ -2338,12 +1768,6 @@ export interface ListSourceLocationsRequest {
2338
1768
  */
2339
1769
  NextToken?: string;
2340
1770
  }
2341
- export declare namespace ListSourceLocationsRequest {
2342
- /**
2343
- * @internal
2344
- */
2345
- const filterSensitiveLog: (obj: ListSourceLocationsRequest) => any;
2346
- }
2347
1771
  export interface ListSourceLocationsResponse {
2348
1772
  /**
2349
1773
  * <p>A list of source locations.</p>
@@ -2354,36 +1778,18 @@ export interface ListSourceLocationsResponse {
2354
1778
  */
2355
1779
  NextToken?: string;
2356
1780
  }
2357
- export declare namespace ListSourceLocationsResponse {
2358
- /**
2359
- * @internal
2360
- */
2361
- const filterSensitiveLog: (obj: ListSourceLocationsResponse) => any;
2362
- }
2363
1781
  export interface ListTagsForResourceRequest {
2364
1782
  /**
2365
1783
  * <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
2366
1784
  */
2367
1785
  ResourceArn: string | undefined;
2368
1786
  }
2369
- export declare namespace ListTagsForResourceRequest {
2370
- /**
2371
- * @internal
2372
- */
2373
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2374
- }
2375
1787
  export interface ListTagsForResourceResponse {
2376
1788
  /**
2377
1789
  * <p>A comma-separated list of tag key:value pairs.</p>
2378
1790
  */
2379
1791
  Tags?: Record<string, string>;
2380
1792
  }
2381
- export declare namespace ListTagsForResourceResponse {
2382
- /**
2383
- * @internal
2384
- */
2385
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2386
- }
2387
1793
  export interface ListVodSourcesRequest {
2388
1794
  /**
2389
1795
  * <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
@@ -2398,12 +1804,6 @@ export interface ListVodSourcesRequest {
2398
1804
  */
2399
1805
  SourceLocationName: string | undefined;
2400
1806
  }
2401
- export declare namespace ListVodSourcesRequest {
2402
- /**
2403
- * @internal
2404
- */
2405
- const filterSensitiveLog: (obj: ListVodSourcesRequest) => any;
2406
- }
2407
1807
  export interface ListVodSourcesResponse {
2408
1808
  /**
2409
1809
  * <p>Lists the VOD sources.</p>
@@ -2414,12 +1814,6 @@ export interface ListVodSourcesResponse {
2414
1814
  */
2415
1815
  NextToken?: string;
2416
1816
  }
2417
- export declare namespace ListVodSourcesResponse {
2418
- /**
2419
- * @internal
2420
- */
2421
- const filterSensitiveLog: (obj: ListVodSourcesResponse) => any;
2422
- }
2423
1817
  export interface PutChannelPolicyRequest {
2424
1818
  /**
2425
1819
  * <p>The identifier for the channel you are working on.</p>
@@ -2430,20 +1824,8 @@ export interface PutChannelPolicyRequest {
2430
1824
  */
2431
1825
  Policy: string | undefined;
2432
1826
  }
2433
- export declare namespace PutChannelPolicyRequest {
2434
- /**
2435
- * @internal
2436
- */
2437
- const filterSensitiveLog: (obj: PutChannelPolicyRequest) => any;
2438
- }
2439
1827
  export interface PutChannelPolicyResponse {
2440
1828
  }
2441
- export declare namespace PutChannelPolicyResponse {
2442
- /**
2443
- * @internal
2444
- */
2445
- const filterSensitiveLog: (obj: PutChannelPolicyResponse) => any;
2446
- }
2447
1829
  export interface PutPlaybackConfigurationRequest {
2448
1830
  /**
2449
1831
  * <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
@@ -2502,12 +1884,6 @@ export interface PutPlaybackConfigurationRequest {
2502
1884
  */
2503
1885
  VideoContentSourceUrl?: string;
2504
1886
  }
2505
- export declare namespace PutPlaybackConfigurationRequest {
2506
- /**
2507
- * @internal
2508
- */
2509
- const filterSensitiveLog: (obj: PutPlaybackConfigurationRequest) => any;
2510
- }
2511
1887
  export interface PutPlaybackConfigurationResponse {
2512
1888
  /**
2513
1889
  * <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
@@ -2586,52 +1962,22 @@ export interface PutPlaybackConfigurationResponse {
2586
1962
  */
2587
1963
  VideoContentSourceUrl?: string;
2588
1964
  }
2589
- export declare namespace PutPlaybackConfigurationResponse {
2590
- /**
2591
- * @internal
2592
- */
2593
- const filterSensitiveLog: (obj: PutPlaybackConfigurationResponse) => any;
2594
- }
2595
1965
  export interface StartChannelRequest {
2596
1966
  /**
2597
1967
  * <p>The identifier for the channel you are working on.</p>
2598
1968
  */
2599
1969
  ChannelName: string | undefined;
2600
1970
  }
2601
- export declare namespace StartChannelRequest {
2602
- /**
2603
- * @internal
2604
- */
2605
- const filterSensitiveLog: (obj: StartChannelRequest) => any;
2606
- }
2607
1971
  export interface StartChannelResponse {
2608
1972
  }
2609
- export declare namespace StartChannelResponse {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: StartChannelResponse) => any;
2614
- }
2615
1973
  export interface StopChannelRequest {
2616
1974
  /**
2617
1975
  * <p>The identifier for the channel you are working on.</p>
2618
1976
  */
2619
1977
  ChannelName: string | undefined;
2620
1978
  }
2621
- export declare namespace StopChannelRequest {
2622
- /**
2623
- * @internal
2624
- */
2625
- const filterSensitiveLog: (obj: StopChannelRequest) => any;
2626
- }
2627
1979
  export interface StopChannelResponse {
2628
1980
  }
2629
- export declare namespace StopChannelResponse {
2630
- /**
2631
- * @internal
2632
- */
2633
- const filterSensitiveLog: (obj: StopChannelResponse) => any;
2634
- }
2635
1981
  export interface TagResourceRequest {
2636
1982
  /**
2637
1983
  * <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
@@ -2642,12 +1988,6 @@ export interface TagResourceRequest {
2642
1988
  */
2643
1989
  Tags: Record<string, string> | undefined;
2644
1990
  }
2645
- export declare namespace TagResourceRequest {
2646
- /**
2647
- * @internal
2648
- */
2649
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2650
- }
2651
1991
  export interface UntagResourceRequest {
2652
1992
  /**
2653
1993
  * <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
@@ -2658,12 +1998,6 @@ export interface UntagResourceRequest {
2658
1998
  */
2659
1999
  TagKeys: string[] | undefined;
2660
2000
  }
2661
- export declare namespace UntagResourceRequest {
2662
- /**
2663
- * @internal
2664
- */
2665
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2666
- }
2667
2001
  export interface UpdateChannelRequest {
2668
2002
  /**
2669
2003
  * <p>The identifier for the channel you are working on.</p>
@@ -2678,12 +2012,6 @@ export interface UpdateChannelRequest {
2678
2012
  */
2679
2013
  Outputs: RequestOutputItem[] | undefined;
2680
2014
  }
2681
- export declare namespace UpdateChannelRequest {
2682
- /**
2683
- * @internal
2684
- */
2685
- const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
2686
- }
2687
2015
  export interface UpdateChannelResponse {
2688
2016
  /**
2689
2017
  * <p>The ARN of the channel.</p>
@@ -2726,12 +2054,6 @@ export interface UpdateChannelResponse {
2726
2054
  */
2727
2055
  Tier?: string;
2728
2056
  }
2729
- export declare namespace UpdateChannelResponse {
2730
- /**
2731
- * @internal
2732
- */
2733
- const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
2734
- }
2735
2057
  export interface UpdateLiveSourceRequest {
2736
2058
  /**
2737
2059
  * <p>A list of HTTP package configurations for the live source on this account.</p>
@@ -2746,12 +2068,6 @@ export interface UpdateLiveSourceRequest {
2746
2068
  */
2747
2069
  SourceLocationName: string | undefined;
2748
2070
  }
2749
- export declare namespace UpdateLiveSourceRequest {
2750
- /**
2751
- * @internal
2752
- */
2753
- const filterSensitiveLog: (obj: UpdateLiveSourceRequest) => any;
2754
- }
2755
2071
  export interface UpdateLiveSourceResponse {
2756
2072
  /**
2757
2073
  * <p>The ARN of the live source.</p>
@@ -2782,12 +2098,6 @@ export interface UpdateLiveSourceResponse {
2782
2098
  */
2783
2099
  Tags?: Record<string, string>;
2784
2100
  }
2785
- export declare namespace UpdateLiveSourceResponse {
2786
- /**
2787
- * @internal
2788
- */
2789
- const filterSensitiveLog: (obj: UpdateLiveSourceResponse) => any;
2790
- }
2791
2101
  export interface UpdateSourceLocationRequest {
2792
2102
  /**
2793
2103
  * <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
@@ -2810,12 +2120,6 @@ export interface UpdateSourceLocationRequest {
2810
2120
  */
2811
2121
  SourceLocationName: string | undefined;
2812
2122
  }
2813
- export declare namespace UpdateSourceLocationRequest {
2814
- /**
2815
- * @internal
2816
- */
2817
- const filterSensitiveLog: (obj: UpdateSourceLocationRequest) => any;
2818
- }
2819
2123
  export interface UpdateSourceLocationResponse {
2820
2124
  /**
2821
2125
  * <p>The access configuration for the source location.</p>
@@ -2854,12 +2158,6 @@ export interface UpdateSourceLocationResponse {
2854
2158
  */
2855
2159
  Tags?: Record<string, string>;
2856
2160
  }
2857
- export declare namespace UpdateSourceLocationResponse {
2858
- /**
2859
- * @internal
2860
- */
2861
- const filterSensitiveLog: (obj: UpdateSourceLocationResponse) => any;
2862
- }
2863
2161
  export interface UpdateVodSourceRequest {
2864
2162
  /**
2865
2163
  * <p>A list of HTTP package configurations for the VOD source on this account.</p>
@@ -2874,12 +2172,6 @@ export interface UpdateVodSourceRequest {
2874
2172
  */
2875
2173
  VodSourceName: string | undefined;
2876
2174
  }
2877
- export declare namespace UpdateVodSourceRequest {
2878
- /**
2879
- * @internal
2880
- */
2881
- const filterSensitiveLog: (obj: UpdateVodSourceRequest) => any;
2882
- }
2883
2175
  export interface UpdateVodSourceResponse {
2884
2176
  /**
2885
2177
  * <p>The ARN of the VOD source.</p>
@@ -2910,9 +2202,479 @@ export interface UpdateVodSourceResponse {
2910
2202
  */
2911
2203
  VodSourceName?: string;
2912
2204
  }
2913
- export declare namespace UpdateVodSourceResponse {
2914
- /**
2915
- * @internal
2916
- */
2917
- const filterSensitiveLog: (obj: UpdateVodSourceResponse) => any;
2918
- }
2205
+ /**
2206
+ * @internal
2207
+ */
2208
+ export declare const SlateSourceFilterSensitiveLog: (obj: SlateSource) => any;
2209
+ /**
2210
+ * @internal
2211
+ */
2212
+ export declare const SpliceInsertMessageFilterSensitiveLog: (obj: SpliceInsertMessage) => any;
2213
+ /**
2214
+ * @internal
2215
+ */
2216
+ export declare const AdBreakFilterSensitiveLog: (obj: AdBreak) => any;
2217
+ /**
2218
+ * @internal
2219
+ */
2220
+ export declare const AlertFilterSensitiveLog: (obj: Alert) => any;
2221
+ /**
2222
+ * @internal
2223
+ */
2224
+ export declare const AvailMatchingCriteriaFilterSensitiveLog: (obj: AvailMatchingCriteria) => any;
2225
+ /**
2226
+ * @internal
2227
+ */
2228
+ export declare const DashPlaylistSettingsFilterSensitiveLog: (obj: DashPlaylistSettings) => any;
2229
+ /**
2230
+ * @internal
2231
+ */
2232
+ export declare const HlsPlaylistSettingsFilterSensitiveLog: (obj: HlsPlaylistSettings) => any;
2233
+ /**
2234
+ * @internal
2235
+ */
2236
+ export declare const ResponseOutputItemFilterSensitiveLog: (obj: ResponseOutputItem) => any;
2237
+ /**
2238
+ * @internal
2239
+ */
2240
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
2241
+ /**
2242
+ * @internal
2243
+ */
2244
+ export declare const HttpPackageConfigurationFilterSensitiveLog: (obj: HttpPackageConfiguration) => any;
2245
+ /**
2246
+ * @internal
2247
+ */
2248
+ export declare const LiveSourceFilterSensitiveLog: (obj: LiveSource) => any;
2249
+ /**
2250
+ * @internal
2251
+ */
2252
+ export declare const AvailSuppressionFilterSensitiveLog: (obj: AvailSuppression) => any;
2253
+ /**
2254
+ * @internal
2255
+ */
2256
+ export declare const BumperFilterSensitiveLog: (obj: Bumper) => any;
2257
+ /**
2258
+ * @internal
2259
+ */
2260
+ export declare const CdnConfigurationFilterSensitiveLog: (obj: CdnConfiguration) => any;
2261
+ /**
2262
+ * @internal
2263
+ */
2264
+ export declare const DashConfigurationFilterSensitiveLog: (obj: DashConfiguration) => any;
2265
+ /**
2266
+ * @internal
2267
+ */
2268
+ export declare const HlsConfigurationFilterSensitiveLog: (obj: HlsConfiguration) => any;
2269
+ /**
2270
+ * @internal
2271
+ */
2272
+ export declare const LivePreRollConfigurationFilterSensitiveLog: (obj: LivePreRollConfiguration) => any;
2273
+ /**
2274
+ * @internal
2275
+ */
2276
+ export declare const LogConfigurationFilterSensitiveLog: (obj: LogConfiguration) => any;
2277
+ /**
2278
+ * @internal
2279
+ */
2280
+ export declare const AdMarkerPassthroughFilterSensitiveLog: (obj: AdMarkerPassthrough) => any;
2281
+ /**
2282
+ * @internal
2283
+ */
2284
+ export declare const ManifestProcessingRulesFilterSensitiveLog: (obj: ManifestProcessingRules) => any;
2285
+ /**
2286
+ * @internal
2287
+ */
2288
+ export declare const PlaybackConfigurationFilterSensitiveLog: (obj: PlaybackConfiguration) => any;
2289
+ /**
2290
+ * @internal
2291
+ */
2292
+ export declare const PrefetchConsumptionFilterSensitiveLog: (obj: PrefetchConsumption) => any;
2293
+ /**
2294
+ * @internal
2295
+ */
2296
+ export declare const PrefetchRetrievalFilterSensitiveLog: (obj: PrefetchRetrieval) => any;
2297
+ /**
2298
+ * @internal
2299
+ */
2300
+ export declare const PrefetchScheduleFilterSensitiveLog: (obj: PrefetchSchedule) => any;
2301
+ /**
2302
+ * @internal
2303
+ */
2304
+ export declare const ScheduleAdBreakFilterSensitiveLog: (obj: ScheduleAdBreak) => any;
2305
+ /**
2306
+ * @internal
2307
+ */
2308
+ export declare const ScheduleEntryFilterSensitiveLog: (obj: ScheduleEntry) => any;
2309
+ /**
2310
+ * @internal
2311
+ */
2312
+ export declare const SegmentDeliveryConfigurationFilterSensitiveLog: (obj: SegmentDeliveryConfiguration) => any;
2313
+ /**
2314
+ * @internal
2315
+ */
2316
+ export declare const SecretsManagerAccessTokenConfigurationFilterSensitiveLog: (obj: SecretsManagerAccessTokenConfiguration) => any;
2317
+ /**
2318
+ * @internal
2319
+ */
2320
+ export declare const AccessConfigurationFilterSensitiveLog: (obj: AccessConfiguration) => any;
2321
+ /**
2322
+ * @internal
2323
+ */
2324
+ export declare const DefaultSegmentDeliveryConfigurationFilterSensitiveLog: (obj: DefaultSegmentDeliveryConfiguration) => any;
2325
+ /**
2326
+ * @internal
2327
+ */
2328
+ export declare const HttpConfigurationFilterSensitiveLog: (obj: HttpConfiguration) => any;
2329
+ /**
2330
+ * @internal
2331
+ */
2332
+ export declare const SourceLocationFilterSensitiveLog: (obj: SourceLocation) => any;
2333
+ /**
2334
+ * @internal
2335
+ */
2336
+ export declare const VodSourceFilterSensitiveLog: (obj: VodSource) => any;
2337
+ /**
2338
+ * @internal
2339
+ */
2340
+ export declare const ConfigureLogsForPlaybackConfigurationRequestFilterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
2341
+ /**
2342
+ * @internal
2343
+ */
2344
+ export declare const ConfigureLogsForPlaybackConfigurationResponseFilterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
2345
+ /**
2346
+ * @internal
2347
+ */
2348
+ export declare const RequestOutputItemFilterSensitiveLog: (obj: RequestOutputItem) => any;
2349
+ /**
2350
+ * @internal
2351
+ */
2352
+ export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
2353
+ /**
2354
+ * @internal
2355
+ */
2356
+ export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
2357
+ /**
2358
+ * @internal
2359
+ */
2360
+ export declare const CreateLiveSourceRequestFilterSensitiveLog: (obj: CreateLiveSourceRequest) => any;
2361
+ /**
2362
+ * @internal
2363
+ */
2364
+ export declare const CreateLiveSourceResponseFilterSensitiveLog: (obj: CreateLiveSourceResponse) => any;
2365
+ /**
2366
+ * @internal
2367
+ */
2368
+ export declare const CreatePrefetchScheduleRequestFilterSensitiveLog: (obj: CreatePrefetchScheduleRequest) => any;
2369
+ /**
2370
+ * @internal
2371
+ */
2372
+ export declare const CreatePrefetchScheduleResponseFilterSensitiveLog: (obj: CreatePrefetchScheduleResponse) => any;
2373
+ /**
2374
+ * @internal
2375
+ */
2376
+ export declare const TransitionFilterSensitiveLog: (obj: Transition) => any;
2377
+ /**
2378
+ * @internal
2379
+ */
2380
+ export declare const ScheduleConfigurationFilterSensitiveLog: (obj: ScheduleConfiguration) => any;
2381
+ /**
2382
+ * @internal
2383
+ */
2384
+ export declare const CreateProgramRequestFilterSensitiveLog: (obj: CreateProgramRequest) => any;
2385
+ /**
2386
+ * @internal
2387
+ */
2388
+ export declare const CreateProgramResponseFilterSensitiveLog: (obj: CreateProgramResponse) => any;
2389
+ /**
2390
+ * @internal
2391
+ */
2392
+ export declare const CreateSourceLocationRequestFilterSensitiveLog: (obj: CreateSourceLocationRequest) => any;
2393
+ /**
2394
+ * @internal
2395
+ */
2396
+ export declare const CreateSourceLocationResponseFilterSensitiveLog: (obj: CreateSourceLocationResponse) => any;
2397
+ /**
2398
+ * @internal
2399
+ */
2400
+ export declare const CreateVodSourceRequestFilterSensitiveLog: (obj: CreateVodSourceRequest) => any;
2401
+ /**
2402
+ * @internal
2403
+ */
2404
+ export declare const CreateVodSourceResponseFilterSensitiveLog: (obj: CreateVodSourceResponse) => any;
2405
+ /**
2406
+ * @internal
2407
+ */
2408
+ export declare const DashConfigurationForPutFilterSensitiveLog: (obj: DashConfigurationForPut) => any;
2409
+ /**
2410
+ * @internal
2411
+ */
2412
+ export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
2413
+ /**
2414
+ * @internal
2415
+ */
2416
+ export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
2417
+ /**
2418
+ * @internal
2419
+ */
2420
+ export declare const DeleteChannelPolicyRequestFilterSensitiveLog: (obj: DeleteChannelPolicyRequest) => any;
2421
+ /**
2422
+ * @internal
2423
+ */
2424
+ export declare const DeleteChannelPolicyResponseFilterSensitiveLog: (obj: DeleteChannelPolicyResponse) => any;
2425
+ /**
2426
+ * @internal
2427
+ */
2428
+ export declare const DeleteLiveSourceRequestFilterSensitiveLog: (obj: DeleteLiveSourceRequest) => any;
2429
+ /**
2430
+ * @internal
2431
+ */
2432
+ export declare const DeleteLiveSourceResponseFilterSensitiveLog: (obj: DeleteLiveSourceResponse) => any;
2433
+ /**
2434
+ * @internal
2435
+ */
2436
+ export declare const DeletePlaybackConfigurationRequestFilterSensitiveLog: (obj: DeletePlaybackConfigurationRequest) => any;
2437
+ /**
2438
+ * @internal
2439
+ */
2440
+ export declare const DeletePlaybackConfigurationResponseFilterSensitiveLog: (obj: DeletePlaybackConfigurationResponse) => any;
2441
+ /**
2442
+ * @internal
2443
+ */
2444
+ export declare const DeletePrefetchScheduleRequestFilterSensitiveLog: (obj: DeletePrefetchScheduleRequest) => any;
2445
+ /**
2446
+ * @internal
2447
+ */
2448
+ export declare const DeletePrefetchScheduleResponseFilterSensitiveLog: (obj: DeletePrefetchScheduleResponse) => any;
2449
+ /**
2450
+ * @internal
2451
+ */
2452
+ export declare const DeleteProgramRequestFilterSensitiveLog: (obj: DeleteProgramRequest) => any;
2453
+ /**
2454
+ * @internal
2455
+ */
2456
+ export declare const DeleteProgramResponseFilterSensitiveLog: (obj: DeleteProgramResponse) => any;
2457
+ /**
2458
+ * @internal
2459
+ */
2460
+ export declare const DeleteSourceLocationRequestFilterSensitiveLog: (obj: DeleteSourceLocationRequest) => any;
2461
+ /**
2462
+ * @internal
2463
+ */
2464
+ export declare const DeleteSourceLocationResponseFilterSensitiveLog: (obj: DeleteSourceLocationResponse) => any;
2465
+ /**
2466
+ * @internal
2467
+ */
2468
+ export declare const DeleteVodSourceRequestFilterSensitiveLog: (obj: DeleteVodSourceRequest) => any;
2469
+ /**
2470
+ * @internal
2471
+ */
2472
+ export declare const DeleteVodSourceResponseFilterSensitiveLog: (obj: DeleteVodSourceResponse) => any;
2473
+ /**
2474
+ * @internal
2475
+ */
2476
+ export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
2477
+ /**
2478
+ * @internal
2479
+ */
2480
+ export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
2481
+ /**
2482
+ * @internal
2483
+ */
2484
+ export declare const DescribeLiveSourceRequestFilterSensitiveLog: (obj: DescribeLiveSourceRequest) => any;
2485
+ /**
2486
+ * @internal
2487
+ */
2488
+ export declare const DescribeLiveSourceResponseFilterSensitiveLog: (obj: DescribeLiveSourceResponse) => any;
2489
+ /**
2490
+ * @internal
2491
+ */
2492
+ export declare const DescribeProgramRequestFilterSensitiveLog: (obj: DescribeProgramRequest) => any;
2493
+ /**
2494
+ * @internal
2495
+ */
2496
+ export declare const DescribeProgramResponseFilterSensitiveLog: (obj: DescribeProgramResponse) => any;
2497
+ /**
2498
+ * @internal
2499
+ */
2500
+ export declare const DescribeSourceLocationRequestFilterSensitiveLog: (obj: DescribeSourceLocationRequest) => any;
2501
+ /**
2502
+ * @internal
2503
+ */
2504
+ export declare const DescribeSourceLocationResponseFilterSensitiveLog: (obj: DescribeSourceLocationResponse) => any;
2505
+ /**
2506
+ * @internal
2507
+ */
2508
+ export declare const DescribeVodSourceRequestFilterSensitiveLog: (obj: DescribeVodSourceRequest) => any;
2509
+ /**
2510
+ * @internal
2511
+ */
2512
+ export declare const DescribeVodSourceResponseFilterSensitiveLog: (obj: DescribeVodSourceResponse) => any;
2513
+ /**
2514
+ * @internal
2515
+ */
2516
+ export declare const GetChannelPolicyRequestFilterSensitiveLog: (obj: GetChannelPolicyRequest) => any;
2517
+ /**
2518
+ * @internal
2519
+ */
2520
+ export declare const GetChannelPolicyResponseFilterSensitiveLog: (obj: GetChannelPolicyResponse) => any;
2521
+ /**
2522
+ * @internal
2523
+ */
2524
+ export declare const GetChannelScheduleRequestFilterSensitiveLog: (obj: GetChannelScheduleRequest) => any;
2525
+ /**
2526
+ * @internal
2527
+ */
2528
+ export declare const GetChannelScheduleResponseFilterSensitiveLog: (obj: GetChannelScheduleResponse) => any;
2529
+ /**
2530
+ * @internal
2531
+ */
2532
+ export declare const GetPlaybackConfigurationRequestFilterSensitiveLog: (obj: GetPlaybackConfigurationRequest) => any;
2533
+ /**
2534
+ * @internal
2535
+ */
2536
+ export declare const GetPlaybackConfigurationResponseFilterSensitiveLog: (obj: GetPlaybackConfigurationResponse) => any;
2537
+ /**
2538
+ * @internal
2539
+ */
2540
+ export declare const GetPrefetchScheduleRequestFilterSensitiveLog: (obj: GetPrefetchScheduleRequest) => any;
2541
+ /**
2542
+ * @internal
2543
+ */
2544
+ export declare const GetPrefetchScheduleResponseFilterSensitiveLog: (obj: GetPrefetchScheduleResponse) => any;
2545
+ /**
2546
+ * @internal
2547
+ */
2548
+ export declare const ListAlertsRequestFilterSensitiveLog: (obj: ListAlertsRequest) => any;
2549
+ /**
2550
+ * @internal
2551
+ */
2552
+ export declare const ListAlertsResponseFilterSensitiveLog: (obj: ListAlertsResponse) => any;
2553
+ /**
2554
+ * @internal
2555
+ */
2556
+ export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
2557
+ /**
2558
+ * @internal
2559
+ */
2560
+ export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
2561
+ /**
2562
+ * @internal
2563
+ */
2564
+ export declare const ListLiveSourcesRequestFilterSensitiveLog: (obj: ListLiveSourcesRequest) => any;
2565
+ /**
2566
+ * @internal
2567
+ */
2568
+ export declare const ListLiveSourcesResponseFilterSensitiveLog: (obj: ListLiveSourcesResponse) => any;
2569
+ /**
2570
+ * @internal
2571
+ */
2572
+ export declare const ListPlaybackConfigurationsRequestFilterSensitiveLog: (obj: ListPlaybackConfigurationsRequest) => any;
2573
+ /**
2574
+ * @internal
2575
+ */
2576
+ export declare const ListPlaybackConfigurationsResponseFilterSensitiveLog: (obj: ListPlaybackConfigurationsResponse) => any;
2577
+ /**
2578
+ * @internal
2579
+ */
2580
+ export declare const ListPrefetchSchedulesRequestFilterSensitiveLog: (obj: ListPrefetchSchedulesRequest) => any;
2581
+ /**
2582
+ * @internal
2583
+ */
2584
+ export declare const ListPrefetchSchedulesResponseFilterSensitiveLog: (obj: ListPrefetchSchedulesResponse) => any;
2585
+ /**
2586
+ * @internal
2587
+ */
2588
+ export declare const ListSourceLocationsRequestFilterSensitiveLog: (obj: ListSourceLocationsRequest) => any;
2589
+ /**
2590
+ * @internal
2591
+ */
2592
+ export declare const ListSourceLocationsResponseFilterSensitiveLog: (obj: ListSourceLocationsResponse) => any;
2593
+ /**
2594
+ * @internal
2595
+ */
2596
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2597
+ /**
2598
+ * @internal
2599
+ */
2600
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2601
+ /**
2602
+ * @internal
2603
+ */
2604
+ export declare const ListVodSourcesRequestFilterSensitiveLog: (obj: ListVodSourcesRequest) => any;
2605
+ /**
2606
+ * @internal
2607
+ */
2608
+ export declare const ListVodSourcesResponseFilterSensitiveLog: (obj: ListVodSourcesResponse) => any;
2609
+ /**
2610
+ * @internal
2611
+ */
2612
+ export declare const PutChannelPolicyRequestFilterSensitiveLog: (obj: PutChannelPolicyRequest) => any;
2613
+ /**
2614
+ * @internal
2615
+ */
2616
+ export declare const PutChannelPolicyResponseFilterSensitiveLog: (obj: PutChannelPolicyResponse) => any;
2617
+ /**
2618
+ * @internal
2619
+ */
2620
+ export declare const PutPlaybackConfigurationRequestFilterSensitiveLog: (obj: PutPlaybackConfigurationRequest) => any;
2621
+ /**
2622
+ * @internal
2623
+ */
2624
+ export declare const PutPlaybackConfigurationResponseFilterSensitiveLog: (obj: PutPlaybackConfigurationResponse) => any;
2625
+ /**
2626
+ * @internal
2627
+ */
2628
+ export declare const StartChannelRequestFilterSensitiveLog: (obj: StartChannelRequest) => any;
2629
+ /**
2630
+ * @internal
2631
+ */
2632
+ export declare const StartChannelResponseFilterSensitiveLog: (obj: StartChannelResponse) => any;
2633
+ /**
2634
+ * @internal
2635
+ */
2636
+ export declare const StopChannelRequestFilterSensitiveLog: (obj: StopChannelRequest) => any;
2637
+ /**
2638
+ * @internal
2639
+ */
2640
+ export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelResponse) => any;
2641
+ /**
2642
+ * @internal
2643
+ */
2644
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2645
+ /**
2646
+ * @internal
2647
+ */
2648
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2649
+ /**
2650
+ * @internal
2651
+ */
2652
+ export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
2653
+ /**
2654
+ * @internal
2655
+ */
2656
+ export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
2657
+ /**
2658
+ * @internal
2659
+ */
2660
+ export declare const UpdateLiveSourceRequestFilterSensitiveLog: (obj: UpdateLiveSourceRequest) => any;
2661
+ /**
2662
+ * @internal
2663
+ */
2664
+ export declare const UpdateLiveSourceResponseFilterSensitiveLog: (obj: UpdateLiveSourceResponse) => any;
2665
+ /**
2666
+ * @internal
2667
+ */
2668
+ export declare const UpdateSourceLocationRequestFilterSensitiveLog: (obj: UpdateSourceLocationRequest) => any;
2669
+ /**
2670
+ * @internal
2671
+ */
2672
+ export declare const UpdateSourceLocationResponseFilterSensitiveLog: (obj: UpdateSourceLocationResponse) => any;
2673
+ /**
2674
+ * @internal
2675
+ */
2676
+ export declare const UpdateVodSourceRequestFilterSensitiveLog: (obj: UpdateVodSourceRequest) => any;
2677
+ /**
2678
+ * @internal
2679
+ */
2680
+ export declare const UpdateVodSourceResponseFilterSensitiveLog: (obj: UpdateVodSourceResponse) => any;