@aws-sdk/client-mediaconvert 3.484.0 → 3.485.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/models/models_0.js +1 -5
- package/dist-cjs/models/models_1.js +41 -5
- package/dist-cjs/protocols/Aws_restJson1.js +85 -0
- package/dist-es/models/models_0.js +0 -4
- package/dist-es/models/models_1.js +36 -0
- package/dist-es/protocols/Aws_restJson1.js +85 -0
- package/dist-types/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +49 -5
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +49 -5
- package/dist-types/commands/CreatePresetCommand.d.ts +29 -5
- package/dist-types/commands/GetJobCommand.d.ts +24 -2
- package/dist-types/commands/GetJobTemplateCommand.d.ts +24 -2
- package/dist-types/commands/GetPresetCommand.d.ts +14 -2
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +24 -2
- package/dist-types/commands/ListJobsCommand.d.ts +24 -2
- package/dist-types/commands/ListPresetsCommand.d.ts +14 -2
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +48 -4
- package/dist-types/commands/UpdatePresetCommand.d.ts +28 -4
- package/dist-types/models/models_0.d.ts +40 -16
- package/dist-types/models/models_1.d.ts +174 -224
- package/dist-types/models/models_2.d.ts +223 -2
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +8 -6
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +62 -2
- package/package.json +34 -34
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcAudioTrackType, CmfcDescriptiveVideoServiceFlag, CmfcIFrameOnlyManifest, CmfcKlvMetadata, CmfcManifestMetadataSignaling, CmfcScte35Esam,
|
|
3
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcAudioTrackType, CmfcDescriptiveVideoServiceFlag, CmfcIFrameOnlyManifest, CmfcKlvMetadata, CmfcManifestMetadataSignaling, CmfcScte35Esam, ColorConversion3DLUTSetting, EsamSettings, ExtendedDataServices, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const CmfcScte35Source: {
|
|
9
|
+
readonly NONE: "NONE";
|
|
10
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type CmfcScte35Source = (typeof CmfcScte35Source)[keyof typeof CmfcScte35Source];
|
|
4
16
|
/**
|
|
5
17
|
* @public
|
|
6
18
|
* @enum
|
|
@@ -120,6 +132,7 @@ export declare const ContainerType: {
|
|
|
120
132
|
readonly MXF: "MXF";
|
|
121
133
|
readonly RAW: "RAW";
|
|
122
134
|
readonly WEBM: "WEBM";
|
|
135
|
+
readonly Y4M: "Y4M";
|
|
123
136
|
};
|
|
124
137
|
/**
|
|
125
138
|
* @public
|
|
@@ -1772,6 +1785,7 @@ export declare const VideoCodec: {
|
|
|
1772
1785
|
readonly MPEG2: "MPEG2";
|
|
1773
1786
|
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
1774
1787
|
readonly PRORES: "PRORES";
|
|
1788
|
+
readonly UNCOMPRESSED: "UNCOMPRESSED";
|
|
1775
1789
|
readonly VC3: "VC3";
|
|
1776
1790
|
readonly VP8: "VP8";
|
|
1777
1791
|
readonly VP9: "VP9";
|
|
@@ -3614,6 +3628,143 @@ export interface ProresSettings {
|
|
|
3614
3628
|
*/
|
|
3615
3629
|
Telecine?: ProresTelecine;
|
|
3616
3630
|
}
|
|
3631
|
+
/**
|
|
3632
|
+
* @public
|
|
3633
|
+
* @enum
|
|
3634
|
+
*/
|
|
3635
|
+
export declare const UncompressedFourcc: {
|
|
3636
|
+
readonly I420: "I420";
|
|
3637
|
+
readonly I422: "I422";
|
|
3638
|
+
readonly I444: "I444";
|
|
3639
|
+
};
|
|
3640
|
+
/**
|
|
3641
|
+
* @public
|
|
3642
|
+
*/
|
|
3643
|
+
export type UncompressedFourcc = (typeof UncompressedFourcc)[keyof typeof UncompressedFourcc];
|
|
3644
|
+
/**
|
|
3645
|
+
* @public
|
|
3646
|
+
* @enum
|
|
3647
|
+
*/
|
|
3648
|
+
export declare const UncompressedFramerateControl: {
|
|
3649
|
+
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
3650
|
+
readonly SPECIFIED: "SPECIFIED";
|
|
3651
|
+
};
|
|
3652
|
+
/**
|
|
3653
|
+
* @public
|
|
3654
|
+
*/
|
|
3655
|
+
export type UncompressedFramerateControl = (typeof UncompressedFramerateControl)[keyof typeof UncompressedFramerateControl];
|
|
3656
|
+
/**
|
|
3657
|
+
* @public
|
|
3658
|
+
* @enum
|
|
3659
|
+
*/
|
|
3660
|
+
export declare const UncompressedFramerateConversionAlgorithm: {
|
|
3661
|
+
readonly DUPLICATE_DROP: "DUPLICATE_DROP";
|
|
3662
|
+
readonly FRAMEFORMER: "FRAMEFORMER";
|
|
3663
|
+
readonly INTERPOLATE: "INTERPOLATE";
|
|
3664
|
+
};
|
|
3665
|
+
/**
|
|
3666
|
+
* @public
|
|
3667
|
+
*/
|
|
3668
|
+
export type UncompressedFramerateConversionAlgorithm = (typeof UncompressedFramerateConversionAlgorithm)[keyof typeof UncompressedFramerateConversionAlgorithm];
|
|
3669
|
+
/**
|
|
3670
|
+
* @public
|
|
3671
|
+
* @enum
|
|
3672
|
+
*/
|
|
3673
|
+
export declare const UncompressedInterlaceMode: {
|
|
3674
|
+
readonly INTERLACED: "INTERLACED";
|
|
3675
|
+
readonly PROGRESSIVE: "PROGRESSIVE";
|
|
3676
|
+
};
|
|
3677
|
+
/**
|
|
3678
|
+
* @public
|
|
3679
|
+
*/
|
|
3680
|
+
export type UncompressedInterlaceMode = (typeof UncompressedInterlaceMode)[keyof typeof UncompressedInterlaceMode];
|
|
3681
|
+
/**
|
|
3682
|
+
* @public
|
|
3683
|
+
* @enum
|
|
3684
|
+
*/
|
|
3685
|
+
export declare const UncompressedScanTypeConversionMode: {
|
|
3686
|
+
readonly INTERLACED: "INTERLACED";
|
|
3687
|
+
readonly INTERLACED_OPTIMIZE: "INTERLACED_OPTIMIZE";
|
|
3688
|
+
};
|
|
3689
|
+
/**
|
|
3690
|
+
* @public
|
|
3691
|
+
*/
|
|
3692
|
+
export type UncompressedScanTypeConversionMode = (typeof UncompressedScanTypeConversionMode)[keyof typeof UncompressedScanTypeConversionMode];
|
|
3693
|
+
/**
|
|
3694
|
+
* @public
|
|
3695
|
+
* @enum
|
|
3696
|
+
*/
|
|
3697
|
+
export declare const UncompressedSlowPal: {
|
|
3698
|
+
readonly DISABLED: "DISABLED";
|
|
3699
|
+
readonly ENABLED: "ENABLED";
|
|
3700
|
+
};
|
|
3701
|
+
/**
|
|
3702
|
+
* @public
|
|
3703
|
+
*/
|
|
3704
|
+
export type UncompressedSlowPal = (typeof UncompressedSlowPal)[keyof typeof UncompressedSlowPal];
|
|
3705
|
+
/**
|
|
3706
|
+
* @public
|
|
3707
|
+
* @enum
|
|
3708
|
+
*/
|
|
3709
|
+
export declare const UncompressedTelecine: {
|
|
3710
|
+
readonly HARD: "HARD";
|
|
3711
|
+
readonly NONE: "NONE";
|
|
3712
|
+
};
|
|
3713
|
+
/**
|
|
3714
|
+
* @public
|
|
3715
|
+
*/
|
|
3716
|
+
export type UncompressedTelecine = (typeof UncompressedTelecine)[keyof typeof UncompressedTelecine];
|
|
3717
|
+
/**
|
|
3718
|
+
* @public
|
|
3719
|
+
* Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
|
|
3720
|
+
*/
|
|
3721
|
+
export interface UncompressedSettings {
|
|
3722
|
+
/**
|
|
3723
|
+
* @public
|
|
3724
|
+
* The four character code for the uncompressed video.
|
|
3725
|
+
*/
|
|
3726
|
+
Fourcc?: UncompressedFourcc;
|
|
3727
|
+
/**
|
|
3728
|
+
* @public
|
|
3729
|
+
* Use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction.
|
|
3730
|
+
*/
|
|
3731
|
+
FramerateControl?: UncompressedFramerateControl;
|
|
3732
|
+
/**
|
|
3733
|
+
* @public
|
|
3734
|
+
* Choose the method that you want MediaConvert to use when increasing or decreasing the frame rate. For numerically simple conversions, such as 60 fps to 30 fps: We recommend that you keep the default value, Drop duplicate. For numerically complex conversions, to avoid stutter: Choose Interpolate. This results in a smooth picture, but might introduce undesirable video artifacts. For complex frame rate conversions, especially if your source video has already been converted from its original cadence: Choose FrameFormer to do motion-compensated interpolation. FrameFormer uses the best conversion method frame by frame. Note that using FrameFormer increases the transcoding time and incurs a significant add-on cost. When you choose FrameFormer, your input video resolution must be at least 128x96.
|
|
3735
|
+
*/
|
|
3736
|
+
FramerateConversionAlgorithm?: UncompressedFramerateConversionAlgorithm;
|
|
3737
|
+
/**
|
|
3738
|
+
* @public
|
|
3739
|
+
* When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateDenominator to specify the denominator of this fraction. In this example, use 1001 for the value of FramerateDenominator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.
|
|
3740
|
+
*/
|
|
3741
|
+
FramerateDenominator?: number;
|
|
3742
|
+
/**
|
|
3743
|
+
* @public
|
|
3744
|
+
* When you use the API for transcode jobs that use frame rate conversion, specify the frame rate as a fraction. For example, 24000 / 1001 = 23.976 fps. Use FramerateNumerator to specify the numerator of this fraction. In this example, use 24000 for the value of FramerateNumerator. When you use the console for transcode jobs that use frame rate conversion, provide the value as a decimal number for Framerate. In this example, specify 23.976.
|
|
3745
|
+
*/
|
|
3746
|
+
FramerateNumerator?: number;
|
|
3747
|
+
/**
|
|
3748
|
+
* @public
|
|
3749
|
+
* Optional. Choose the scan line type for this output. If you don't specify a value, MediaConvert will create a progressive output.
|
|
3750
|
+
*/
|
|
3751
|
+
InterlaceMode?: UncompressedInterlaceMode;
|
|
3752
|
+
/**
|
|
3753
|
+
* @public
|
|
3754
|
+
* Use this setting for interlaced outputs, when your output frame rate is half of your input frame rate. In this situation, choose Optimized interlacing to create a better quality interlaced output. In this case, each progressive frame from the input corresponds to an interlaced field in the output. Keep the default value, Basic interlacing, for all other output frame rates. With basic interlacing, MediaConvert performs any frame rate conversion first and then interlaces the frames. When you choose Optimized interlacing and you set your output frame rate to a value that isn't suitable for optimized interlacing, MediaConvert automatically falls back to basic interlacing. Required settings: To use optimized interlacing, you must set Telecine to None or Soft. You can't use optimized interlacing for hard telecine outputs. You must also set Interlace mode to a value other than Progressive.
|
|
3755
|
+
*/
|
|
3756
|
+
ScanTypeConversionMode?: UncompressedScanTypeConversionMode;
|
|
3757
|
+
/**
|
|
3758
|
+
* @public
|
|
3759
|
+
* Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling this setting will slightly reduce the duration of your video. Related settings: You must also set Framerate to 25.
|
|
3760
|
+
*/
|
|
3761
|
+
SlowPal?: UncompressedSlowPal;
|
|
3762
|
+
/**
|
|
3763
|
+
* @public
|
|
3764
|
+
* When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine to create a smoother picture. When you keep the default value, None, MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.
|
|
3765
|
+
*/
|
|
3766
|
+
Telecine?: UncompressedTelecine;
|
|
3767
|
+
}
|
|
3617
3768
|
/**
|
|
3618
3769
|
* @public
|
|
3619
3770
|
* @enum
|
|
@@ -4491,7 +4642,7 @@ export interface XavcSettings {
|
|
|
4491
4642
|
}
|
|
4492
4643
|
/**
|
|
4493
4644
|
* @public
|
|
4494
|
-
* Video codec settings contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec. For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
|
|
4645
|
+
* Video codec settings contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec. For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * UNCOMPRESSED, UncompressedSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
|
|
4495
4646
|
*/
|
|
4496
4647
|
export interface VideoCodecSettings {
|
|
4497
4648
|
/**
|
|
@@ -4534,6 +4685,11 @@ export interface VideoCodecSettings {
|
|
|
4534
4685
|
* Required when you set Codec to the value PRORES.
|
|
4535
4686
|
*/
|
|
4536
4687
|
ProresSettings?: ProresSettings;
|
|
4688
|
+
/**
|
|
4689
|
+
* @public
|
|
4690
|
+
* Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
|
|
4691
|
+
*/
|
|
4692
|
+
UncompressedSettings?: UncompressedSettings;
|
|
4537
4693
|
/**
|
|
4538
4694
|
* @public
|
|
4539
4695
|
* Required when you set Codec to the value VC3
|
|
@@ -4733,6 +4889,11 @@ export interface ColorCorrector {
|
|
|
4733
4889
|
* Hue in degrees.
|
|
4734
4890
|
*/
|
|
4735
4891
|
Hue?: number;
|
|
4892
|
+
/**
|
|
4893
|
+
* @public
|
|
4894
|
+
* Specify the maximum mastering display luminance. Enter an integer from 0 to 2147483647, in units of 0.0001 nits. For example, enter 10000000 for 1000 nits.
|
|
4895
|
+
*/
|
|
4896
|
+
MaxLuminance?: number;
|
|
4736
4897
|
/**
|
|
4737
4898
|
* @public
|
|
4738
4899
|
* Specify how MediaConvert limits the color sample range for this output. To create a limited range output from a full range input: Choose Limited range squeeze. For full range inputs, MediaConvert performs a linear offset to color samples equally across all pixels and frames. Color samples in 10-bit outputs are limited to 64 through 940, and 8-bit outputs are limited to 16 through 235. Note: For limited range inputs, values for color samples are passed through to your output unchanged. MediaConvert does not limit the sample range. To correct pixels in your input that are out of range or out of gamut: Choose Limited range clip. Use for broadcast applications. MediaConvert conforms any pixels outside of the values that you specify under Minimum YUV and Maximum YUV to limited range bounds. MediaConvert also corrects any YUV values that, when converted to RGB, would be outside the bounds you specify under Minimum RGB tolerance and Maximum RGB tolerance. With either limited range conversion, MediaConvert writes the sample range metadata in the output.
|
|
@@ -5196,7 +5357,7 @@ export interface VideoDescription {
|
|
|
5196
5357
|
AntiAlias?: AntiAlias;
|
|
5197
5358
|
/**
|
|
5198
5359
|
* @public
|
|
5199
|
-
* Video codec settings contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec. For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
|
|
5360
|
+
* Video codec settings contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec. For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * UNCOMPRESSED, UncompressedSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
|
|
5200
5361
|
*/
|
|
5201
5362
|
CodecSettings?: VideoCodecSettings;
|
|
5202
5363
|
/**
|
|
@@ -5402,6 +5563,11 @@ export interface JobSettings {
|
|
|
5402
5563
|
* Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
|
|
5403
5564
|
*/
|
|
5404
5565
|
AvailBlanking?: AvailBlanking;
|
|
5566
|
+
/**
|
|
5567
|
+
* @public
|
|
5568
|
+
* Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
|
|
5569
|
+
*/
|
|
5570
|
+
ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[];
|
|
5405
5571
|
/**
|
|
5406
5572
|
* @public
|
|
5407
5573
|
* Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
|
|
@@ -5703,6 +5869,11 @@ export interface JobTemplateSettings {
|
|
|
5703
5869
|
* Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
|
|
5704
5870
|
*/
|
|
5705
5871
|
AvailBlanking?: AvailBlanking;
|
|
5872
|
+
/**
|
|
5873
|
+
* @public
|
|
5874
|
+
* Use 3D LUTs to specify custom color mapping behavior when you convert from one color space into another. You can include up to 8 different 3D LUTs.
|
|
5875
|
+
*/
|
|
5876
|
+
ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[];
|
|
5706
5877
|
/**
|
|
5707
5878
|
* @public
|
|
5708
5879
|
* Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
|
|
@@ -6163,224 +6334,3 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
6163
6334
|
*/
|
|
6164
6335
|
constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
|
|
6165
6336
|
}
|
|
6166
|
-
/**
|
|
6167
|
-
* @public
|
|
6168
|
-
*/
|
|
6169
|
-
export interface CancelJobRequest {
|
|
6170
|
-
/**
|
|
6171
|
-
* @public
|
|
6172
|
-
* The Job ID of the job to be cancelled.
|
|
6173
|
-
*/
|
|
6174
|
-
Id: string | undefined;
|
|
6175
|
-
}
|
|
6176
|
-
/**
|
|
6177
|
-
* @public
|
|
6178
|
-
*/
|
|
6179
|
-
export interface CancelJobResponse {
|
|
6180
|
-
}
|
|
6181
|
-
/**
|
|
6182
|
-
* @public
|
|
6183
|
-
*/
|
|
6184
|
-
export interface CreateJobRequest {
|
|
6185
|
-
/**
|
|
6186
|
-
* @public
|
|
6187
|
-
* Optional. Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
6188
|
-
*/
|
|
6189
|
-
AccelerationSettings?: AccelerationSettings;
|
|
6190
|
-
/**
|
|
6191
|
-
* @public
|
|
6192
|
-
* Optional. Choose a tag type that AWS Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs on any billing report that you set up. Any transcoding outputs that don't have an associated tag will appear in your billing report unsorted. If you don't choose a valid value for this field, your job outputs will appear on the billing report unsorted.
|
|
6193
|
-
*/
|
|
6194
|
-
BillingTagsSource?: BillingTagsSource;
|
|
6195
|
-
/**
|
|
6196
|
-
* @public
|
|
6197
|
-
* Prevent duplicate jobs from being created and ensure idempotency for your requests. A client request token can be any string that includes up to 64 ASCII characters. If you reuse a client request token within one minute of a successful request, the API returns the job details of the original request instead. For more information see https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
|
|
6198
|
-
*/
|
|
6199
|
-
ClientRequestToken?: string;
|
|
6200
|
-
/**
|
|
6201
|
-
* @public
|
|
6202
|
-
* Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.
|
|
6203
|
-
*/
|
|
6204
|
-
HopDestinations?: HopDestination[];
|
|
6205
|
-
/**
|
|
6206
|
-
* @public
|
|
6207
|
-
* Optional. When you create a job, you can either specify a job template or specify the transcoding settings individually.
|
|
6208
|
-
*/
|
|
6209
|
-
JobTemplate?: string;
|
|
6210
|
-
/**
|
|
6211
|
-
* @public
|
|
6212
|
-
* Optional. Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
|
|
6213
|
-
*/
|
|
6214
|
-
Priority?: number;
|
|
6215
|
-
/**
|
|
6216
|
-
* @public
|
|
6217
|
-
* Optional. When you create a job, you can specify a queue to send it to. If you don't specify, the job will go to the default queue. For more about queues, see the User Guide topic at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html.
|
|
6218
|
-
*/
|
|
6219
|
-
Queue?: string;
|
|
6220
|
-
/**
|
|
6221
|
-
* @public
|
|
6222
|
-
* Required. The IAM role you use for creating this job. For details about permissions, see the User Guide topic at the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
|
6223
|
-
*/
|
|
6224
|
-
Role: string | undefined;
|
|
6225
|
-
/**
|
|
6226
|
-
* @public
|
|
6227
|
-
* JobSettings contains all the transcode settings for a job.
|
|
6228
|
-
*/
|
|
6229
|
-
Settings: JobSettings | undefined;
|
|
6230
|
-
/**
|
|
6231
|
-
* @public
|
|
6232
|
-
* Optional. Enable this setting when you run a test job to estimate how many reserved transcoding slots (RTS) you need. When this is enabled, MediaConvert runs your job from an on-demand queue with similar performance to what you will see with one RTS in a reserved queue. This setting is disabled by default.
|
|
6233
|
-
*/
|
|
6234
|
-
SimulateReservedQueue?: SimulateReservedQueue;
|
|
6235
|
-
/**
|
|
6236
|
-
* @public
|
|
6237
|
-
* Optional. Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
|
|
6238
|
-
*/
|
|
6239
|
-
StatusUpdateInterval?: StatusUpdateInterval;
|
|
6240
|
-
/**
|
|
6241
|
-
* @public
|
|
6242
|
-
* Optional. The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key. Use standard AWS tags on your job for automatic integration with AWS services and for custom integrations and workflows.
|
|
6243
|
-
*/
|
|
6244
|
-
Tags?: Record<string, string>;
|
|
6245
|
-
/**
|
|
6246
|
-
* @public
|
|
6247
|
-
* Optional. User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs. Use only for existing integrations or workflows that rely on job metadata tags. Otherwise, we recommend that you use standard AWS tags.
|
|
6248
|
-
*/
|
|
6249
|
-
UserMetadata?: Record<string, string>;
|
|
6250
|
-
}
|
|
6251
|
-
/**
|
|
6252
|
-
* @public
|
|
6253
|
-
*/
|
|
6254
|
-
export interface CreateJobResponse {
|
|
6255
|
-
/**
|
|
6256
|
-
* @public
|
|
6257
|
-
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
6258
|
-
*/
|
|
6259
|
-
Job?: Job;
|
|
6260
|
-
}
|
|
6261
|
-
/**
|
|
6262
|
-
* @public
|
|
6263
|
-
*/
|
|
6264
|
-
export interface CreateJobTemplateRequest {
|
|
6265
|
-
/**
|
|
6266
|
-
* @public
|
|
6267
|
-
* Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
|
|
6268
|
-
*/
|
|
6269
|
-
AccelerationSettings?: AccelerationSettings;
|
|
6270
|
-
/**
|
|
6271
|
-
* @public
|
|
6272
|
-
* Optional. A category for the job template you are creating
|
|
6273
|
-
*/
|
|
6274
|
-
Category?: string;
|
|
6275
|
-
/**
|
|
6276
|
-
* @public
|
|
6277
|
-
* Optional. A description of the job template you are creating.
|
|
6278
|
-
*/
|
|
6279
|
-
Description?: string;
|
|
6280
|
-
/**
|
|
6281
|
-
* @public
|
|
6282
|
-
* Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.
|
|
6283
|
-
*/
|
|
6284
|
-
HopDestinations?: HopDestination[];
|
|
6285
|
-
/**
|
|
6286
|
-
* @public
|
|
6287
|
-
* The name of the job template you are creating.
|
|
6288
|
-
*/
|
|
6289
|
-
Name: string | undefined;
|
|
6290
|
-
/**
|
|
6291
|
-
* @public
|
|
6292
|
-
* Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
|
|
6293
|
-
*/
|
|
6294
|
-
Priority?: number;
|
|
6295
|
-
/**
|
|
6296
|
-
* @public
|
|
6297
|
-
* Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.
|
|
6298
|
-
*/
|
|
6299
|
-
Queue?: string;
|
|
6300
|
-
/**
|
|
6301
|
-
* @public
|
|
6302
|
-
* JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
|
|
6303
|
-
*/
|
|
6304
|
-
Settings: JobTemplateSettings | undefined;
|
|
6305
|
-
/**
|
|
6306
|
-
* @public
|
|
6307
|
-
* Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
|
|
6308
|
-
*/
|
|
6309
|
-
StatusUpdateInterval?: StatusUpdateInterval;
|
|
6310
|
-
/**
|
|
6311
|
-
* @public
|
|
6312
|
-
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
6313
|
-
*/
|
|
6314
|
-
Tags?: Record<string, string>;
|
|
6315
|
-
}
|
|
6316
|
-
/**
|
|
6317
|
-
* @public
|
|
6318
|
-
*/
|
|
6319
|
-
export interface CreateJobTemplateResponse {
|
|
6320
|
-
/**
|
|
6321
|
-
* @public
|
|
6322
|
-
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
6323
|
-
*/
|
|
6324
|
-
JobTemplate?: JobTemplate;
|
|
6325
|
-
}
|
|
6326
|
-
/**
|
|
6327
|
-
* @public
|
|
6328
|
-
*/
|
|
6329
|
-
export interface CreatePresetRequest {
|
|
6330
|
-
/**
|
|
6331
|
-
* @public
|
|
6332
|
-
* Optional. A category for the preset you are creating.
|
|
6333
|
-
*/
|
|
6334
|
-
Category?: string;
|
|
6335
|
-
/**
|
|
6336
|
-
* @public
|
|
6337
|
-
* Optional. A description of the preset you are creating.
|
|
6338
|
-
*/
|
|
6339
|
-
Description?: string;
|
|
6340
|
-
/**
|
|
6341
|
-
* @public
|
|
6342
|
-
* The name of the preset you are creating.
|
|
6343
|
-
*/
|
|
6344
|
-
Name: string | undefined;
|
|
6345
|
-
/**
|
|
6346
|
-
* @public
|
|
6347
|
-
* Settings for preset
|
|
6348
|
-
*/
|
|
6349
|
-
Settings: PresetSettings | undefined;
|
|
6350
|
-
/**
|
|
6351
|
-
* @public
|
|
6352
|
-
* The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
6353
|
-
*/
|
|
6354
|
-
Tags?: Record<string, string>;
|
|
6355
|
-
}
|
|
6356
|
-
/**
|
|
6357
|
-
* @public
|
|
6358
|
-
*/
|
|
6359
|
-
export interface CreatePresetResponse {
|
|
6360
|
-
/**
|
|
6361
|
-
* @public
|
|
6362
|
-
* A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
|
|
6363
|
-
*/
|
|
6364
|
-
Preset?: Preset;
|
|
6365
|
-
}
|
|
6366
|
-
/**
|
|
6367
|
-
* @public
|
|
6368
|
-
* Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
|
|
6369
|
-
*/
|
|
6370
|
-
export interface ReservationPlanSettings {
|
|
6371
|
-
/**
|
|
6372
|
-
* @public
|
|
6373
|
-
* The length of the term of your reserved queue pricing plan commitment.
|
|
6374
|
-
*/
|
|
6375
|
-
Commitment: Commitment | undefined;
|
|
6376
|
-
/**
|
|
6377
|
-
* @public
|
|
6378
|
-
* Specifies whether the term of your reserved queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the end of the term. When your term is auto renewed, you extend your commitment by 12 months from the auto renew date. You can cancel this commitment.
|
|
6379
|
-
*/
|
|
6380
|
-
RenewalType: RenewalType | undefined;
|
|
6381
|
-
/**
|
|
6382
|
-
* @public
|
|
6383
|
-
* Specifies the number of reserved transcode slots (RTS) for this queue. The number of RTS determines how many jobs the queue can process in parallel; each RTS can process one job at a time. You can't decrease the number of RTS in your reserved queue. You can increase the number of RTS by extending your existing commitment with a new 12-month commitment for the larger number. The new commitment begins when you purchase the additional capacity. You can't cancel your commitment or revert to your original commitment after you increase the capacity.
|
|
6384
|
-
*/
|
|
6385
|
-
ReservedSlots: number | undefined;
|
|
6386
|
-
}
|