@aws-sdk/client-mediaconvert 3.297.0 → 3.298.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.
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -3
- package/dist-cjs/commands/CancelJobCommand.js +2 -3
- package/dist-cjs/commands/CreateJobCommand.js +2 -3
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/CreatePresetCommand.js +2 -3
- package/dist-cjs/commands/CreateQueueCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
- package/dist-cjs/commands/DeletePresetCommand.js +2 -3
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -3
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -4
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/GetPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetPresetCommand.js +2 -3
- package/dist-cjs/commands/GetQueueCommand.js +2 -3
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListPresetsCommand.js +2 -3
- package/dist-cjs/commands/ListQueuesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutPolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -3
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -3
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -431
- package/dist-cjs/models/models_1.js +1 -358
- package/dist-cjs/models/models_2.js +1 -133
- package/dist-es/commands/AssociateCertificateCommand.js +2 -3
- package/dist-es/commands/CancelJobCommand.js +2 -3
- package/dist-es/commands/CreateJobCommand.js +2 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -3
- package/dist-es/commands/CreatePresetCommand.js +2 -3
- package/dist-es/commands/CreateQueueCommand.js +2 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -3
- package/dist-es/commands/DeletePolicyCommand.js +2 -3
- package/dist-es/commands/DeletePresetCommand.js +2 -3
- package/dist-es/commands/DeleteQueueCommand.js +2 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -4
- package/dist-es/commands/GetJobTemplateCommand.js +2 -3
- package/dist-es/commands/GetPolicyCommand.js +2 -3
- package/dist-es/commands/GetPresetCommand.js +2 -3
- package/dist-es/commands/GetQueueCommand.js +2 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListPresetsCommand.js +2 -3
- package/dist-es/commands/ListQueuesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutPolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +2 -3
- package/dist-es/commands/UpdatePresetCommand.js +2 -3
- package/dist-es/commands/UpdateQueueCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -321
- package/dist-es/models/models_1.js +0 -267
- package/dist-es/models/models_2.js +0 -99
- package/dist-types/models/models_0.d.ts +1 -429
- package/dist-types/models/models_1.d.ts +1 -357
- package/dist-types/models/models_2.d.ts +0 -132
- package/dist-types/ts3.4/models/models_0.d.ts +0 -285
- package/dist-types/ts3.4/models/models_1.d.ts +0 -213
- package/dist-types/ts3.4/models/models_2.d.ts +0 -95
- package/package.json +4 -3
|
@@ -1586,7 +1586,7 @@ export interface DvbSubDestinationSettings {
|
|
|
1586
1586
|
*/
|
|
1587
1587
|
BackgroundOpacity?: number;
|
|
1588
1588
|
/**
|
|
1589
|
-
* Specify how MediaConvert handles the display definition segment (DDS).
|
|
1589
|
+
* Specify how MediaConvert handles the display definition segment (DDS). To exclude the DDS from this set of captions: Keep the default, None. To include the DDS: Choose Specified. When you do, also specify the offset coordinates of the display window with DDS x-coordinate and DDS y-coordinate. To include the DDS, but not include display window data: Choose No display window. When you do, you can write position metadata to the page composition segment (PCS) with DDS x-coordinate and DDS y-coordinate. For video resolutions with a height of 576 pixels or less, MediaConvert doesn't include the DDS, regardless of the value you choose for DDS handling. All burn-in and DVB-Sub font settings must match.
|
|
1590
1590
|
*/
|
|
1591
1591
|
DdsHandling?: DvbddsHandling | string;
|
|
1592
1592
|
/**
|
|
@@ -4726,431 +4726,3 @@ export interface DvbNitSettings {
|
|
|
4726
4726
|
*/
|
|
4727
4727
|
NitInterval?: number;
|
|
4728
4728
|
}
|
|
4729
|
-
/**
|
|
4730
|
-
* @internal
|
|
4731
|
-
*/
|
|
4732
|
-
export declare const AllowedRenditionSizeFilterSensitiveLog: (obj: AllowedRenditionSize) => any;
|
|
4733
|
-
/**
|
|
4734
|
-
* @internal
|
|
4735
|
-
*/
|
|
4736
|
-
export declare const AudioChannelTaggingSettingsFilterSensitiveLog: (obj: AudioChannelTaggingSettings) => any;
|
|
4737
|
-
/**
|
|
4738
|
-
* @internal
|
|
4739
|
-
*/
|
|
4740
|
-
export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
|
|
4741
|
-
/**
|
|
4742
|
-
* @internal
|
|
4743
|
-
*/
|
|
4744
|
-
export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
|
|
4745
|
-
/**
|
|
4746
|
-
* @internal
|
|
4747
|
-
*/
|
|
4748
|
-
export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
|
|
4749
|
-
/**
|
|
4750
|
-
* @internal
|
|
4751
|
-
*/
|
|
4752
|
-
export declare const AiffSettingsFilterSensitiveLog: (obj: AiffSettings) => any;
|
|
4753
|
-
/**
|
|
4754
|
-
* @internal
|
|
4755
|
-
*/
|
|
4756
|
-
export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
|
|
4757
|
-
/**
|
|
4758
|
-
* @internal
|
|
4759
|
-
*/
|
|
4760
|
-
export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
|
|
4761
|
-
/**
|
|
4762
|
-
* @internal
|
|
4763
|
-
*/
|
|
4764
|
-
export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
|
|
4765
|
-
/**
|
|
4766
|
-
* @internal
|
|
4767
|
-
*/
|
|
4768
|
-
export declare const Mp3SettingsFilterSensitiveLog: (obj: Mp3Settings) => any;
|
|
4769
|
-
/**
|
|
4770
|
-
* @internal
|
|
4771
|
-
*/
|
|
4772
|
-
export declare const OpusSettingsFilterSensitiveLog: (obj: OpusSettings) => any;
|
|
4773
|
-
/**
|
|
4774
|
-
* @internal
|
|
4775
|
-
*/
|
|
4776
|
-
export declare const VorbisSettingsFilterSensitiveLog: (obj: VorbisSettings) => any;
|
|
4777
|
-
/**
|
|
4778
|
-
* @internal
|
|
4779
|
-
*/
|
|
4780
|
-
export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
|
|
4781
|
-
/**
|
|
4782
|
-
* @internal
|
|
4783
|
-
*/
|
|
4784
|
-
export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
|
|
4785
|
-
/**
|
|
4786
|
-
* @internal
|
|
4787
|
-
*/
|
|
4788
|
-
export declare const OutputChannelMappingFilterSensitiveLog: (obj: OutputChannelMapping) => any;
|
|
4789
|
-
/**
|
|
4790
|
-
* @internal
|
|
4791
|
-
*/
|
|
4792
|
-
export declare const ChannelMappingFilterSensitiveLog: (obj: ChannelMapping) => any;
|
|
4793
|
-
/**
|
|
4794
|
-
* @internal
|
|
4795
|
-
*/
|
|
4796
|
-
export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
|
|
4797
|
-
/**
|
|
4798
|
-
* @internal
|
|
4799
|
-
*/
|
|
4800
|
-
export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
|
|
4801
|
-
/**
|
|
4802
|
-
* @internal
|
|
4803
|
-
*/
|
|
4804
|
-
export declare const ForceIncludeRenditionSizeFilterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
|
|
4805
|
-
/**
|
|
4806
|
-
* @internal
|
|
4807
|
-
*/
|
|
4808
|
-
export declare const MinBottomRenditionSizeFilterSensitiveLog: (obj: MinBottomRenditionSize) => any;
|
|
4809
|
-
/**
|
|
4810
|
-
* @internal
|
|
4811
|
-
*/
|
|
4812
|
-
export declare const MinTopRenditionSizeFilterSensitiveLog: (obj: MinTopRenditionSize) => any;
|
|
4813
|
-
/**
|
|
4814
|
-
* @internal
|
|
4815
|
-
*/
|
|
4816
|
-
export declare const AutomatedAbrRuleFilterSensitiveLog: (obj: AutomatedAbrRule) => any;
|
|
4817
|
-
/**
|
|
4818
|
-
* @internal
|
|
4819
|
-
*/
|
|
4820
|
-
export declare const BurninDestinationSettingsFilterSensitiveLog: (obj: BurninDestinationSettings) => any;
|
|
4821
|
-
/**
|
|
4822
|
-
* @internal
|
|
4823
|
-
*/
|
|
4824
|
-
export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
|
|
4825
|
-
/**
|
|
4826
|
-
* @internal
|
|
4827
|
-
*/
|
|
4828
|
-
export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
4829
|
-
/**
|
|
4830
|
-
* @internal
|
|
4831
|
-
*/
|
|
4832
|
-
export declare const ImscDestinationSettingsFilterSensitiveLog: (obj: ImscDestinationSettings) => any;
|
|
4833
|
-
/**
|
|
4834
|
-
* @internal
|
|
4835
|
-
*/
|
|
4836
|
-
export declare const SccDestinationSettingsFilterSensitiveLog: (obj: SccDestinationSettings) => any;
|
|
4837
|
-
/**
|
|
4838
|
-
* @internal
|
|
4839
|
-
*/
|
|
4840
|
-
export declare const SrtDestinationSettingsFilterSensitiveLog: (obj: SrtDestinationSettings) => any;
|
|
4841
|
-
/**
|
|
4842
|
-
* @internal
|
|
4843
|
-
*/
|
|
4844
|
-
export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
|
|
4845
|
-
/**
|
|
4846
|
-
* @internal
|
|
4847
|
-
*/
|
|
4848
|
-
export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
4849
|
-
/**
|
|
4850
|
-
* @internal
|
|
4851
|
-
*/
|
|
4852
|
-
export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
|
|
4853
|
-
/**
|
|
4854
|
-
* @internal
|
|
4855
|
-
*/
|
|
4856
|
-
export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
|
|
4857
|
-
/**
|
|
4858
|
-
* @internal
|
|
4859
|
-
*/
|
|
4860
|
-
export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
|
|
4861
|
-
/**
|
|
4862
|
-
* @internal
|
|
4863
|
-
*/
|
|
4864
|
-
export declare const CaptionDescriptionPresetFilterSensitiveLog: (obj: CaptionDescriptionPreset) => any;
|
|
4865
|
-
/**
|
|
4866
|
-
* @internal
|
|
4867
|
-
*/
|
|
4868
|
-
export declare const CmafAdditionalManifestFilterSensitiveLog: (obj: CmafAdditionalManifest) => any;
|
|
4869
|
-
/**
|
|
4870
|
-
* @internal
|
|
4871
|
-
*/
|
|
4872
|
-
export declare const DashAdditionalManifestFilterSensitiveLog: (obj: DashAdditionalManifest) => any;
|
|
4873
|
-
/**
|
|
4874
|
-
* @internal
|
|
4875
|
-
*/
|
|
4876
|
-
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
4877
|
-
/**
|
|
4878
|
-
* @internal
|
|
4879
|
-
*/
|
|
4880
|
-
export declare const HlsAdditionalManifestFilterSensitiveLog: (obj: HlsAdditionalManifest) => any;
|
|
4881
|
-
/**
|
|
4882
|
-
* @internal
|
|
4883
|
-
*/
|
|
4884
|
-
export declare const HlsCaptionLanguageMappingFilterSensitiveLog: (obj: HlsCaptionLanguageMapping) => any;
|
|
4885
|
-
/**
|
|
4886
|
-
* @internal
|
|
4887
|
-
*/
|
|
4888
|
-
export declare const HopDestinationFilterSensitiveLog: (obj: HopDestination) => any;
|
|
4889
|
-
/**
|
|
4890
|
-
* @internal
|
|
4891
|
-
*/
|
|
4892
|
-
export declare const Id3InsertionFilterSensitiveLog: (obj: Id3Insertion) => any;
|
|
4893
|
-
/**
|
|
4894
|
-
* @internal
|
|
4895
|
-
*/
|
|
4896
|
-
export declare const AudioSelectorGroupFilterSensitiveLog: (obj: AudioSelectorGroup) => any;
|
|
4897
|
-
/**
|
|
4898
|
-
* @internal
|
|
4899
|
-
*/
|
|
4900
|
-
export declare const HlsRenditionGroupSettingsFilterSensitiveLog: (obj: HlsRenditionGroupSettings) => any;
|
|
4901
|
-
/**
|
|
4902
|
-
* @internal
|
|
4903
|
-
*/
|
|
4904
|
-
export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
|
|
4905
|
-
/**
|
|
4906
|
-
* @internal
|
|
4907
|
-
*/
|
|
4908
|
-
export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
|
|
4909
|
-
/**
|
|
4910
|
-
* @internal
|
|
4911
|
-
*/
|
|
4912
|
-
export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
|
|
4913
|
-
/**
|
|
4914
|
-
* @internal
|
|
4915
|
-
*/
|
|
4916
|
-
export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
|
|
4917
|
-
/**
|
|
4918
|
-
* @internal
|
|
4919
|
-
*/
|
|
4920
|
-
export declare const CaptionSourceFramerateFilterSensitiveLog: (obj: CaptionSourceFramerate) => any;
|
|
4921
|
-
/**
|
|
4922
|
-
* @internal
|
|
4923
|
-
*/
|
|
4924
|
-
export declare const FileSourceSettingsFilterSensitiveLog: (obj: FileSourceSettings) => any;
|
|
4925
|
-
/**
|
|
4926
|
-
* @internal
|
|
4927
|
-
*/
|
|
4928
|
-
export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
|
|
4929
|
-
/**
|
|
4930
|
-
* @internal
|
|
4931
|
-
*/
|
|
4932
|
-
export declare const TrackSourceSettingsFilterSensitiveLog: (obj: TrackSourceSettings) => any;
|
|
4933
|
-
/**
|
|
4934
|
-
* @internal
|
|
4935
|
-
*/
|
|
4936
|
-
export declare const WebvttHlsSourceSettingsFilterSensitiveLog: (obj: WebvttHlsSourceSettings) => any;
|
|
4937
|
-
/**
|
|
4938
|
-
* @internal
|
|
4939
|
-
*/
|
|
4940
|
-
export declare const CaptionSourceSettingsFilterSensitiveLog: (obj: CaptionSourceSettings) => any;
|
|
4941
|
-
/**
|
|
4942
|
-
* @internal
|
|
4943
|
-
*/
|
|
4944
|
-
export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
|
|
4945
|
-
/**
|
|
4946
|
-
* @internal
|
|
4947
|
-
*/
|
|
4948
|
-
export declare const RectangleFilterSensitiveLog: (obj: Rectangle) => any;
|
|
4949
|
-
/**
|
|
4950
|
-
* @internal
|
|
4951
|
-
*/
|
|
4952
|
-
export declare const InputDecryptionSettingsFilterSensitiveLog: (obj: InputDecryptionSettings) => any;
|
|
4953
|
-
/**
|
|
4954
|
-
* @internal
|
|
4955
|
-
*/
|
|
4956
|
-
export declare const InsertableImageFilterSensitiveLog: (obj: InsertableImage) => any;
|
|
4957
|
-
/**
|
|
4958
|
-
* @internal
|
|
4959
|
-
*/
|
|
4960
|
-
export declare const ImageInserterFilterSensitiveLog: (obj: ImageInserter) => any;
|
|
4961
|
-
/**
|
|
4962
|
-
* @internal
|
|
4963
|
-
*/
|
|
4964
|
-
export declare const InputClippingFilterSensitiveLog: (obj: InputClipping) => any;
|
|
4965
|
-
/**
|
|
4966
|
-
* @internal
|
|
4967
|
-
*/
|
|
4968
|
-
export declare const InputVideoGeneratorFilterSensitiveLog: (obj: InputVideoGenerator) => any;
|
|
4969
|
-
/**
|
|
4970
|
-
* @internal
|
|
4971
|
-
*/
|
|
4972
|
-
export declare const Hdr10MetadataFilterSensitiveLog: (obj: Hdr10Metadata) => any;
|
|
4973
|
-
/**
|
|
4974
|
-
* @internal
|
|
4975
|
-
*/
|
|
4976
|
-
export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
|
|
4977
|
-
/**
|
|
4978
|
-
* @internal
|
|
4979
|
-
*/
|
|
4980
|
-
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
4981
|
-
/**
|
|
4982
|
-
* @internal
|
|
4983
|
-
*/
|
|
4984
|
-
export declare const InputTemplateFilterSensitiveLog: (obj: InputTemplate) => any;
|
|
4985
|
-
/**
|
|
4986
|
-
* @internal
|
|
4987
|
-
*/
|
|
4988
|
-
export declare const AccelerationSettingsFilterSensitiveLog: (obj: AccelerationSettings) => any;
|
|
4989
|
-
/**
|
|
4990
|
-
* @internal
|
|
4991
|
-
*/
|
|
4992
|
-
export declare const JobMessagesFilterSensitiveLog: (obj: JobMessages) => any;
|
|
4993
|
-
/**
|
|
4994
|
-
* @internal
|
|
4995
|
-
*/
|
|
4996
|
-
export declare const VideoDetailFilterSensitiveLog: (obj: VideoDetail) => any;
|
|
4997
|
-
/**
|
|
4998
|
-
* @internal
|
|
4999
|
-
*/
|
|
5000
|
-
export declare const OutputDetailFilterSensitiveLog: (obj: OutputDetail) => any;
|
|
5001
|
-
/**
|
|
5002
|
-
* @internal
|
|
5003
|
-
*/
|
|
5004
|
-
export declare const OutputGroupDetailFilterSensitiveLog: (obj: OutputGroupDetail) => any;
|
|
5005
|
-
/**
|
|
5006
|
-
* @internal
|
|
5007
|
-
*/
|
|
5008
|
-
export declare const QueueTransitionFilterSensitiveLog: (obj: QueueTransition) => any;
|
|
5009
|
-
/**
|
|
5010
|
-
* @internal
|
|
5011
|
-
*/
|
|
5012
|
-
export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
|
|
5013
|
-
/**
|
|
5014
|
-
* @internal
|
|
5015
|
-
*/
|
|
5016
|
-
export declare const EsamManifestConfirmConditionNotificationFilterSensitiveLog: (obj: EsamManifestConfirmConditionNotification) => any;
|
|
5017
|
-
/**
|
|
5018
|
-
* @internal
|
|
5019
|
-
*/
|
|
5020
|
-
export declare const EsamSignalProcessingNotificationFilterSensitiveLog: (obj: EsamSignalProcessingNotification) => any;
|
|
5021
|
-
/**
|
|
5022
|
-
* @internal
|
|
5023
|
-
*/
|
|
5024
|
-
export declare const EsamSettingsFilterSensitiveLog: (obj: EsamSettings) => any;
|
|
5025
|
-
/**
|
|
5026
|
-
* @internal
|
|
5027
|
-
*/
|
|
5028
|
-
export declare const ExtendedDataServicesFilterSensitiveLog: (obj: ExtendedDataServices) => any;
|
|
5029
|
-
/**
|
|
5030
|
-
* @internal
|
|
5031
|
-
*/
|
|
5032
|
-
export declare const KantarWatermarkSettingsFilterSensitiveLog: (obj: KantarWatermarkSettings) => any;
|
|
5033
|
-
/**
|
|
5034
|
-
* @internal
|
|
5035
|
-
*/
|
|
5036
|
-
export declare const MotionImageInsertionFramerateFilterSensitiveLog: (obj: MotionImageInsertionFramerate) => any;
|
|
5037
|
-
/**
|
|
5038
|
-
* @internal
|
|
5039
|
-
*/
|
|
5040
|
-
export declare const MotionImageInsertionOffsetFilterSensitiveLog: (obj: MotionImageInsertionOffset) => any;
|
|
5041
|
-
/**
|
|
5042
|
-
* @internal
|
|
5043
|
-
*/
|
|
5044
|
-
export declare const MotionImageInserterFilterSensitiveLog: (obj: MotionImageInserter) => any;
|
|
5045
|
-
/**
|
|
5046
|
-
* @internal
|
|
5047
|
-
*/
|
|
5048
|
-
export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
5049
|
-
/**
|
|
5050
|
-
* @internal
|
|
5051
|
-
*/
|
|
5052
|
-
export declare const NielsenNonLinearWatermarkSettingsFilterSensitiveLog: (obj: NielsenNonLinearWatermarkSettings) => any;
|
|
5053
|
-
/**
|
|
5054
|
-
* @internal
|
|
5055
|
-
*/
|
|
5056
|
-
export declare const AutomatedAbrSettingsFilterSensitiveLog: (obj: AutomatedAbrSettings) => any;
|
|
5057
|
-
/**
|
|
5058
|
-
* @internal
|
|
5059
|
-
*/
|
|
5060
|
-
export declare const AutomatedEncodingSettingsFilterSensitiveLog: (obj: AutomatedEncodingSettings) => any;
|
|
5061
|
-
/**
|
|
5062
|
-
* @internal
|
|
5063
|
-
*/
|
|
5064
|
-
export declare const S3DestinationAccessControlFilterSensitiveLog: (obj: S3DestinationAccessControl) => any;
|
|
5065
|
-
/**
|
|
5066
|
-
* @internal
|
|
5067
|
-
*/
|
|
5068
|
-
export declare const S3EncryptionSettingsFilterSensitiveLog: (obj: S3EncryptionSettings) => any;
|
|
5069
|
-
/**
|
|
5070
|
-
* @internal
|
|
5071
|
-
*/
|
|
5072
|
-
export declare const S3DestinationSettingsFilterSensitiveLog: (obj: S3DestinationSettings) => any;
|
|
5073
|
-
/**
|
|
5074
|
-
* @internal
|
|
5075
|
-
*/
|
|
5076
|
-
export declare const DestinationSettingsFilterSensitiveLog: (obj: DestinationSettings) => any;
|
|
5077
|
-
/**
|
|
5078
|
-
* @internal
|
|
5079
|
-
*/
|
|
5080
|
-
export declare const SpekeKeyProviderCmafFilterSensitiveLog: (obj: SpekeKeyProviderCmaf) => any;
|
|
5081
|
-
/**
|
|
5082
|
-
* @internal
|
|
5083
|
-
*/
|
|
5084
|
-
export declare const StaticKeyProviderFilterSensitiveLog: (obj: StaticKeyProvider) => any;
|
|
5085
|
-
/**
|
|
5086
|
-
* @internal
|
|
5087
|
-
*/
|
|
5088
|
-
export declare const CmafEncryptionSettingsFilterSensitiveLog: (obj: CmafEncryptionSettings) => any;
|
|
5089
|
-
/**
|
|
5090
|
-
* @internal
|
|
5091
|
-
*/
|
|
5092
|
-
export declare const CmafImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: CmafImageBasedTrickPlaySettings) => any;
|
|
5093
|
-
/**
|
|
5094
|
-
* @internal
|
|
5095
|
-
*/
|
|
5096
|
-
export declare const CmafGroupSettingsFilterSensitiveLog: (obj: CmafGroupSettings) => any;
|
|
5097
|
-
/**
|
|
5098
|
-
* @internal
|
|
5099
|
-
*/
|
|
5100
|
-
export declare const SpekeKeyProviderFilterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
5101
|
-
/**
|
|
5102
|
-
* @internal
|
|
5103
|
-
*/
|
|
5104
|
-
export declare const DashIsoEncryptionSettingsFilterSensitiveLog: (obj: DashIsoEncryptionSettings) => any;
|
|
5105
|
-
/**
|
|
5106
|
-
* @internal
|
|
5107
|
-
*/
|
|
5108
|
-
export declare const DashIsoImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: DashIsoImageBasedTrickPlaySettings) => any;
|
|
5109
|
-
/**
|
|
5110
|
-
* @internal
|
|
5111
|
-
*/
|
|
5112
|
-
export declare const DashIsoGroupSettingsFilterSensitiveLog: (obj: DashIsoGroupSettings) => any;
|
|
5113
|
-
/**
|
|
5114
|
-
* @internal
|
|
5115
|
-
*/
|
|
5116
|
-
export declare const FileGroupSettingsFilterSensitiveLog: (obj: FileGroupSettings) => any;
|
|
5117
|
-
/**
|
|
5118
|
-
* @internal
|
|
5119
|
-
*/
|
|
5120
|
-
export declare const HlsEncryptionSettingsFilterSensitiveLog: (obj: HlsEncryptionSettings) => any;
|
|
5121
|
-
/**
|
|
5122
|
-
* @internal
|
|
5123
|
-
*/
|
|
5124
|
-
export declare const HlsImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: HlsImageBasedTrickPlaySettings) => any;
|
|
5125
|
-
/**
|
|
5126
|
-
* @internal
|
|
5127
|
-
*/
|
|
5128
|
-
export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
5129
|
-
/**
|
|
5130
|
-
* @internal
|
|
5131
|
-
*/
|
|
5132
|
-
export declare const MsSmoothAdditionalManifestFilterSensitiveLog: (obj: MsSmoothAdditionalManifest) => any;
|
|
5133
|
-
/**
|
|
5134
|
-
* @internal
|
|
5135
|
-
*/
|
|
5136
|
-
export declare const MsSmoothEncryptionSettingsFilterSensitiveLog: (obj: MsSmoothEncryptionSettings) => any;
|
|
5137
|
-
/**
|
|
5138
|
-
* @internal
|
|
5139
|
-
*/
|
|
5140
|
-
export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
5141
|
-
/**
|
|
5142
|
-
* @internal
|
|
5143
|
-
*/
|
|
5144
|
-
export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
5145
|
-
/**
|
|
5146
|
-
* @internal
|
|
5147
|
-
*/
|
|
5148
|
-
export declare const CmfcSettingsFilterSensitiveLog: (obj: CmfcSettings) => any;
|
|
5149
|
-
/**
|
|
5150
|
-
* @internal
|
|
5151
|
-
*/
|
|
5152
|
-
export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
|
|
5153
|
-
/**
|
|
5154
|
-
* @internal
|
|
5155
|
-
*/
|
|
5156
|
-
export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
|