@@ -478,7 +478,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
478478 * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
479479 * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
480480 * SegmentLength: Number("int"),
481- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
481+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH" ,
482482 * StreamInfResolution: "INCLUDE" || "EXCLUDE",
483483 * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
484484 * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -546,7 +546,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
546546 * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
547547 * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
548548 * SegmentLength: Number("int"),
549- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
549+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH" ,
550550 * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
551551 * WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
552552 * },
@@ -651,7 +651,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
651651 * ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
652652 * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
653653 * SegmentLength: Number("int"),
654- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
654+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH" ,
655655 * SegmentsPerSubdirectory: Number("int"),
656656 * StreamInfResolution: "INCLUDE" || "EXCLUDE",
657657 * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -982,6 +982,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
982982 * AudioPids: [ // __listOf__integerMin32Max8182
983983 * Number("int"),
984984 * ],
985+ * AudioPtsOffsetDelta: Number("int"),
985986 * Bitrate: Number("int"),
986987 * BufferModel: "MULTIPLEX" || "NONE",
987988 * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1022,7 +1023,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
10221023 * PrivateMetadataPid: Number("int"),
10231024 * ProgramNumber: Number("int"),
10241025 * PtsOffset: Number("int"),
1025- * PtsOffsetMode: "AUTO" || "SECONDS",
1026+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS" ,
10261027 * RateMode: "VBR" || "CBR",
10271028 * Scte35Esam: { // M2tsScte35Esam
10281029 * Scte35EsamPid: Number("int"),
@@ -1042,6 +1043,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
10421043 * AudioPids: [
10431044 * Number("int"),
10441045 * ],
1046+ * AudioPtsOffsetDelta: Number("int"),
10451047 * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
10461048 * MaxPcrInterval: Number("int"),
10471049 * NielsenId3: "INSERT" || "NONE",
@@ -1053,7 +1055,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
10531055 * PrivateMetadataPid: Number("int"),
10541056 * ProgramNumber: Number("int"),
10551057 * PtsOffset: Number("int"),
1056- * PtsOffsetMode: "AUTO" || "SECONDS",
1058+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS" ,
10571059 * Scte35Pid: Number("int"),
10581060 * Scte35Source: "PASSTHROUGH" || "NONE",
10591061 * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -2051,7 +2053,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
20512053 * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
20522054 * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
20532055 * // SegmentLength: Number("int"),
2054- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2056+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH" ,
20552057 * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
20562058 * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
20572059 * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -2119,7 +2121,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
21192121 * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
21202122 * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
21212123 * // SegmentLength: Number("int"),
2122- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2124+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH" ,
21232125 * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
21242126 * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
21252127 * // },
@@ -2224,7 +2226,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
22242226 * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
22252227 * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
22262228 * // SegmentLength: Number("int"),
2227- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2229+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH" ,
22282230 * // SegmentsPerSubdirectory: Number("int"),
22292231 * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
22302232 * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -2555,6 +2557,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
25552557 * // AudioPids: [ // __listOf__integerMin32Max8182
25562558 * // Number("int"),
25572559 * // ],
2560+ * // AudioPtsOffsetDelta: Number("int"),
25582561 * // Bitrate: Number("int"),
25592562 * // BufferModel: "MULTIPLEX" || "NONE",
25602563 * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -2595,7 +2598,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
25952598 * // PrivateMetadataPid: Number("int"),
25962599 * // ProgramNumber: Number("int"),
25972600 * // PtsOffset: Number("int"),
2598- * // PtsOffsetMode: "AUTO" || "SECONDS",
2601+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS" ,
25992602 * // RateMode: "VBR" || "CBR",
26002603 * // Scte35Esam: { // M2tsScte35Esam
26012604 * // Scte35EsamPid: Number("int"),
@@ -2615,6 +2618,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
26152618 * // AudioPids: [
26162619 * // Number("int"),
26172620 * // ],
2621+ * // AudioPtsOffsetDelta: Number("int"),
26182622 * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
26192623 * // MaxPcrInterval: Number("int"),
26202624 * // NielsenId3: "INSERT" || "NONE",
@@ -2626,7 +2630,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
26262630 * // PrivateMetadataPid: Number("int"),
26272631 * // ProgramNumber: Number("int"),
26282632 * // PtsOffset: Number("int"),
2629- * // PtsOffsetMode: "AUTO" || "SECONDS",
2633+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS" ,
26302634 * // Scte35Pid: Number("int"),
26312635 * // Scte35Source: "PASSTHROUGH" || "NONE",
26322636 * // TimedMetadata: "PASSTHROUGH" || "NONE",
0 commit comments