@aws-sdk/client-mediaconvert 3.952.0 → 3.954.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/index.js +1062 -727
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateCertificateCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-es/commands/CreatePresetCommand.js +2 -2
- package/dist-es/commands/CreateQueueCommand.js +2 -2
- package/dist-es/commands/CreateResourceShareCommand.js +2 -2
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeletePresetCommand.js +2 -2
- package/dist-es/commands/DeleteQueueCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetJobTemplateCommand.js +2 -2
- package/dist-es/commands/GetJobsQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetPresetCommand.js +2 -2
- package/dist-es/commands/GetQueueCommand.js +2 -2
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListPresetsCommand.js +2 -2
- package/dist-es/commands/ListQueuesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVersionsCommand.js +2 -2
- package/dist-es/commands/ProbeCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/SearchJobsCommand.js +2 -2
- package/dist-es/commands/StartJobsQueryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-es/commands/UpdatePresetCommand.js +2 -2
- package/dist-es/commands/UpdateQueueCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +688 -688
- package/dist-types/MediaConvertClient.d.ts +1 -10
- package/dist-types/commands/CreateJobCommand.d.ts +104 -44
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +102 -44
- package/dist-types/commands/CreatePresetCommand.d.ts +12 -0
- package/dist-types/commands/GetJobCommand.d.ts +52 -22
- package/dist-types/commands/GetJobTemplateCommand.d.ts +51 -22
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +52 -22
- package/dist-types/commands/GetPresetCommand.d.ts +6 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +51 -22
- package/dist-types/commands/ListJobsCommand.d.ts +52 -22
- package/dist-types/commands/ListPresetsCommand.d.ts +6 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +52 -22
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +102 -44
- package/dist-types/commands/UpdatePresetCommand.d.ts +12 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +49 -0
- package/dist-types/models/models_0.d.ts +42 -2
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +315 -375
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +314 -376
- package/package.json +34 -34
|
@@ -593,6 +593,8 @@ declare const CreatePresetCommand_base: {
|
|
|
593
593
|
* InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
594
594
|
* MaxBitrate: Number("int"),
|
|
595
595
|
* MinIInterval: Number("int"),
|
|
596
|
+
* MvOverPictureBoundaries: "ENABLED" || "DISABLED",
|
|
597
|
+
* MvTemporalPredictor: "ENABLED" || "DISABLED",
|
|
596
598
|
* NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
597
599
|
* NumberReferenceFrames: Number("int"),
|
|
598
600
|
* ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
@@ -617,7 +619,11 @@ declare const CreatePresetCommand_base: {
|
|
|
617
619
|
* Telecine: "NONE" || "SOFT" || "HARD",
|
|
618
620
|
* TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
619
621
|
* TemporalIds: "DISABLED" || "ENABLED",
|
|
622
|
+
* TileHeight: Number("int"),
|
|
623
|
+
* TilePadding: "NONE" || "PADDED",
|
|
624
|
+
* TileWidth: Number("int"),
|
|
620
625
|
* Tiles: "DISABLED" || "ENABLED",
|
|
626
|
+
* TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
621
627
|
* UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
622
628
|
* WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
623
629
|
* },
|
|
@@ -1467,6 +1473,8 @@ declare const CreatePresetCommand_base: {
|
|
|
1467
1473
|
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1468
1474
|
* // MaxBitrate: Number("int"),
|
|
1469
1475
|
* // MinIInterval: Number("int"),
|
|
1476
|
+
* // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
|
|
1477
|
+
* // MvTemporalPredictor: "ENABLED" || "DISABLED",
|
|
1470
1478
|
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1471
1479
|
* // NumberReferenceFrames: Number("int"),
|
|
1472
1480
|
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
@@ -1491,7 +1499,11 @@ declare const CreatePresetCommand_base: {
|
|
|
1491
1499
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1492
1500
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1493
1501
|
* // TemporalIds: "DISABLED" || "ENABLED",
|
|
1502
|
+
* // TileHeight: Number("int"),
|
|
1503
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
1504
|
+
* // TileWidth: Number("int"),
|
|
1494
1505
|
* // Tiles: "DISABLED" || "ENABLED",
|
|
1506
|
+
* // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1495
1507
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1496
1508
|
* // WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
1497
1509
|
* // },
|
|
@@ -217,7 +217,7 @@ declare const GetJobCommand_base: {
|
|
|
217
217
|
* // TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
|
|
218
218
|
* // UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
|
|
219
219
|
* // },
|
|
220
|
-
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
|
|
220
|
+
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
|
|
221
221
|
* // TeletextSourceSettings: { // TeletextSourceSettings
|
|
222
222
|
* // PageNumber: "STRING_VALUE",
|
|
223
223
|
* // },
|
|
@@ -310,6 +310,7 @@ declare const GetJobCommand_base: {
|
|
|
310
310
|
* // FramerateDenominator: Number("int"),
|
|
311
311
|
* // FramerateNumerator: Number("int"),
|
|
312
312
|
* // Height: Number("int"),
|
|
313
|
+
* // ImageInput: "STRING_VALUE",
|
|
313
314
|
* // SampleRate: Number("int"),
|
|
314
315
|
* // Width: Number("int"),
|
|
315
316
|
* // },
|
|
@@ -332,6 +333,48 @@ declare const GetJobCommand_base: {
|
|
|
332
333
|
* // YPosition: Number("int"),
|
|
333
334
|
* // },
|
|
334
335
|
* // Input: { // VideoOverlayInput
|
|
336
|
+
* // AudioSelectors: {
|
|
337
|
+
* // "<keys>": {
|
|
338
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
339
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
340
|
+
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
341
|
+
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
342
|
+
* // HlsRenditionGroupSettings: {
|
|
343
|
+
* // RenditionGroupId: "STRING_VALUE",
|
|
344
|
+
* // RenditionLanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
345
|
+
* // RenditionName: "STRING_VALUE",
|
|
346
|
+
* // },
|
|
347
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
348
|
+
* // Offset: Number("int"),
|
|
349
|
+
* // Pids: [
|
|
350
|
+
* // Number("int"),
|
|
351
|
+
* // ],
|
|
352
|
+
* // ProgramSelection: Number("int"),
|
|
353
|
+
* // RemixSettings: {
|
|
354
|
+
* // AudioDescriptionAudioChannel: Number("int"),
|
|
355
|
+
* // AudioDescriptionDataChannel: Number("int"),
|
|
356
|
+
* // ChannelMapping: {
|
|
357
|
+
* // OutputChannels: [
|
|
358
|
+
* // {
|
|
359
|
+
* // InputChannels: [
|
|
360
|
+
* // Number("int"),
|
|
361
|
+
* // ],
|
|
362
|
+
* // InputChannelsFineTune: [
|
|
363
|
+
* // Number("double"),
|
|
364
|
+
* // ],
|
|
365
|
+
* // },
|
|
366
|
+
* // ],
|
|
367
|
+
* // },
|
|
368
|
+
* // ChannelsIn: Number("int"),
|
|
369
|
+
* // ChannelsOut: Number("int"),
|
|
370
|
+
* // },
|
|
371
|
+
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
|
|
372
|
+
* // Streams: [
|
|
373
|
+
* // Number("int"),
|
|
374
|
+
* // ],
|
|
375
|
+
* // Tracks: "<__listOf__integerMin1Max2147483647>",
|
|
376
|
+
* // },
|
|
377
|
+
* // },
|
|
335
378
|
* // FileInput: "STRING_VALUE",
|
|
336
379
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
337
380
|
* // { // VideoOverlayInputClipping
|
|
@@ -386,9 +429,7 @@ declare const GetJobCommand_base: {
|
|
|
386
429
|
* // Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
|
|
387
430
|
* // SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
|
|
388
431
|
* // SelectorType: "AUTO" || "STREAM",
|
|
389
|
-
* // Streams:
|
|
390
|
-
* // Number("int"),
|
|
391
|
-
* // ],
|
|
432
|
+
* // Streams: "<__listOf__integerMin1Max2147483647>",
|
|
392
433
|
* // },
|
|
393
434
|
* // },
|
|
394
435
|
* // ],
|
|
@@ -917,24 +958,7 @@ declare const GetJobCommand_base: {
|
|
|
917
958
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
918
959
|
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
919
960
|
* // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
920
|
-
* // RemixSettings:
|
|
921
|
-
* // AudioDescriptionAudioChannel: Number("int"),
|
|
922
|
-
* // AudioDescriptionDataChannel: Number("int"),
|
|
923
|
-
* // ChannelMapping: {
|
|
924
|
-
* // OutputChannels: [
|
|
925
|
-
* // {
|
|
926
|
-
* // InputChannels: [
|
|
927
|
-
* // Number("int"),
|
|
928
|
-
* // ],
|
|
929
|
-
* // InputChannelsFineTune: [
|
|
930
|
-
* // Number("double"),
|
|
931
|
-
* // ],
|
|
932
|
-
* // },
|
|
933
|
-
* // ],
|
|
934
|
-
* // },
|
|
935
|
-
* // ChannelsIn: Number("int"),
|
|
936
|
-
* // ChannelsOut: Number("int"),
|
|
937
|
-
* // },
|
|
961
|
+
* // RemixSettings: "<RemixSettings>",
|
|
938
962
|
* // StreamName: "STRING_VALUE",
|
|
939
963
|
* // },
|
|
940
964
|
* // ],
|
|
@@ -1348,6 +1372,8 @@ declare const GetJobCommand_base: {
|
|
|
1348
1372
|
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1349
1373
|
* // MaxBitrate: Number("int"),
|
|
1350
1374
|
* // MinIInterval: Number("int"),
|
|
1375
|
+
* // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
|
|
1376
|
+
* // MvTemporalPredictor: "ENABLED" || "DISABLED",
|
|
1351
1377
|
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1352
1378
|
* // NumberReferenceFrames: Number("int"),
|
|
1353
1379
|
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
@@ -1372,7 +1398,11 @@ declare const GetJobCommand_base: {
|
|
|
1372
1398
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1373
1399
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1374
1400
|
* // TemporalIds: "DISABLED" || "ENABLED",
|
|
1401
|
+
* // TileHeight: Number("int"),
|
|
1402
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
1403
|
+
* // TileWidth: Number("int"),
|
|
1375
1404
|
* // Tiles: "DISABLED" || "ENABLED",
|
|
1405
|
+
* // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1376
1406
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1377
1407
|
* // WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
1378
1408
|
* // },
|
|
@@ -179,7 +179,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
179
179
|
* // TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
|
|
180
180
|
* // UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
|
|
181
181
|
* // },
|
|
182
|
-
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
|
|
182
|
+
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
|
|
183
183
|
* // TeletextSourceSettings: { // TeletextSourceSettings
|
|
184
184
|
* // PageNumber: "STRING_VALUE",
|
|
185
185
|
* // },
|
|
@@ -269,6 +269,48 @@ declare const GetJobTemplateCommand_base: {
|
|
|
269
269
|
* // YPosition: Number("int"),
|
|
270
270
|
* // },
|
|
271
271
|
* // Input: { // VideoOverlayInput
|
|
272
|
+
* // AudioSelectors: {
|
|
273
|
+
* // "<keys>": {
|
|
274
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
275
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
276
|
+
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
277
|
+
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
278
|
+
* // HlsRenditionGroupSettings: {
|
|
279
|
+
* // RenditionGroupId: "STRING_VALUE",
|
|
280
|
+
* // RenditionLanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
281
|
+
* // RenditionName: "STRING_VALUE",
|
|
282
|
+
* // },
|
|
283
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
284
|
+
* // Offset: Number("int"),
|
|
285
|
+
* // Pids: [
|
|
286
|
+
* // Number("int"),
|
|
287
|
+
* // ],
|
|
288
|
+
* // ProgramSelection: Number("int"),
|
|
289
|
+
* // RemixSettings: {
|
|
290
|
+
* // AudioDescriptionAudioChannel: Number("int"),
|
|
291
|
+
* // AudioDescriptionDataChannel: Number("int"),
|
|
292
|
+
* // ChannelMapping: {
|
|
293
|
+
* // OutputChannels: [
|
|
294
|
+
* // {
|
|
295
|
+
* // InputChannels: [
|
|
296
|
+
* // Number("int"),
|
|
297
|
+
* // ],
|
|
298
|
+
* // InputChannelsFineTune: [
|
|
299
|
+
* // Number("double"),
|
|
300
|
+
* // ],
|
|
301
|
+
* // },
|
|
302
|
+
* // ],
|
|
303
|
+
* // },
|
|
304
|
+
* // ChannelsIn: Number("int"),
|
|
305
|
+
* // ChannelsOut: Number("int"),
|
|
306
|
+
* // },
|
|
307
|
+
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
|
|
308
|
+
* // Streams: [
|
|
309
|
+
* // Number("int"),
|
|
310
|
+
* // ],
|
|
311
|
+
* // Tracks: "<__listOf__integerMin1Max2147483647>",
|
|
312
|
+
* // },
|
|
313
|
+
* // },
|
|
272
314
|
* // FileInput: "STRING_VALUE",
|
|
273
315
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
274
316
|
* // { // VideoOverlayInputClipping
|
|
@@ -323,9 +365,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
323
365
|
* // Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
|
|
324
366
|
* // SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
|
|
325
367
|
* // SelectorType: "AUTO" || "STREAM",
|
|
326
|
-
* // Streams:
|
|
327
|
-
* // Number("int"),
|
|
328
|
-
* // ],
|
|
368
|
+
* // Streams: "<__listOf__integerMin1Max2147483647>",
|
|
329
369
|
* // },
|
|
330
370
|
* // },
|
|
331
371
|
* // ],
|
|
@@ -854,24 +894,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
854
894
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
855
895
|
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
856
896
|
* // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
857
|
-
* // RemixSettings:
|
|
858
|
-
* // AudioDescriptionAudioChannel: Number("int"),
|
|
859
|
-
* // AudioDescriptionDataChannel: Number("int"),
|
|
860
|
-
* // ChannelMapping: {
|
|
861
|
-
* // OutputChannels: [
|
|
862
|
-
* // {
|
|
863
|
-
* // InputChannels: [
|
|
864
|
-
* // Number("int"),
|
|
865
|
-
* // ],
|
|
866
|
-
* // InputChannelsFineTune: [
|
|
867
|
-
* // Number("double"),
|
|
868
|
-
* // ],
|
|
869
|
-
* // },
|
|
870
|
-
* // ],
|
|
871
|
-
* // },
|
|
872
|
-
* // ChannelsIn: Number("int"),
|
|
873
|
-
* // ChannelsOut: Number("int"),
|
|
874
|
-
* // },
|
|
897
|
+
* // RemixSettings: "<RemixSettings>",
|
|
875
898
|
* // StreamName: "STRING_VALUE",
|
|
876
899
|
* // },
|
|
877
900
|
* // ],
|
|
@@ -1285,6 +1308,8 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1285
1308
|
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1286
1309
|
* // MaxBitrate: Number("int"),
|
|
1287
1310
|
* // MinIInterval: Number("int"),
|
|
1311
|
+
* // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
|
|
1312
|
+
* // MvTemporalPredictor: "ENABLED" || "DISABLED",
|
|
1288
1313
|
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1289
1314
|
* // NumberReferenceFrames: Number("int"),
|
|
1290
1315
|
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
@@ -1309,7 +1334,11 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1309
1334
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1310
1335
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1311
1336
|
* // TemporalIds: "DISABLED" || "ENABLED",
|
|
1337
|
+
* // TileHeight: Number("int"),
|
|
1338
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
1339
|
+
* // TileWidth: Number("int"),
|
|
1312
1340
|
* // Tiles: "DISABLED" || "ENABLED",
|
|
1341
|
+
* // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1313
1342
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1314
1343
|
* // WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
1315
1344
|
* // },
|
|
@@ -218,7 +218,7 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
218
218
|
* // TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
|
|
219
219
|
* // UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
|
|
220
220
|
* // },
|
|
221
|
-
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
|
|
221
|
+
* // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
|
|
222
222
|
* // TeletextSourceSettings: { // TeletextSourceSettings
|
|
223
223
|
* // PageNumber: "STRING_VALUE",
|
|
224
224
|
* // },
|
|
@@ -311,6 +311,7 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
311
311
|
* // FramerateDenominator: Number("int"),
|
|
312
312
|
* // FramerateNumerator: Number("int"),
|
|
313
313
|
* // Height: Number("int"),
|
|
314
|
+
* // ImageInput: "STRING_VALUE",
|
|
314
315
|
* // SampleRate: Number("int"),
|
|
315
316
|
* // Width: Number("int"),
|
|
316
317
|
* // },
|
|
@@ -333,6 +334,48 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
333
334
|
* // YPosition: Number("int"),
|
|
334
335
|
* // },
|
|
335
336
|
* // Input: { // VideoOverlayInput
|
|
337
|
+
* // AudioSelectors: {
|
|
338
|
+
* // "<keys>": {
|
|
339
|
+
* // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
|
|
340
|
+
* // CustomLanguageCode: "STRING_VALUE",
|
|
341
|
+
* // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
|
|
342
|
+
* // ExternalAudioFileInput: "STRING_VALUE",
|
|
343
|
+
* // HlsRenditionGroupSettings: {
|
|
344
|
+
* // RenditionGroupId: "STRING_VALUE",
|
|
345
|
+
* // RenditionLanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
346
|
+
* // RenditionName: "STRING_VALUE",
|
|
347
|
+
* // },
|
|
348
|
+
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
349
|
+
* // Offset: Number("int"),
|
|
350
|
+
* // Pids: [
|
|
351
|
+
* // Number("int"),
|
|
352
|
+
* // ],
|
|
353
|
+
* // ProgramSelection: Number("int"),
|
|
354
|
+
* // RemixSettings: {
|
|
355
|
+
* // AudioDescriptionAudioChannel: Number("int"),
|
|
356
|
+
* // AudioDescriptionDataChannel: Number("int"),
|
|
357
|
+
* // ChannelMapping: {
|
|
358
|
+
* // OutputChannels: [
|
|
359
|
+
* // {
|
|
360
|
+
* // InputChannels: [
|
|
361
|
+
* // Number("int"),
|
|
362
|
+
* // ],
|
|
363
|
+
* // InputChannelsFineTune: [
|
|
364
|
+
* // Number("double"),
|
|
365
|
+
* // ],
|
|
366
|
+
* // },
|
|
367
|
+
* // ],
|
|
368
|
+
* // },
|
|
369
|
+
* // ChannelsIn: Number("int"),
|
|
370
|
+
* // ChannelsOut: Number("int"),
|
|
371
|
+
* // },
|
|
372
|
+
* // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
|
|
373
|
+
* // Streams: [
|
|
374
|
+
* // Number("int"),
|
|
375
|
+
* // ],
|
|
376
|
+
* // Tracks: "<__listOf__integerMin1Max2147483647>",
|
|
377
|
+
* // },
|
|
378
|
+
* // },
|
|
336
379
|
* // FileInput: "STRING_VALUE",
|
|
337
380
|
* // InputClippings: [ // __listOfVideoOverlayInputClipping
|
|
338
381
|
* // { // VideoOverlayInputClipping
|
|
@@ -387,9 +430,7 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
387
430
|
* // Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
|
|
388
431
|
* // SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
|
|
389
432
|
* // SelectorType: "AUTO" || "STREAM",
|
|
390
|
-
* // Streams:
|
|
391
|
-
* // Number("int"),
|
|
392
|
-
* // ],
|
|
433
|
+
* // Streams: "<__listOf__integerMin1Max2147483647>",
|
|
393
434
|
* // },
|
|
394
435
|
* // },
|
|
395
436
|
* // ],
|
|
@@ -918,24 +959,7 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
918
959
|
* // CustomLanguageCode: "STRING_VALUE",
|
|
919
960
|
* // LanguageCode: "ENG" || "SPA" || "FRA" || "DEU" || "GER" || "ZHO" || "ARA" || "HIN" || "JPN" || "RUS" || "POR" || "ITA" || "URD" || "VIE" || "KOR" || "PAN" || "ABK" || "AAR" || "AFR" || "AKA" || "SQI" || "AMH" || "ARG" || "HYE" || "ASM" || "AVA" || "AVE" || "AYM" || "AZE" || "BAM" || "BAK" || "EUS" || "BEL" || "BEN" || "BIH" || "BIS" || "BOS" || "BRE" || "BUL" || "MYA" || "CAT" || "KHM" || "CHA" || "CHE" || "NYA" || "CHU" || "CHV" || "COR" || "COS" || "CRE" || "HRV" || "CES" || "DAN" || "DIV" || "NLD" || "DZO" || "ENM" || "EPO" || "EST" || "EWE" || "FAO" || "FIJ" || "FIN" || "FRM" || "FUL" || "GLA" || "GLG" || "LUG" || "KAT" || "ELL" || "GRN" || "GUJ" || "HAT" || "HAU" || "HEB" || "HER" || "HMO" || "HUN" || "ISL" || "IDO" || "IBO" || "IND" || "INA" || "ILE" || "IKU" || "IPK" || "GLE" || "JAV" || "KAL" || "KAN" || "KAU" || "KAS" || "KAZ" || "KIK" || "KIN" || "KIR" || "KOM" || "KON" || "KUA" || "KUR" || "LAO" || "LAT" || "LAV" || "LIM" || "LIN" || "LIT" || "LUB" || "LTZ" || "MKD" || "MLG" || "MSA" || "MAL" || "MLT" || "GLV" || "MRI" || "MAR" || "MAH" || "MON" || "NAU" || "NAV" || "NDE" || "NBL" || "NDO" || "NEP" || "SME" || "NOR" || "NOB" || "NNO" || "OCI" || "OJI" || "ORI" || "ORM" || "OSS" || "PLI" || "FAS" || "POL" || "PUS" || "QUE" || "QAA" || "RON" || "ROH" || "RUN" || "SMO" || "SAG" || "SAN" || "SRD" || "SRB" || "SNA" || "III" || "SND" || "SIN" || "SLK" || "SLV" || "SOM" || "SOT" || "SUN" || "SWA" || "SSW" || "SWE" || "TGL" || "TAH" || "TGK" || "TAM" || "TAT" || "TEL" || "THA" || "BOD" || "TIR" || "TON" || "TSO" || "TSN" || "TUR" || "TUK" || "TWI" || "UIG" || "UKR" || "UZB" || "VEN" || "VOL" || "WLN" || "CYM" || "FRY" || "WOL" || "XHO" || "YID" || "YOR" || "ZHA" || "ZUL" || "ORJ" || "QPC" || "TNG" || "SRP",
|
|
920
961
|
* // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
|
|
921
|
-
* // RemixSettings:
|
|
922
|
-
* // AudioDescriptionAudioChannel: Number("int"),
|
|
923
|
-
* // AudioDescriptionDataChannel: Number("int"),
|
|
924
|
-
* // ChannelMapping: {
|
|
925
|
-
* // OutputChannels: [
|
|
926
|
-
* // {
|
|
927
|
-
* // InputChannels: [
|
|
928
|
-
* // Number("int"),
|
|
929
|
-
* // ],
|
|
930
|
-
* // InputChannelsFineTune: [
|
|
931
|
-
* // Number("double"),
|
|
932
|
-
* // ],
|
|
933
|
-
* // },
|
|
934
|
-
* // ],
|
|
935
|
-
* // },
|
|
936
|
-
* // ChannelsIn: Number("int"),
|
|
937
|
-
* // ChannelsOut: Number("int"),
|
|
938
|
-
* // },
|
|
962
|
+
* // RemixSettings: "<RemixSettings>",
|
|
939
963
|
* // StreamName: "STRING_VALUE",
|
|
940
964
|
* // },
|
|
941
965
|
* // ],
|
|
@@ -1349,6 +1373,8 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
1349
1373
|
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
1350
1374
|
* // MaxBitrate: Number("int"),
|
|
1351
1375
|
* // MinIInterval: Number("int"),
|
|
1376
|
+
* // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
|
|
1377
|
+
* // MvTemporalPredictor: "ENABLED" || "DISABLED",
|
|
1352
1378
|
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
1353
1379
|
* // NumberReferenceFrames: Number("int"),
|
|
1354
1380
|
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
@@ -1373,7 +1399,11 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
1373
1399
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
1374
1400
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
1375
1401
|
* // TemporalIds: "DISABLED" || "ENABLED",
|
|
1402
|
+
* // TileHeight: Number("int"),
|
|
1403
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
1404
|
+
* // TileWidth: Number("int"),
|
|
1376
1405
|
* // Tiles: "DISABLED" || "ENABLED",
|
|
1406
|
+
* // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1377
1407
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
1378
1408
|
* // WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
1379
1409
|
* // },
|
|
@@ -602,6 +602,8 @@ declare const GetPresetCommand_base: {
|
|
|
602
602
|
* // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
|
|
603
603
|
* // MaxBitrate: Number("int"),
|
|
604
604
|
* // MinIInterval: Number("int"),
|
|
605
|
+
* // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
|
|
606
|
+
* // MvTemporalPredictor: "ENABLED" || "DISABLED",
|
|
605
607
|
* // NumberBFramesBetweenReferenceFrames: Number("int"),
|
|
606
608
|
* // NumberReferenceFrames: Number("int"),
|
|
607
609
|
* // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
@@ -626,7 +628,11 @@ declare const GetPresetCommand_base: {
|
|
|
626
628
|
* // Telecine: "NONE" || "SOFT" || "HARD",
|
|
627
629
|
* // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
|
|
628
630
|
* // TemporalIds: "DISABLED" || "ENABLED",
|
|
631
|
+
* // TileHeight: Number("int"),
|
|
632
|
+
* // TilePadding: "NONE" || "PADDED",
|
|
633
|
+
* // TileWidth: Number("int"),
|
|
629
634
|
* // Tiles: "DISABLED" || "ENABLED",
|
|
635
|
+
* // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
630
636
|
* // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
|
|
631
637
|
* // WriteMp4PackagingType: "HVC1" || "HEV1",
|
|
632
638
|
* // },
|