@aws-sdk/client-mediaconvert 3.421.0 → 3.424.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 (30) hide show
  1. package/dist-cjs/models/models_0.js +1 -9
  2. package/dist-cjs/models/models_1.js +21 -5
  3. package/dist-cjs/protocols/Aws_restJson1.js +80 -4
  4. package/dist-es/models/models_0.js +0 -8
  5. package/dist-es/models/models_1.js +16 -0
  6. package/dist-es/protocols/Aws_restJson1.js +80 -4
  7. package/dist-types/commands/CreateJobCommand.d.ts +38 -2
  8. package/dist-types/commands/CreateJobTemplateCommand.d.ts +38 -2
  9. package/dist-types/commands/CreatePresetCommand.d.ts +4 -0
  10. package/dist-types/commands/CreateQueueCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -1
  12. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -2
  13. package/dist-types/commands/GetJobCommand.d.ts +19 -1
  14. package/dist-types/commands/GetJobTemplateCommand.d.ts +19 -1
  15. package/dist-types/commands/GetPresetCommand.d.ts +2 -0
  16. package/dist-types/commands/ListJobTemplatesCommand.d.ts +19 -1
  17. package/dist-types/commands/ListJobsCommand.d.ts +19 -1
  18. package/dist-types/commands/ListPresetsCommand.d.ts +2 -0
  19. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +38 -2
  20. package/dist-types/commands/UpdatePresetCommand.d.ts +4 -0
  21. package/dist-types/models/models_0.d.ts +73 -103
  22. package/dist-types/models/models_1.d.ts +138 -76
  23. package/dist-types/models/models_2.d.ts +66 -1
  24. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +1 -2
  27. package/dist-types/ts3.4/models/models_0.d.ts +17 -28
  28. package/dist-types/ts3.4/models/models_1.d.ts +49 -19
  29. package/dist-types/ts3.4/models/models_2.d.ts +17 -0
  30. package/package.json +3 -3
@@ -64,7 +64,6 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
64
64
  * CopyProtectionAction: "PASSTHROUGH" || "STRIP",
65
65
  * VchipAction: "PASSTHROUGH" || "STRIP",
66
66
  * },
67
- * FollowInputIndex: Number("int"),
68
67
  * Inputs: [ // __listOfInputTemplate
69
68
  * { // InputTemplate
70
69
  * AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -209,6 +208,23 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
209
208
  * PsiControl: "IGNORE_PSI" || "USE_PSI",
210
209
  * TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
211
210
  * TimecodeStart: "STRING_VALUE",
211
+ * VideoOverlays: [ // __listOfVideoOverlay
212
+ * { // VideoOverlay
213
+ * EndTimecode: "STRING_VALUE",
214
+ * Input: { // VideoOverlayInput
215
+ * FileInput: "STRING_VALUE",
216
+ * InputClippings: [ // __listOfVideoOverlayInputClipping
217
+ * { // VideoOverlayInputClipping
218
+ * EndTimecode: "STRING_VALUE",
219
+ * StartTimecode: "STRING_VALUE",
220
+ * },
221
+ * ],
222
+ * TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
223
+ * TimecodeStart: "STRING_VALUE",
224
+ * },
225
+ * StartTimecode: "STRING_VALUE",
226
+ * },
227
+ * ],
212
228
  * VideoSelector: { // VideoSelector
213
229
  * AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
214
230
  * ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -1049,6 +1065,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1049
1065
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1050
1066
  * CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1051
1067
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
1068
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1052
1069
  * EntropyEncoding: "CABAC" || "CAVLC",
1053
1070
  * FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1054
1071
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1101,6 +1118,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1101
1118
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1102
1119
  * CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1103
1120
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
1121
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1104
1122
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1105
1123
  * FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1106
1124
  * FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -1461,7 +1479,6 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1461
1479
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
1462
1480
  * // VchipAction: "PASSTHROUGH" || "STRIP",
1463
1481
  * // },
1464
- * // FollowInputIndex: Number("int"),
1465
1482
  * // Inputs: [ // __listOfInputTemplate
1466
1483
  * // { // InputTemplate
1467
1484
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -1606,6 +1623,23 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
1606
1623
  * // PsiControl: "IGNORE_PSI" || "USE_PSI",
1607
1624
  * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
1608
1625
  * // TimecodeStart: "STRING_VALUE",
1626
+ * // VideoOverlays: [ // __listOfVideoOverlay
1627
+ * // { // VideoOverlay
1628
+ * // EndTimecode: "STRING_VALUE",
1629
+ * // Input: { // VideoOverlayInput
1630
+ * // FileInput: "STRING_VALUE",
1631
+ * // InputClippings: [ // __listOfVideoOverlayInputClipping
1632
+ * // { // VideoOverlayInputClipping
1633
+ * // EndTimecode: "STRING_VALUE",
1634
+ * // StartTimecode: "STRING_VALUE",
1635
+ * // },
1636
+ * // ],
1637
+ * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
1638
+ * // TimecodeStart: "STRING_VALUE",
1639
+ * // },
1640
+ * // StartTimecode: "STRING_VALUE",
1641
+ * // },
1642
+ * // ],
1609
1643
  * // VideoSelector: { // VideoSelector
1610
1644
  * // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
1611
1645
  * // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -2446,6 +2480,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
2446
2480
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
2447
2481
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
2448
2482
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
2483
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
2449
2484
  * // EntropyEncoding: "CABAC" || "CAVLC",
2450
2485
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
2451
2486
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -2498,6 +2533,7 @@ export interface CreateJobTemplateCommandOutput extends CreateJobTemplateRespons
2498
2533
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
2499
2534
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
2500
2535
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
2536
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
2501
2537
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
2502
2538
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
2503
2539
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -466,6 +466,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
466
466
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
467
467
  * CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
468
468
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
469
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
469
470
  * EntropyEncoding: "CABAC" || "CAVLC",
470
471
  * FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
471
472
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -518,6 +519,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
518
519
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
519
520
  * CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
520
521
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
522
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
521
523
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
522
524
  * FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
523
525
  * FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -1261,6 +1263,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
1261
1263
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1262
1264
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1263
1265
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1266
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1264
1267
  * // EntropyEncoding: "CABAC" || "CAVLC",
1265
1268
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1266
1269
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1313,6 +1316,7 @@ export interface CreatePresetCommandOutput extends CreatePresetResponse, __Metad
1313
1316
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1314
1317
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1315
1318
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1319
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1316
1320
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1317
1321
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1318
1322
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
- import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1";
5
+ import { CreateQueueRequest, CreateQueueResponse } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
- import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_1";
5
+ import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_2";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
2
  import { Command as $Command } from "@smithy/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
4
  import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
5
- import { DeletePolicyRequest } from "../models/models_1";
6
- import { DeletePolicyResponse } from "../models/models_2";
5
+ import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_2";
7
6
  /**
8
7
  * @public
9
8
  */
@@ -108,7 +108,6 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
108
108
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
109
109
  * // VchipAction: "PASSTHROUGH" || "STRIP",
110
110
  * // },
111
- * // FollowInputIndex: Number("int"),
112
111
  * // Inputs: [ // __listOfInput
113
112
  * // { // Input
114
113
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -266,6 +265,23 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
266
265
  * // VideoGenerator: { // InputVideoGenerator
267
266
  * // Duration: Number("int"),
268
267
  * // },
268
+ * // VideoOverlays: [ // __listOfVideoOverlay
269
+ * // { // VideoOverlay
270
+ * // EndTimecode: "STRING_VALUE",
271
+ * // Input: { // VideoOverlayInput
272
+ * // FileInput: "STRING_VALUE",
273
+ * // InputClippings: [ // __listOfVideoOverlayInputClipping
274
+ * // { // VideoOverlayInputClipping
275
+ * // EndTimecode: "STRING_VALUE",
276
+ * // StartTimecode: "STRING_VALUE",
277
+ * // },
278
+ * // ],
279
+ * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
280
+ * // TimecodeStart: "STRING_VALUE",
281
+ * // },
282
+ * // StartTimecode: "STRING_VALUE",
283
+ * // },
284
+ * // ],
269
285
  * // VideoSelector: { // VideoSelector
270
286
  * // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
271
287
  * // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -1106,6 +1122,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
1106
1122
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1107
1123
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1108
1124
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1125
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1109
1126
  * // EntropyEncoding: "CABAC" || "CAVLC",
1110
1127
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1111
1128
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1158,6 +1175,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
1158
1175
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1159
1176
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1160
1177
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1178
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1161
1179
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1162
1180
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1163
1181
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -73,7 +73,6 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
73
73
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
74
74
  * // VchipAction: "PASSTHROUGH" || "STRIP",
75
75
  * // },
76
- * // FollowInputIndex: Number("int"),
77
76
  * // Inputs: [ // __listOfInputTemplate
78
77
  * // { // InputTemplate
79
78
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -218,6 +217,23 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
218
217
  * // PsiControl: "IGNORE_PSI" || "USE_PSI",
219
218
  * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
220
219
  * // TimecodeStart: "STRING_VALUE",
220
+ * // VideoOverlays: [ // __listOfVideoOverlay
221
+ * // { // VideoOverlay
222
+ * // EndTimecode: "STRING_VALUE",
223
+ * // Input: { // VideoOverlayInput
224
+ * // FileInput: "STRING_VALUE",
225
+ * // InputClippings: [ // __listOfVideoOverlayInputClipping
226
+ * // { // VideoOverlayInputClipping
227
+ * // EndTimecode: "STRING_VALUE",
228
+ * // StartTimecode: "STRING_VALUE",
229
+ * // },
230
+ * // ],
231
+ * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
232
+ * // TimecodeStart: "STRING_VALUE",
233
+ * // },
234
+ * // StartTimecode: "STRING_VALUE",
235
+ * // },
236
+ * // ],
221
237
  * // VideoSelector: { // VideoSelector
222
238
  * // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
223
239
  * // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -1058,6 +1074,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
1058
1074
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1059
1075
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1060
1076
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1077
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1061
1078
  * // EntropyEncoding: "CABAC" || "CAVLC",
1062
1079
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1063
1080
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1110,6 +1127,7 @@ export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __M
1110
1127
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1111
1128
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1112
1129
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1130
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1113
1131
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1114
1132
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1115
1133
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -475,6 +475,7 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
475
475
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
476
476
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
477
477
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
478
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
478
479
  * // EntropyEncoding: "CABAC" || "CAVLC",
479
480
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
480
481
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -527,6 +528,7 @@ export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBea
527
528
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
528
529
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
529
530
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
531
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
530
532
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
531
533
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
532
534
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -78,7 +78,6 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
78
78
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
79
79
  * // VchipAction: "PASSTHROUGH" || "STRIP",
80
80
  * // },
81
- * // FollowInputIndex: Number("int"),
82
81
  * // Inputs: [ // __listOfInputTemplate
83
82
  * // { // InputTemplate
84
83
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -223,6 +222,23 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
223
222
  * // PsiControl: "IGNORE_PSI" || "USE_PSI",
224
223
  * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
225
224
  * // TimecodeStart: "STRING_VALUE",
225
+ * // VideoOverlays: [ // __listOfVideoOverlay
226
+ * // { // VideoOverlay
227
+ * // EndTimecode: "STRING_VALUE",
228
+ * // Input: { // VideoOverlayInput
229
+ * // FileInput: "STRING_VALUE",
230
+ * // InputClippings: [ // __listOfVideoOverlayInputClipping
231
+ * // { // VideoOverlayInputClipping
232
+ * // EndTimecode: "STRING_VALUE",
233
+ * // StartTimecode: "STRING_VALUE",
234
+ * // },
235
+ * // ],
236
+ * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
237
+ * // TimecodeStart: "STRING_VALUE",
238
+ * // },
239
+ * // StartTimecode: "STRING_VALUE",
240
+ * // },
241
+ * // ],
226
242
  * // VideoSelector: { // VideoSelector
227
243
  * // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
228
244
  * // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -1063,6 +1079,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
1063
1079
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1064
1080
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1065
1081
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1082
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1066
1083
  * // EntropyEncoding: "CABAC" || "CAVLC",
1067
1084
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1068
1085
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1115,6 +1132,7 @@ export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse,
1115
1132
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1116
1133
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1117
1134
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1135
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1118
1136
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1119
1137
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1120
1138
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -113,7 +113,6 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
113
113
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
114
114
  * // VchipAction: "PASSTHROUGH" || "STRIP",
115
115
  * // },
116
- * // FollowInputIndex: Number("int"),
117
116
  * // Inputs: [ // __listOfInput
118
117
  * // { // Input
119
118
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -271,6 +270,23 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
271
270
  * // VideoGenerator: { // InputVideoGenerator
272
271
  * // Duration: Number("int"),
273
272
  * // },
273
+ * // VideoOverlays: [ // __listOfVideoOverlay
274
+ * // { // VideoOverlay
275
+ * // EndTimecode: "STRING_VALUE",
276
+ * // Input: { // VideoOverlayInput
277
+ * // FileInput: "STRING_VALUE",
278
+ * // InputClippings: [ // __listOfVideoOverlayInputClipping
279
+ * // { // VideoOverlayInputClipping
280
+ * // EndTimecode: "STRING_VALUE",
281
+ * // StartTimecode: "STRING_VALUE",
282
+ * // },
283
+ * // ],
284
+ * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
285
+ * // TimecodeStart: "STRING_VALUE",
286
+ * // },
287
+ * // StartTimecode: "STRING_VALUE",
288
+ * // },
289
+ * // ],
274
290
  * // VideoSelector: { // VideoSelector
275
291
  * // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
276
292
  * // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -1111,6 +1127,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
1111
1127
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1112
1128
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1113
1129
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1130
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1114
1131
  * // EntropyEncoding: "CABAC" || "CAVLC",
1115
1132
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1116
1133
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1163,6 +1180,7 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
1163
1180
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1164
1181
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1165
1182
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1183
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1166
1184
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1167
1185
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1168
1186
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -481,6 +481,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
481
481
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
482
482
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
483
483
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
484
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
484
485
  * // EntropyEncoding: "CABAC" || "CAVLC",
485
486
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
486
487
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -533,6 +534,7 @@ export interface ListPresetsCommandOutput extends ListPresetsResponse, __Metadat
533
534
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
534
535
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
535
536
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
537
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
536
538
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
537
539
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
538
540
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -64,7 +64,6 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
64
64
  * CopyProtectionAction: "PASSTHROUGH" || "STRIP",
65
65
  * VchipAction: "PASSTHROUGH" || "STRIP",
66
66
  * },
67
- * FollowInputIndex: Number("int"),
68
67
  * Inputs: [ // __listOfInputTemplate
69
68
  * { // InputTemplate
70
69
  * AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -209,6 +208,23 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
209
208
  * PsiControl: "IGNORE_PSI" || "USE_PSI",
210
209
  * TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
211
210
  * TimecodeStart: "STRING_VALUE",
211
+ * VideoOverlays: [ // __listOfVideoOverlay
212
+ * { // VideoOverlay
213
+ * EndTimecode: "STRING_VALUE",
214
+ * Input: { // VideoOverlayInput
215
+ * FileInput: "STRING_VALUE",
216
+ * InputClippings: [ // __listOfVideoOverlayInputClipping
217
+ * { // VideoOverlayInputClipping
218
+ * EndTimecode: "STRING_VALUE",
219
+ * StartTimecode: "STRING_VALUE",
220
+ * },
221
+ * ],
222
+ * TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
223
+ * TimecodeStart: "STRING_VALUE",
224
+ * },
225
+ * StartTimecode: "STRING_VALUE",
226
+ * },
227
+ * ],
212
228
  * VideoSelector: { // VideoSelector
213
229
  * AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
214
230
  * ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -1049,6 +1065,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1049
1065
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1050
1066
  * CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1051
1067
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
1068
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1052
1069
  * EntropyEncoding: "CABAC" || "CAVLC",
1053
1070
  * FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1054
1071
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1101,6 +1118,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1101
1118
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1102
1119
  * CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1103
1120
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
1121
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1104
1122
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1105
1123
  * FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1106
1124
  * FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -1458,7 +1476,6 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1458
1476
  * // CopyProtectionAction: "PASSTHROUGH" || "STRIP",
1459
1477
  * // VchipAction: "PASSTHROUGH" || "STRIP",
1460
1478
  * // },
1461
- * // FollowInputIndex: Number("int"),
1462
1479
  * // Inputs: [ // __listOfInputTemplate
1463
1480
  * // { // InputTemplate
1464
1481
  * // AdvancedInputFilter: "ENABLED" || "DISABLED",
@@ -1603,6 +1620,23 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
1603
1620
  * // PsiControl: "IGNORE_PSI" || "USE_PSI",
1604
1621
  * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
1605
1622
  * // TimecodeStart: "STRING_VALUE",
1623
+ * // VideoOverlays: [ // __listOfVideoOverlay
1624
+ * // { // VideoOverlay
1625
+ * // EndTimecode: "STRING_VALUE",
1626
+ * // Input: { // VideoOverlayInput
1627
+ * // FileInput: "STRING_VALUE",
1628
+ * // InputClippings: [ // __listOfVideoOverlayInputClipping
1629
+ * // { // VideoOverlayInputClipping
1630
+ * // EndTimecode: "STRING_VALUE",
1631
+ * // StartTimecode: "STRING_VALUE",
1632
+ * // },
1633
+ * // ],
1634
+ * // TimecodeSource: "EMBEDDED" || "ZEROBASED" || "SPECIFIEDSTART",
1635
+ * // TimecodeStart: "STRING_VALUE",
1636
+ * // },
1637
+ * // StartTimecode: "STRING_VALUE",
1638
+ * // },
1639
+ * // ],
1606
1640
  * // VideoSelector: { // VideoSelector
1607
1641
  * // AlphaBehavior: "DISCARD" || "REMAP_TO_LUMA",
1608
1642
  * // ColorSpace: "FOLLOW" || "REC_601" || "REC_709" || "HDR10" || "HLG_2020" || "P3DCI" || "P3D65_SDR" || "P3D65_HDR",
@@ -2443,6 +2477,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
2443
2477
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
2444
2478
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
2445
2479
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
2480
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
2446
2481
  * // EntropyEncoding: "CABAC" || "CAVLC",
2447
2482
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
2448
2483
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -2495,6 +2530,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
2495
2530
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
2496
2531
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
2497
2532
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
2533
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
2498
2534
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
2499
2535
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
2500
2536
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -466,6 +466,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
466
466
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
467
467
  * CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
468
468
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
469
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
469
470
  * EntropyEncoding: "CABAC" || "CAVLC",
470
471
  * FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
471
472
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -518,6 +519,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
518
519
  * CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
519
520
  * CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
520
521
  * DynamicSubGop: "ADAPTIVE" || "STATIC",
522
+ * EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
521
523
  * FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
522
524
  * FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
523
525
  * FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
@@ -1258,6 +1260,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
1258
1260
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_1_1" || "LEVEL_1_2" || "LEVEL_1_3" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_2_2" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_3_2" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_4_2" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2",
1259
1261
  * // CodecProfile: "BASELINE" || "HIGH" || "HIGH_10BIT" || "HIGH_422" || "HIGH_422_10BIT" || "MAIN",
1260
1262
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1263
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1261
1264
  * // EntropyEncoding: "CABAC" || "CAVLC",
1262
1265
  * // FieldEncoding: "PAFF" || "FORCE_FIELD" || "MBAFF",
1263
1266
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
@@ -1310,6 +1313,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
1310
1313
  * // CodecLevel: "AUTO" || "LEVEL_1" || "LEVEL_2" || "LEVEL_2_1" || "LEVEL_3" || "LEVEL_3_1" || "LEVEL_4" || "LEVEL_4_1" || "LEVEL_5" || "LEVEL_5_1" || "LEVEL_5_2" || "LEVEL_6" || "LEVEL_6_1" || "LEVEL_6_2",
1311
1314
  * // CodecProfile: "MAIN_MAIN" || "MAIN_HIGH" || "MAIN10_MAIN" || "MAIN10_HIGH" || "MAIN_422_8BIT_MAIN" || "MAIN_422_8BIT_HIGH" || "MAIN_422_10BIT_MAIN" || "MAIN_422_10BIT_HIGH",
1312
1315
  * // DynamicSubGop: "ADAPTIVE" || "STATIC",
1316
+ * // EndOfStreamMarkers: "INCLUDE" || "SUPPRESS",
1313
1317
  * // FlickerAdaptiveQuantization: "DISABLED" || "ENABLED",
1314
1318
  * // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
1315
1319
  * // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",