@@ -132,7 +132,10 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
132132 * ChannelsIn: Number("int"),
133133 * ChannelsOut: Number("int"),
134134 * },
135- * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
135+ * SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
136+ * Streams: [
137+ * Number("int"),
138+ * ],
136139 * Tracks: [
137140 * Number("int"),
138141 * ],
@@ -175,6 +178,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
175178 * PageNumber: "STRING_VALUE",
176179 * },
177180 * TrackSourceSettings: { // TrackSourceSettings
181+ * StreamNumber: Number("int"),
178182 * TrackNumber: Number("int"),
179183 * },
180184 * WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -277,6 +281,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
277281 * EndTimecode: "STRING_VALUE",
278282 * InitialPosition: { // VideoOverlayPosition
279283 * Height: Number("int"),
284+ * Opacity: Number("int"),
280285 * Unit: "PIXELS" || "PERCENTAGE",
281286 * Width: Number("int"),
282287 * XPosition: Number("int"),
@@ -299,6 +304,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
299304 * { // VideoOverlayTransition
300305 * EndPosition: {
301306 * Height: Number("int"),
307+ * Opacity: Number("int"),
302308 * Unit: "PIXELS" || "PERCENTAGE",
303309 * Width: Number("int"),
304310 * XPosition: Number("int"),
@@ -440,7 +446,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
440446 * ClientCache: "DISABLED" || "ENABLED",
441447 * CodecSpecification: "RFC_6381" || "RFC_4281",
442448 * DashIFrameTrickPlayNameModifier: "STRING_VALUE",
443- * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
449+ * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL" ,
444450 * Destination: "STRING_VALUE",
445451 * DestinationSettings: { // DestinationSettings
446452 * S3Settings: { // S3DestinationSettings
@@ -521,7 +527,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
521527 * AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
522528 * BaseUrl: "STRING_VALUE",
523529 * DashIFrameTrickPlayNameModifier: "STRING_VALUE",
524- * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
530+ * DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL" ,
525531 * Destination: "STRING_VALUE",
526532 * DestinationSettings: {
527533 * S3Settings: {
@@ -748,6 +754,9 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
748754 * TargetLkfs: Number("double"),
749755 * TruePeakLimiterThreshold: Number("double"),
750756 * },
757+ * AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
758+ * SlowPalPitchCorrection: "DISABLED" || "ENABLED",
759+ * },
751760 * AudioSourceName: "STRING_VALUE",
752761 * AudioType: Number("int"),
753762 * AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -1353,6 +1362,9 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
13531362 * Telecine: "NONE" || "SOFT" || "HARD",
13541363 * TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
13551364 * },
1365+ * PassthroughSettings: { // PassthroughSettings
1366+ * VideoSelectorMode: "AUTO" || "REMUX_ALL",
1367+ * },
13561368 * ProresSettings: { // ProresSettings
13571369 * ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
13581370 * CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
@@ -1754,7 +1766,10 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
17541766 * // ChannelsIn: Number("int"),
17551767 * // ChannelsOut: Number("int"),
17561768 * // },
1757- * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM",
1769+ * // SelectorType: "PID" || "TRACK" || "LANGUAGE_CODE" || "HLS_RENDITION_GROUP" || "ALL_PCM" || "STREAM",
1770+ * // Streams: [
1771+ * // Number("int"),
1772+ * // ],
17581773 * // Tracks: [
17591774 * // Number("int"),
17601775 * // ],
@@ -1797,6 +1812,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
17971812 * // PageNumber: "STRING_VALUE",
17981813 * // },
17991814 * // TrackSourceSettings: { // TrackSourceSettings
1815+ * // StreamNumber: Number("int"),
18001816 * // TrackNumber: Number("int"),
18011817 * // },
18021818 * // WebvttHlsSourceSettings: { // WebvttHlsSourceSettings
@@ -1899,6 +1915,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
18991915 * // EndTimecode: "STRING_VALUE",
19001916 * // InitialPosition: { // VideoOverlayPosition
19011917 * // Height: Number("int"),
1918+ * // Opacity: Number("int"),
19021919 * // Unit: "PIXELS" || "PERCENTAGE",
19031920 * // Width: Number("int"),
19041921 * // XPosition: Number("int"),
@@ -1921,6 +1938,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
19211938 * // { // VideoOverlayTransition
19221939 * // EndPosition: {
19231940 * // Height: Number("int"),
1941+ * // Opacity: Number("int"),
19241942 * // Unit: "PIXELS" || "PERCENTAGE",
19251943 * // Width: Number("int"),
19261944 * // XPosition: Number("int"),
@@ -2062,7 +2080,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
20622080 * // ClientCache: "DISABLED" || "ENABLED",
20632081 * // CodecSpecification: "RFC_6381" || "RFC_4281",
20642082 * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
2065- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
2083+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL" ,
20662084 * // Destination: "STRING_VALUE",
20672085 * // DestinationSettings: { // DestinationSettings
20682086 * // S3Settings: { // S3DestinationSettings
@@ -2143,7 +2161,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
21432161 * // AudioChannelConfigSchemeIdUri: "MPEG_CHANNEL_CONFIGURATION" || "DOLBY_CHANNEL_CONFIGURATION",
21442162 * // BaseUrl: "STRING_VALUE",
21452163 * // DashIFrameTrickPlayNameModifier: "STRING_VALUE",
2146- * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT",
2164+ * // DashManifestStyle: "BASIC" || "COMPACT" || "DISTINCT" || "FULL" ,
21472165 * // Destination: "STRING_VALUE",
21482166 * // DestinationSettings: {
21492167 * // S3Settings: {
@@ -2370,6 +2388,9 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
23702388 * // TargetLkfs: Number("double"),
23712389 * // TruePeakLimiterThreshold: Number("double"),
23722390 * // },
2391+ * // AudioPitchCorrectionSettings: { // AudioPitchCorrectionSettings
2392+ * // SlowPalPitchCorrection: "DISABLED" || "ENABLED",
2393+ * // },
23732394 * // AudioSourceName: "STRING_VALUE",
23742395 * // AudioType: Number("int"),
23752396 * // AudioTypeControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
@@ -2975,6 +2996,9 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
29752996 * // Telecine: "NONE" || "SOFT" || "HARD",
29762997 * // TemporalAdaptiveQuantization: "DISABLED" || "ENABLED",
29772998 * // },
2999+ * // PassthroughSettings: { // PassthroughSettings
3000+ * // VideoSelectorMode: "AUTO" || "REMUX_ALL",
3001+ * // },
29783002 * // ProresSettings: { // ProresSettings
29793003 * // ChromaSampling: "PRESERVE_444_SAMPLING" || "SUBSAMPLE_TO_422",
29803004 * // CodecProfile: "APPLE_PRORES_422" || "APPLE_PRORES_422_HQ" || "APPLE_PRORES_422_LT" || "APPLE_PRORES_422_PROXY" || "APPLE_PRORES_4444" || "APPLE_PRORES_4444_XQ",
0 commit comments