@aws-sdk/client-mediaconvert 3.649.0 → 3.651.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/README.md +8 -0
- package/dist-cjs/index.js +2747 -2661
- package/dist-es/MediaConvert.js +2 -0
- package/dist-es/commands/AssociateCertificateCommand.js +1 -3
- package/dist-es/commands/CancelJobCommand.js +1 -3
- package/dist-es/commands/CreateJobCommand.js +1 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +1 -3
- package/dist-es/commands/CreatePresetCommand.js +1 -3
- package/dist-es/commands/CreateQueueCommand.js +1 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +1 -3
- package/dist-es/commands/DeletePolicyCommand.js +1 -3
- package/dist-es/commands/DeletePresetCommand.js +1 -3
- package/dist-es/commands/DeleteQueueCommand.js +1 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +1 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +1 -3
- package/dist-es/commands/GetJobCommand.js +1 -3
- package/dist-es/commands/GetJobTemplateCommand.js +1 -3
- package/dist-es/commands/GetPolicyCommand.js +1 -3
- package/dist-es/commands/GetPresetCommand.js +1 -3
- package/dist-es/commands/GetQueueCommand.js +1 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +1 -3
- package/dist-es/commands/ListJobsCommand.js +1 -3
- package/dist-es/commands/ListPresetsCommand.js +1 -3
- package/dist-es/commands/ListQueuesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListVersionsCommand.js +22 -0
- package/dist-es/commands/PutPolicyCommand.js +1 -3
- package/dist-es/commands/SearchJobsCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +1 -3
- package/dist-es/commands/UpdatePresetCommand.js +1 -3
- package/dist-es/commands/UpdateQueueCommand.js +1 -3
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +13 -20
- package/dist-es/models/models_1.js +25 -66
- package/dist-es/models/models_2.js +65 -0
- package/dist-es/pagination/ListVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +102 -2
- package/dist-types/MediaConvert.d.ts +8 -0
- package/dist-types/MediaConvertClient.d.ts +3 -2
- package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +53 -4
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +50 -4
- package/dist-types/commands/CreatePresetCommand.d.ts +4 -2
- package/dist-types/commands/GetJobCommand.d.ts +27 -2
- package/dist-types/commands/GetJobTemplateCommand.d.ts +25 -2
- package/dist-types/commands/GetPresetCommand.d.ts +2 -1
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +25 -2
- package/dist-types/commands/ListJobsCommand.d.ts +27 -2
- package/dist-types/commands/ListPresetsCommand.d.ts +2 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +85 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +27 -2
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +50 -4
- package/dist-types/commands/UpdatePresetCommand.d.ts +4 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +118 -68
- package/dist-types/models/models_1.d.ts +108 -86
- package/dist-types/models/models_2.d.ts +116 -1
- package/dist-types/pagination/ListVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/MediaConvert.d.ts +18 -0
- package/dist-types/ts3.4/MediaConvertClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -30
- package/dist-types/ts3.4/models/models_1.d.ts +44 -45
- package/dist-types/ts3.4/models/models_2.d.ts +48 -0
- package/dist-types/ts3.4/pagination/ListVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +4 -4
|
@@ -60,6 +60,8 @@ declare const GetJobCommand_base: {
|
|
|
60
60
|
* // },
|
|
61
61
|
* // ],
|
|
62
62
|
* // Id: "STRING_VALUE",
|
|
63
|
+
* // JobEngineVersionRequested: "STRING_VALUE",
|
|
64
|
+
* // JobEngineVersionUsed: "STRING_VALUE",
|
|
63
65
|
* // JobPercentComplete: Number("int"),
|
|
64
66
|
* // JobTemplate: "STRING_VALUE",
|
|
65
67
|
* // Messages: { // JobMessages
|
|
@@ -138,7 +140,7 @@ declare const GetJobCommand_base: {
|
|
|
138
140
|
* // },
|
|
139
141
|
* // AudioSelectors: { // __mapOfAudioSelector
|
|
140
142
|
* // "<keys>": { // AudioSelector
|
|
141
|
-
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
143
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
142
144
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
143
145
|
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
144
146
|
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -197,6 +199,7 @@ declare const GetJobCommand_base: {
|
|
|
197
199
|
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
198
200
|
* // },
|
|
199
201
|
* // FileSourceSettings: { // FileSourceSettings
|
|
202
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
200
203
|
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
201
204
|
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
202
205
|
* // Framerate: { // CaptionSourceFramerate
|
|
@@ -288,6 +291,13 @@ declare const GetJobCommand_base: {
|
|
|
288
291
|
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
289
292
|
* // { // VideoOverlay
|
|
290
293
|
* // EndTimecode: "STRING_VALUE",
|
|
294
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
295
|
+
* // Height: Number("int"),
|
|
296
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
297
|
+
* // Width: Number("int"),
|
|
298
|
+
* // XPosition: Number("int"),
|
|
299
|
+
* // YPosition: Number("int"),
|
|
300
|
+
* // },
|
|
291
301
|
* // Input: { // VideoOverlayInput
|
|
292
302
|
* // FileInput: "STRING_VALUE",
|
|
293
303
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -299,7 +309,21 @@ declare const GetJobCommand_base: {
|
|
|
299
309
|
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
300
310
|
* // TimecodeStart: "STRING_VALUE",
|
|
301
311
|
* // },
|
|
312
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
302
313
|
* // StartTimecode: "STRING_VALUE",
|
|
314
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
315
|
+
* // { // VideoOverlayTransition
|
|
316
|
+
* // EndPosition: {
|
|
317
|
+
* // Height: Number("int"),
|
|
318
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
319
|
+
* // Width: Number("int"),
|
|
320
|
+
* // XPosition: Number("int"),
|
|
321
|
+
* // YPosition: Number("int"),
|
|
322
|
+
* // },
|
|
323
|
+
* // EndTimecode: "STRING_VALUE",
|
|
324
|
+
* // StartTimecode: "STRING_VALUE",
|
|
325
|
+
* // },
|
|
326
|
+
* // ],
|
|
303
327
|
* // },
|
|
304
328
|
* // ],
|
|
305
329
|
* // VideoSelector: { // VideoSelector
|
|
@@ -964,7 +988,7 @@ declare const GetJobCommand_base: {
|
|
|
964
988
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
965
989
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
966
990
|
* // },
|
|
967
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
991
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
968
992
|
* // F4vSettings: { // F4vSettings
|
|
969
993
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
970
994
|
* // },
|
|
@@ -1190,6 +1214,7 @@ declare const GetJobCommand_base: {
|
|
|
1190
1214
|
* // },
|
|
1191
1215
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1192
1216
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
1217
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1193
1218
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1194
1219
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1195
1220
|
* // Slices: Number("int"),
|
|
@@ -103,7 +103,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
103
103
|
* // },
|
|
104
104
|
* // AudioSelectors: { // __mapOfAudioSelector
|
|
105
105
|
* // "<keys>": { // AudioSelector
|
|
106
|
-
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
106
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
107
107
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
108
108
|
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
109
109
|
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -162,6 +162,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
162
162
|
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
163
163
|
* // },
|
|
164
164
|
* // FileSourceSettings: { // FileSourceSettings
|
|
165
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
165
166
|
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
166
167
|
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
167
168
|
* // Framerate: { // CaptionSourceFramerate
|
|
@@ -236,6 +237,13 @@ declare const GetJobTemplateCommand_base: {
|
|
|
236
237
|
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
237
238
|
* // { // VideoOverlay
|
|
238
239
|
* // EndTimecode: "STRING_VALUE",
|
|
240
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
241
|
+
* // Height: Number("int"),
|
|
242
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
243
|
+
* // Width: Number("int"),
|
|
244
|
+
* // XPosition: Number("int"),
|
|
245
|
+
* // YPosition: Number("int"),
|
|
246
|
+
* // },
|
|
239
247
|
* // Input: { // VideoOverlayInput
|
|
240
248
|
* // FileInput: "STRING_VALUE",
|
|
241
249
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -247,7 +255,21 @@ declare const GetJobTemplateCommand_base: {
|
|
|
247
255
|
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
248
256
|
* // TimecodeStart: "STRING_VALUE",
|
|
249
257
|
* // },
|
|
258
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
250
259
|
* // StartTimecode: "STRING_VALUE",
|
|
260
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
261
|
+
* // { // VideoOverlayTransition
|
|
262
|
+
* // EndPosition: {
|
|
263
|
+
* // Height: Number("int"),
|
|
264
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
265
|
+
* // Width: Number("int"),
|
|
266
|
+
* // XPosition: Number("int"),
|
|
267
|
+
* // YPosition: Number("int"),
|
|
268
|
+
* // },
|
|
269
|
+
* // EndTimecode: "STRING_VALUE",
|
|
270
|
+
* // StartTimecode: "STRING_VALUE",
|
|
271
|
+
* // },
|
|
272
|
+
* // ],
|
|
251
273
|
* // },
|
|
252
274
|
* // ],
|
|
253
275
|
* // VideoSelector: { // VideoSelector
|
|
@@ -912,7 +934,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
912
934
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
913
935
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
914
936
|
* // },
|
|
915
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
937
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
916
938
|
* // F4vSettings: { // F4vSettings
|
|
917
939
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
918
940
|
* // },
|
|
@@ -1138,6 +1160,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1138
1160
|
* // },
|
|
1139
1161
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1140
1162
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
1163
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1141
1164
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1142
1165
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1143
1166
|
* // Slices: Number("int"),
|
|
@@ -312,7 +312,7 @@ declare const GetPresetCommand_base: {
|
|
|
312
312
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
313
313
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
314
314
|
* // },
|
|
315
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
315
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
316
316
|
* // F4vSettings: { // F4vSettings
|
|
317
317
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
318
318
|
* // },
|
|
@@ -524,6 +524,7 @@ declare const GetPresetCommand_base: {
|
|
|
524
524
|
* // },
|
|
525
525
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
526
526
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
527
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
527
528
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
528
529
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
529
530
|
* // Slices: Number("int"),
|
|
@@ -108,7 +108,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
108
108
|
* // },
|
|
109
109
|
* // AudioSelectors: { // __mapOfAudioSelector
|
|
110
110
|
* // "<keys>": { // AudioSelector
|
|
111
|
-
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
111
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
112
112
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
113
113
|
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
114
114
|
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -167,6 +167,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
167
167
|
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
168
168
|
* // },
|
|
169
169
|
* // FileSourceSettings: { // FileSourceSettings
|
|
170
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
170
171
|
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
171
172
|
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
172
173
|
* // Framerate: { // CaptionSourceFramerate
|
|
@@ -241,6 +242,13 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
241
242
|
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
242
243
|
* // { // VideoOverlay
|
|
243
244
|
* // EndTimecode: "STRING_VALUE",
|
|
245
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
246
|
+
* // Height: Number("int"),
|
|
247
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
248
|
+
* // Width: Number("int"),
|
|
249
|
+
* // XPosition: Number("int"),
|
|
250
|
+
* // YPosition: Number("int"),
|
|
251
|
+
* // },
|
|
244
252
|
* // Input: { // VideoOverlayInput
|
|
245
253
|
* // FileInput: "STRING_VALUE",
|
|
246
254
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -252,7 +260,21 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
252
260
|
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
253
261
|
* // TimecodeStart: "STRING_VALUE",
|
|
254
262
|
* // },
|
|
263
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
255
264
|
* // StartTimecode: "STRING_VALUE",
|
|
265
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
266
|
+
* // { // VideoOverlayTransition
|
|
267
|
+
* // EndPosition: {
|
|
268
|
+
* // Height: Number("int"),
|
|
269
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
270
|
+
* // Width: Number("int"),
|
|
271
|
+
* // XPosition: Number("int"),
|
|
272
|
+
* // YPosition: Number("int"),
|
|
273
|
+
* // },
|
|
274
|
+
* // EndTimecode: "STRING_VALUE",
|
|
275
|
+
* // StartTimecode: "STRING_VALUE",
|
|
276
|
+
* // },
|
|
277
|
+
* // ],
|
|
256
278
|
* // },
|
|
257
279
|
* // ],
|
|
258
280
|
* // VideoSelector: { // VideoSelector
|
|
@@ -917,7 +939,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
917
939
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
918
940
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
919
941
|
* // },
|
|
920
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
942
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
921
943
|
* // F4vSettings: { // F4vSettings
|
|
922
944
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
923
945
|
* // },
|
|
@@ -1143,6 +1165,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1143
1165
|
* // },
|
|
1144
1166
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1145
1167
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
1168
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1146
1169
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1147
1170
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1148
1171
|
* // Slices: Number("int"),
|
|
@@ -65,6 +65,8 @@ declare const ListJobsCommand_base: {
|
|
|
65
65
|
* // },
|
|
66
66
|
* // ],
|
|
67
67
|
* // Id: "STRING_VALUE",
|
|
68
|
+
* // JobEngineVersionRequested: "STRING_VALUE",
|
|
69
|
+
* // JobEngineVersionUsed: "STRING_VALUE",
|
|
68
70
|
* // JobPercentComplete: Number("int"),
|
|
69
71
|
* // JobTemplate: "STRING_VALUE",
|
|
70
72
|
* // Messages: { // JobMessages
|
|
@@ -143,7 +145,7 @@ declare const ListJobsCommand_base: {
|
|
|
143
145
|
* // },
|
|
144
146
|
* // AudioSelectors: { // __mapOfAudioSelector
|
|
145
147
|
* // "<keys>": { // AudioSelector
|
|
146
|
-
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
148
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
147
149
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
148
150
|
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
149
151
|
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -202,6 +204,7 @@ declare const ListJobsCommand_base: {
|
|
|
202
204
|
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
203
205
|
* // },
|
|
204
206
|
* // FileSourceSettings: { // FileSourceSettings
|
|
207
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
205
208
|
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
206
209
|
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
207
210
|
* // Framerate: { // CaptionSourceFramerate
|
|
@@ -293,6 +296,13 @@ declare const ListJobsCommand_base: {
|
|
|
293
296
|
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
294
297
|
* // { // VideoOverlay
|
|
295
298
|
* // EndTimecode: "STRING_VALUE",
|
|
299
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
300
|
+
* // Height: Number("int"),
|
|
301
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
302
|
+
* // Width: Number("int"),
|
|
303
|
+
* // XPosition: Number("int"),
|
|
304
|
+
* // YPosition: Number("int"),
|
|
305
|
+
* // },
|
|
296
306
|
* // Input: { // VideoOverlayInput
|
|
297
307
|
* // FileInput: "STRING_VALUE",
|
|
298
308
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -304,7 +314,21 @@ declare const ListJobsCommand_base: {
|
|
|
304
314
|
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
305
315
|
* // TimecodeStart: "STRING_VALUE",
|
|
306
316
|
* // },
|
|
317
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
307
318
|
* // StartTimecode: "STRING_VALUE",
|
|
319
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
320
|
+
* // { // VideoOverlayTransition
|
|
321
|
+
* // EndPosition: {
|
|
322
|
+
* // Height: Number("int"),
|
|
323
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
324
|
+
* // Width: Number("int"),
|
|
325
|
+
* // XPosition: Number("int"),
|
|
326
|
+
* // YPosition: Number("int"),
|
|
327
|
+
* // },
|
|
328
|
+
* // EndTimecode: "STRING_VALUE",
|
|
329
|
+
* // StartTimecode: "STRING_VALUE",
|
|
330
|
+
* // },
|
|
331
|
+
* // ],
|
|
308
332
|
* // },
|
|
309
333
|
* // ],
|
|
310
334
|
* // VideoSelector: { // VideoSelector
|
|
@@ -969,7 +993,7 @@ declare const ListJobsCommand_base: {
|
|
|
969
993
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
970
994
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
971
995
|
* // },
|
|
972
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
996
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
973
997
|
* // F4vSettings: { // F4vSettings
|
|
974
998
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
975
999
|
* // },
|
|
@@ -1195,6 +1219,7 @@ declare const ListJobsCommand_base: {
|
|
|
1195
1219
|
* // },
|
|
1196
1220
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1197
1221
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
1222
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1198
1223
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1199
1224
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1200
1225
|
* // Slices: Number("int"),
|
|
@@ -318,7 +318,7 @@ declare const ListPresetsCommand_base: {
|
|
|
318
318
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
319
319
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
320
320
|
* // },
|
|
321
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
321
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
322
322
|
* // F4vSettings: { // F4vSettings
|
|
323
323
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
324
324
|
* // },
|
|
@@ -530,6 +530,7 @@ declare const ListPresetsCommand_base: {
|
|
|
530
530
|
* // },
|
|
531
531
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
532
532
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
533
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
533
534
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
534
535
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
535
536
|
* // Slices: Number("int"),
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
+
import { ListVersionsRequest, ListVersionsResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListVersionsCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListVersionsCommandInput extends ListVersionsRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListVersionsCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListVersionsCommandOutput extends ListVersionsResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListVersionsCommand_base: {
|
|
25
|
+
new (input: ListVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVersionsCommandInput, ListVersionsCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Retrieve a JSON array of all available Job engine versions and the date they expire.
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { MediaConvertClient, ListVersionsCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import
|
|
35
|
+
* // const { MediaConvertClient, ListVersionsCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import
|
|
36
|
+
* const client = new MediaConvertClient(config);
|
|
37
|
+
* const input = { // ListVersionsRequest
|
|
38
|
+
* MaxResults: Number("int"),
|
|
39
|
+
* NextToken: "STRING_VALUE",
|
|
40
|
+
* };
|
|
41
|
+
* const command = new ListVersionsCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // ListVersionsResponse
|
|
44
|
+
* // NextToken: "STRING_VALUE",
|
|
45
|
+
* // Versions: [ // __listOfJobEngineVersion
|
|
46
|
+
* // { // JobEngineVersion
|
|
47
|
+
* // ExpirationDate: new Date("TIMESTAMP"),
|
|
48
|
+
* // Version: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
53
|
+
* ```
|
|
54
|
+
*
|
|
55
|
+
* @param ListVersionsCommandInput - {@link ListVersionsCommandInput}
|
|
56
|
+
* @returns {@link ListVersionsCommandOutput}
|
|
57
|
+
* @see {@link ListVersionsCommandInput} for command's `input` shape.
|
|
58
|
+
* @see {@link ListVersionsCommandOutput} for command's `response` shape.
|
|
59
|
+
* @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link BadRequestException} (client fault)
|
|
62
|
+
* The service can't process your request because of a problem in the request. Please check your request form and syntax.
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ConflictException} (client fault)
|
|
65
|
+
* The service couldn't complete your request because there is a conflict with the current state of the resource.
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link ForbiddenException} (client fault)
|
|
68
|
+
* You don't have permissions for this action with the credentials you sent.
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
71
|
+
* The service encountered an unexpected condition and can't fulfill your request.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link NotFoundException} (client fault)
|
|
74
|
+
* The resource you requested doesn't exist.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
77
|
+
* Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link MediaConvertServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from MediaConvert service.</p>
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class ListVersionsCommand extends ListVersionsCommand_base {
|
|
85
|
+
}
|
|
@@ -66,6 +66,8 @@ declare const SearchJobsCommand_base: {
|
|
|
66
66
|
* // },
|
|
67
67
|
* // ],
|
|
68
68
|
* // Id: "STRING_VALUE",
|
|
69
|
+
* // JobEngineVersionRequested: "STRING_VALUE",
|
|
70
|
+
* // JobEngineVersionUsed: "STRING_VALUE",
|
|
69
71
|
* // JobPercentComplete: Number("int"),
|
|
70
72
|
* // JobTemplate: "STRING_VALUE",
|
|
71
73
|
* // Messages: { // JobMessages
|
|
@@ -144,7 +146,7 @@ declare const SearchJobsCommand_base: {
|
|
|
144
146
|
* // },
|
|
145
147
|
* // AudioSelectors: { // __mapOfAudioSelector
|
|
146
148
|
* // "<keys>": { // AudioSelector
|
|
147
|
-
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
149
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
148
150
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
149
151
|
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
150
152
|
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -203,6 +205,7 @@ declare const SearchJobsCommand_base: {
|
|
|
203
205
|
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
204
206
|
* // },
|
|
205
207
|
* // FileSourceSettings: { // FileSourceSettings
|
|
208
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
206
209
|
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
207
210
|
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
208
211
|
* // Framerate: { // CaptionSourceFramerate
|
|
@@ -294,6 +297,13 @@ declare const SearchJobsCommand_base: {
|
|
|
294
297
|
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
295
298
|
* // { // VideoOverlay
|
|
296
299
|
* // EndTimecode: "STRING_VALUE",
|
|
300
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
301
|
+
* // Height: Number("int"),
|
|
302
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
303
|
+
* // Width: Number("int"),
|
|
304
|
+
* // XPosition: Number("int"),
|
|
305
|
+
* // YPosition: Number("int"),
|
|
306
|
+
* // },
|
|
297
307
|
* // Input: { // VideoOverlayInput
|
|
298
308
|
* // FileInput: "STRING_VALUE",
|
|
299
309
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -305,7 +315,21 @@ declare const SearchJobsCommand_base: {
|
|
|
305
315
|
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
306
316
|
* // TimecodeStart: "STRING_VALUE",
|
|
307
317
|
* // },
|
|
318
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
308
319
|
* // StartTimecode: "STRING_VALUE",
|
|
320
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
321
|
+
* // { // VideoOverlayTransition
|
|
322
|
+
* // EndPosition: {
|
|
323
|
+
* // Height: Number("int"),
|
|
324
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
325
|
+
* // Width: Number("int"),
|
|
326
|
+
* // XPosition: Number("int"),
|
|
327
|
+
* // YPosition: Number("int"),
|
|
328
|
+
* // },
|
|
329
|
+
* // EndTimecode: "STRING_VALUE",
|
|
330
|
+
* // StartTimecode: "STRING_VALUE",
|
|
331
|
+
* // },
|
|
332
|
+
* // ],
|
|
309
333
|
* // },
|
|
310
334
|
* // ],
|
|
311
335
|
* // VideoSelector: { // VideoSelector
|
|
@@ -970,7 +994,7 @@ declare const SearchJobsCommand_base: {
|
|
|
970
994
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
971
995
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
972
996
|
* // },
|
|
973
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
997
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
974
998
|
* // F4vSettings: { // F4vSettings
|
|
975
999
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
976
1000
|
* // },
|
|
@@ -1196,6 +1220,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1196
1220
|
* // },
|
|
1197
1221
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1198
1222
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
1223
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1199
1224
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1200
1225
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1201
1226
|
* // Slices: Number("int"),
|
|
@@ -94,7 +94,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
94
94
|
* },
|
|
95
95
|
* AudioSelectors: { // __mapOfAudioSelector
|
|
96
96
|
* "<keys>": { // AudioSelector
|
|
97
|
-
* AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
97
|
+
* AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
98
98
|
* CustomLanguageCode: "STRING_VALUE",
|
|
99
99
|
* DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
100
100
|
* ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -153,6 +153,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
153
153
|
* TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
154
154
|
* },
|
|
155
155
|
* FileSourceSettings: { // FileSourceSettings
|
|
156
|
+
* ByteRateLimit: "ENABLED" || "DISABLED",
|
|
156
157
|
* Convert608To708: "UPCONVERT" || "DISABLED",
|
|
157
158
|
* ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
158
159
|
* Framerate: { // CaptionSourceFramerate
|
|
@@ -227,6 +228,13 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
227
228
|
* VideoOverlays: [ // __listOfVideoOverlay
|
|
228
229
|
* { // VideoOverlay
|
|
229
230
|
* EndTimecode: "STRING_VALUE",
|
|
231
|
+
* InitialPosition: { // VideoOverlayPosition
|
|
232
|
+
* Height: Number("int"),
|
|
233
|
+
* Unit: "PIXELS" || "PERCENTAGE",
|
|
234
|
+
* Width: Number("int"),
|
|
235
|
+
* XPosition: Number("int"),
|
|
236
|
+
* YPosition: Number("int"),
|
|
237
|
+
* },
|
|
230
238
|
* Input: { // VideoOverlayInput
|
|
231
239
|
* FileInput: "STRING_VALUE",
|
|
232
240
|
* InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -238,7 +246,21 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
238
246
|
* TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
239
247
|
* TimecodeStart: "STRING_VALUE",
|
|
240
248
|
* },
|
|
249
|
+
* Playback: "ONCE" || "REPEAT",
|
|
241
250
|
* StartTimecode: "STRING_VALUE",
|
|
251
|
+
* Transitions: [ // __listOfVideoOverlayTransition
|
|
252
|
+
* { // VideoOverlayTransition
|
|
253
|
+
* EndPosition: {
|
|
254
|
+
* Height: Number("int"),
|
|
255
|
+
* Unit: "PIXELS" || "PERCENTAGE",
|
|
256
|
+
* Width: Number("int"),
|
|
257
|
+
* XPosition: Number("int"),
|
|
258
|
+
* YPosition: Number("int"),
|
|
259
|
+
* },
|
|
260
|
+
* EndTimecode: "STRING_VALUE",
|
|
261
|
+
* StartTimecode: "STRING_VALUE",
|
|
262
|
+
* },
|
|
263
|
+
* ],
|
|
242
264
|
* },
|
|
243
265
|
* ],
|
|
244
266
|
* VideoSelector: { // VideoSelector
|
|
@@ -903,7 +925,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
903
925
|
* TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
904
926
|
* TimedMetadataValue: "STRING_VALUE",
|
|
905
927
|
* },
|
|
906
|
-
* Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
928
|
+
* Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
907
929
|
* F4vSettings: { // F4vSettings
|
|
908
930
|
* MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
909
931
|
* },
|
|
@@ -1129,6 +1151,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1129
1151
|
* },
|
|
1130
1152
|
* RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
1131
1153
|
* RepeatPps: "DISABLED" || "ENABLED",
|
|
1154
|
+
* SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
1132
1155
|
* ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
1133
1156
|
* SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
1134
1157
|
* Slices: Number("int"),
|
|
@@ -1547,7 +1570,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1547
1570
|
* // },
|
|
1548
1571
|
* // AudioSelectors: { // __mapOfAudioSelector
|
|
1549
1572
|
* // "<keys>": { // AudioSelector
|
|
1550
|
-
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME",
|
|
1573
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
1551
1574
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
1552
1575
|
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
1553
1576
|
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
@@ -1606,6 +1629,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1606
1629
|
* // TerminateCaptions: "END_OF_INPUT" || "DISABLED",
|
|
1607
1630
|
* // },
|
|
1608
1631
|
* // FileSourceSettings: { // FileSourceSettings
|
|
1632
|
+
* // ByteRateLimit: "ENABLED" || "DISABLED",
|
|
1609
1633
|
* // Convert608To708: "UPCONVERT" || "DISABLED",
|
|
1610
1634
|
* // ConvertPaintToPop: "ENABLED" || "DISABLED",
|
|
1611
1635
|
* // Framerate: { // CaptionSourceFramerate
|
|
@@ -1680,6 +1704,13 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1680
1704
|
* // VideoOverlays: [ // __listOfVideoOverlay
|
|
1681
1705
|
* // { // VideoOverlay
|
|
1682
1706
|
* // EndTimecode: "STRING_VALUE",
|
|
1707
|
+
* // InitialPosition: { // VideoOverlayPosition
|
|
1708
|
+
* // Height: Number("int"),
|
|
1709
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
1710
|
+
* // Width: Number("int"),
|
|
1711
|
+
* // XPosition: Number("int"),
|
|
1712
|
+
* // YPosition: Number("int"),
|
|
1713
|
+
* // },
|
|
1683
1714
|
* // Input: { // VideoOverlayInput
|
|
1684
1715
|
* // FileInput: "STRING_VALUE",
|
|
1685
1716
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
@@ -1691,7 +1722,21 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1691
1722
|
* // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
|
|
1692
1723
|
* // TimecodeStart: "STRING_VALUE",
|
|
1693
1724
|
* // },
|
|
1725
|
+
* // Playback: "ONCE" || "REPEAT",
|
|
1694
1726
|
* // StartTimecode: "STRING_VALUE",
|
|
1727
|
+
* // Transitions: [ // __listOfVideoOverlayTransition
|
|
1728
|
+
* // { // VideoOverlayTransition
|
|
1729
|
+
* // EndPosition: {
|
|
1730
|
+
* // Height: Number("int"),
|
|
1731
|
+
* // Unit: "PIXELS" || "PERCENTAGE",
|
|
1732
|
+
* // Width: Number("int"),
|
|
1733
|
+
* // XPosition: Number("int"),
|
|
1734
|
+
* // YPosition: Number("int"),
|
|
1735
|
+
* // },
|
|
1736
|
+
* // EndTimecode: "STRING_VALUE",
|
|
1737
|
+
* // StartTimecode: "STRING_VALUE",
|
|
1738
|
+
* // },
|
|
1739
|
+
* // ],
|
|
1695
1740
|
* // },
|
|
1696
1741
|
* // ],
|
|
1697
1742
|
* // VideoSelector: { // VideoSelector
|
|
@@ -2356,7 +2401,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2356
2401
|
* // TimedMetadataSchemeIdUri: "STRING_VALUE",
|
|
2357
2402
|
* // TimedMetadataValue: "STRING_VALUE",
|
|
2358
2403
|
* // },
|
|
2359
|
-
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "WEBM" || "RAW" || "Y4M",
|
|
2404
|
+
* // Container: "F4V" || "ISMV" || "M2TS" || "M3U8" || "CMFC" || "MOV" || "MP4" || "MPD" || "MXF" || "OGG" || "WEBM" || "RAW" || "Y4M",
|
|
2360
2405
|
* // F4vSettings: { // F4vSettings
|
|
2361
2406
|
* // MoovPlacement: "PROGRESSIVE_DOWNLOAD" || "NORMAL",
|
|
2362
2407
|
* // },
|
|
@@ -2582,6 +2627,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
2582
2627
|
* // },
|
|
2583
2628
|
* // RateControlMode: "VBR" || "CBR" || "QVBR",
|
|
2584
2629
|
* // RepeatPps: "DISABLED" || "ENABLED",
|
|
2630
|
+
* // SaliencyAwareEncoding: "DISABLED" || "PREFERRED",
|
|
2585
2631
|
* // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
|
|
2586
2632
|
* // SceneChangeDetect: "DISABLED" || "ENABLED" || "TRANSITION_DETECTION",
|
|
2587
2633
|
* // Slices: Number("int"),
|