@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
|
@@ -472,7 +472,7 @@ export interface MovSettings {
|
|
|
472
472
|
*/
|
|
473
473
|
Mpeg2FourCCControl?: MovMpeg2FourCCControl | string;
|
|
474
474
|
/**
|
|
475
|
-
*
|
|
475
|
+
* Unless you need Omneon compatibility: Keep the default value, None. To make this output compatible with Omneon: Choose Omneon. When you do, MediaConvert increases the length of the 'elst' edit list atom. Note that this might cause file rejections when a recipient of the output file doesn't expect this extra padding.
|
|
476
476
|
*/
|
|
477
477
|
PaddingControl?: MovPaddingControl | string;
|
|
478
478
|
/**
|
|
@@ -4591,359 +4591,3 @@ export interface GetJobRequest {
|
|
|
4591
4591
|
*/
|
|
4592
4592
|
Id: string | undefined;
|
|
4593
4593
|
}
|
|
4594
|
-
/**
|
|
4595
|
-
* @internal
|
|
4596
|
-
*/
|
|
4597
|
-
export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
4598
|
-
/**
|
|
4599
|
-
* @internal
|
|
4600
|
-
*/
|
|
4601
|
-
export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
4602
|
-
/**
|
|
4603
|
-
* @internal
|
|
4604
|
-
*/
|
|
4605
|
-
export declare const M2tsScte35EsamFilterSensitiveLog: (obj: M2tsScte35Esam) => any;
|
|
4606
|
-
/**
|
|
4607
|
-
* @internal
|
|
4608
|
-
*/
|
|
4609
|
-
export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
|
|
4610
|
-
/**
|
|
4611
|
-
* @internal
|
|
4612
|
-
*/
|
|
4613
|
-
export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
|
|
4614
|
-
/**
|
|
4615
|
-
* @internal
|
|
4616
|
-
*/
|
|
4617
|
-
export declare const MovSettingsFilterSensitiveLog: (obj: MovSettings) => any;
|
|
4618
|
-
/**
|
|
4619
|
-
* @internal
|
|
4620
|
-
*/
|
|
4621
|
-
export declare const Mp4SettingsFilterSensitiveLog: (obj: Mp4Settings) => any;
|
|
4622
|
-
/**
|
|
4623
|
-
* @internal
|
|
4624
|
-
*/
|
|
4625
|
-
export declare const MpdSettingsFilterSensitiveLog: (obj: MpdSettings) => any;
|
|
4626
|
-
/**
|
|
4627
|
-
* @internal
|
|
4628
|
-
*/
|
|
4629
|
-
export declare const MxfXavcProfileSettingsFilterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
|
|
4630
|
-
/**
|
|
4631
|
-
* @internal
|
|
4632
|
-
*/
|
|
4633
|
-
export declare const MxfSettingsFilterSensitiveLog: (obj: MxfSettings) => any;
|
|
4634
|
-
/**
|
|
4635
|
-
* @internal
|
|
4636
|
-
*/
|
|
4637
|
-
export declare const ContainerSettingsFilterSensitiveLog: (obj: ContainerSettings) => any;
|
|
4638
|
-
/**
|
|
4639
|
-
* @internal
|
|
4640
|
-
*/
|
|
4641
|
-
export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
|
|
4642
|
-
/**
|
|
4643
|
-
* @internal
|
|
4644
|
-
*/
|
|
4645
|
-
export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
|
|
4646
|
-
/**
|
|
4647
|
-
* @internal
|
|
4648
|
-
*/
|
|
4649
|
-
export declare const Av1QvbrSettingsFilterSensitiveLog: (obj: Av1QvbrSettings) => any;
|
|
4650
|
-
/**
|
|
4651
|
-
* @internal
|
|
4652
|
-
*/
|
|
4653
|
-
export declare const Av1SettingsFilterSensitiveLog: (obj: Av1Settings) => any;
|
|
4654
|
-
/**
|
|
4655
|
-
* @internal
|
|
4656
|
-
*/
|
|
4657
|
-
export declare const AvcIntraUhdSettingsFilterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
|
|
4658
|
-
/**
|
|
4659
|
-
* @internal
|
|
4660
|
-
*/
|
|
4661
|
-
export declare const AvcIntraSettingsFilterSensitiveLog: (obj: AvcIntraSettings) => any;
|
|
4662
|
-
/**
|
|
4663
|
-
* @internal
|
|
4664
|
-
*/
|
|
4665
|
-
export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
4666
|
-
/**
|
|
4667
|
-
* @internal
|
|
4668
|
-
*/
|
|
4669
|
-
export declare const BandwidthReductionFilterFilterSensitiveLog: (obj: BandwidthReductionFilter) => any;
|
|
4670
|
-
/**
|
|
4671
|
-
* @internal
|
|
4672
|
-
*/
|
|
4673
|
-
export declare const H264QvbrSettingsFilterSensitiveLog: (obj: H264QvbrSettings) => any;
|
|
4674
|
-
/**
|
|
4675
|
-
* @internal
|
|
4676
|
-
*/
|
|
4677
|
-
export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
|
|
4678
|
-
/**
|
|
4679
|
-
* @internal
|
|
4680
|
-
*/
|
|
4681
|
-
export declare const H265QvbrSettingsFilterSensitiveLog: (obj: H265QvbrSettings) => any;
|
|
4682
|
-
/**
|
|
4683
|
-
* @internal
|
|
4684
|
-
*/
|
|
4685
|
-
export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
|
|
4686
|
-
/**
|
|
4687
|
-
* @internal
|
|
4688
|
-
*/
|
|
4689
|
-
export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
4690
|
-
/**
|
|
4691
|
-
* @internal
|
|
4692
|
-
*/
|
|
4693
|
-
export declare const ProresSettingsFilterSensitiveLog: (obj: ProresSettings) => any;
|
|
4694
|
-
/**
|
|
4695
|
-
* @internal
|
|
4696
|
-
*/
|
|
4697
|
-
export declare const Vc3SettingsFilterSensitiveLog: (obj: Vc3Settings) => any;
|
|
4698
|
-
/**
|
|
4699
|
-
* @internal
|
|
4700
|
-
*/
|
|
4701
|
-
export declare const Vp8SettingsFilterSensitiveLog: (obj: Vp8Settings) => any;
|
|
4702
|
-
/**
|
|
4703
|
-
* @internal
|
|
4704
|
-
*/
|
|
4705
|
-
export declare const Vp9SettingsFilterSensitiveLog: (obj: Vp9Settings) => any;
|
|
4706
|
-
/**
|
|
4707
|
-
* @internal
|
|
4708
|
-
*/
|
|
4709
|
-
export declare const Xavc4kIntraCbgProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
|
|
4710
|
-
/**
|
|
4711
|
-
* @internal
|
|
4712
|
-
*/
|
|
4713
|
-
export declare const Xavc4kIntraVbrProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
|
|
4714
|
-
/**
|
|
4715
|
-
* @internal
|
|
4716
|
-
*/
|
|
4717
|
-
export declare const Xavc4kProfileSettingsFilterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
|
|
4718
|
-
/**
|
|
4719
|
-
* @internal
|
|
4720
|
-
*/
|
|
4721
|
-
export declare const XavcHdIntraCbgProfileSettingsFilterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
|
|
4722
|
-
/**
|
|
4723
|
-
* @internal
|
|
4724
|
-
*/
|
|
4725
|
-
export declare const XavcHdProfileSettingsFilterSensitiveLog: (obj: XavcHdProfileSettings) => any;
|
|
4726
|
-
/**
|
|
4727
|
-
* @internal
|
|
4728
|
-
*/
|
|
4729
|
-
export declare const XavcSettingsFilterSensitiveLog: (obj: XavcSettings) => any;
|
|
4730
|
-
/**
|
|
4731
|
-
* @internal
|
|
4732
|
-
*/
|
|
4733
|
-
export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
4734
|
-
/**
|
|
4735
|
-
* @internal
|
|
4736
|
-
*/
|
|
4737
|
-
export declare const ClipLimitsFilterSensitiveLog: (obj: ClipLimits) => any;
|
|
4738
|
-
/**
|
|
4739
|
-
* @internal
|
|
4740
|
-
*/
|
|
4741
|
-
export declare const ColorCorrectorFilterSensitiveLog: (obj: ColorCorrector) => any;
|
|
4742
|
-
/**
|
|
4743
|
-
* @internal
|
|
4744
|
-
*/
|
|
4745
|
-
export declare const DeinterlacerFilterSensitiveLog: (obj: Deinterlacer) => any;
|
|
4746
|
-
/**
|
|
4747
|
-
* @internal
|
|
4748
|
-
*/
|
|
4749
|
-
export declare const DolbyVisionLevel6MetadataFilterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
|
|
4750
|
-
/**
|
|
4751
|
-
* @internal
|
|
4752
|
-
*/
|
|
4753
|
-
export declare const DolbyVisionFilterSensitiveLog: (obj: DolbyVision) => any;
|
|
4754
|
-
/**
|
|
4755
|
-
* @internal
|
|
4756
|
-
*/
|
|
4757
|
-
export declare const Hdr10PlusFilterSensitiveLog: (obj: Hdr10Plus) => any;
|
|
4758
|
-
/**
|
|
4759
|
-
* @internal
|
|
4760
|
-
*/
|
|
4761
|
-
export declare const NoiseReducerFilterSettingsFilterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
|
|
4762
|
-
/**
|
|
4763
|
-
* @internal
|
|
4764
|
-
*/
|
|
4765
|
-
export declare const NoiseReducerSpatialFilterSettingsFilterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
|
|
4766
|
-
/**
|
|
4767
|
-
* @internal
|
|
4768
|
-
*/
|
|
4769
|
-
export declare const NoiseReducerTemporalFilterSettingsFilterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
|
|
4770
|
-
/**
|
|
4771
|
-
* @internal
|
|
4772
|
-
*/
|
|
4773
|
-
export declare const NoiseReducerFilterSensitiveLog: (obj: NoiseReducer) => any;
|
|
4774
|
-
/**
|
|
4775
|
-
* @internal
|
|
4776
|
-
*/
|
|
4777
|
-
export declare const NexGuardFileMarkerSettingsFilterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
|
|
4778
|
-
/**
|
|
4779
|
-
* @internal
|
|
4780
|
-
*/
|
|
4781
|
-
export declare const PartnerWatermarkingFilterSensitiveLog: (obj: PartnerWatermarking) => any;
|
|
4782
|
-
/**
|
|
4783
|
-
* @internal
|
|
4784
|
-
*/
|
|
4785
|
-
export declare const TimecodeBurninFilterSensitiveLog: (obj: TimecodeBurnin) => any;
|
|
4786
|
-
/**
|
|
4787
|
-
* @internal
|
|
4788
|
-
*/
|
|
4789
|
-
export declare const VideoPreprocessorFilterSensitiveLog: (obj: VideoPreprocessor) => any;
|
|
4790
|
-
/**
|
|
4791
|
-
* @internal
|
|
4792
|
-
*/
|
|
4793
|
-
export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
|
|
4794
|
-
/**
|
|
4795
|
-
* @internal
|
|
4796
|
-
*/
|
|
4797
|
-
export declare const OutputFilterSensitiveLog: (obj: Output) => any;
|
|
4798
|
-
/**
|
|
4799
|
-
* @internal
|
|
4800
|
-
*/
|
|
4801
|
-
export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
|
|
4802
|
-
/**
|
|
4803
|
-
* @internal
|
|
4804
|
-
*/
|
|
4805
|
-
export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
4806
|
-
/**
|
|
4807
|
-
* @internal
|
|
4808
|
-
*/
|
|
4809
|
-
export declare const TimedMetadataInsertionFilterSensitiveLog: (obj: TimedMetadataInsertion) => any;
|
|
4810
|
-
/**
|
|
4811
|
-
* @internal
|
|
4812
|
-
*/
|
|
4813
|
-
export declare const JobSettingsFilterSensitiveLog: (obj: JobSettings) => any;
|
|
4814
|
-
/**
|
|
4815
|
-
* @internal
|
|
4816
|
-
*/
|
|
4817
|
-
export declare const TimingFilterSensitiveLog: (obj: Timing) => any;
|
|
4818
|
-
/**
|
|
4819
|
-
* @internal
|
|
4820
|
-
*/
|
|
4821
|
-
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
4822
|
-
/**
|
|
4823
|
-
* @internal
|
|
4824
|
-
*/
|
|
4825
|
-
export declare const JobTemplateSettingsFilterSensitiveLog: (obj: JobTemplateSettings) => any;
|
|
4826
|
-
/**
|
|
4827
|
-
* @internal
|
|
4828
|
-
*/
|
|
4829
|
-
export declare const JobTemplateFilterSensitiveLog: (obj: JobTemplate) => any;
|
|
4830
|
-
/**
|
|
4831
|
-
* @internal
|
|
4832
|
-
*/
|
|
4833
|
-
export declare const PresetSettingsFilterSensitiveLog: (obj: PresetSettings) => any;
|
|
4834
|
-
/**
|
|
4835
|
-
* @internal
|
|
4836
|
-
*/
|
|
4837
|
-
export declare const PresetFilterSensitiveLog: (obj: Preset) => any;
|
|
4838
|
-
/**
|
|
4839
|
-
* @internal
|
|
4840
|
-
*/
|
|
4841
|
-
export declare const ReservationPlanFilterSensitiveLog: (obj: ReservationPlan) => any;
|
|
4842
|
-
/**
|
|
4843
|
-
* @internal
|
|
4844
|
-
*/
|
|
4845
|
-
export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
|
|
4846
|
-
/**
|
|
4847
|
-
* @internal
|
|
4848
|
-
*/
|
|
4849
|
-
export declare const AssociateCertificateRequestFilterSensitiveLog: (obj: AssociateCertificateRequest) => any;
|
|
4850
|
-
/**
|
|
4851
|
-
* @internal
|
|
4852
|
-
*/
|
|
4853
|
-
export declare const AssociateCertificateResponseFilterSensitiveLog: (obj: AssociateCertificateResponse) => any;
|
|
4854
|
-
/**
|
|
4855
|
-
* @internal
|
|
4856
|
-
*/
|
|
4857
|
-
export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
4858
|
-
/**
|
|
4859
|
-
* @internal
|
|
4860
|
-
*/
|
|
4861
|
-
export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
4862
|
-
/**
|
|
4863
|
-
* @internal
|
|
4864
|
-
*/
|
|
4865
|
-
export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
4866
|
-
/**
|
|
4867
|
-
* @internal
|
|
4868
|
-
*/
|
|
4869
|
-
export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
4870
|
-
/**
|
|
4871
|
-
* @internal
|
|
4872
|
-
*/
|
|
4873
|
-
export declare const CreateJobTemplateRequestFilterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
|
|
4874
|
-
/**
|
|
4875
|
-
* @internal
|
|
4876
|
-
*/
|
|
4877
|
-
export declare const CreateJobTemplateResponseFilterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
|
|
4878
|
-
/**
|
|
4879
|
-
* @internal
|
|
4880
|
-
*/
|
|
4881
|
-
export declare const CreatePresetRequestFilterSensitiveLog: (obj: CreatePresetRequest) => any;
|
|
4882
|
-
/**
|
|
4883
|
-
* @internal
|
|
4884
|
-
*/
|
|
4885
|
-
export declare const CreatePresetResponseFilterSensitiveLog: (obj: CreatePresetResponse) => any;
|
|
4886
|
-
/**
|
|
4887
|
-
* @internal
|
|
4888
|
-
*/
|
|
4889
|
-
export declare const ReservationPlanSettingsFilterSensitiveLog: (obj: ReservationPlanSettings) => any;
|
|
4890
|
-
/**
|
|
4891
|
-
* @internal
|
|
4892
|
-
*/
|
|
4893
|
-
export declare const CreateQueueRequestFilterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
4894
|
-
/**
|
|
4895
|
-
* @internal
|
|
4896
|
-
*/
|
|
4897
|
-
export declare const CreateQueueResponseFilterSensitiveLog: (obj: CreateQueueResponse) => any;
|
|
4898
|
-
/**
|
|
4899
|
-
* @internal
|
|
4900
|
-
*/
|
|
4901
|
-
export declare const DeleteJobTemplateRequestFilterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
|
|
4902
|
-
/**
|
|
4903
|
-
* @internal
|
|
4904
|
-
*/
|
|
4905
|
-
export declare const DeleteJobTemplateResponseFilterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
|
|
4906
|
-
/**
|
|
4907
|
-
* @internal
|
|
4908
|
-
*/
|
|
4909
|
-
export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
4910
|
-
/**
|
|
4911
|
-
* @internal
|
|
4912
|
-
*/
|
|
4913
|
-
export declare const DeletePolicyResponseFilterSensitiveLog: (obj: DeletePolicyResponse) => any;
|
|
4914
|
-
/**
|
|
4915
|
-
* @internal
|
|
4916
|
-
*/
|
|
4917
|
-
export declare const DeletePresetRequestFilterSensitiveLog: (obj: DeletePresetRequest) => any;
|
|
4918
|
-
/**
|
|
4919
|
-
* @internal
|
|
4920
|
-
*/
|
|
4921
|
-
export declare const DeletePresetResponseFilterSensitiveLog: (obj: DeletePresetResponse) => any;
|
|
4922
|
-
/**
|
|
4923
|
-
* @internal
|
|
4924
|
-
*/
|
|
4925
|
-
export declare const DeleteQueueRequestFilterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
4926
|
-
/**
|
|
4927
|
-
* @internal
|
|
4928
|
-
*/
|
|
4929
|
-
export declare const DeleteQueueResponseFilterSensitiveLog: (obj: DeleteQueueResponse) => any;
|
|
4930
|
-
/**
|
|
4931
|
-
* @internal
|
|
4932
|
-
*/
|
|
4933
|
-
export declare const DescribeEndpointsRequestFilterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
4934
|
-
/**
|
|
4935
|
-
* @internal
|
|
4936
|
-
*/
|
|
4937
|
-
export declare const DescribeEndpointsResponseFilterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
4938
|
-
/**
|
|
4939
|
-
* @internal
|
|
4940
|
-
*/
|
|
4941
|
-
export declare const DisassociateCertificateRequestFilterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
|
|
4942
|
-
/**
|
|
4943
|
-
* @internal
|
|
4944
|
-
*/
|
|
4945
|
-
export declare const DisassociateCertificateResponseFilterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
|
|
4946
|
-
/**
|
|
4947
|
-
* @internal
|
|
4948
|
-
*/
|
|
4949
|
-
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
@@ -476,135 +476,3 @@ export interface UpdateQueueResponse {
|
|
|
476
476
|
*/
|
|
477
477
|
Queue?: Queue;
|
|
478
478
|
}
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
|
-
export declare const GetJobTemplateRequestFilterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
|
-
export declare const GetJobTemplateResponseFilterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
|
-
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
499
|
-
/**
|
|
500
|
-
* @internal
|
|
501
|
-
*/
|
|
502
|
-
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
503
|
-
/**
|
|
504
|
-
* @internal
|
|
505
|
-
*/
|
|
506
|
-
export declare const GetPresetRequestFilterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
507
|
-
/**
|
|
508
|
-
* @internal
|
|
509
|
-
*/
|
|
510
|
-
export declare const GetPresetResponseFilterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
|
-
export declare const GetQueueRequestFilterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
|
-
export declare const GetQueueResponseFilterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
|
-
export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
export declare const ListJobTemplatesRequestFilterSensitiveLog: (obj: ListJobTemplatesRequest) => any;
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
|
-
export declare const ListJobTemplatesResponseFilterSensitiveLog: (obj: ListJobTemplatesResponse) => any;
|
|
535
|
-
/**
|
|
536
|
-
* @internal
|
|
537
|
-
*/
|
|
538
|
-
export declare const ListPresetsRequestFilterSensitiveLog: (obj: ListPresetsRequest) => any;
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
|
-
export declare const ListPresetsResponseFilterSensitiveLog: (obj: ListPresetsResponse) => any;
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
|
-
export declare const ListQueuesRequestFilterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
|
-
export declare const ListQueuesResponseFilterSensitiveLog: (obj: ListQueuesResponse) => any;
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
|
-
export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
563
|
-
/**
|
|
564
|
-
* @internal
|
|
565
|
-
*/
|
|
566
|
-
export declare const PutPolicyRequestFilterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
|
-
export declare const PutPolicyResponseFilterSensitiveLog: (obj: PutPolicyResponse) => any;
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
587
|
-
/**
|
|
588
|
-
* @internal
|
|
589
|
-
*/
|
|
590
|
-
export declare const UpdateJobTemplateRequestFilterSensitiveLog: (obj: UpdateJobTemplateRequest) => any;
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
|
-
export declare const UpdateJobTemplateResponseFilterSensitiveLog: (obj: UpdateJobTemplateResponse) => any;
|
|
595
|
-
/**
|
|
596
|
-
* @internal
|
|
597
|
-
*/
|
|
598
|
-
export declare const UpdatePresetRequestFilterSensitiveLog: (obj: UpdatePresetRequest) => any;
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
|
-
export declare const UpdatePresetResponseFilterSensitiveLog: (obj: UpdatePresetResponse) => any;
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
|
-
export declare const UpdateQueueRequestFilterSensitiveLog: (obj: UpdateQueueRequest) => any;
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
|
-
export declare const UpdateQueueResponseFilterSensitiveLog: (obj: UpdateQueueResponse) => any;
|