@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
@@ -4435,579 +4435,3 @@ export declare enum HlsManifestDurationFormat {
4435
4435
  FLOATING_POINT = "FLOATING_POINT",
4436
4436
  INTEGER = "INTEGER"
4437
4437
  }
4438
- /**
4439
- * @internal
4440
- */
4441
- export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
4442
- /**
4443
- * @internal
4444
- */
4445
- export declare const AudioChannelMappingFilterSensitiveLog: (obj: AudioChannelMapping) => any;
4446
- /**
4447
- * @internal
4448
- */
4449
- export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
4450
- /**
4451
- * @internal
4452
- */
4453
- export declare const NielsenCBETFilterSensitiveLog: (obj: NielsenCBET) => any;
4454
- /**
4455
- * @internal
4456
- */
4457
- export declare const NielsenNaesIiNwFilterSensitiveLog: (obj: NielsenNaesIiNw) => any;
4458
- /**
4459
- * @internal
4460
- */
4461
- export declare const NielsenWatermarksSettingsFilterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
4462
- /**
4463
- * @internal
4464
- */
4465
- export declare const AudioWatermarkSettingsFilterSensitiveLog: (obj: AudioWatermarkSettings) => any;
4466
- /**
4467
- * @internal
4468
- */
4469
- export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
4470
- /**
4471
- * @internal
4472
- */
4473
- export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
4474
- /**
4475
- * @internal
4476
- */
4477
- export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
4478
- /**
4479
- * @internal
4480
- */
4481
- export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
4482
- /**
4483
- * @internal
4484
- */
4485
- export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
4486
- /**
4487
- * @internal
4488
- */
4489
- export declare const PassThroughSettingsFilterSensitiveLog: (obj: PassThroughSettings) => any;
4490
- /**
4491
- * @internal
4492
- */
4493
- export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
4494
- /**
4495
- * @internal
4496
- */
4497
- export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
4498
- /**
4499
- * @internal
4500
- */
4501
- export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
4502
- /**
4503
- * @internal
4504
- */
4505
- export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
4506
- /**
4507
- * @internal
4508
- */
4509
- export declare const AudioHlsRenditionSelectionFilterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
4510
- /**
4511
- * @internal
4512
- */
4513
- export declare const AudioLanguageSelectionFilterSensitiveLog: (obj: AudioLanguageSelection) => any;
4514
- /**
4515
- * @internal
4516
- */
4517
- export declare const AudioPidSelectionFilterSensitiveLog: (obj: AudioPidSelection) => any;
4518
- /**
4519
- * @internal
4520
- */
4521
- export declare const AudioDolbyEDecodeFilterSensitiveLog: (obj: AudioDolbyEDecode) => any;
4522
- /**
4523
- * @internal
4524
- */
4525
- export declare const AudioTrackFilterSensitiveLog: (obj: AudioTrack) => any;
4526
- /**
4527
- * @internal
4528
- */
4529
- export declare const AudioTrackSelectionFilterSensitiveLog: (obj: AudioTrackSelection) => any;
4530
- /**
4531
- * @internal
4532
- */
4533
- export declare const AudioSelectorSettingsFilterSensitiveLog: (obj: AudioSelectorSettings) => any;
4534
- /**
4535
- * @internal
4536
- */
4537
- export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
4538
- /**
4539
- * @internal
4540
- */
4541
- export declare const BatchFailedResultModelFilterSensitiveLog: (obj: BatchFailedResultModel) => any;
4542
- /**
4543
- * @internal
4544
- */
4545
- export declare const BatchSuccessfulResultModelFilterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
4546
- /**
4547
- * @internal
4548
- */
4549
- export declare const AribDestinationSettingsFilterSensitiveLog: (obj: AribDestinationSettings) => any;
4550
- /**
4551
- * @internal
4552
- */
4553
- export declare const InputLocationFilterSensitiveLog: (obj: InputLocation) => any;
4554
- /**
4555
- * @internal
4556
- */
4557
- export declare const BurnInDestinationSettingsFilterSensitiveLog: (obj: BurnInDestinationSettings) => any;
4558
- /**
4559
- * @internal
4560
- */
4561
- export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
4562
- /**
4563
- * @internal
4564
- */
4565
- export declare const EbuTtDDestinationSettingsFilterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
4566
- /**
4567
- * @internal
4568
- */
4569
- export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
4570
- /**
4571
- * @internal
4572
- */
4573
- export declare const EmbeddedPlusScte20DestinationSettingsFilterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
4574
- /**
4575
- * @internal
4576
- */
4577
- export declare const RtmpCaptionInfoDestinationSettingsFilterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
4578
- /**
4579
- * @internal
4580
- */
4581
- export declare const Scte20PlusEmbeddedDestinationSettingsFilterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
4582
- /**
4583
- * @internal
4584
- */
4585
- export declare const Scte27DestinationSettingsFilterSensitiveLog: (obj: Scte27DestinationSettings) => any;
4586
- /**
4587
- * @internal
4588
- */
4589
- export declare const SmpteTtDestinationSettingsFilterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
4590
- /**
4591
- * @internal
4592
- */
4593
- export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
4594
- /**
4595
- * @internal
4596
- */
4597
- export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
4598
- /**
4599
- * @internal
4600
- */
4601
- export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
4602
- /**
4603
- * @internal
4604
- */
4605
- export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
4606
- /**
4607
- * @internal
4608
- */
4609
- export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
4610
- /**
4611
- * @internal
4612
- */
4613
- export declare const CaptionLanguageMappingFilterSensitiveLog: (obj: CaptionLanguageMapping) => any;
4614
- /**
4615
- * @internal
4616
- */
4617
- export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
4618
- /**
4619
- * @internal
4620
- */
4621
- export declare const AribSourceSettingsFilterSensitiveLog: (obj: AribSourceSettings) => any;
4622
- /**
4623
- * @internal
4624
- */
4625
- export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
4626
- /**
4627
- * @internal
4628
- */
4629
- export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
4630
- /**
4631
- * @internal
4632
- */
4633
- export declare const Scte20SourceSettingsFilterSensitiveLog: (obj: Scte20SourceSettings) => any;
4634
- /**
4635
- * @internal
4636
- */
4637
- export declare const Scte27SourceSettingsFilterSensitiveLog: (obj: Scte27SourceSettings) => any;
4638
- /**
4639
- * @internal
4640
- */
4641
- export declare const CaptionRectangleFilterSensitiveLog: (obj: CaptionRectangle) => any;
4642
- /**
4643
- * @internal
4644
- */
4645
- export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
4646
- /**
4647
- * @internal
4648
- */
4649
- export declare const CaptionSelectorSettingsFilterSensitiveLog: (obj: CaptionSelectorSettings) => any;
4650
- /**
4651
- * @internal
4652
- */
4653
- export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
4654
- /**
4655
- * @internal
4656
- */
4657
- export declare const ChannelEgressEndpointFilterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
4658
- /**
4659
- * @internal
4660
- */
4661
- export declare const CdiInputSpecificationFilterSensitiveLog: (obj: CdiInputSpecification) => any;
4662
- /**
4663
- * @internal
4664
- */
4665
- export declare const MediaPackageOutputDestinationSettingsFilterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
4666
- /**
4667
- * @internal
4668
- */
4669
- export declare const MultiplexProgramChannelDestinationSettingsFilterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
4670
- /**
4671
- * @internal
4672
- */
4673
- export declare const OutputDestinationSettingsFilterSensitiveLog: (obj: OutputDestinationSettings) => any;
4674
- /**
4675
- * @internal
4676
- */
4677
- export declare const OutputDestinationFilterSensitiveLog: (obj: OutputDestination) => any;
4678
- /**
4679
- * @internal
4680
- */
4681
- export declare const AudioSilenceFailoverSettingsFilterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
4682
- /**
4683
- * @internal
4684
- */
4685
- export declare const InputLossFailoverSettingsFilterSensitiveLog: (obj: InputLossFailoverSettings) => any;
4686
- /**
4687
- * @internal
4688
- */
4689
- export declare const VideoBlackFailoverSettingsFilterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
4690
- /**
4691
- * @internal
4692
- */
4693
- export declare const FailoverConditionSettingsFilterSensitiveLog: (obj: FailoverConditionSettings) => any;
4694
- /**
4695
- * @internal
4696
- */
4697
- export declare const FailoverConditionFilterSensitiveLog: (obj: FailoverCondition) => any;
4698
- /**
4699
- * @internal
4700
- */
4701
- export declare const AutomaticInputFailoverSettingsFilterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
4702
- /**
4703
- * @internal
4704
- */
4705
- export declare const HlsInputSettingsFilterSensitiveLog: (obj: HlsInputSettings) => any;
4706
- /**
4707
- * @internal
4708
- */
4709
- export declare const NetworkInputSettingsFilterSensitiveLog: (obj: NetworkInputSettings) => any;
4710
- /**
4711
- * @internal
4712
- */
4713
- export declare const Hdr10SettingsFilterSensitiveLog: (obj: Hdr10Settings) => any;
4714
- /**
4715
- * @internal
4716
- */
4717
- export declare const VideoSelectorColorSpaceSettingsFilterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
4718
- /**
4719
- * @internal
4720
- */
4721
- export declare const VideoSelectorPidFilterSensitiveLog: (obj: VideoSelectorPid) => any;
4722
- /**
4723
- * @internal
4724
- */
4725
- export declare const VideoSelectorProgramIdFilterSensitiveLog: (obj: VideoSelectorProgramId) => any;
4726
- /**
4727
- * @internal
4728
- */
4729
- export declare const VideoSelectorSettingsFilterSensitiveLog: (obj: VideoSelectorSettings) => any;
4730
- /**
4731
- * @internal
4732
- */
4733
- export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
4734
- /**
4735
- * @internal
4736
- */
4737
- export declare const InputSettingsFilterSensitiveLog: (obj: InputSettings) => any;
4738
- /**
4739
- * @internal
4740
- */
4741
- export declare const InputAttachmentFilterSensitiveLog: (obj: InputAttachment) => any;
4742
- /**
4743
- * @internal
4744
- */
4745
- export declare const InputSpecificationFilterSensitiveLog: (obj: InputSpecification) => any;
4746
- /**
4747
- * @internal
4748
- */
4749
- export declare const MaintenanceStatusFilterSensitiveLog: (obj: MaintenanceStatus) => any;
4750
- /**
4751
- * @internal
4752
- */
4753
- export declare const VpcOutputSettingsDescriptionFilterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
4754
- /**
4755
- * @internal
4756
- */
4757
- export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
4758
- /**
4759
- * @internal
4760
- */
4761
- export declare const InputDestinationVpcFilterSensitiveLog: (obj: InputDestinationVpc) => any;
4762
- /**
4763
- * @internal
4764
- */
4765
- export declare const InputDestinationFilterSensitiveLog: (obj: InputDestination) => any;
4766
- /**
4767
- * @internal
4768
- */
4769
- export declare const InputDeviceSettingsFilterSensitiveLog: (obj: InputDeviceSettings) => any;
4770
- /**
4771
- * @internal
4772
- */
4773
- export declare const MediaConnectFlowFilterSensitiveLog: (obj: MediaConnectFlow) => any;
4774
- /**
4775
- * @internal
4776
- */
4777
- export declare const InputSourceFilterSensitiveLog: (obj: InputSource) => any;
4778
- /**
4779
- * @internal
4780
- */
4781
- export declare const InputFilterSensitiveLog: (obj: Input) => any;
4782
- /**
4783
- * @internal
4784
- */
4785
- export declare const InputDestinationRequestFilterSensitiveLog: (obj: InputDestinationRequest) => any;
4786
- /**
4787
- * @internal
4788
- */
4789
- export declare const InputDeviceRequestFilterSensitiveLog: (obj: InputDeviceRequest) => any;
4790
- /**
4791
- * @internal
4792
- */
4793
- export declare const InputDeviceHdSettingsFilterSensitiveLog: (obj: InputDeviceHdSettings) => any;
4794
- /**
4795
- * @internal
4796
- */
4797
- export declare const InputDeviceNetworkSettingsFilterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
4798
- /**
4799
- * @internal
4800
- */
4801
- export declare const InputDeviceUhdSettingsFilterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
4802
- /**
4803
- * @internal
4804
- */
4805
- export declare const InputDeviceSummaryFilterSensitiveLog: (obj: InputDeviceSummary) => any;
4806
- /**
4807
- * @internal
4808
- */
4809
- export declare const InputWhitelistRuleFilterSensitiveLog: (obj: InputWhitelistRule) => any;
4810
- /**
4811
- * @internal
4812
- */
4813
- export declare const InputSecurityGroupFilterSensitiveLog: (obj: InputSecurityGroup) => any;
4814
- /**
4815
- * @internal
4816
- */
4817
- export declare const InputSourceRequestFilterSensitiveLog: (obj: InputSourceRequest) => any;
4818
- /**
4819
- * @internal
4820
- */
4821
- export declare const InputWhitelistRuleCidrFilterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
4822
- /**
4823
- * @internal
4824
- */
4825
- export declare const MediaConnectFlowRequestFilterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
4826
- /**
4827
- * @internal
4828
- */
4829
- export declare const MultiplexMediaConnectOutputDestinationSettingsFilterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
4830
- /**
4831
- * @internal
4832
- */
4833
- export declare const MultiplexOutputDestinationFilterSensitiveLog: (obj: MultiplexOutputDestination) => any;
4834
- /**
4835
- * @internal
4836
- */
4837
- export declare const MultiplexProgramPipelineDetailFilterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
4838
- /**
4839
- * @internal
4840
- */
4841
- export declare const MultiplexProgramSummaryFilterSensitiveLog: (obj: MultiplexProgramSummary) => any;
4842
- /**
4843
- * @internal
4844
- */
4845
- export declare const MultiplexSettingsSummaryFilterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
4846
- /**
4847
- * @internal
4848
- */
4849
- export declare const MultiplexSummaryFilterSensitiveLog: (obj: MultiplexSummary) => any;
4850
- /**
4851
- * @internal
4852
- */
4853
- export declare const ReservationResourceSpecificationFilterSensitiveLog: (obj: ReservationResourceSpecification) => any;
4854
- /**
4855
- * @internal
4856
- */
4857
- export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
4858
- /**
4859
- * @internal
4860
- */
4861
- export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
4862
- /**
4863
- * @internal
4864
- */
4865
- export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
4866
- /**
4867
- * @internal
4868
- */
4869
- export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
4870
- /**
4871
- * @internal
4872
- */
4873
- export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
4874
- /**
4875
- * @internal
4876
- */
4877
- export declare const RawSettingsFilterSensitiveLog: (obj: RawSettings) => any;
4878
- /**
4879
- * @internal
4880
- */
4881
- export declare const ArchiveContainerSettingsFilterSensitiveLog: (obj: ArchiveContainerSettings) => any;
4882
- /**
4883
- * @internal
4884
- */
4885
- export declare const ArchiveOutputSettingsFilterSensitiveLog: (obj: ArchiveOutputSettings) => any;
4886
- /**
4887
- * @internal
4888
- */
4889
- export declare const FrameCaptureOutputSettingsFilterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
4890
- /**
4891
- * @internal
4892
- */
4893
- export declare const AudioOnlyHlsSettingsFilterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
4894
- /**
4895
- * @internal
4896
- */
4897
- export declare const Fmp4HlsSettingsFilterSensitiveLog: (obj: Fmp4HlsSettings) => any;
4898
- /**
4899
- * @internal
4900
- */
4901
- export declare const FrameCaptureHlsSettingsFilterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
4902
- /**
4903
- * @internal
4904
- */
4905
- export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
4906
- /**
4907
- * @internal
4908
- */
4909
- export declare const StandardHlsSettingsFilterSensitiveLog: (obj: StandardHlsSettings) => any;
4910
- /**
4911
- * @internal
4912
- */
4913
- export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
4914
- /**
4915
- * @internal
4916
- */
4917
- export declare const HlsOutputSettingsFilterSensitiveLog: (obj: HlsOutputSettings) => any;
4918
- /**
4919
- * @internal
4920
- */
4921
- export declare const MediaPackageOutputSettingsFilterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
4922
- /**
4923
- * @internal
4924
- */
4925
- export declare const MsSmoothOutputSettingsFilterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
4926
- /**
4927
- * @internal
4928
- */
4929
- export declare const OutputLocationRefFilterSensitiveLog: (obj: OutputLocationRef) => any;
4930
- /**
4931
- * @internal
4932
- */
4933
- export declare const MultiplexOutputSettingsFilterSensitiveLog: (obj: MultiplexOutputSettings) => any;
4934
- /**
4935
- * @internal
4936
- */
4937
- export declare const RtmpOutputSettingsFilterSensitiveLog: (obj: RtmpOutputSettings) => any;
4938
- /**
4939
- * @internal
4940
- */
4941
- export declare const UdpContainerSettingsFilterSensitiveLog: (obj: UdpContainerSettings) => any;
4942
- /**
4943
- * @internal
4944
- */
4945
- export declare const FecOutputSettingsFilterSensitiveLog: (obj: FecOutputSettings) => any;
4946
- /**
4947
- * @internal
4948
- */
4949
- export declare const UdpOutputSettingsFilterSensitiveLog: (obj: UdpOutputSettings) => any;
4950
- /**
4951
- * @internal
4952
- */
4953
- export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
4954
- /**
4955
- * @internal
4956
- */
4957
- export declare const OutputFilterSensitiveLog: (obj: Output) => any;
4958
- /**
4959
- * @internal
4960
- */
4961
- export declare const ArchiveS3SettingsFilterSensitiveLog: (obj: ArchiveS3Settings) => any;
4962
- /**
4963
- * @internal
4964
- */
4965
- export declare const ArchiveCdnSettingsFilterSensitiveLog: (obj: ArchiveCdnSettings) => any;
4966
- /**
4967
- * @internal
4968
- */
4969
- export declare const ArchiveGroupSettingsFilterSensitiveLog: (obj: ArchiveGroupSettings) => any;
4970
- /**
4971
- * @internal
4972
- */
4973
- export declare const FrameCaptureS3SettingsFilterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
4974
- /**
4975
- * @internal
4976
- */
4977
- export declare const FrameCaptureCdnSettingsFilterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
4978
- /**
4979
- * @internal
4980
- */
4981
- export declare const FrameCaptureGroupSettingsFilterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
4982
- /**
4983
- * @internal
4984
- */
4985
- export declare const HlsAkamaiSettingsFilterSensitiveLog: (obj: HlsAkamaiSettings) => any;
4986
- /**
4987
- * @internal
4988
- */
4989
- export declare const HlsBasicPutSettingsFilterSensitiveLog: (obj: HlsBasicPutSettings) => any;
4990
- /**
4991
- * @internal
4992
- */
4993
- export declare const HlsMediaStoreSettingsFilterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
4994
- /**
4995
- * @internal
4996
- */
4997
- export declare const HlsS3SettingsFilterSensitiveLog: (obj: HlsS3Settings) => any;
4998
- /**
4999
- * @internal
5000
- */
5001
- export declare const HlsWebdavSettingsFilterSensitiveLog: (obj: HlsWebdavSettings) => any;
5002
- /**
5003
- * @internal
5004
- */
5005
- export declare const HlsCdnSettingsFilterSensitiveLog: (obj: HlsCdnSettings) => any;
5006
- /**
5007
- * @internal
5008
- */
5009
- export declare const StaticKeySettingsFilterSensitiveLog: (obj: StaticKeySettings) => any;
5010
- /**
5011
- * @internal
5012
- */
5013
- export declare const KeyProviderSettingsFilterSensitiveLog: (obj: KeyProviderSettings) => any;