@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.
Files changed (72) hide show
  1. package/dist-cjs/index.js +1062 -727
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateCertificateCommand.js +2 -2
  4. package/dist-es/commands/CancelJobCommand.js +2 -2
  5. package/dist-es/commands/CreateJobCommand.js +2 -2
  6. package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
  7. package/dist-es/commands/CreatePresetCommand.js +2 -2
  8. package/dist-es/commands/CreateQueueCommand.js +2 -2
  9. package/dist-es/commands/CreateResourceShareCommand.js +2 -2
  10. package/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
  11. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  12. package/dist-es/commands/DeletePresetCommand.js +2 -2
  13. package/dist-es/commands/DeleteQueueCommand.js +2 -2
  14. package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  15. package/dist-es/commands/DisassociateCertificateCommand.js +2 -2
  16. package/dist-es/commands/GetJobCommand.js +2 -2
  17. package/dist-es/commands/GetJobTemplateCommand.js +2 -2
  18. package/dist-es/commands/GetJobsQueryResultsCommand.js +2 -2
  19. package/dist-es/commands/GetPolicyCommand.js +2 -2
  20. package/dist-es/commands/GetPresetCommand.js +2 -2
  21. package/dist-es/commands/GetQueueCommand.js +2 -2
  22. package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
  23. package/dist-es/commands/ListJobsCommand.js +2 -2
  24. package/dist-es/commands/ListPresetsCommand.js +2 -2
  25. package/dist-es/commands/ListQueuesCommand.js +2 -2
  26. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-es/commands/ListVersionsCommand.js +2 -2
  28. package/dist-es/commands/ProbeCommand.js +2 -2
  29. package/dist-es/commands/PutPolicyCommand.js +2 -2
  30. package/dist-es/commands/SearchJobsCommand.js +2 -2
  31. package/dist-es/commands/StartJobsQueryCommand.js +2 -2
  32. package/dist-es/commands/TagResourceCommand.js +2 -2
  33. package/dist-es/commands/UntagResourceCommand.js +2 -2
  34. package/dist-es/commands/UpdateJobTemplateCommand.js +2 -2
  35. package/dist-es/commands/UpdatePresetCommand.js +2 -2
  36. package/dist-es/commands/UpdateQueueCommand.js +2 -2
  37. package/dist-es/index.js +1 -0
  38. package/dist-es/models/enums.js +17 -0
  39. package/dist-es/runtimeConfig.shared.js +6 -1
  40. package/dist-es/schemas/schemas_0.js +688 -688
  41. package/dist-types/MediaConvertClient.d.ts +1 -10
  42. package/dist-types/commands/CreateJobCommand.d.ts +104 -44
  43. package/dist-types/commands/CreateJobTemplateCommand.d.ts +102 -44
  44. package/dist-types/commands/CreatePresetCommand.d.ts +12 -0
  45. package/dist-types/commands/GetJobCommand.d.ts +52 -22
  46. package/dist-types/commands/GetJobTemplateCommand.d.ts +51 -22
  47. package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +52 -22
  48. package/dist-types/commands/GetPresetCommand.d.ts +6 -0
  49. package/dist-types/commands/ListJobTemplatesCommand.d.ts +51 -22
  50. package/dist-types/commands/ListJobsCommand.d.ts +52 -22
  51. package/dist-types/commands/ListPresetsCommand.d.ts +6 -0
  52. package/dist-types/commands/SearchJobsCommand.d.ts +52 -22
  53. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +102 -44
  54. package/dist-types/commands/UpdatePresetCommand.d.ts +12 -0
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/models/enums.d.ts +49 -0
  57. package/dist-types/models/models_0.d.ts +42 -2
  58. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  59. package/dist-types/runtimeConfig.d.ts +6 -2
  60. package/dist-types/runtimeConfig.native.d.ts +6 -2
  61. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  62. package/dist-types/schemas/schemas_0.d.ts +315 -375
  63. package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -4
  64. package/dist-types/ts3.4/index.d.ts +1 -0
  65. package/dist-types/ts3.4/models/enums.d.ts +25 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +12 -0
  67. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  68. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  69. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  70. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +314 -376
  72. package/package.json +34 -34
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AssociateCertificateCommandInput, AssociateCertificateCommandOutput } from "./commands/AssociateCertificateCommand";
11
11
  import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
@@ -175,15 +175,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
175
175
  * Optional extensions
176
176
  */
177
177
  extensions?: RuntimeExtension[];
178
- /**
179
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
180
- * may be overridden. A default will always be set by the client.
181
- * Available options depend on the service's supported protocols and will not be validated by
182
- * the client.
183
- * @alpha
184
- *
185
- */
186
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
187
178
  /**
188
179
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
189
180
  */
@@ -172,7 +172,7 @@ declare const CreateJobCommand_base: {
172
172
  * TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
173
173
  * UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
174
174
  * },
175
- * SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
175
+ * SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
176
176
  * TeletextSourceSettings: { // TeletextSourceSettings
177
177
  * PageNumber: "STRING_VALUE",
178
178
  * },
@@ -265,6 +265,7 @@ declare const CreateJobCommand_base: {
265
265
  * FramerateDenominator: Number("int"),
266
266
  * FramerateNumerator: Number("int"),
267
267
  * Height: Number("int"),
268
+ * ImageInput: "STRING_VALUE",
268
269
  * SampleRate: Number("int"),
269
270
  * Width: Number("int"),
270
271
  * },
@@ -287,6 +288,48 @@ declare const CreateJobCommand_base: {
287
288
  * YPosition: Number("int"),
288
289
  * },
289
290
  * Input: { // VideoOverlayInput
291
+ * AudioSelectors: {
292
+ * "<keys>": {
293
+ * AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
294
+ * CustomLanguageCode: "STRING_VALUE",
295
+ * DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
296
+ * ExternalAudioFileInput: "STRING_VALUE",
297
+ * HlsRenditionGroupSettings: {
298
+ * RenditionGroupId: "STRING_VALUE",
299
+ * 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",
300
+ * RenditionName: "STRING_VALUE",
301
+ * },
302
+ * 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",
303
+ * Offset: Number("int"),
304
+ * Pids: [
305
+ * Number("int"),
306
+ * ],
307
+ * ProgramSelection: Number("int"),
308
+ * RemixSettings: {
309
+ * AudioDescriptionAudioChannel: Number("int"),
310
+ * AudioDescriptionDataChannel: Number("int"),
311
+ * ChannelMapping: {
312
+ * OutputChannels: [
313
+ * {
314
+ * InputChannels: [
315
+ * Number("int"),
316
+ * ],
317
+ * InputChannelsFineTune: [
318
+ * Number("double"),
319
+ * ],
320
+ * },
321
+ * ],
322
+ * },
323
+ * ChannelsIn: Number("int"),
324
+ * ChannelsOut: Number("int"),
325
+ * },
326
+ * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
327
+ * Streams: [
328
+ * Number("int"),
329
+ * ],
330
+ * Tracks: "<__listOf__integerMin1Max2147483647>",
331
+ * },
332
+ * },
290
333
  * FileInput: "STRING_VALUE",
291
334
  * InputClippings: [ // __listOfVideoOverlayInputClipping
292
335
  * { // VideoOverlayInputClipping
@@ -341,9 +384,7 @@ declare const CreateJobCommand_base: {
341
384
  * Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
342
385
  * SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
343
386
  * SelectorType: "AUTO" || "STREAM",
344
- * Streams: [
345
- * Number("int"),
346
- * ],
387
+ * Streams: "<__listOf__integerMin1Max2147483647>",
347
388
  * },
348
389
  * },
349
390
  * ],
@@ -872,24 +913,7 @@ declare const CreateJobCommand_base: {
872
913
  * CustomLanguageCode: "STRING_VALUE",
873
914
  * 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",
874
915
  * LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
875
- * RemixSettings: {
876
- * AudioDescriptionAudioChannel: Number("int"),
877
- * AudioDescriptionDataChannel: Number("int"),
878
- * ChannelMapping: {
879
- * OutputChannels: [
880
- * {
881
- * InputChannels: [
882
- * Number("int"),
883
- * ],
884
- * InputChannelsFineTune: [
885
- * Number("double"),
886
- * ],
887
- * },
888
- * ],
889
- * },
890
- * ChannelsIn: Number("int"),
891
- * ChannelsOut: Number("int"),
892
- * },
916
+ * RemixSettings: "<RemixSettings>",
893
917
  * StreamName: "STRING_VALUE",
894
918
  * },
895
919
  * ],
@@ -1303,6 +1327,8 @@ declare const CreateJobCommand_base: {
1303
1327
  * InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
1304
1328
  * MaxBitrate: Number("int"),
1305
1329
  * MinIInterval: Number("int"),
1330
+ * MvOverPictureBoundaries: "ENABLED" || "DISABLED",
1331
+ * MvTemporalPredictor: "ENABLED" || "DISABLED",
1306
1332
  * NumberBFramesBetweenReferenceFrames: Number("int"),
1307
1333
  * NumberReferenceFrames: Number("int"),
1308
1334
  * ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
@@ -1327,7 +1353,11 @@ declare const CreateJobCommand_base: {
1327
1353
  * Telecine: "NONE" || "SOFT" || "HARD",
1328
1354
  * TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1329
1355
  * TemporalIds: "DISABLED" || "ENABLED",
1356
+ * TileHeight: Number("int"),
1357
+ * TilePadding: "NONE" || "PADDED",
1358
+ * TileWidth: Number("int"),
1330
1359
  * Tiles: "DISABLED" || "ENABLED",
1360
+ * TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
1331
1361
  * UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
1332
1362
  * WriteMp4PackagingType: "HVC1" || "HEV1",
1333
1363
  * },
@@ -1813,7 +1843,7 @@ declare const CreateJobCommand_base: {
1813
1843
  * // TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
1814
1844
  * // UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
1815
1845
  * // },
1816
- * // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
1846
+ * // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
1817
1847
  * // TeletextSourceSettings: { // TeletextSourceSettings
1818
1848
  * // PageNumber: "STRING_VALUE",
1819
1849
  * // },
@@ -1906,6 +1936,7 @@ declare const CreateJobCommand_base: {
1906
1936
  * // FramerateDenominator: Number("int"),
1907
1937
  * // FramerateNumerator: Number("int"),
1908
1938
  * // Height: Number("int"),
1939
+ * // ImageInput: "STRING_VALUE",
1909
1940
  * // SampleRate: Number("int"),
1910
1941
  * // Width: Number("int"),
1911
1942
  * // },
@@ -1928,6 +1959,48 @@ declare const CreateJobCommand_base: {
1928
1959
  * // YPosition: Number("int"),
1929
1960
  * // },
1930
1961
  * // Input: { // VideoOverlayInput
1962
+ * // AudioSelectors: {
1963
+ * // "<keys>": {
1964
+ * // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
1965
+ * // CustomLanguageCode: "STRING_VALUE",
1966
+ * // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
1967
+ * // ExternalAudioFileInput: "STRING_VALUE",
1968
+ * // HlsRenditionGroupSettings: {
1969
+ * // RenditionGroupId: "STRING_VALUE",
1970
+ * // 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",
1971
+ * // RenditionName: "STRING_VALUE",
1972
+ * // },
1973
+ * // 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",
1974
+ * // Offset: Number("int"),
1975
+ * // Pids: [
1976
+ * // Number("int"),
1977
+ * // ],
1978
+ * // ProgramSelection: Number("int"),
1979
+ * // RemixSettings: {
1980
+ * // AudioDescriptionAudioChannel: Number("int"),
1981
+ * // AudioDescriptionDataChannel: Number("int"),
1982
+ * // ChannelMapping: {
1983
+ * // OutputChannels: [
1984
+ * // {
1985
+ * // InputChannels: [
1986
+ * // Number("int"),
1987
+ * // ],
1988
+ * // InputChannelsFineTune: [
1989
+ * // Number("double"),
1990
+ * // ],
1991
+ * // },
1992
+ * // ],
1993
+ * // },
1994
+ * // ChannelsIn: Number("int"),
1995
+ * // ChannelsOut: Number("int"),
1996
+ * // },
1997
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
1998
+ * // Streams: [
1999
+ * // Number("int"),
2000
+ * // ],
2001
+ * // Tracks: "<__listOf__integerMin1Max2147483647>",
2002
+ * // },
2003
+ * // },
1931
2004
  * // FileInput: "STRING_VALUE",
1932
2005
  * // InputClippings: [ // __listOfVideoOverlayInputClipping
1933
2006
  * // { // VideoOverlayInputClipping
@@ -1982,9 +2055,7 @@ declare const CreateJobCommand_base: {
1982
2055
  * // Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
1983
2056
  * // SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
1984
2057
  * // SelectorType: "AUTO" || "STREAM",
1985
- * // Streams: [
1986
- * // Number("int"),
1987
- * // ],
2058
+ * // Streams: "<__listOf__integerMin1Max2147483647>",
1988
2059
  * // },
1989
2060
  * // },
1990
2061
  * // ],
@@ -2513,24 +2584,7 @@ declare const CreateJobCommand_base: {
2513
2584
  * // CustomLanguageCode: "STRING_VALUE",
2514
2585
  * // 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",
2515
2586
  * // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
2516
- * // RemixSettings: {
2517
- * // AudioDescriptionAudioChannel: Number("int"),
2518
- * // AudioDescriptionDataChannel: Number("int"),
2519
- * // ChannelMapping: {
2520
- * // OutputChannels: [
2521
- * // {
2522
- * // InputChannels: [
2523
- * // Number("int"),
2524
- * // ],
2525
- * // InputChannelsFineTune: [
2526
- * // Number("double"),
2527
- * // ],
2528
- * // },
2529
- * // ],
2530
- * // },
2531
- * // ChannelsIn: Number("int"),
2532
- * // ChannelsOut: Number("int"),
2533
- * // },
2587
+ * // RemixSettings: "<RemixSettings>",
2534
2588
  * // StreamName: "STRING_VALUE",
2535
2589
  * // },
2536
2590
  * // ],
@@ -2944,6 +2998,8 @@ declare const CreateJobCommand_base: {
2944
2998
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
2945
2999
  * // MaxBitrate: Number("int"),
2946
3000
  * // MinIInterval: Number("int"),
3001
+ * // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
3002
+ * // MvTemporalPredictor: "ENABLED" || "DISABLED",
2947
3003
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
2948
3004
  * // NumberReferenceFrames: Number("int"),
2949
3005
  * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
@@ -2968,7 +3024,11 @@ declare const CreateJobCommand_base: {
2968
3024
  * // Telecine: "NONE" || "SOFT" || "HARD",
2969
3025
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
2970
3026
  * // TemporalIds: "DISABLED" || "ENABLED",
3027
+ * // TileHeight: Number("int"),
3028
+ * // TilePadding: "NONE" || "PADDED",
3029
+ * // TileWidth: Number("int"),
2971
3030
  * // Tiles: "DISABLED" || "ENABLED",
3031
+ * // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
2972
3032
  * // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
2973
3033
  * // WriteMp4PackagingType: "HVC1" || "HEV1",
2974
3034
  * // },
@@ -170,7 +170,7 @@ declare const CreateJobTemplateCommand_base: {
170
170
  * TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
171
171
  * UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
172
172
  * },
173
- * SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
173
+ * SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
174
174
  * TeletextSourceSettings: { // TeletextSourceSettings
175
175
  * PageNumber: "STRING_VALUE",
176
176
  * },
@@ -260,6 +260,48 @@ declare const CreateJobTemplateCommand_base: {
260
260
  * YPosition: Number("int"),
261
261
  * },
262
262
  * Input: { // VideoOverlayInput
263
+ * AudioSelectors: {
264
+ * "<keys>": {
265
+ * AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
266
+ * CustomLanguageCode: "STRING_VALUE",
267
+ * DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
268
+ * ExternalAudioFileInput: "STRING_VALUE",
269
+ * HlsRenditionGroupSettings: {
270
+ * RenditionGroupId: "STRING_VALUE",
271
+ * 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",
272
+ * RenditionName: "STRING_VALUE",
273
+ * },
274
+ * 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",
275
+ * Offset: Number("int"),
276
+ * Pids: [
277
+ * Number("int"),
278
+ * ],
279
+ * ProgramSelection: Number("int"),
280
+ * RemixSettings: {
281
+ * AudioDescriptionAudioChannel: Number("int"),
282
+ * AudioDescriptionDataChannel: Number("int"),
283
+ * ChannelMapping: {
284
+ * OutputChannels: [
285
+ * {
286
+ * InputChannels: [
287
+ * Number("int"),
288
+ * ],
289
+ * InputChannelsFineTune: [
290
+ * Number("double"),
291
+ * ],
292
+ * },
293
+ * ],
294
+ * },
295
+ * ChannelsIn: Number("int"),
296
+ * ChannelsOut: Number("int"),
297
+ * },
298
+ * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
299
+ * Streams: [
300
+ * Number("int"),
301
+ * ],
302
+ * Tracks: "<__listOf__integerMin1Max2147483647>",
303
+ * },
304
+ * },
263
305
  * FileInput: "STRING_VALUE",
264
306
  * InputClippings: [ // __listOfVideoOverlayInputClipping
265
307
  * { // VideoOverlayInputClipping
@@ -314,9 +356,7 @@ declare const CreateJobTemplateCommand_base: {
314
356
  * Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
315
357
  * SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
316
358
  * SelectorType: "AUTO" || "STREAM",
317
- * Streams: [
318
- * Number("int"),
319
- * ],
359
+ * Streams: "<__listOf__integerMin1Max2147483647>",
320
360
  * },
321
361
  * },
322
362
  * ],
@@ -845,24 +885,7 @@ declare const CreateJobTemplateCommand_base: {
845
885
  * CustomLanguageCode: "STRING_VALUE",
846
886
  * 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",
847
887
  * LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
848
- * RemixSettings: {
849
- * AudioDescriptionAudioChannel: Number("int"),
850
- * AudioDescriptionDataChannel: Number("int"),
851
- * ChannelMapping: {
852
- * OutputChannels: [
853
- * {
854
- * InputChannels: [
855
- * Number("int"),
856
- * ],
857
- * InputChannelsFineTune: [
858
- * Number("double"),
859
- * ],
860
- * },
861
- * ],
862
- * },
863
- * ChannelsIn: Number("int"),
864
- * ChannelsOut: Number("int"),
865
- * },
888
+ * RemixSettings: "<RemixSettings>",
866
889
  * StreamName: "STRING_VALUE",
867
890
  * },
868
891
  * ],
@@ -1276,6 +1299,8 @@ declare const CreateJobTemplateCommand_base: {
1276
1299
  * InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
1277
1300
  * MaxBitrate: Number("int"),
1278
1301
  * MinIInterval: Number("int"),
1302
+ * MvOverPictureBoundaries: "ENABLED" || "DISABLED",
1303
+ * MvTemporalPredictor: "ENABLED" || "DISABLED",
1279
1304
  * NumberBFramesBetweenReferenceFrames: Number("int"),
1280
1305
  * NumberReferenceFrames: Number("int"),
1281
1306
  * ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
@@ -1300,7 +1325,11 @@ declare const CreateJobTemplateCommand_base: {
1300
1325
  * Telecine: "NONE" || "SOFT" || "HARD",
1301
1326
  * TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
1302
1327
  * TemporalIds: "DISABLED" || "ENABLED",
1328
+ * TileHeight: Number("int"),
1329
+ * TilePadding: "NONE" || "PADDED",
1330
+ * TileWidth: Number("int"),
1303
1331
  * Tiles: "DISABLED" || "ENABLED",
1332
+ * TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
1304
1333
  * UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
1305
1334
  * WriteMp4PackagingType: "HVC1" || "HEV1",
1306
1335
  * },
@@ -1744,7 +1773,7 @@ declare const CreateJobTemplateCommand_base: {
1744
1773
  * // TimeDeltaUnits: "SECONDS" || "MILLISECONDS",
1745
1774
  * // UpconvertSTLToTeletext: "UPCONVERT" || "DISABLED",
1746
1775
  * // },
1747
- * // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT",
1776
+ * // SourceType: "ANCILLARY" || "DVB_SUB" || "EMBEDDED" || "SCTE20" || "SCC" || "TTML" || "STL" || "SRT" || "SMI" || "SMPTE_TT" || "TELETEXT" || "NULL_SOURCE" || "IMSC" || "WEBVTT" || "TT_3GPP",
1748
1777
  * // TeletextSourceSettings: { // TeletextSourceSettings
1749
1778
  * // PageNumber: "STRING_VALUE",
1750
1779
  * // },
@@ -1834,6 +1863,48 @@ declare const CreateJobTemplateCommand_base: {
1834
1863
  * // YPosition: Number("int"),
1835
1864
  * // },
1836
1865
  * // Input: { // VideoOverlayInput
1866
+ * // AudioSelectors: {
1867
+ * // "<keys>": {
1868
+ * // AudioDurationCorrection: "DISABLED" || "AUTO" || "TRACK" || "FRAME" || "FORCE",
1869
+ * // CustomLanguageCode: "STRING_VALUE",
1870
+ * // DefaultSelection: "DEFAULT" || "NOT_DEFAULT",
1871
+ * // ExternalAudioFileInput: "STRING_VALUE",
1872
+ * // HlsRenditionGroupSettings: {
1873
+ * // RenditionGroupId: "STRING_VALUE",
1874
+ * // 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",
1875
+ * // RenditionName: "STRING_VALUE",
1876
+ * // },
1877
+ * // 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",
1878
+ * // Offset: Number("int"),
1879
+ * // Pids: [
1880
+ * // Number("int"),
1881
+ * // ],
1882
+ * // ProgramSelection: Number("int"),
1883
+ * // RemixSettings: {
1884
+ * // AudioDescriptionAudioChannel: Number("int"),
1885
+ * // AudioDescriptionDataChannel: Number("int"),
1886
+ * // ChannelMapping: {
1887
+ * // OutputChannels: [
1888
+ * // {
1889
+ * // InputChannels: [
1890
+ * // Number("int"),
1891
+ * // ],
1892
+ * // InputChannelsFineTune: [
1893
+ * // Number("double"),
1894
+ * // ],
1895
+ * // },
1896
+ * // ],
1897
+ * // },
1898
+ * // ChannelsIn: Number("int"),
1899
+ * // ChannelsOut: Number("int"),
1900
+ * // },
1901
+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
1902
+ * // Streams: [
1903
+ * // Number("int"),
1904
+ * // ],
1905
+ * // Tracks: "<__listOf__integerMin1Max2147483647>",
1906
+ * // },
1907
+ * // },
1837
1908
  * // FileInput: "STRING_VALUE",
1838
1909
  * // InputClippings: [ // __listOfVideoOverlayInputClipping
1839
1910
  * // { // VideoOverlayInputClipping
@@ -1888,9 +1959,7 @@ declare const CreateJobTemplateCommand_base: {
1888
1959
  * // Rotate: "DEGREE_0" || "DEGREES_90" || "DEGREES_180" || "DEGREES_270" || "AUTO",
1889
1960
  * // SampleRange: "FOLLOW" || "FULL_RANGE" || "LIMITED_RANGE",
1890
1961
  * // SelectorType: "AUTO" || "STREAM",
1891
- * // Streams: [
1892
- * // Number("int"),
1893
- * // ],
1962
+ * // Streams: "<__listOf__integerMin1Max2147483647>",
1894
1963
  * // },
1895
1964
  * // },
1896
1965
  * // ],
@@ -2419,24 +2488,7 @@ declare const CreateJobTemplateCommand_base: {
2419
2488
  * // CustomLanguageCode: "STRING_VALUE",
2420
2489
  * // 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",
2421
2490
  * // LanguageCodeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
2422
- * // RemixSettings: {
2423
- * // AudioDescriptionAudioChannel: Number("int"),
2424
- * // AudioDescriptionDataChannel: Number("int"),
2425
- * // ChannelMapping: {
2426
- * // OutputChannels: [
2427
- * // {
2428
- * // InputChannels: [
2429
- * // Number("int"),
2430
- * // ],
2431
- * // InputChannelsFineTune: [
2432
- * // Number("double"),
2433
- * // ],
2434
- * // },
2435
- * // ],
2436
- * // },
2437
- * // ChannelsIn: Number("int"),
2438
- * // ChannelsOut: Number("int"),
2439
- * // },
2491
+ * // RemixSettings: "<RemixSettings>",
2440
2492
  * // StreamName: "STRING_VALUE",
2441
2493
  * // },
2442
2494
  * // ],
@@ -2850,6 +2902,8 @@ declare const CreateJobTemplateCommand_base: {
2850
2902
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
2851
2903
  * // MaxBitrate: Number("int"),
2852
2904
  * // MinIInterval: Number("int"),
2905
+ * // MvOverPictureBoundaries: "ENABLED" || "DISABLED",
2906
+ * // MvTemporalPredictor: "ENABLED" || "DISABLED",
2853
2907
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
2854
2908
  * // NumberReferenceFrames: Number("int"),
2855
2909
  * // ParControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
@@ -2874,7 +2928,11 @@ declare const CreateJobTemplateCommand_base: {
2874
2928
  * // Telecine: "NONE" || "SOFT" || "HARD",
2875
2929
  * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
2876
2930
  * // TemporalIds: "DISABLED" || "ENABLED",
2931
+ * // TileHeight: Number("int"),
2932
+ * // TilePadding: "NONE" || "PADDED",
2933
+ * // TileWidth: Number("int"),
2877
2934
  * // Tiles: "DISABLED" || "ENABLED",
2935
+ * // TreeBlockSize: "AUTO" || "TREE_SIZE_32X32",
2878
2936
  * // UnregisteredSeiTimecode: "DISABLED" || "ENABLED",
2879
2937
  * // WriteMp4PackagingType: "HVC1" || "HEV1",
2880
2938
  * // },