@aws-sdk/client-medialive 3.297.0 → 3.299.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 (131) hide show
  1. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteCommand.js +2 -3
  3. package/dist-cjs/commands/BatchStartCommand.js +2 -3
  4. package/dist-cjs/commands/BatchStopCommand.js +2 -3
  5. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -3
  6. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -3
  7. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -3
  8. package/dist-cjs/commands/CreateChannelCommand.js +2 -3
  9. package/dist-cjs/commands/CreateInputCommand.js +2 -3
  10. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -3
  13. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTagsCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteInputCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteReservationCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeChannelCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeInputCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
  27. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -3
  28. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeReservationCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -3
  33. package/dist-cjs/commands/ListChannelsCommand.js +2 -3
  34. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -3
  35. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -3
  37. package/dist-cjs/commands/ListInputsCommand.js +2 -3
  38. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -3
  39. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -3
  40. package/dist-cjs/commands/ListOfferingsCommand.js +2 -3
  41. package/dist-cjs/commands/ListReservationsCommand.js +2 -3
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  43. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -3
  44. package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -3
  45. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -3
  46. package/dist-cjs/commands/StartChannelCommand.js +2 -3
  47. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -4
  48. package/dist-cjs/commands/StartMultiplexCommand.js +2 -3
  49. package/dist-cjs/commands/StopChannelCommand.js +2 -3
  50. package/dist-cjs/commands/StopMultiplexCommand.js +2 -3
  51. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -3
  52. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -3
  53. package/dist-cjs/commands/UpdateChannelCommand.js +2 -3
  54. package/dist-cjs/commands/UpdateInputCommand.js +2 -3
  55. package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -3
  56. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -3
  58. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -3
  59. package/dist-cjs/commands/UpdateReservationCommand.js +2 -3
  60. package/dist-cjs/models/models_0.js +1 -579
  61. package/dist-cjs/models/models_1.js +1 -728
  62. package/dist-cjs/models/models_2.js +0 -101
  63. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +2 -3
  64. package/dist-es/commands/BatchDeleteCommand.js +2 -3
  65. package/dist-es/commands/BatchStartCommand.js +2 -3
  66. package/dist-es/commands/BatchStopCommand.js +2 -3
  67. package/dist-es/commands/BatchUpdateScheduleCommand.js +2 -3
  68. package/dist-es/commands/CancelInputDeviceTransferCommand.js +2 -3
  69. package/dist-es/commands/ClaimDeviceCommand.js +2 -3
  70. package/dist-es/commands/CreateChannelCommand.js +2 -3
  71. package/dist-es/commands/CreateInputCommand.js +2 -3
  72. package/dist-es/commands/CreateInputSecurityGroupCommand.js +2 -3
  73. package/dist-es/commands/CreateMultiplexCommand.js +2 -3
  74. package/dist-es/commands/CreateMultiplexProgramCommand.js +2 -3
  75. package/dist-es/commands/CreatePartnerInputCommand.js +2 -3
  76. package/dist-es/commands/CreateTagsCommand.js +2 -3
  77. package/dist-es/commands/DeleteChannelCommand.js +2 -3
  78. package/dist-es/commands/DeleteInputCommand.js +2 -3
  79. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +2 -3
  80. package/dist-es/commands/DeleteMultiplexCommand.js +2 -3
  81. package/dist-es/commands/DeleteMultiplexProgramCommand.js +2 -3
  82. package/dist-es/commands/DeleteReservationCommand.js +2 -3
  83. package/dist-es/commands/DeleteScheduleCommand.js +2 -3
  84. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  85. package/dist-es/commands/DescribeChannelCommand.js +2 -3
  86. package/dist-es/commands/DescribeInputCommand.js +2 -3
  87. package/dist-es/commands/DescribeInputDeviceCommand.js +2 -3
  88. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  89. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +2 -3
  90. package/dist-es/commands/DescribeMultiplexCommand.js +2 -3
  91. package/dist-es/commands/DescribeMultiplexProgramCommand.js +2 -3
  92. package/dist-es/commands/DescribeOfferingCommand.js +2 -3
  93. package/dist-es/commands/DescribeReservationCommand.js +2 -3
  94. package/dist-es/commands/DescribeScheduleCommand.js +2 -3
  95. package/dist-es/commands/ListChannelsCommand.js +2 -3
  96. package/dist-es/commands/ListInputDeviceTransfersCommand.js +2 -3
  97. package/dist-es/commands/ListInputDevicesCommand.js +2 -3
  98. package/dist-es/commands/ListInputSecurityGroupsCommand.js +2 -3
  99. package/dist-es/commands/ListInputsCommand.js +2 -3
  100. package/dist-es/commands/ListMultiplexProgramsCommand.js +2 -3
  101. package/dist-es/commands/ListMultiplexesCommand.js +2 -3
  102. package/dist-es/commands/ListOfferingsCommand.js +2 -3
  103. package/dist-es/commands/ListReservationsCommand.js +2 -3
  104. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  105. package/dist-es/commands/PurchaseOfferingCommand.js +2 -3
  106. package/dist-es/commands/RebootInputDeviceCommand.js +2 -3
  107. package/dist-es/commands/RejectInputDeviceTransferCommand.js +2 -3
  108. package/dist-es/commands/StartChannelCommand.js +2 -3
  109. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -4
  110. package/dist-es/commands/StartMultiplexCommand.js +2 -3
  111. package/dist-es/commands/StopChannelCommand.js +2 -3
  112. package/dist-es/commands/StopMultiplexCommand.js +2 -3
  113. package/dist-es/commands/TransferInputDeviceCommand.js +2 -3
  114. package/dist-es/commands/UpdateChannelClassCommand.js +2 -3
  115. package/dist-es/commands/UpdateChannelCommand.js +2 -3
  116. package/dist-es/commands/UpdateInputCommand.js +2 -3
  117. package/dist-es/commands/UpdateInputDeviceCommand.js +2 -3
  118. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +2 -3
  119. package/dist-es/commands/UpdateMultiplexCommand.js +2 -3
  120. package/dist-es/commands/UpdateMultiplexProgramCommand.js +2 -3
  121. package/dist-es/commands/UpdateReservationCommand.js +2 -3
  122. package/dist-es/models/models_0.js +0 -432
  123. package/dist-es/models/models_1.js +0 -543
  124. package/dist-es/models/models_2.js +1 -75
  125. package/dist-types/models/models_0.d.ts +0 -576
  126. package/dist-types/models/models_1.d.ts +0 -724
  127. package/dist-types/models/models_2.d.ts +0 -100
  128. package/dist-types/ts3.4/models/models_0.d.ts +0 -402
  129. package/dist-types/ts3.4/models/models_1.d.ts +0 -527
  130. package/dist-types/ts3.4/models/models_2.d.ts +0 -75
  131. package/package.json +11 -10
@@ -5389,731 +5389,7 @@ export interface StartInputDeviceMaintenanceWindowRequest {
5389
5389
  */
5390
5390
  InputDeviceId: string | undefined;
5391
5391
  }
5392
- /**
5393
- * @internal
5394
- */
5395
- export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
5396
- /**
5397
- * @internal
5398
- */
5399
- export declare const MediaPackageGroupSettingsFilterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
5400
- /**
5401
- * @internal
5402
- */
5403
- export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
5404
- /**
5405
- * @internal
5406
- */
5407
- export declare const MultiplexGroupSettingsFilterSensitiveLog: (obj: MultiplexGroupSettings) => any;
5408
- /**
5409
- * @internal
5410
- */
5411
- export declare const RtmpGroupSettingsFilterSensitiveLog: (obj: RtmpGroupSettings) => any;
5412
- /**
5413
- * @internal
5414
- */
5415
- export declare const UdpGroupSettingsFilterSensitiveLog: (obj: UdpGroupSettings) => any;
5416
- /**
5417
- * @internal
5418
- */
5419
- export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
5420
- /**
5421
- * @internal
5422
- */
5423
- export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
5424
- /**
5425
- * @internal
5426
- */
5427
- export declare const PipelineDetailFilterSensitiveLog: (obj: PipelineDetail) => any;
5428
- /**
5429
- * @internal
5430
- */
5431
- export declare const PipelinePauseStateSettingsFilterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
5432
- /**
5433
- * @internal
5434
- */
5435
- export declare const RenewalSettingsFilterSensitiveLog: (obj: RenewalSettings) => any;
5436
- /**
5437
- * @internal
5438
- */
5439
- export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
5440
- /**
5441
- * @internal
5442
- */
5443
- export declare const HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog: (obj: HlsId3SegmentTaggingScheduleActionSettings) => any;
5444
- /**
5445
- * @internal
5446
- */
5447
- export declare const HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog: (obj: HlsTimedMetadataScheduleActionSettings) => any;
5448
- /**
5449
- * @internal
5450
- */
5451
- export declare const StartTimecodeFilterSensitiveLog: (obj: StartTimecode) => any;
5452
- /**
5453
- * @internal
5454
- */
5455
- export declare const StopTimecodeFilterSensitiveLog: (obj: StopTimecode) => any;
5456
- /**
5457
- * @internal
5458
- */
5459
- export declare const InputClippingSettingsFilterSensitiveLog: (obj: InputClippingSettings) => any;
5460
- /**
5461
- * @internal
5462
- */
5463
- export declare const InputPrepareScheduleActionSettingsFilterSensitiveLog: (obj: InputPrepareScheduleActionSettings) => any;
5464
- /**
5465
- * @internal
5466
- */
5467
- export declare const InputSwitchScheduleActionSettingsFilterSensitiveLog: (obj: InputSwitchScheduleActionSettings) => any;
5468
- /**
5469
- * @internal
5470
- */
5471
- export declare const MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog: (obj: MotionGraphicsActivateScheduleActionSettings) => any;
5472
- /**
5473
- * @internal
5474
- */
5475
- export declare const MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog: (obj: MotionGraphicsDeactivateScheduleActionSettings) => any;
5476
- /**
5477
- * @internal
5478
- */
5479
- export declare const PauseStateScheduleActionSettingsFilterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
5480
- /**
5481
- * @internal
5482
- */
5483
- export declare const Scte35InputScheduleActionSettingsFilterSensitiveLog: (obj: Scte35InputScheduleActionSettings) => any;
5484
- /**
5485
- * @internal
5486
- */
5487
- export declare const Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog: (obj: Scte35ReturnToNetworkScheduleActionSettings) => any;
5488
- /**
5489
- * @internal
5490
- */
5491
- export declare const Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog: (obj: Scte35SpliceInsertScheduleActionSettings) => any;
5492
- /**
5493
- * @internal
5494
- */
5495
- export declare const Scte35DeliveryRestrictionsFilterSensitiveLog: (obj: Scte35DeliveryRestrictions) => any;
5496
- /**
5497
- * @internal
5498
- */
5499
- export declare const Scte35SegmentationDescriptorFilterSensitiveLog: (obj: Scte35SegmentationDescriptor) => any;
5500
- /**
5501
- * @internal
5502
- */
5503
- export declare const Scte35DescriptorSettingsFilterSensitiveLog: (obj: Scte35DescriptorSettings) => any;
5504
- /**
5505
- * @internal
5506
- */
5507
- export declare const Scte35DescriptorFilterSensitiveLog: (obj: Scte35Descriptor) => any;
5508
- /**
5509
- * @internal
5510
- */
5511
- export declare const Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog: (obj: Scte35TimeSignalScheduleActionSettings) => any;
5512
- /**
5513
- * @internal
5514
- */
5515
- export declare const StaticImageActivateScheduleActionSettingsFilterSensitiveLog: (obj: StaticImageActivateScheduleActionSettings) => any;
5516
- /**
5517
- * @internal
5518
- */
5519
- export declare const StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog: (obj: StaticImageDeactivateScheduleActionSettings) => any;
5520
- /**
5521
- * @internal
5522
- */
5523
- export declare const ScheduleActionSettingsFilterSensitiveLog: (obj: ScheduleActionSettings) => any;
5524
- /**
5525
- * @internal
5526
- */
5527
- export declare const FixedModeScheduleActionStartSettingsFilterSensitiveLog: (obj: FixedModeScheduleActionStartSettings) => any;
5528
- /**
5529
- * @internal
5530
- */
5531
- export declare const FollowModeScheduleActionStartSettingsFilterSensitiveLog: (obj: FollowModeScheduleActionStartSettings) => any;
5532
- /**
5533
- * @internal
5534
- */
5535
- export declare const ImmediateModeScheduleActionStartSettingsFilterSensitiveLog: (obj: ImmediateModeScheduleActionStartSettings) => any;
5536
- /**
5537
- * @internal
5538
- */
5539
- export declare const ScheduleActionStartSettingsFilterSensitiveLog: (obj: ScheduleActionStartSettings) => any;
5540
- /**
5541
- * @internal
5542
- */
5543
- export declare const ScheduleActionFilterSensitiveLog: (obj: ScheduleAction) => any;
5544
- /**
5545
- * @internal
5546
- */
5547
- export declare const TransferringInputDeviceSummaryFilterSensitiveLog: (obj: TransferringInputDeviceSummary) => any;
5548
- /**
5549
- * @internal
5550
- */
5551
- export declare const ValidationErrorFilterSensitiveLog: (obj: ValidationError) => any;
5552
- /**
5553
- * @internal
5554
- */
5555
- export declare const TimecodeBurninSettingsFilterSensitiveLog: (obj: TimecodeBurninSettings) => any;
5556
- /**
5557
- * @internal
5558
- */
5559
- export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
5560
- /**
5561
- * @internal
5562
- */
5563
- export declare const ColorSpacePassthroughSettingsFilterSensitiveLog: (obj: ColorSpacePassthroughSettings) => any;
5564
- /**
5565
- * @internal
5566
- */
5567
- export declare const Rec601SettingsFilterSensitiveLog: (obj: Rec601Settings) => any;
5568
- /**
5569
- * @internal
5570
- */
5571
- export declare const Rec709SettingsFilterSensitiveLog: (obj: Rec709Settings) => any;
5572
- /**
5573
- * @internal
5574
- */
5575
- export declare const H264ColorSpaceSettingsFilterSensitiveLog: (obj: H264ColorSpaceSettings) => any;
5576
- /**
5577
- * @internal
5578
- */
5579
- export declare const TemporalFilterSettingsFilterSensitiveLog: (obj: TemporalFilterSettings) => any;
5580
- /**
5581
- * @internal
5582
- */
5583
- export declare const H264FilterSettingsFilterSensitiveLog: (obj: H264FilterSettings) => any;
5584
- /**
5585
- * @internal
5586
- */
5587
- export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
5588
- /**
5589
- * @internal
5590
- */
5591
- export declare const DolbyVision81SettingsFilterSensitiveLog: (obj: DolbyVision81Settings) => any;
5592
- /**
5593
- * @internal
5594
- */
5595
- export declare const H265ColorSpaceSettingsFilterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
5596
- /**
5597
- * @internal
5598
- */
5599
- export declare const H265FilterSettingsFilterSensitiveLog: (obj: H265FilterSettings) => any;
5600
- /**
5601
- * @internal
5602
- */
5603
- export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
5604
- /**
5605
- * @internal
5606
- */
5607
- export declare const Mpeg2FilterSettingsFilterSensitiveLog: (obj: Mpeg2FilterSettings) => any;
5608
- /**
5609
- * @internal
5610
- */
5611
- export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
5612
- /**
5613
- * @internal
5614
- */
5615
- export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
5616
- /**
5617
- * @internal
5618
- */
5619
- export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
5620
- /**
5621
- * @internal
5622
- */
5623
- export declare const AcceptInputDeviceTransferRequestFilterSensitiveLog: (obj: AcceptInputDeviceTransferRequest) => any;
5624
- /**
5625
- * @internal
5626
- */
5627
- export declare const AcceptInputDeviceTransferResponseFilterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
5628
- /**
5629
- * @internal
5630
- */
5631
- export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
5632
- /**
5633
- * @internal
5634
- */
5635
- export declare const EsamFilterSensitiveLog: (obj: Esam) => any;
5636
- /**
5637
- * @internal
5638
- */
5639
- export declare const Scte35SpliceInsertFilterSensitiveLog: (obj: Scte35SpliceInsert) => any;
5640
- /**
5641
- * @internal
5642
- */
5643
- export declare const Scte35TimeSignalAposFilterSensitiveLog: (obj: Scte35TimeSignalApos) => any;
5644
- /**
5645
- * @internal
5646
- */
5647
- export declare const AvailSettingsFilterSensitiveLog: (obj: AvailSettings) => any;
5648
- /**
5649
- * @internal
5650
- */
5651
- export declare const AvailConfigurationFilterSensitiveLog: (obj: AvailConfiguration) => any;
5652
- /**
5653
- * @internal
5654
- */
5655
- export declare const BatchDeleteRequestFilterSensitiveLog: (obj: BatchDeleteRequest) => any;
5656
- /**
5657
- * @internal
5658
- */
5659
- export declare const BatchDeleteResponseFilterSensitiveLog: (obj: BatchDeleteResponse) => any;
5660
- /**
5661
- * @internal
5662
- */
5663
- export declare const BatchScheduleActionCreateRequestFilterSensitiveLog: (obj: BatchScheduleActionCreateRequest) => any;
5664
- /**
5665
- * @internal
5666
- */
5667
- export declare const BatchScheduleActionCreateResultFilterSensitiveLog: (obj: BatchScheduleActionCreateResult) => any;
5668
- /**
5669
- * @internal
5670
- */
5671
- export declare const BatchScheduleActionDeleteRequestFilterSensitiveLog: (obj: BatchScheduleActionDeleteRequest) => any;
5672
- /**
5673
- * @internal
5674
- */
5675
- export declare const BatchScheduleActionDeleteResultFilterSensitiveLog: (obj: BatchScheduleActionDeleteResult) => any;
5676
- /**
5677
- * @internal
5678
- */
5679
- export declare const BatchStartRequestFilterSensitiveLog: (obj: BatchStartRequest) => any;
5680
- /**
5681
- * @internal
5682
- */
5683
- export declare const BatchStartResponseFilterSensitiveLog: (obj: BatchStartResponse) => any;
5684
- /**
5685
- * @internal
5686
- */
5687
- export declare const BatchStopRequestFilterSensitiveLog: (obj: BatchStopRequest) => any;
5688
- /**
5689
- * @internal
5690
- */
5691
- export declare const BatchStopResponseFilterSensitiveLog: (obj: BatchStopResponse) => any;
5692
- /**
5693
- * @internal
5694
- */
5695
- export declare const BatchUpdateScheduleRequestFilterSensitiveLog: (obj: BatchUpdateScheduleRequest) => any;
5696
- /**
5697
- * @internal
5698
- */
5699
- export declare const BatchUpdateScheduleResponseFilterSensitiveLog: (obj: BatchUpdateScheduleResponse) => any;
5700
- /**
5701
- * @internal
5702
- */
5703
- export declare const BlackoutSlateFilterSensitiveLog: (obj: BlackoutSlate) => any;
5704
- /**
5705
- * @internal
5706
- */
5707
- export declare const CancelInputDeviceTransferRequestFilterSensitiveLog: (obj: CancelInputDeviceTransferRequest) => any;
5708
- /**
5709
- * @internal
5710
- */
5711
- export declare const CancelInputDeviceTransferResponseFilterSensitiveLog: (obj: CancelInputDeviceTransferResponse) => any;
5712
- /**
5713
- * @internal
5714
- */
5715
- export declare const FeatureActivationsFilterSensitiveLog: (obj: FeatureActivations) => any;
5716
- /**
5717
- * @internal
5718
- */
5719
- export declare const InputLossBehaviorFilterSensitiveLog: (obj: InputLossBehavior) => any;
5720
- /**
5721
- * @internal
5722
- */
5723
- export declare const GlobalConfigurationFilterSensitiveLog: (obj: GlobalConfiguration) => any;
5724
- /**
5725
- * @internal
5726
- */
5727
- export declare const HtmlMotionGraphicsSettingsFilterSensitiveLog: (obj: HtmlMotionGraphicsSettings) => any;
5728
- /**
5729
- * @internal
5730
- */
5731
- export declare const MotionGraphicsSettingsFilterSensitiveLog: (obj: MotionGraphicsSettings) => any;
5732
- /**
5733
- * @internal
5734
- */
5735
- export declare const MotionGraphicsConfigurationFilterSensitiveLog: (obj: MotionGraphicsConfiguration) => any;
5736
- /**
5737
- * @internal
5738
- */
5739
- export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
5740
- /**
5741
- * @internal
5742
- */
5743
- export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
5744
- /**
5745
- * @internal
5746
- */
5747
- export declare const EncoderSettingsFilterSensitiveLog: (obj: EncoderSettings) => any;
5748
- /**
5749
- * @internal
5750
- */
5751
- export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
5752
- /**
5753
- * @internal
5754
- */
5755
- export declare const ClaimDeviceRequestFilterSensitiveLog: (obj: ClaimDeviceRequest) => any;
5756
- /**
5757
- * @internal
5758
- */
5759
- export declare const ClaimDeviceResponseFilterSensitiveLog: (obj: ClaimDeviceResponse) => any;
5760
- /**
5761
- * @internal
5762
- */
5763
- export declare const MaintenanceCreateSettingsFilterSensitiveLog: (obj: MaintenanceCreateSettings) => any;
5764
- /**
5765
- * @internal
5766
- */
5767
- export declare const VpcOutputSettingsFilterSensitiveLog: (obj: VpcOutputSettings) => any;
5768
- /**
5769
- * @internal
5770
- */
5771
- export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
5772
- /**
5773
- * @internal
5774
- */
5775
- export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
5776
- /**
5777
- * @internal
5778
- */
5779
- export declare const InputVpcRequestFilterSensitiveLog: (obj: InputVpcRequest) => any;
5780
- /**
5781
- * @internal
5782
- */
5783
- export declare const CreateInputRequestFilterSensitiveLog: (obj: CreateInputRequest) => any;
5784
- /**
5785
- * @internal
5786
- */
5787
- export declare const CreateInputResponseFilterSensitiveLog: (obj: CreateInputResponse) => any;
5788
- /**
5789
- * @internal
5790
- */
5791
- export declare const CreateInputSecurityGroupRequestFilterSensitiveLog: (obj: CreateInputSecurityGroupRequest) => any;
5792
- /**
5793
- * @internal
5794
- */
5795
- export declare const CreateInputSecurityGroupResponseFilterSensitiveLog: (obj: CreateInputSecurityGroupResponse) => any;
5796
- /**
5797
- * @internal
5798
- */
5799
- export declare const MultiplexSettingsFilterSensitiveLog: (obj: MultiplexSettings) => any;
5800
- /**
5801
- * @internal
5802
- */
5803
- export declare const CreateMultiplexRequestFilterSensitiveLog: (obj: CreateMultiplexRequest) => any;
5804
- /**
5805
- * @internal
5806
- */
5807
- export declare const MultiplexFilterSensitiveLog: (obj: Multiplex) => any;
5808
- /**
5809
- * @internal
5810
- */
5811
- export declare const CreateMultiplexResponseFilterSensitiveLog: (obj: CreateMultiplexResponse) => any;
5812
- /**
5813
- * @internal
5814
- */
5815
- export declare const MultiplexProgramServiceDescriptorFilterSensitiveLog: (obj: MultiplexProgramServiceDescriptor) => any;
5816
- /**
5817
- * @internal
5818
- */
5819
- export declare const MultiplexStatmuxVideoSettingsFilterSensitiveLog: (obj: MultiplexStatmuxVideoSettings) => any;
5820
- /**
5821
- * @internal
5822
- */
5823
- export declare const MultiplexVideoSettingsFilterSensitiveLog: (obj: MultiplexVideoSettings) => any;
5824
- /**
5825
- * @internal
5826
- */
5827
- export declare const MultiplexProgramSettingsFilterSensitiveLog: (obj: MultiplexProgramSettings) => any;
5828
- /**
5829
- * @internal
5830
- */
5831
- export declare const CreateMultiplexProgramRequestFilterSensitiveLog: (obj: CreateMultiplexProgramRequest) => any;
5832
- /**
5833
- * @internal
5834
- */
5835
- export declare const MultiplexProgramPacketIdentifiersMapFilterSensitiveLog: (obj: MultiplexProgramPacketIdentifiersMap) => any;
5836
- /**
5837
- * @internal
5838
- */
5839
- export declare const MultiplexProgramFilterSensitiveLog: (obj: MultiplexProgram) => any;
5840
- /**
5841
- * @internal
5842
- */
5843
- export declare const CreateMultiplexProgramResponseFilterSensitiveLog: (obj: CreateMultiplexProgramResponse) => any;
5844
- /**
5845
- * @internal
5846
- */
5847
- export declare const CreatePartnerInputRequestFilterSensitiveLog: (obj: CreatePartnerInputRequest) => any;
5848
- /**
5849
- * @internal
5850
- */
5851
- export declare const CreatePartnerInputResponseFilterSensitiveLog: (obj: CreatePartnerInputResponse) => any;
5852
- /**
5853
- * @internal
5854
- */
5855
- export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
5856
- /**
5857
- * @internal
5858
- */
5859
- export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
5860
- /**
5861
- * @internal
5862
- */
5863
- export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
5864
- /**
5865
- * @internal
5866
- */
5867
- export declare const DeleteInputRequestFilterSensitiveLog: (obj: DeleteInputRequest) => any;
5868
- /**
5869
- * @internal
5870
- */
5871
- export declare const DeleteInputResponseFilterSensitiveLog: (obj: DeleteInputResponse) => any;
5872
- /**
5873
- * @internal
5874
- */
5875
- export declare const DeleteInputSecurityGroupRequestFilterSensitiveLog: (obj: DeleteInputSecurityGroupRequest) => any;
5876
- /**
5877
- * @internal
5878
- */
5879
- export declare const DeleteInputSecurityGroupResponseFilterSensitiveLog: (obj: DeleteInputSecurityGroupResponse) => any;
5880
- /**
5881
- * @internal
5882
- */
5883
- export declare const DeleteMultiplexRequestFilterSensitiveLog: (obj: DeleteMultiplexRequest) => any;
5884
- /**
5885
- * @internal
5886
- */
5887
- export declare const DeleteMultiplexResponseFilterSensitiveLog: (obj: DeleteMultiplexResponse) => any;
5888
- /**
5889
- * @internal
5890
- */
5891
- export declare const DeleteMultiplexProgramRequestFilterSensitiveLog: (obj: DeleteMultiplexProgramRequest) => any;
5892
- /**
5893
- * @internal
5894
- */
5895
- export declare const DeleteMultiplexProgramResponseFilterSensitiveLog: (obj: DeleteMultiplexProgramResponse) => any;
5896
- /**
5897
- * @internal
5898
- */
5899
- export declare const DeleteReservationRequestFilterSensitiveLog: (obj: DeleteReservationRequest) => any;
5900
- /**
5901
- * @internal
5902
- */
5903
- export declare const DeleteReservationResponseFilterSensitiveLog: (obj: DeleteReservationResponse) => any;
5904
- /**
5905
- * @internal
5906
- */
5907
- export declare const DeleteScheduleRequestFilterSensitiveLog: (obj: DeleteScheduleRequest) => any;
5908
- /**
5909
- * @internal
5910
- */
5911
- export declare const DeleteScheduleResponseFilterSensitiveLog: (obj: DeleteScheduleResponse) => any;
5912
- /**
5913
- * @internal
5914
- */
5915
- export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
5916
- /**
5917
- * @internal
5918
- */
5919
- export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
5920
- /**
5921
- * @internal
5922
- */
5923
- export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
5924
- /**
5925
- * @internal
5926
- */
5927
- export declare const DescribeInputRequestFilterSensitiveLog: (obj: DescribeInputRequest) => any;
5928
- /**
5929
- * @internal
5930
- */
5931
- export declare const DescribeInputResponseFilterSensitiveLog: (obj: DescribeInputResponse) => any;
5932
- /**
5933
- * @internal
5934
- */
5935
- export declare const DescribeInputDeviceRequestFilterSensitiveLog: (obj: DescribeInputDeviceRequest) => any;
5936
- /**
5937
- * @internal
5938
- */
5939
- export declare const DescribeInputDeviceResponseFilterSensitiveLog: (obj: DescribeInputDeviceResponse) => any;
5940
- /**
5941
- * @internal
5942
- */
5943
- export declare const DescribeInputDeviceThumbnailRequestFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailRequest) => any;
5944
5392
  /**
5945
5393
  * @internal
5946
5394
  */
5947
5395
  export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
5948
- /**
5949
- * @internal
5950
- */
5951
- export declare const DescribeInputSecurityGroupRequestFilterSensitiveLog: (obj: DescribeInputSecurityGroupRequest) => any;
5952
- /**
5953
- * @internal
5954
- */
5955
- export declare const DescribeInputSecurityGroupResponseFilterSensitiveLog: (obj: DescribeInputSecurityGroupResponse) => any;
5956
- /**
5957
- * @internal
5958
- */
5959
- export declare const DescribeMultiplexRequestFilterSensitiveLog: (obj: DescribeMultiplexRequest) => any;
5960
- /**
5961
- * @internal
5962
- */
5963
- export declare const DescribeMultiplexResponseFilterSensitiveLog: (obj: DescribeMultiplexResponse) => any;
5964
- /**
5965
- * @internal
5966
- */
5967
- export declare const DescribeMultiplexProgramRequestFilterSensitiveLog: (obj: DescribeMultiplexProgramRequest) => any;
5968
- /**
5969
- * @internal
5970
- */
5971
- export declare const DescribeMultiplexProgramResponseFilterSensitiveLog: (obj: DescribeMultiplexProgramResponse) => any;
5972
- /**
5973
- * @internal
5974
- */
5975
- export declare const DescribeOfferingRequestFilterSensitiveLog: (obj: DescribeOfferingRequest) => any;
5976
- /**
5977
- * @internal
5978
- */
5979
- export declare const DescribeOfferingResponseFilterSensitiveLog: (obj: DescribeOfferingResponse) => any;
5980
- /**
5981
- * @internal
5982
- */
5983
- export declare const DescribeReservationRequestFilterSensitiveLog: (obj: DescribeReservationRequest) => any;
5984
- /**
5985
- * @internal
5986
- */
5987
- export declare const DescribeReservationResponseFilterSensitiveLog: (obj: DescribeReservationResponse) => any;
5988
- /**
5989
- * @internal
5990
- */
5991
- export declare const DescribeScheduleRequestFilterSensitiveLog: (obj: DescribeScheduleRequest) => any;
5992
- /**
5993
- * @internal
5994
- */
5995
- export declare const DescribeScheduleResponseFilterSensitiveLog: (obj: DescribeScheduleResponse) => any;
5996
- /**
5997
- * @internal
5998
- */
5999
- export declare const InputDeviceConfigurableSettingsFilterSensitiveLog: (obj: InputDeviceConfigurableSettings) => any;
6000
- /**
6001
- * @internal
6002
- */
6003
- export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
6004
- /**
6005
- * @internal
6006
- */
6007
- export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
6008
- /**
6009
- * @internal
6010
- */
6011
- export declare const ListInputDevicesRequestFilterSensitiveLog: (obj: ListInputDevicesRequest) => any;
6012
- /**
6013
- * @internal
6014
- */
6015
- export declare const ListInputDevicesResponseFilterSensitiveLog: (obj: ListInputDevicesResponse) => any;
6016
- /**
6017
- * @internal
6018
- */
6019
- export declare const ListInputDeviceTransfersRequestFilterSensitiveLog: (obj: ListInputDeviceTransfersRequest) => any;
6020
- /**
6021
- * @internal
6022
- */
6023
- export declare const ListInputDeviceTransfersResponseFilterSensitiveLog: (obj: ListInputDeviceTransfersResponse) => any;
6024
- /**
6025
- * @internal
6026
- */
6027
- export declare const ListInputsRequestFilterSensitiveLog: (obj: ListInputsRequest) => any;
6028
- /**
6029
- * @internal
6030
- */
6031
- export declare const ListInputsResponseFilterSensitiveLog: (obj: ListInputsResponse) => any;
6032
- /**
6033
- * @internal
6034
- */
6035
- export declare const ListInputSecurityGroupsRequestFilterSensitiveLog: (obj: ListInputSecurityGroupsRequest) => any;
6036
- /**
6037
- * @internal
6038
- */
6039
- export declare const ListInputSecurityGroupsResponseFilterSensitiveLog: (obj: ListInputSecurityGroupsResponse) => any;
6040
- /**
6041
- * @internal
6042
- */
6043
- export declare const ListMultiplexesRequestFilterSensitiveLog: (obj: ListMultiplexesRequest) => any;
6044
- /**
6045
- * @internal
6046
- */
6047
- export declare const ListMultiplexesResponseFilterSensitiveLog: (obj: ListMultiplexesResponse) => any;
6048
- /**
6049
- * @internal
6050
- */
6051
- export declare const ListMultiplexProgramsRequestFilterSensitiveLog: (obj: ListMultiplexProgramsRequest) => any;
6052
- /**
6053
- * @internal
6054
- */
6055
- export declare const ListMultiplexProgramsResponseFilterSensitiveLog: (obj: ListMultiplexProgramsResponse) => any;
6056
- /**
6057
- * @internal
6058
- */
6059
- export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
6060
- /**
6061
- * @internal
6062
- */
6063
- export declare const ListOfferingsResponseFilterSensitiveLog: (obj: ListOfferingsResponse) => any;
6064
- /**
6065
- * @internal
6066
- */
6067
- export declare const ListReservationsRequestFilterSensitiveLog: (obj: ListReservationsRequest) => any;
6068
- /**
6069
- * @internal
6070
- */
6071
- export declare const ListReservationsResponseFilterSensitiveLog: (obj: ListReservationsResponse) => any;
6072
- /**
6073
- * @internal
6074
- */
6075
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
6076
- /**
6077
- * @internal
6078
- */
6079
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
6080
- /**
6081
- * @internal
6082
- */
6083
- export declare const MaintenanceUpdateSettingsFilterSensitiveLog: (obj: MaintenanceUpdateSettings) => any;
6084
- /**
6085
- * @internal
6086
- */
6087
- export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
6088
- /**
6089
- * @internal
6090
- */
6091
- export declare const PurchaseOfferingResponseFilterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
6092
- /**
6093
- * @internal
6094
- */
6095
- export declare const RebootInputDeviceRequestFilterSensitiveLog: (obj: RebootInputDeviceRequest) => any;
6096
- /**
6097
- * @internal
6098
- */
6099
- export declare const RebootInputDeviceResponseFilterSensitiveLog: (obj: RebootInputDeviceResponse) => any;
6100
- /**
6101
- * @internal
6102
- */
6103
- export declare const RejectInputDeviceTransferRequestFilterSensitiveLog: (obj: RejectInputDeviceTransferRequest) => any;
6104
- /**
6105
- * @internal
6106
- */
6107
- export declare const RejectInputDeviceTransferResponseFilterSensitiveLog: (obj: RejectInputDeviceTransferResponse) => any;
6108
- /**
6109
- * @internal
6110
- */
6111
- export declare const StartChannelRequestFilterSensitiveLog: (obj: StartChannelRequest) => any;
6112
- /**
6113
- * @internal
6114
- */
6115
- export declare const StartChannelResponseFilterSensitiveLog: (obj: StartChannelResponse) => any;
6116
- /**
6117
- * @internal
6118
- */
6119
- export declare const StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowRequest) => any;