@@ -869,6 +869,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
869
869
* HexFontColor: "STRING_VALUE",
870
870
* OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
871
871
* OutlineSize: Number("int"),
872
+ * RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
872
873
* ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
873
874
* ShadowOpacity: Number("int"),
874
875
* ShadowXOffset: Number("int"),
@@ -1417,6 +1418,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
1417
1418
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
1418
1419
* Sharpness: Number("int"),
1419
1420
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
1421
+ * TimecodeTrack: "DISABLED" || "ENABLED",
1420
1422
* VideoPreprocessors: { // VideoPreprocessor
1421
1423
* ColorCorrector: { // ColorCorrector
1422
1424
* Brightness: Number("int"),
@@ -2422,6 +2424,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
2422
2424
* // HexFontColor: "STRING_VALUE",
2423
2425
* // OutlineColor: "BLACK" || "WHITE" || "YELLOW" || "RED" || "GREEN" || "BLUE" || "AUTO",
2424
2426
* // OutlineSize: Number("int"),
2427
+ * // RemoveRubyReserveAttributes: "DISABLED" || "ENABLED",
2425
2428
* // ShadowColor: "NONE" || "BLACK" || "WHITE" || "AUTO",
2426
2429
* // ShadowOpacity: Number("int"),
2427
2430
* // ShadowXOffset: Number("int"),
@@ -2970,6 +2973,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
2970
2973
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
2971
2974
* // Sharpness: Number("int"),
2972
2975
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
2976
+ * // TimecodeTrack: "DISABLED" || "ENABLED",
2973
2977
* // VideoPreprocessors: { // VideoPreprocessor
2974
2978
* // ColorCorrector: { // ColorCorrector
2975
2979
* // Brightness: Number("int"),
0 commit comments