@aws-sdk/client-mediaconvert 3.741.0 → 3.744.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.
@@ -1,7 +1,182 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
3
- import { AccelerationSettings, AudioDescription, BillingTagsSource, CaptionDescriptionPreset, Endpoint, HopDestination } from "./models_0";
4
- import { ContainerSettings, Job, JobEngineVersion, JobSettings, JobStatus, JobTemplate, JobTemplateSettings, SimulateReservedQueue, StatusUpdateInterval, Type, VideoDescription } from "./models_1";
3
+ import { AccelerationSettings, AudioDescription, AvailBlanking, BillingTagsSource, CaptionDescriptionPreset, ColorConversion3DLUTSetting, Endpoint, EsamSettings, ExtendedDataServices, HopDestination, InputTemplate, KantarWatermarkSettings, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings } from "./models_0";
4
+ import { ContainerSettings, Job, JobSettings, JobStatus, OutputGroup, SimulateReservedQueue, StatusUpdateInterval, TimecodeConfig, TimedMetadataInsertion, VideoDescription } from "./models_1";
5
+ /**
6
+ * Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.
7
+ * @public
8
+ */
9
+ export interface JobEngineVersion {
10
+ /**
11
+ * The date that this Job engine version expires. Requests to create jobs with an expired version result in a regular job, as if no specific Job engine version was requested.
12
+ * @public
13
+ */
14
+ ExpirationDate?: Date | undefined;
15
+ /**
16
+ * Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version. Job engine versions are in a YYYY-MM-DD format.
17
+ * @public
18
+ */
19
+ Version?: string | undefined;
20
+ }
21
+ /**
22
+ * JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
23
+ * @public
24
+ */
25
+ export interface JobTemplateSettings {
26
+ /**
27
+ * When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time.
28
+ * @public
29
+ */
30
+ AdAvailOffset?: number | undefined;
31
+ /**
32
+ * Settings for ad avail blanking. Video can be blanked or overlaid with an image, and audio muted during SCTE-35 triggered ad avails.
33
+ * @public
34
+ */
35
+ AvailBlanking?: AvailBlanking | undefined;
36
+ /**
37
+ * 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. For more information, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/3d-luts.html
38
+ * @public
39
+ */
40
+ ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
41
+ /**
42
+ * Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
43
+ * @public
44
+ */
45
+ Esam?: EsamSettings | undefined;
46
+ /**
47
+ * If your source content has EIA-608 Line 21 Data Services, enable this feature to specify what MediaConvert does with the Extended Data Services (XDS) packets. You can choose to pass through XDS packets, or remove them from the output. For more information about XDS, see EIA-608 Line Data Services, section 9.5.1.5 05h Content Advisory.
48
+ * @public
49
+ */
50
+ ExtendedDataServices?: ExtendedDataServices | undefined;
51
+ /**
52
+ * Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
53
+ * @public
54
+ */
55
+ FollowSource?: number | undefined;
56
+ /**
57
+ * Use Inputs to define the source file used in the transcode job. There can only be one input in a job template. Using the API, you can include multiple inputs when referencing a job template.
58
+ * @public
59
+ */
60
+ Inputs?: InputTemplate[] | undefined;
61
+ /**
62
+ * Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
63
+ * @public
64
+ */
65
+ KantarWatermark?: KantarWatermarkSettings | undefined;
66
+ /**
67
+ * Overlay motion graphics on top of your video. The motion graphics that you specify here appear on all outputs in all output groups. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/motion-graphic-overlay.html.
68
+ * @public
69
+ */
70
+ MotionImageInserter?: MotionImageInserter | undefined;
71
+ /**
72
+ * Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration, MediaConvert enables PCM to ID3 tagging for all outputs in the job.
73
+ * @public
74
+ */
75
+ NielsenConfiguration?: NielsenConfiguration | undefined;
76
+ /**
77
+ * Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to specifying these values, you also need to set up your cloud TIC server. These settings apply to every output in your job. The MediaConvert implementation is currently with the following Nielsen versions: Nielsen Watermark SDK Version 6.0.13 Nielsen NLM Watermark Engine Version 1.3.3 Nielsen Watermark Authenticator [SID_TIC] Version [7.0.0]
78
+ * @public
79
+ */
80
+ NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
81
+ /**
82
+ * Contains one group of settings for each set of outputs that share a common package type. All unpackaged files (MPEG-4, MPEG-2 TS, Quicktime, MXF, and no container) are grouped in a single output group as well. Required in is a group of settings that apply to the whole group. This required object depends on the value you set for Type. Type, settings object pairs are as follows. * FILE_GROUP_SETTINGS, FileGroupSettings * HLS_GROUP_SETTINGS, HlsGroupSettings * DASH_ISO_GROUP_SETTINGS, DashIsoGroupSettings * MS_SMOOTH_GROUP_SETTINGS, MsSmoothGroupSettings * CMAF_GROUP_SETTINGS, CmafGroupSettings
83
+ * @public
84
+ */
85
+ OutputGroups?: OutputGroup[] | undefined;
86
+ /**
87
+ * These settings control how the service handles timecodes throughout the job. These settings don't affect input clipping.
88
+ * @public
89
+ */
90
+ TimecodeConfig?: TimecodeConfig | undefined;
91
+ /**
92
+ * Insert user-defined custom ID3 metadata at timecodes that you specify. In each output that you want to include this metadata, you must set ID3 metadata to Passthrough.
93
+ * @public
94
+ */
95
+ TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
96
+ }
97
+ /**
98
+ * @public
99
+ * @enum
100
+ */
101
+ export declare const Type: {
102
+ readonly CUSTOM: "CUSTOM";
103
+ readonly SYSTEM: "SYSTEM";
104
+ };
105
+ /**
106
+ * @public
107
+ */
108
+ export type Type = (typeof Type)[keyof typeof Type];
109
+ /**
110
+ * A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
111
+ * @public
112
+ */
113
+ export interface JobTemplate {
114
+ /**
115
+ * Accelerated transcoding can significantly speed up jobs with long, visually complex content.
116
+ * @public
117
+ */
118
+ AccelerationSettings?: AccelerationSettings | undefined;
119
+ /**
120
+ * An identifier for this resource that is unique within all of AWS.
121
+ * @public
122
+ */
123
+ Arn?: string | undefined;
124
+ /**
125
+ * An optional category you create to organize your job templates.
126
+ * @public
127
+ */
128
+ Category?: string | undefined;
129
+ /**
130
+ * The timestamp in epoch seconds for Job template creation.
131
+ * @public
132
+ */
133
+ CreatedAt?: Date | undefined;
134
+ /**
135
+ * An optional description you create for each job template.
136
+ * @public
137
+ */
138
+ Description?: string | undefined;
139
+ /**
140
+ * Optional list of hop destinations.
141
+ * @public
142
+ */
143
+ HopDestinations?: HopDestination[] | undefined;
144
+ /**
145
+ * The timestamp in epoch seconds when the Job template was last updated.
146
+ * @public
147
+ */
148
+ LastUpdated?: Date | undefined;
149
+ /**
150
+ * A name you create for each job template. Each name must be unique within your account.
151
+ * @public
152
+ */
153
+ Name: string | undefined;
154
+ /**
155
+ * Relative priority on the job.
156
+ * @public
157
+ */
158
+ Priority?: number | undefined;
159
+ /**
160
+ * 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.
161
+ * @public
162
+ */
163
+ Queue?: string | undefined;
164
+ /**
165
+ * JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
166
+ * @public
167
+ */
168
+ Settings: JobTemplateSettings | undefined;
169
+ /**
170
+ * 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.
171
+ * @public
172
+ */
173
+ StatusUpdateInterval?: StatusUpdateInterval | undefined;
174
+ /**
175
+ * A job template can be of two types: system or custom. System or built-in job templates can't be modified or deleted by the user.
176
+ * @public
177
+ */
178
+ Type?: Type | undefined;
179
+ }
5
180
  /**
6
181
  * Settings for preset
7
182
  * @public
@@ -712,9 +887,9 @@ export interface DescribeEndpointsRequest {
712
887
  */
713
888
  MaxResults?: number | undefined;
714
889
  /**
715
- * @deprecated
716
- *
717
890
  * Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
891
+ *
892
+ * @deprecated
718
893
  * @public
719
894
  */
720
895
  Mode?: DescribeEndpointsMode | undefined;
@@ -484,6 +484,7 @@ export interface VorbisSettings {
484
484
  VbrQuality?: number | undefined;
485
485
  }
486
486
  export declare const WavFormat: {
487
+ readonly EXTENSIBLE: "EXTENSIBLE";
487
488
  readonly RF64: "RF64";
488
489
  readonly RIFF: "RIFF";
489
490
  };
@@ -1084,6 +1085,7 @@ export type WebvttAccessibilitySubs =
1084
1085
  export declare const WebvttStylePassthrough: {
1085
1086
  readonly DISABLED: "DISABLED";
1086
1087
  readonly ENABLED: "ENABLED";
1088
+ readonly MERGE: "MERGE";
1087
1089
  readonly STRICT: "STRICT";
1088
1090
  };
1089
1091
  export type WebvttStylePassthrough =
@@ -19,7 +19,6 @@ import {
19
19
  Id3Insertion,
20
20
  ImageInserter,
21
21
  Input,
22
- InputTemplate,
23
22
  JobMessages,
24
23
  JobPhase,
25
24
  KantarWatermarkSettings,
@@ -148,6 +147,7 @@ export interface CmfcSettings {
148
147
  export declare const ContainerType: {
149
148
  readonly CMFC: "CMFC";
150
149
  readonly F4V: "F4V";
150
+ readonly GIF: "GIF";
151
151
  readonly ISMV: "ISMV";
152
152
  readonly M2TS: "M2TS";
153
153
  readonly M3U8: "M3U8";
@@ -614,6 +614,13 @@ export declare const AntiAlias: {
614
614
  readonly ENABLED: "ENABLED";
615
615
  };
616
616
  export type AntiAlias = (typeof AntiAlias)[keyof typeof AntiAlias];
617
+ export declare const ChromaPositionMode: {
618
+ readonly AUTO: "AUTO";
619
+ readonly FORCE_CENTER: "FORCE_CENTER";
620
+ readonly FORCE_TOP_LEFT: "FORCE_TOP_LEFT";
621
+ };
622
+ export type ChromaPositionMode =
623
+ (typeof ChromaPositionMode)[keyof typeof ChromaPositionMode];
617
624
  export declare const Av1AdaptiveQuantization: {
618
625
  readonly HIGH: "HIGH";
619
626
  readonly HIGHER: "HIGHER";
@@ -645,6 +652,7 @@ export declare const Av1FramerateConversionAlgorithm: {
645
652
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
646
653
  readonly FRAMEFORMER: "FRAMEFORMER";
647
654
  readonly INTERPOLATE: "INTERPOLATE";
655
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
648
656
  };
649
657
  export type Av1FramerateConversionAlgorithm =
650
658
  (typeof Av1FramerateConversionAlgorithm)[keyof typeof Av1FramerateConversionAlgorithm];
@@ -705,6 +713,7 @@ export declare const AvcIntraFramerateConversionAlgorithm: {
705
713
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
706
714
  readonly FRAMEFORMER: "FRAMEFORMER";
707
715
  readonly INTERPOLATE: "INTERPOLATE";
716
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
708
717
  };
709
718
  export type AvcIntraFramerateConversionAlgorithm =
710
719
  (typeof AvcIntraFramerateConversionAlgorithm)[keyof typeof AvcIntraFramerateConversionAlgorithm];
@@ -753,6 +762,7 @@ export declare const VideoCodec: {
753
762
  readonly AV1: "AV1";
754
763
  readonly AVC_INTRA: "AVC_INTRA";
755
764
  readonly FRAME_CAPTURE: "FRAME_CAPTURE";
765
+ readonly GIF: "GIF";
756
766
  readonly H_264: "H_264";
757
767
  readonly H_265: "H_265";
758
768
  readonly MPEG2: "MPEG2";
@@ -771,6 +781,24 @@ export interface FrameCaptureSettings {
771
781
  MaxCaptures?: number | undefined;
772
782
  Quality?: number | undefined;
773
783
  }
784
+ export declare const GifFramerateControl: {
785
+ readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
786
+ readonly SPECIFIED: "SPECIFIED";
787
+ };
788
+ export type GifFramerateControl =
789
+ (typeof GifFramerateControl)[keyof typeof GifFramerateControl];
790
+ export declare const GifFramerateConversionAlgorithm: {
791
+ readonly DUPLICATE_DROP: "DUPLICATE_DROP";
792
+ readonly INTERPOLATE: "INTERPOLATE";
793
+ };
794
+ export type GifFramerateConversionAlgorithm =
795
+ (typeof GifFramerateConversionAlgorithm)[keyof typeof GifFramerateConversionAlgorithm];
796
+ export interface GifSettings {
797
+ FramerateControl?: GifFramerateControl | undefined;
798
+ FramerateConversionAlgorithm?: GifFramerateConversionAlgorithm | undefined;
799
+ FramerateDenominator?: number | undefined;
800
+ FramerateNumerator?: number | undefined;
801
+ }
774
802
  export declare const H264AdaptiveQuantization: {
775
803
  readonly AUTO: "AUTO";
776
804
  readonly HIGH: "HIGH";
@@ -875,6 +903,7 @@ export declare const H264FramerateConversionAlgorithm: {
875
903
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
876
904
  readonly FRAMEFORMER: "FRAMEFORMER";
877
905
  readonly INTERPOLATE: "INTERPOLATE";
906
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
878
907
  };
879
908
  export type H264FramerateConversionAlgorithm =
880
909
  (typeof H264FramerateConversionAlgorithm)[keyof typeof H264FramerateConversionAlgorithm];
@@ -1117,6 +1146,7 @@ export declare const H265FramerateConversionAlgorithm: {
1117
1146
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1118
1147
  readonly FRAMEFORMER: "FRAMEFORMER";
1119
1148
  readonly INTERPOLATE: "INTERPOLATE";
1149
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1120
1150
  };
1121
1151
  export type H265FramerateConversionAlgorithm =
1122
1152
  (typeof H265FramerateConversionAlgorithm)[keyof typeof H265FramerateConversionAlgorithm];
@@ -1320,6 +1350,7 @@ export declare const Mpeg2FramerateConversionAlgorithm: {
1320
1350
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1321
1351
  readonly FRAMEFORMER: "FRAMEFORMER";
1322
1352
  readonly INTERPOLATE: "INTERPOLATE";
1353
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1323
1354
  };
1324
1355
  export type Mpeg2FramerateConversionAlgorithm =
1325
1356
  (typeof Mpeg2FramerateConversionAlgorithm)[keyof typeof Mpeg2FramerateConversionAlgorithm];
@@ -1466,6 +1497,7 @@ export declare const ProresFramerateConversionAlgorithm: {
1466
1497
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1467
1498
  readonly FRAMEFORMER: "FRAMEFORMER";
1468
1499
  readonly INTERPOLATE: "INTERPOLATE";
1500
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1469
1501
  };
1470
1502
  export type ProresFramerateConversionAlgorithm =
1471
1503
  (typeof ProresFramerateConversionAlgorithm)[keyof typeof ProresFramerateConversionAlgorithm];
@@ -1533,6 +1565,7 @@ export declare const UncompressedFramerateConversionAlgorithm: {
1533
1565
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1534
1566
  readonly FRAMEFORMER: "FRAMEFORMER";
1535
1567
  readonly INTERPOLATE: "INTERPOLATE";
1568
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1536
1569
  };
1537
1570
  export type UncompressedFramerateConversionAlgorithm =
1538
1571
  (typeof UncompressedFramerateConversionAlgorithm)[keyof typeof UncompressedFramerateConversionAlgorithm];
@@ -1583,6 +1616,7 @@ export declare const Vc3FramerateConversionAlgorithm: {
1583
1616
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1584
1617
  readonly FRAMEFORMER: "FRAMEFORMER";
1585
1618
  readonly INTERPOLATE: "INTERPOLATE";
1619
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1586
1620
  };
1587
1621
  export type Vc3FramerateConversionAlgorithm =
1588
1622
  (typeof Vc3FramerateConversionAlgorithm)[keyof typeof Vc3FramerateConversionAlgorithm];
@@ -1635,6 +1669,7 @@ export declare const Vp8FramerateConversionAlgorithm: {
1635
1669
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1636
1670
  readonly FRAMEFORMER: "FRAMEFORMER";
1637
1671
  readonly INTERPOLATE: "INTERPOLATE";
1672
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1638
1673
  };
1639
1674
  export type Vp8FramerateConversionAlgorithm =
1640
1675
  (typeof Vp8FramerateConversionAlgorithm)[keyof typeof Vp8FramerateConversionAlgorithm];
@@ -1679,6 +1714,7 @@ export declare const Vp9FramerateConversionAlgorithm: {
1679
1714
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1680
1715
  readonly FRAMEFORMER: "FRAMEFORMER";
1681
1716
  readonly INTERPOLATE: "INTERPOLATE";
1717
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1682
1718
  };
1683
1719
  export type Vp9FramerateConversionAlgorithm =
1684
1720
  (typeof Vp9FramerateConversionAlgorithm)[keyof typeof Vp9FramerateConversionAlgorithm];
@@ -1741,6 +1777,7 @@ export declare const XavcFramerateConversionAlgorithm: {
1741
1777
  readonly DUPLICATE_DROP: "DUPLICATE_DROP";
1742
1778
  readonly FRAMEFORMER: "FRAMEFORMER";
1743
1779
  readonly INTERPOLATE: "INTERPOLATE";
1780
+ readonly MAINTAIN_FRAME_COUNT: "MAINTAIN_FRAME_COUNT";
1744
1781
  };
1745
1782
  export type XavcFramerateConversionAlgorithm =
1746
1783
  (typeof XavcFramerateConversionAlgorithm)[keyof typeof XavcFramerateConversionAlgorithm];
@@ -1904,6 +1941,7 @@ export interface VideoCodecSettings {
1904
1941
  AvcIntraSettings?: AvcIntraSettings | undefined;
1905
1942
  Codec?: VideoCodec | undefined;
1906
1943
  FrameCaptureSettings?: FrameCaptureSettings | undefined;
1944
+ GifSettings?: GifSettings | undefined;
1907
1945
  H264Settings?: H264Settings | undefined;
1908
1946
  H265Settings?: H265Settings | undefined;
1909
1947
  Mpeg2Settings?: Mpeg2Settings | undefined;
@@ -2153,6 +2191,7 @@ export interface VideoPreprocessor {
2153
2191
  export interface VideoDescription {
2154
2192
  AfdSignaling?: AfdSignaling | undefined;
2155
2193
  AntiAlias?: AntiAlias | undefined;
2194
+ ChromaPositionMode?: ChromaPositionMode | undefined;
2156
2195
  CodecSettings?: VideoCodecSettings | undefined;
2157
2196
  ColorMetadata?: ColorMetadata | undefined;
2158
2197
  Crop?: Rectangle | undefined;
@@ -2290,43 +2329,3 @@ export interface Job {
2290
2329
  UserMetadata?: Record<string, string> | undefined;
2291
2330
  Warnings?: WarningGroup[] | undefined;
2292
2331
  }
2293
- export interface JobEngineVersion {
2294
- ExpirationDate?: Date | undefined;
2295
- Version?: string | undefined;
2296
- }
2297
- export interface JobTemplateSettings {
2298
- AdAvailOffset?: number | undefined;
2299
- AvailBlanking?: AvailBlanking | undefined;
2300
- ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
2301
- Esam?: EsamSettings | undefined;
2302
- ExtendedDataServices?: ExtendedDataServices | undefined;
2303
- FollowSource?: number | undefined;
2304
- Inputs?: InputTemplate[] | undefined;
2305
- KantarWatermark?: KantarWatermarkSettings | undefined;
2306
- MotionImageInserter?: MotionImageInserter | undefined;
2307
- NielsenConfiguration?: NielsenConfiguration | undefined;
2308
- NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
2309
- OutputGroups?: OutputGroup[] | undefined;
2310
- TimecodeConfig?: TimecodeConfig | undefined;
2311
- TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
2312
- }
2313
- export declare const Type: {
2314
- readonly CUSTOM: "CUSTOM";
2315
- readonly SYSTEM: "SYSTEM";
2316
- };
2317
- export type Type = (typeof Type)[keyof typeof Type];
2318
- export interface JobTemplate {
2319
- AccelerationSettings?: AccelerationSettings | undefined;
2320
- Arn?: string | undefined;
2321
- Category?: string | undefined;
2322
- CreatedAt?: Date | undefined;
2323
- Description?: string | undefined;
2324
- HopDestinations?: HopDestination[] | undefined;
2325
- LastUpdated?: Date | undefined;
2326
- Name: string | undefined;
2327
- Priority?: number | undefined;
2328
- Queue?: string | undefined;
2329
- Settings: JobTemplateSettings | undefined;
2330
- StatusUpdateInterval?: StatusUpdateInterval | undefined;
2331
- Type?: Type | undefined;
2332
- }
@@ -3,24 +3,72 @@ import { MediaConvertServiceException as __BaseException } from "./MediaConvertS
3
3
  import {
4
4
  AccelerationSettings,
5
5
  AudioDescription,
6
+ AvailBlanking,
6
7
  BillingTagsSource,
7
8
  CaptionDescriptionPreset,
9
+ ColorConversion3DLUTSetting,
8
10
  Endpoint,
11
+ EsamSettings,
12
+ ExtendedDataServices,
9
13
  HopDestination,
14
+ InputTemplate,
15
+ KantarWatermarkSettings,
16
+ MotionImageInserter,
17
+ NielsenConfiguration,
18
+ NielsenNonLinearWatermarkSettings,
10
19
  } from "./models_0";
11
20
  import {
12
21
  ContainerSettings,
13
22
  Job,
14
- JobEngineVersion,
15
23
  JobSettings,
16
24
  JobStatus,
17
- JobTemplate,
18
- JobTemplateSettings,
25
+ OutputGroup,
19
26
  SimulateReservedQueue,
20
27
  StatusUpdateInterval,
21
- Type,
28
+ TimecodeConfig,
29
+ TimedMetadataInsertion,
22
30
  VideoDescription,
23
31
  } from "./models_1";
32
+ export interface JobEngineVersion {
33
+ ExpirationDate?: Date | undefined;
34
+ Version?: string | undefined;
35
+ }
36
+ export interface JobTemplateSettings {
37
+ AdAvailOffset?: number | undefined;
38
+ AvailBlanking?: AvailBlanking | undefined;
39
+ ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
40
+ Esam?: EsamSettings | undefined;
41
+ ExtendedDataServices?: ExtendedDataServices | undefined;
42
+ FollowSource?: number | undefined;
43
+ Inputs?: InputTemplate[] | undefined;
44
+ KantarWatermark?: KantarWatermarkSettings | undefined;
45
+ MotionImageInserter?: MotionImageInserter | undefined;
46
+ NielsenConfiguration?: NielsenConfiguration | undefined;
47
+ NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
48
+ OutputGroups?: OutputGroup[] | undefined;
49
+ TimecodeConfig?: TimecodeConfig | undefined;
50
+ TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
51
+ }
52
+ export declare const Type: {
53
+ readonly CUSTOM: "CUSTOM";
54
+ readonly SYSTEM: "SYSTEM";
55
+ };
56
+ export type Type = (typeof Type)[keyof typeof Type];
57
+ export interface JobTemplate {
58
+ AccelerationSettings?: AccelerationSettings | undefined;
59
+ Arn?: string | undefined;
60
+ Category?: string | undefined;
61
+ CreatedAt?: Date | undefined;
62
+ Description?: string | undefined;
63
+ HopDestinations?: HopDestination[] | undefined;
64
+ LastUpdated?: Date | undefined;
65
+ Name: string | undefined;
66
+ Priority?: number | undefined;
67
+ Queue?: string | undefined;
68
+ Settings: JobTemplateSettings | undefined;
69
+ StatusUpdateInterval?: StatusUpdateInterval | undefined;
70
+ Type?: Type | undefined;
71
+ }
24
72
  export interface PresetSettings {
25
73
  AudioDescriptions?: AudioDescription[] | undefined;
26
74
  CaptionDescriptions?: CaptionDescriptionPreset[] | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.741.0",
4
+ "version": "3.744.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -20,38 +20,38 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.734.0",
24
- "@aws-sdk/credential-provider-node": "3.741.0",
23
+ "@aws-sdk/core": "3.744.0",
24
+ "@aws-sdk/credential-provider-node": "3.744.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.734.0",
28
+ "@aws-sdk/middleware-user-agent": "3.744.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.734.0",
31
+ "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.734.0",
33
+ "@aws-sdk/util-user-agent-node": "3.744.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.1",
35
+ "@smithy/core": "^3.1.2",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.2",
41
- "@smithy/middleware-retry": "^4.0.3",
42
- "@smithy/middleware-serde": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.3",
41
+ "@smithy/middleware-retry": "^4.0.4",
42
+ "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.2",
47
+ "@smithy/smithy-client": "^4.1.3",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
50
50
  "@smithy/util-base64": "^4.0.0",
51
51
  "@smithy/util-body-length-browser": "^4.0.0",
52
52
  "@smithy/util-body-length-node": "^4.0.0",
53
- "@smithy/util-defaults-mode-browser": "^4.0.3",
54
- "@smithy/util-defaults-mode-node": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.4",
54
+ "@smithy/util-defaults-mode-node": "^4.0.4",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",