@aws-sdk/client-mediaconvert 3.759.0 → 3.772.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.
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AacAudioDescriptionBroadcasterMix: () => AacAudioDescriptionBroadcasterMix,
25
25
  AacCodecProfile: () => AacCodecProfile,
26
26
  AacCodingMode: () => AacCodingMode,
@@ -511,7 +511,7 @@ __export(src_exports, {
511
511
  paginateListVersions: () => paginateListVersions,
512
512
  paginateSearchJobs: () => paginateSearchJobs
513
513
  });
514
- module.exports = __toCommonJS(src_exports);
514
+ module.exports = __toCommonJS(index_exports);
515
515
 
516
516
  // src/MediaConvertClient.ts
517
517
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -638,9 +638,9 @@ var MediaConvertClient = class extends import_smithy_client.Client {
638
638
  this.middlewareStack.use(
639
639
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
640
640
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultMediaConvertHttpAuthSchemeParametersProvider,
641
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
641
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
642
642
  "aws.auth#sigv4": config.credentials
643
- })
643
+ }), "identityProviderConfigProvider")
644
644
  })
645
645
  );
646
646
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -3207,6 +3207,7 @@ var se_M2tsSettings = /* @__PURE__ */ __name((input, context) => {
3207
3207
  audioDuration: [, , `AudioDuration`],
3208
3208
  audioFramesPerPes: [, , `AudioFramesPerPes`],
3209
3209
  audioPids: [, import_smithy_client._json, `AudioPids`],
3210
+ audioPtsOffsetDelta: [, , `AudioPtsOffsetDelta`],
3210
3211
  bitrate: [, , `Bitrate`],
3211
3212
  bufferModel: [, , `BufferModel`],
3212
3213
  dataPTSControl: [, , `DataPTSControl`],
@@ -3252,6 +3253,7 @@ var se_M3u8Settings = /* @__PURE__ */ __name((input, context) => {
3252
3253
  audioDuration: [, , `AudioDuration`],
3253
3254
  audioFramesPerPes: [, , `AudioFramesPerPes`],
3254
3255
  audioPids: [, import_smithy_client._json, `AudioPids`],
3256
+ audioPtsOffsetDelta: [, , `AudioPtsOffsetDelta`],
3255
3257
  dataPTSControl: [, , `DataPTSControl`],
3256
3258
  maxPcrInterval: [, , `MaxPcrInterval`],
3257
3259
  nielsenId3: [, , `NielsenId3`],
@@ -5502,6 +5504,7 @@ var de_M2tsSettings = /* @__PURE__ */ __name((output, context) => {
5502
5504
  AudioDuration: [, import_smithy_client.expectString, `audioDuration`],
5503
5505
  AudioFramesPerPes: [, import_smithy_client.expectInt32, `audioFramesPerPes`],
5504
5506
  AudioPids: [, import_smithy_client._json, `audioPids`],
5507
+ AudioPtsOffsetDelta: [, import_smithy_client.expectInt32, `audioPtsOffsetDelta`],
5505
5508
  Bitrate: [, import_smithy_client.expectInt32, `bitrate`],
5506
5509
  BufferModel: [, import_smithy_client.expectString, `bufferModel`],
5507
5510
  DataPTSControl: [, import_smithy_client.expectString, `dataPTSControl`],
@@ -5547,6 +5550,7 @@ var de_M3u8Settings = /* @__PURE__ */ __name((output, context) => {
5547
5550
  AudioDuration: [, import_smithy_client.expectString, `audioDuration`],
5548
5551
  AudioFramesPerPes: [, import_smithy_client.expectInt32, `audioFramesPerPes`],
5549
5552
  AudioPids: [, import_smithy_client._json, `audioPids`],
5553
+ AudioPtsOffsetDelta: [, import_smithy_client.expectInt32, `audioPtsOffsetDelta`],
5550
5554
  DataPTSControl: [, import_smithy_client.expectString, `dataPTSControl`],
5551
5555
  MaxPcrInterval: [, import_smithy_client.expectInt32, `maxPcrInterval`],
5552
5556
  NielsenId3: [, import_smithy_client.expectString, `nielsenId3`],
@@ -7931,7 +7935,8 @@ var CmafSegmentControl = {
7931
7935
  };
7932
7936
  var CmafSegmentLengthControl = {
7933
7937
  EXACT: "EXACT",
7934
- GOP_MULTIPLE: "GOP_MULTIPLE"
7938
+ GOP_MULTIPLE: "GOP_MULTIPLE",
7939
+ MATCH: "MATCH"
7935
7940
  };
7936
7941
  var CmafStreamInfResolution = {
7937
7942
  EXCLUDE: "EXCLUDE",
@@ -7997,7 +8002,8 @@ var DashIsoSegmentControl = {
7997
8002
  };
7998
8003
  var DashIsoSegmentLengthControl = {
7999
8004
  EXACT: "EXACT",
8000
- GOP_MULTIPLE: "GOP_MULTIPLE"
8005
+ GOP_MULTIPLE: "GOP_MULTIPLE",
8006
+ MATCH: "MATCH"
8001
8007
  };
8002
8008
  var DashIsoVideoCompositionOffsets = {
8003
8009
  SIGNED: "SIGNED",
@@ -8084,7 +8090,8 @@ var HlsSegmentControl = {
8084
8090
  };
8085
8091
  var HlsSegmentLengthControl = {
8086
8092
  EXACT: "EXACT",
8087
- GOP_MULTIPLE: "GOP_MULTIPLE"
8093
+ GOP_MULTIPLE: "GOP_MULTIPLE",
8094
+ MATCH: "MATCH"
8088
8095
  };
8089
8096
  var HlsStreamInfResolution = {
8090
8097
  EXCLUDE: "EXCLUDE",
@@ -8238,6 +8245,7 @@ var M2tsPreventBufferUnderflow = {
8238
8245
  };
8239
8246
  var TsPtsOffset = {
8240
8247
  AUTO: "AUTO",
8248
+ MILLISECONDS: "MILLISECONDS",
8241
8249
  SECONDS: "SECONDS"
8242
8250
  };
8243
8251
  var M2tsRateMode = {
@@ -984,6 +984,7 @@ export const CmafSegmentControl = {
984
984
  export const CmafSegmentLengthControl = {
985
985
  EXACT: "EXACT",
986
986
  GOP_MULTIPLE: "GOP_MULTIPLE",
987
+ MATCH: "MATCH",
987
988
  };
988
989
  export const CmafStreamInfResolution = {
989
990
  EXCLUDE: "EXCLUDE",
@@ -1050,6 +1051,7 @@ export const DashIsoSegmentControl = {
1050
1051
  export const DashIsoSegmentLengthControl = {
1051
1052
  EXACT: "EXACT",
1052
1053
  GOP_MULTIPLE: "GOP_MULTIPLE",
1054
+ MATCH: "MATCH",
1053
1055
  };
1054
1056
  export const DashIsoVideoCompositionOffsets = {
1055
1057
  SIGNED: "SIGNED",
@@ -1137,6 +1139,7 @@ export const HlsSegmentControl = {
1137
1139
  export const HlsSegmentLengthControl = {
1138
1140
  EXACT: "EXACT",
1139
1141
  GOP_MULTIPLE: "GOP_MULTIPLE",
1142
+ MATCH: "MATCH",
1140
1143
  };
1141
1144
  export const HlsStreamInfResolution = {
1142
1145
  EXCLUDE: "EXCLUDE",
@@ -127,6 +127,7 @@ export const M2tsPreventBufferUnderflow = {
127
127
  };
128
128
  export const TsPtsOffset = {
129
129
  AUTO: "AUTO",
130
+ MILLISECONDS: "MILLISECONDS",
130
131
  SECONDS: "SECONDS",
131
132
  };
132
133
  export const M2tsRateMode = {
@@ -2287,6 +2287,7 @@ const se_M2tsSettings = (input, context) => {
2287
2287
  audioDuration: [, , `AudioDuration`],
2288
2288
  audioFramesPerPes: [, , `AudioFramesPerPes`],
2289
2289
  audioPids: [, _json, `AudioPids`],
2290
+ audioPtsOffsetDelta: [, , `AudioPtsOffsetDelta`],
2290
2291
  bitrate: [, , `Bitrate`],
2291
2292
  bufferModel: [, , `BufferModel`],
2292
2293
  dataPTSControl: [, , `DataPTSControl`],
@@ -2332,6 +2333,7 @@ const se_M3u8Settings = (input, context) => {
2332
2333
  audioDuration: [, , `AudioDuration`],
2333
2334
  audioFramesPerPes: [, , `AudioFramesPerPes`],
2334
2335
  audioPids: [, _json, `AudioPids`],
2336
+ audioPtsOffsetDelta: [, , `AudioPtsOffsetDelta`],
2335
2337
  dataPTSControl: [, , `DataPTSControl`],
2336
2338
  maxPcrInterval: [, , `MaxPcrInterval`],
2337
2339
  nielsenId3: [, , `NielsenId3`],
@@ -4660,6 +4662,7 @@ const de_M2tsSettings = (output, context) => {
4660
4662
  AudioDuration: [, __expectString, `audioDuration`],
4661
4663
  AudioFramesPerPes: [, __expectInt32, `audioFramesPerPes`],
4662
4664
  AudioPids: [, _json, `audioPids`],
4665
+ AudioPtsOffsetDelta: [, __expectInt32, `audioPtsOffsetDelta`],
4663
4666
  Bitrate: [, __expectInt32, `bitrate`],
4664
4667
  BufferModel: [, __expectString, `bufferModel`],
4665
4668
  DataPTSControl: [, __expectString, `dataPTSControl`],
@@ -4705,6 +4708,7 @@ const de_M3u8Settings = (output, context) => {
4705
4708
  AudioDuration: [, __expectString, `audioDuration`],
4706
4709
  AudioFramesPerPes: [, __expectInt32, `audioFramesPerPes`],
4707
4710
  AudioPids: [, _json, `audioPids`],
4711
+ AudioPtsOffsetDelta: [, __expectInt32, `audioPtsOffsetDelta`],
4708
4712
  DataPTSControl: [, __expectString, `dataPTSControl`],
4709
4713
  MaxPcrInterval: [, __expectInt32, `maxPcrInterval`],
4710
4714
  NielsenId3: [, __expectString, `nielsenId3`],
@@ -477,7 +477,7 @@ declare const CreateJobCommand_base: {
477
477
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
478
478
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
479
479
  * SegmentLength: Number("int"),
480
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
480
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
481
481
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
482
482
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
483
483
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -545,7 +545,7 @@ declare const CreateJobCommand_base: {
545
545
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
546
546
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
547
547
  * SegmentLength: Number("int"),
548
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
548
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
549
549
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
550
550
  * WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
551
551
  * },
@@ -650,7 +650,7 @@ declare const CreateJobCommand_base: {
650
650
  * ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
651
651
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
652
652
  * SegmentLength: Number("int"),
653
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
653
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
654
654
  * SegmentsPerSubdirectory: Number("int"),
655
655
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
656
656
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -981,6 +981,7 @@ declare const CreateJobCommand_base: {
981
981
  * AudioPids: [ // __listOf__integerMin32Max8182
982
982
  * Number("int"),
983
983
  * ],
984
+ * AudioPtsOffsetDelta: Number("int"),
984
985
  * Bitrate: Number("int"),
985
986
  * BufferModel: "MULTIPLEX" || "NONE",
986
987
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1021,7 +1022,7 @@ declare const CreateJobCommand_base: {
1021
1022
  * PrivateMetadataPid: Number("int"),
1022
1023
  * ProgramNumber: Number("int"),
1023
1024
  * PtsOffset: Number("int"),
1024
- * PtsOffsetMode: "AUTO" || "SECONDS",
1025
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1025
1026
  * RateMode: "VBR" || "CBR",
1026
1027
  * Scte35Esam: { // M2tsScte35Esam
1027
1028
  * Scte35EsamPid: Number("int"),
@@ -1041,6 +1042,7 @@ declare const CreateJobCommand_base: {
1041
1042
  * AudioPids: [
1042
1043
  * Number("int"),
1043
1044
  * ],
1045
+ * AudioPtsOffsetDelta: Number("int"),
1044
1046
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1045
1047
  * MaxPcrInterval: Number("int"),
1046
1048
  * NielsenId3: "INSERT" || "NONE",
@@ -1052,7 +1054,7 @@ declare const CreateJobCommand_base: {
1052
1054
  * PrivateMetadataPid: Number("int"),
1053
1055
  * ProgramNumber: Number("int"),
1054
1056
  * PtsOffset: Number("int"),
1055
- * PtsOffsetMode: "AUTO" || "SECONDS",
1057
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1056
1058
  * Scte35Pid: Number("int"),
1057
1059
  * Scte35Source: "PASSTHROUGH" || "NONE",
1058
1060
  * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -2050,7 +2052,7 @@ declare const CreateJobCommand_base: {
2050
2052
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
2051
2053
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2052
2054
  * // SegmentLength: Number("int"),
2053
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2055
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2054
2056
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
2055
2057
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
2056
2058
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -2118,7 +2120,7 @@ declare const CreateJobCommand_base: {
2118
2120
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
2119
2121
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2120
2122
  * // SegmentLength: Number("int"),
2121
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2123
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2122
2124
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
2123
2125
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
2124
2126
  * // },
@@ -2223,7 +2225,7 @@ declare const CreateJobCommand_base: {
2223
2225
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
2224
2226
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2225
2227
  * // SegmentLength: Number("int"),
2226
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2228
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2227
2229
  * // SegmentsPerSubdirectory: Number("int"),
2228
2230
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
2229
2231
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -2554,6 +2556,7 @@ declare const CreateJobCommand_base: {
2554
2556
  * // AudioPids: [ // __listOf__integerMin32Max8182
2555
2557
  * // Number("int"),
2556
2558
  * // ],
2559
+ * // AudioPtsOffsetDelta: Number("int"),
2557
2560
  * // Bitrate: Number("int"),
2558
2561
  * // BufferModel: "MULTIPLEX" || "NONE",
2559
2562
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -2594,7 +2597,7 @@ declare const CreateJobCommand_base: {
2594
2597
  * // PrivateMetadataPid: Number("int"),
2595
2598
  * // ProgramNumber: Number("int"),
2596
2599
  * // PtsOffset: Number("int"),
2597
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2600
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2598
2601
  * // RateMode: "VBR" || "CBR",
2599
2602
  * // Scte35Esam: { // M2tsScte35Esam
2600
2603
  * // Scte35EsamPid: Number("int"),
@@ -2614,6 +2617,7 @@ declare const CreateJobCommand_base: {
2614
2617
  * // AudioPids: [
2615
2618
  * // Number("int"),
2616
2619
  * // ],
2620
+ * // AudioPtsOffsetDelta: Number("int"),
2617
2621
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
2618
2622
  * // MaxPcrInterval: Number("int"),
2619
2623
  * // NielsenId3: "INSERT" || "NONE",
@@ -2625,7 +2629,7 @@ declare const CreateJobCommand_base: {
2625
2629
  * // PrivateMetadataPid: Number("int"),
2626
2630
  * // ProgramNumber: Number("int"),
2627
2631
  * // PtsOffset: Number("int"),
2628
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2632
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2629
2633
  * // Scte35Pid: Number("int"),
2630
2634
  * // Scte35Source: "PASSTHROUGH" || "NONE",
2631
2635
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -458,7 +458,7 @@ declare const CreateJobTemplateCommand_base: {
458
458
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
459
459
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
460
460
  * SegmentLength: Number("int"),
461
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
461
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
462
462
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
463
463
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
464
464
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -526,7 +526,7 @@ declare const CreateJobTemplateCommand_base: {
526
526
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
527
527
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
528
528
  * SegmentLength: Number("int"),
529
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
529
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
530
530
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
531
531
  * WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
532
532
  * },
@@ -631,7 +631,7 @@ declare const CreateJobTemplateCommand_base: {
631
631
  * ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
632
632
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
633
633
  * SegmentLength: Number("int"),
634
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
634
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
635
635
  * SegmentsPerSubdirectory: Number("int"),
636
636
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
637
637
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -962,6 +962,7 @@ declare const CreateJobTemplateCommand_base: {
962
962
  * AudioPids: [ // __listOf__integerMin32Max8182
963
963
  * Number("int"),
964
964
  * ],
965
+ * AudioPtsOffsetDelta: Number("int"),
965
966
  * Bitrate: Number("int"),
966
967
  * BufferModel: "MULTIPLEX" || "NONE",
967
968
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1002,7 +1003,7 @@ declare const CreateJobTemplateCommand_base: {
1002
1003
  * PrivateMetadataPid: Number("int"),
1003
1004
  * ProgramNumber: Number("int"),
1004
1005
  * PtsOffset: Number("int"),
1005
- * PtsOffsetMode: "AUTO" || "SECONDS",
1006
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1006
1007
  * RateMode: "VBR" || "CBR",
1007
1008
  * Scte35Esam: { // M2tsScte35Esam
1008
1009
  * Scte35EsamPid: Number("int"),
@@ -1022,6 +1023,7 @@ declare const CreateJobTemplateCommand_base: {
1022
1023
  * AudioPids: [
1023
1024
  * Number("int"),
1024
1025
  * ],
1026
+ * AudioPtsOffsetDelta: Number("int"),
1025
1027
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1026
1028
  * MaxPcrInterval: Number("int"),
1027
1029
  * NielsenId3: "INSERT" || "NONE",
@@ -1033,7 +1035,7 @@ declare const CreateJobTemplateCommand_base: {
1033
1035
  * PrivateMetadataPid: Number("int"),
1034
1036
  * ProgramNumber: Number("int"),
1035
1037
  * PtsOffset: Number("int"),
1036
- * PtsOffsetMode: "AUTO" || "SECONDS",
1038
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1037
1039
  * Scte35Pid: Number("int"),
1038
1040
  * Scte35Source: "PASSTHROUGH" || "NONE",
1039
1041
  * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -1973,7 +1975,7 @@ declare const CreateJobTemplateCommand_base: {
1973
1975
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
1974
1976
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
1975
1977
  * // SegmentLength: Number("int"),
1976
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
1978
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
1977
1979
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
1978
1980
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
1979
1981
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -2041,7 +2043,7 @@ declare const CreateJobTemplateCommand_base: {
2041
2043
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
2042
2044
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2043
2045
  * // SegmentLength: Number("int"),
2044
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2046
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2045
2047
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
2046
2048
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
2047
2049
  * // },
@@ -2146,7 +2148,7 @@ declare const CreateJobTemplateCommand_base: {
2146
2148
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
2147
2149
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2148
2150
  * // SegmentLength: Number("int"),
2149
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2151
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2150
2152
  * // SegmentsPerSubdirectory: Number("int"),
2151
2153
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
2152
2154
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -2477,6 +2479,7 @@ declare const CreateJobTemplateCommand_base: {
2477
2479
  * // AudioPids: [ // __listOf__integerMin32Max8182
2478
2480
  * // Number("int"),
2479
2481
  * // ],
2482
+ * // AudioPtsOffsetDelta: Number("int"),
2480
2483
  * // Bitrate: Number("int"),
2481
2484
  * // BufferModel: "MULTIPLEX" || "NONE",
2482
2485
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -2517,7 +2520,7 @@ declare const CreateJobTemplateCommand_base: {
2517
2520
  * // PrivateMetadataPid: Number("int"),
2518
2521
  * // ProgramNumber: Number("int"),
2519
2522
  * // PtsOffset: Number("int"),
2520
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2523
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2521
2524
  * // RateMode: "VBR" || "CBR",
2522
2525
  * // Scte35Esam: { // M2tsScte35Esam
2523
2526
  * // Scte35EsamPid: Number("int"),
@@ -2537,6 +2540,7 @@ declare const CreateJobTemplateCommand_base: {
2537
2540
  * // AudioPids: [
2538
2541
  * // Number("int"),
2539
2542
  * // ],
2543
+ * // AudioPtsOffsetDelta: Number("int"),
2540
2544
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
2541
2545
  * // MaxPcrInterval: Number("int"),
2542
2546
  * // NielsenId3: "INSERT" || "NONE",
@@ -2548,7 +2552,7 @@ declare const CreateJobTemplateCommand_base: {
2548
2552
  * // PrivateMetadataPid: Number("int"),
2549
2553
  * // ProgramNumber: Number("int"),
2550
2554
  * // PtsOffset: Number("int"),
2551
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2555
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2552
2556
  * // Scte35Pid: Number("int"),
2553
2557
  * // Scte35Source: "PASSTHROUGH" || "NONE",
2554
2558
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -315,6 +315,7 @@ declare const CreatePresetCommand_base: {
315
315
  * AudioPids: [ // __listOf__integerMin32Max8182
316
316
  * Number("int"),
317
317
  * ],
318
+ * AudioPtsOffsetDelta: Number("int"),
318
319
  * Bitrate: Number("int"),
319
320
  * BufferModel: "MULTIPLEX" || "NONE",
320
321
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -355,7 +356,7 @@ declare const CreatePresetCommand_base: {
355
356
  * PrivateMetadataPid: Number("int"),
356
357
  * ProgramNumber: Number("int"),
357
358
  * PtsOffset: Number("int"),
358
- * PtsOffsetMode: "AUTO" || "SECONDS",
359
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
359
360
  * RateMode: "VBR" || "CBR",
360
361
  * Scte35Esam: { // M2tsScte35Esam
361
362
  * Scte35EsamPid: Number("int"),
@@ -375,6 +376,7 @@ declare const CreatePresetCommand_base: {
375
376
  * AudioPids: [
376
377
  * Number("int"),
377
378
  * ],
379
+ * AudioPtsOffsetDelta: Number("int"),
378
380
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
379
381
  * MaxPcrInterval: Number("int"),
380
382
  * NielsenId3: "INSERT" || "NONE",
@@ -386,7 +388,7 @@ declare const CreatePresetCommand_base: {
386
388
  * PrivateMetadataPid: Number("int"),
387
389
  * ProgramNumber: Number("int"),
388
390
  * PtsOffset: Number("int"),
389
- * PtsOffsetMode: "AUTO" || "SECONDS",
391
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
390
392
  * Scte35Pid: Number("int"),
391
393
  * Scte35Source: "PASSTHROUGH" || "NONE",
392
394
  * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -1150,6 +1152,7 @@ declare const CreatePresetCommand_base: {
1150
1152
  * // AudioPids: [ // __listOf__integerMin32Max8182
1151
1153
  * // Number("int"),
1152
1154
  * // ],
1155
+ * // AudioPtsOffsetDelta: Number("int"),
1153
1156
  * // Bitrate: Number("int"),
1154
1157
  * // BufferModel: "MULTIPLEX" || "NONE",
1155
1158
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1190,7 +1193,7 @@ declare const CreatePresetCommand_base: {
1190
1193
  * // PrivateMetadataPid: Number("int"),
1191
1194
  * // ProgramNumber: Number("int"),
1192
1195
  * // PtsOffset: Number("int"),
1193
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1196
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1194
1197
  * // RateMode: "VBR" || "CBR",
1195
1198
  * // Scte35Esam: { // M2tsScte35Esam
1196
1199
  * // Scte35EsamPid: Number("int"),
@@ -1210,6 +1213,7 @@ declare const CreatePresetCommand_base: {
1210
1213
  * // AudioPids: [
1211
1214
  * // Number("int"),
1212
1215
  * // ],
1216
+ * // AudioPtsOffsetDelta: Number("int"),
1213
1217
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1214
1218
  * // MaxPcrInterval: Number("int"),
1215
1219
  * // NielsenId3: "INSERT" || "NONE",
@@ -1221,7 +1225,7 @@ declare const CreatePresetCommand_base: {
1221
1225
  * // PrivateMetadataPid: Number("int"),
1222
1226
  * // ProgramNumber: Number("int"),
1223
1227
  * // PtsOffset: Number("int"),
1224
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1228
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1225
1229
  * // Scte35Pid: Number("int"),
1226
1230
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1227
1231
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -521,7 +521,7 @@ declare const GetJobCommand_base: {
521
521
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
522
522
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
523
523
  * // SegmentLength: Number("int"),
524
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
524
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
525
525
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
526
526
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
527
527
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -589,7 +589,7 @@ declare const GetJobCommand_base: {
589
589
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
590
590
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
591
591
  * // SegmentLength: Number("int"),
592
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
592
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
593
593
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
594
594
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
595
595
  * // },
@@ -694,7 +694,7 @@ declare const GetJobCommand_base: {
694
694
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
695
695
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
696
696
  * // SegmentLength: Number("int"),
697
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
697
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
698
698
  * // SegmentsPerSubdirectory: Number("int"),
699
699
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
700
700
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -1025,6 +1025,7 @@ declare const GetJobCommand_base: {
1025
1025
  * // AudioPids: [ // __listOf__integerMin32Max8182
1026
1026
  * // Number("int"),
1027
1027
  * // ],
1028
+ * // AudioPtsOffsetDelta: Number("int"),
1028
1029
  * // Bitrate: Number("int"),
1029
1030
  * // BufferModel: "MULTIPLEX" || "NONE",
1030
1031
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1065,7 +1066,7 @@ declare const GetJobCommand_base: {
1065
1066
  * // PrivateMetadataPid: Number("int"),
1066
1067
  * // ProgramNumber: Number("int"),
1067
1068
  * // PtsOffset: Number("int"),
1068
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1069
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1069
1070
  * // RateMode: "VBR" || "CBR",
1070
1071
  * // Scte35Esam: { // M2tsScte35Esam
1071
1072
  * // Scte35EsamPid: Number("int"),
@@ -1085,6 +1086,7 @@ declare const GetJobCommand_base: {
1085
1086
  * // AudioPids: [
1086
1087
  * // Number("int"),
1087
1088
  * // ],
1089
+ * // AudioPtsOffsetDelta: Number("int"),
1088
1090
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1089
1091
  * // MaxPcrInterval: Number("int"),
1090
1092
  * // NielsenId3: "INSERT" || "NONE",
@@ -1096,7 +1098,7 @@ declare const GetJobCommand_base: {
1096
1098
  * // PrivateMetadataPid: Number("int"),
1097
1099
  * // ProgramNumber: Number("int"),
1098
1100
  * // PtsOffset: Number("int"),
1099
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1101
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1100
1102
  * // Scte35Pid: Number("int"),
1101
1103
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1102
1104
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -467,7 +467,7 @@ declare const GetJobTemplateCommand_base: {
467
467
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
468
468
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
469
469
  * // SegmentLength: Number("int"),
470
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
470
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
471
471
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
472
472
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
473
473
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -535,7 +535,7 @@ declare const GetJobTemplateCommand_base: {
535
535
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
536
536
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
537
537
  * // SegmentLength: Number("int"),
538
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
538
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
539
539
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
540
540
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
541
541
  * // },
@@ -640,7 +640,7 @@ declare const GetJobTemplateCommand_base: {
640
640
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
641
641
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
642
642
  * // SegmentLength: Number("int"),
643
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
643
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
644
644
  * // SegmentsPerSubdirectory: Number("int"),
645
645
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
646
646
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -971,6 +971,7 @@ declare const GetJobTemplateCommand_base: {
971
971
  * // AudioPids: [ // __listOf__integerMin32Max8182
972
972
  * // Number("int"),
973
973
  * // ],
974
+ * // AudioPtsOffsetDelta: Number("int"),
974
975
  * // Bitrate: Number("int"),
975
976
  * // BufferModel: "MULTIPLEX" || "NONE",
976
977
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1011,7 +1012,7 @@ declare const GetJobTemplateCommand_base: {
1011
1012
  * // PrivateMetadataPid: Number("int"),
1012
1013
  * // ProgramNumber: Number("int"),
1013
1014
  * // PtsOffset: Number("int"),
1014
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1015
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1015
1016
  * // RateMode: "VBR" || "CBR",
1016
1017
  * // Scte35Esam: { // M2tsScte35Esam
1017
1018
  * // Scte35EsamPid: Number("int"),
@@ -1031,6 +1032,7 @@ declare const GetJobTemplateCommand_base: {
1031
1032
  * // AudioPids: [
1032
1033
  * // Number("int"),
1033
1034
  * // ],
1035
+ * // AudioPtsOffsetDelta: Number("int"),
1034
1036
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1035
1037
  * // MaxPcrInterval: Number("int"),
1036
1038
  * // NielsenId3: "INSERT" || "NONE",
@@ -1042,7 +1044,7 @@ declare const GetJobTemplateCommand_base: {
1042
1044
  * // PrivateMetadataPid: Number("int"),
1043
1045
  * // ProgramNumber: Number("int"),
1044
1046
  * // PtsOffset: Number("int"),
1045
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1047
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1046
1048
  * // Scte35Pid: Number("int"),
1047
1049
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1048
1050
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -324,6 +324,7 @@ declare const GetPresetCommand_base: {
324
324
  * // AudioPids: [ // __listOf__integerMin32Max8182
325
325
  * // Number("int"),
326
326
  * // ],
327
+ * // AudioPtsOffsetDelta: Number("int"),
327
328
  * // Bitrate: Number("int"),
328
329
  * // BufferModel: "MULTIPLEX" || "NONE",
329
330
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -364,7 +365,7 @@ declare const GetPresetCommand_base: {
364
365
  * // PrivateMetadataPid: Number("int"),
365
366
  * // ProgramNumber: Number("int"),
366
367
  * // PtsOffset: Number("int"),
367
- * // PtsOffsetMode: "AUTO" || "SECONDS",
368
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
368
369
  * // RateMode: "VBR" || "CBR",
369
370
  * // Scte35Esam: { // M2tsScte35Esam
370
371
  * // Scte35EsamPid: Number("int"),
@@ -384,6 +385,7 @@ declare const GetPresetCommand_base: {
384
385
  * // AudioPids: [
385
386
  * // Number("int"),
386
387
  * // ],
388
+ * // AudioPtsOffsetDelta: Number("int"),
387
389
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
388
390
  * // MaxPcrInterval: Number("int"),
389
391
  * // NielsenId3: "INSERT" || "NONE",
@@ -395,7 +397,7 @@ declare const GetPresetCommand_base: {
395
397
  * // PrivateMetadataPid: Number("int"),
396
398
  * // ProgramNumber: Number("int"),
397
399
  * // PtsOffset: Number("int"),
398
- * // PtsOffsetMode: "AUTO" || "SECONDS",
400
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
399
401
  * // Scte35Pid: Number("int"),
400
402
  * // Scte35Source: "PASSTHROUGH" || "NONE",
401
403
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -472,7 +472,7 @@ declare const ListJobTemplatesCommand_base: {
472
472
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
473
473
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
474
474
  * // SegmentLength: Number("int"),
475
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
475
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
476
476
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
477
477
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
478
478
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -540,7 +540,7 @@ declare const ListJobTemplatesCommand_base: {
540
540
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
541
541
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
542
542
  * // SegmentLength: Number("int"),
543
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
543
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
544
544
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
545
545
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
546
546
  * // },
@@ -645,7 +645,7 @@ declare const ListJobTemplatesCommand_base: {
645
645
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
646
646
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
647
647
  * // SegmentLength: Number("int"),
648
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
648
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
649
649
  * // SegmentsPerSubdirectory: Number("int"),
650
650
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
651
651
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -976,6 +976,7 @@ declare const ListJobTemplatesCommand_base: {
976
976
  * // AudioPids: [ // __listOf__integerMin32Max8182
977
977
  * // Number("int"),
978
978
  * // ],
979
+ * // AudioPtsOffsetDelta: Number("int"),
979
980
  * // Bitrate: Number("int"),
980
981
  * // BufferModel: "MULTIPLEX" || "NONE",
981
982
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1016,7 +1017,7 @@ declare const ListJobTemplatesCommand_base: {
1016
1017
  * // PrivateMetadataPid: Number("int"),
1017
1018
  * // ProgramNumber: Number("int"),
1018
1019
  * // PtsOffset: Number("int"),
1019
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1020
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1020
1021
  * // RateMode: "VBR" || "CBR",
1021
1022
  * // Scte35Esam: { // M2tsScte35Esam
1022
1023
  * // Scte35EsamPid: Number("int"),
@@ -1036,6 +1037,7 @@ declare const ListJobTemplatesCommand_base: {
1036
1037
  * // AudioPids: [
1037
1038
  * // Number("int"),
1038
1039
  * // ],
1040
+ * // AudioPtsOffsetDelta: Number("int"),
1039
1041
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1040
1042
  * // MaxPcrInterval: Number("int"),
1041
1043
  * // NielsenId3: "INSERT" || "NONE",
@@ -1047,7 +1049,7 @@ declare const ListJobTemplatesCommand_base: {
1047
1049
  * // PrivateMetadataPid: Number("int"),
1048
1050
  * // ProgramNumber: Number("int"),
1049
1051
  * // PtsOffset: Number("int"),
1050
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1052
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1051
1053
  * // Scte35Pid: Number("int"),
1052
1054
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1053
1055
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -526,7 +526,7 @@ declare const ListJobsCommand_base: {
526
526
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
527
527
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
528
528
  * // SegmentLength: Number("int"),
529
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
529
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
530
530
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
531
531
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
532
532
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -594,7 +594,7 @@ declare const ListJobsCommand_base: {
594
594
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
595
595
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
596
596
  * // SegmentLength: Number("int"),
597
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
597
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
598
598
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
599
599
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
600
600
  * // },
@@ -699,7 +699,7 @@ declare const ListJobsCommand_base: {
699
699
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
700
700
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
701
701
  * // SegmentLength: Number("int"),
702
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
702
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
703
703
  * // SegmentsPerSubdirectory: Number("int"),
704
704
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
705
705
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -1030,6 +1030,7 @@ declare const ListJobsCommand_base: {
1030
1030
  * // AudioPids: [ // __listOf__integerMin32Max8182
1031
1031
  * // Number("int"),
1032
1032
  * // ],
1033
+ * // AudioPtsOffsetDelta: Number("int"),
1033
1034
  * // Bitrate: Number("int"),
1034
1035
  * // BufferModel: "MULTIPLEX" || "NONE",
1035
1036
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1070,7 +1071,7 @@ declare const ListJobsCommand_base: {
1070
1071
  * // PrivateMetadataPid: Number("int"),
1071
1072
  * // ProgramNumber: Number("int"),
1072
1073
  * // PtsOffset: Number("int"),
1073
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1074
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1074
1075
  * // RateMode: "VBR" || "CBR",
1075
1076
  * // Scte35Esam: { // M2tsScte35Esam
1076
1077
  * // Scte35EsamPid: Number("int"),
@@ -1090,6 +1091,7 @@ declare const ListJobsCommand_base: {
1090
1091
  * // AudioPids: [
1091
1092
  * // Number("int"),
1092
1093
  * // ],
1094
+ * // AudioPtsOffsetDelta: Number("int"),
1093
1095
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1094
1096
  * // MaxPcrInterval: Number("int"),
1095
1097
  * // NielsenId3: "INSERT" || "NONE",
@@ -1101,7 +1103,7 @@ declare const ListJobsCommand_base: {
1101
1103
  * // PrivateMetadataPid: Number("int"),
1102
1104
  * // ProgramNumber: Number("int"),
1103
1105
  * // PtsOffset: Number("int"),
1104
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1106
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1105
1107
  * // Scte35Pid: Number("int"),
1106
1108
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1107
1109
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -330,6 +330,7 @@ declare const ListPresetsCommand_base: {
330
330
  * // AudioPids: [ // __listOf__integerMin32Max8182
331
331
  * // Number("int"),
332
332
  * // ],
333
+ * // AudioPtsOffsetDelta: Number("int"),
333
334
  * // Bitrate: Number("int"),
334
335
  * // BufferModel: "MULTIPLEX" || "NONE",
335
336
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -370,7 +371,7 @@ declare const ListPresetsCommand_base: {
370
371
  * // PrivateMetadataPid: Number("int"),
371
372
  * // ProgramNumber: Number("int"),
372
373
  * // PtsOffset: Number("int"),
373
- * // PtsOffsetMode: "AUTO" || "SECONDS",
374
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
374
375
  * // RateMode: "VBR" || "CBR",
375
376
  * // Scte35Esam: { // M2tsScte35Esam
376
377
  * // Scte35EsamPid: Number("int"),
@@ -390,6 +391,7 @@ declare const ListPresetsCommand_base: {
390
391
  * // AudioPids: [
391
392
  * // Number("int"),
392
393
  * // ],
394
+ * // AudioPtsOffsetDelta: Number("int"),
393
395
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
394
396
  * // MaxPcrInterval: Number("int"),
395
397
  * // NielsenId3: "INSERT" || "NONE",
@@ -401,7 +403,7 @@ declare const ListPresetsCommand_base: {
401
403
  * // PrivateMetadataPid: Number("int"),
402
404
  * // ProgramNumber: Number("int"),
403
405
  * // PtsOffset: Number("int"),
404
- * // PtsOffsetMode: "AUTO" || "SECONDS",
406
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
405
407
  * // Scte35Pid: Number("int"),
406
408
  * // Scte35Source: "PASSTHROUGH" || "NONE",
407
409
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -527,7 +527,7 @@ declare const SearchJobsCommand_base: {
527
527
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
528
528
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
529
529
  * // SegmentLength: Number("int"),
530
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
530
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
531
531
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
532
532
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
533
533
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -595,7 +595,7 @@ declare const SearchJobsCommand_base: {
595
595
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
596
596
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
597
597
  * // SegmentLength: Number("int"),
598
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
598
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
599
599
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
600
600
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
601
601
  * // },
@@ -700,7 +700,7 @@ declare const SearchJobsCommand_base: {
700
700
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
701
701
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
702
702
  * // SegmentLength: Number("int"),
703
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
703
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
704
704
  * // SegmentsPerSubdirectory: Number("int"),
705
705
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
706
706
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -1031,6 +1031,7 @@ declare const SearchJobsCommand_base: {
1031
1031
  * // AudioPids: [ // __listOf__integerMin32Max8182
1032
1032
  * // Number("int"),
1033
1033
  * // ],
1034
+ * // AudioPtsOffsetDelta: Number("int"),
1034
1035
  * // Bitrate: Number("int"),
1035
1036
  * // BufferModel: "MULTIPLEX" || "NONE",
1036
1037
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1071,7 +1072,7 @@ declare const SearchJobsCommand_base: {
1071
1072
  * // PrivateMetadataPid: Number("int"),
1072
1073
  * // ProgramNumber: Number("int"),
1073
1074
  * // PtsOffset: Number("int"),
1074
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1075
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1075
1076
  * // RateMode: "VBR" || "CBR",
1076
1077
  * // Scte35Esam: { // M2tsScte35Esam
1077
1078
  * // Scte35EsamPid: Number("int"),
@@ -1091,6 +1092,7 @@ declare const SearchJobsCommand_base: {
1091
1092
  * // AudioPids: [
1092
1093
  * // Number("int"),
1093
1094
  * // ],
1095
+ * // AudioPtsOffsetDelta: Number("int"),
1094
1096
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1095
1097
  * // MaxPcrInterval: Number("int"),
1096
1098
  * // NielsenId3: "INSERT" || "NONE",
@@ -1102,7 +1104,7 @@ declare const SearchJobsCommand_base: {
1102
1104
  * // PrivateMetadataPid: Number("int"),
1103
1105
  * // ProgramNumber: Number("int"),
1104
1106
  * // PtsOffset: Number("int"),
1105
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1107
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1106
1108
  * // Scte35Pid: Number("int"),
1107
1109
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1108
1110
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -458,7 +458,7 @@ declare const UpdateJobTemplateCommand_base: {
458
458
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
459
459
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
460
460
  * SegmentLength: Number("int"),
461
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
461
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
462
462
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
463
463
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
464
464
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -526,7 +526,7 @@ declare const UpdateJobTemplateCommand_base: {
526
526
  * PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
527
527
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
528
528
  * SegmentLength: Number("int"),
529
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
529
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
530
530
  * VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
531
531
  * WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
532
532
  * },
@@ -631,7 +631,7 @@ declare const UpdateJobTemplateCommand_base: {
631
631
  * ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
632
632
  * SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
633
633
  * SegmentLength: Number("int"),
634
- * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
634
+ * SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
635
635
  * SegmentsPerSubdirectory: Number("int"),
636
636
  * StreamInfResolution: "INCLUDE" || "EXCLUDE",
637
637
  * TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -962,6 +962,7 @@ declare const UpdateJobTemplateCommand_base: {
962
962
  * AudioPids: [ // __listOf__integerMin32Max8182
963
963
  * Number("int"),
964
964
  * ],
965
+ * AudioPtsOffsetDelta: Number("int"),
965
966
  * Bitrate: Number("int"),
966
967
  * BufferModel: "MULTIPLEX" || "NONE",
967
968
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1002,7 +1003,7 @@ declare const UpdateJobTemplateCommand_base: {
1002
1003
  * PrivateMetadataPid: Number("int"),
1003
1004
  * ProgramNumber: Number("int"),
1004
1005
  * PtsOffset: Number("int"),
1005
- * PtsOffsetMode: "AUTO" || "SECONDS",
1006
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1006
1007
  * RateMode: "VBR" || "CBR",
1007
1008
  * Scte35Esam: { // M2tsScte35Esam
1008
1009
  * Scte35EsamPid: Number("int"),
@@ -1022,6 +1023,7 @@ declare const UpdateJobTemplateCommand_base: {
1022
1023
  * AudioPids: [
1023
1024
  * Number("int"),
1024
1025
  * ],
1026
+ * AudioPtsOffsetDelta: Number("int"),
1025
1027
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1026
1028
  * MaxPcrInterval: Number("int"),
1027
1029
  * NielsenId3: "INSERT" || "NONE",
@@ -1033,7 +1035,7 @@ declare const UpdateJobTemplateCommand_base: {
1033
1035
  * PrivateMetadataPid: Number("int"),
1034
1036
  * ProgramNumber: Number("int"),
1035
1037
  * PtsOffset: Number("int"),
1036
- * PtsOffsetMode: "AUTO" || "SECONDS",
1038
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1037
1039
  * Scte35Pid: Number("int"),
1038
1040
  * Scte35Source: "PASSTHROUGH" || "NONE",
1039
1041
  * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -1970,7 +1972,7 @@ declare const UpdateJobTemplateCommand_base: {
1970
1972
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
1971
1973
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
1972
1974
  * // SegmentLength: Number("int"),
1973
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
1975
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
1974
1976
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
1975
1977
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
1976
1978
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
@@ -2038,7 +2040,7 @@ declare const UpdateJobTemplateCommand_base: {
2038
2040
  * // PtsOffsetHandlingForBFrames: "ZERO_BASED" || "MATCH_INITIAL_PTS",
2039
2041
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2040
2042
  * // SegmentLength: Number("int"),
2041
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2043
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2042
2044
  * // VideoCompositionOffsets: "SIGNED" || "UNSIGNED",
2043
2045
  * // WriteSegmentTimelineInRepresentation: "ENABLED" || "DISABLED",
2044
2046
  * // },
@@ -2143,7 +2145,7 @@ declare const UpdateJobTemplateCommand_base: {
2143
2145
  * // ProgressiveWriteHlsManifest: "ENABLED" || "DISABLED",
2144
2146
  * // SegmentControl: "SINGLE_FILE" || "SEGMENTED_FILES",
2145
2147
  * // SegmentLength: Number("int"),
2146
- * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE",
2148
+ * // SegmentLengthControl: "EXACT" || "GOP_MULTIPLE" || "MATCH",
2147
2149
  * // SegmentsPerSubdirectory: Number("int"),
2148
2150
  * // StreamInfResolution: "INCLUDE" || "EXCLUDE",
2149
2151
  * // TargetDurationCompatibilityMode: "LEGACY" || "SPEC_COMPLIANT",
@@ -2474,6 +2476,7 @@ declare const UpdateJobTemplateCommand_base: {
2474
2476
  * // AudioPids: [ // __listOf__integerMin32Max8182
2475
2477
  * // Number("int"),
2476
2478
  * // ],
2479
+ * // AudioPtsOffsetDelta: Number("int"),
2477
2480
  * // Bitrate: Number("int"),
2478
2481
  * // BufferModel: "MULTIPLEX" || "NONE",
2479
2482
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -2514,7 +2517,7 @@ declare const UpdateJobTemplateCommand_base: {
2514
2517
  * // PrivateMetadataPid: Number("int"),
2515
2518
  * // ProgramNumber: Number("int"),
2516
2519
  * // PtsOffset: Number("int"),
2517
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2520
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2518
2521
  * // RateMode: "VBR" || "CBR",
2519
2522
  * // Scte35Esam: { // M2tsScte35Esam
2520
2523
  * // Scte35EsamPid: Number("int"),
@@ -2534,6 +2537,7 @@ declare const UpdateJobTemplateCommand_base: {
2534
2537
  * // AudioPids: [
2535
2538
  * // Number("int"),
2536
2539
  * // ],
2540
+ * // AudioPtsOffsetDelta: Number("int"),
2537
2541
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
2538
2542
  * // MaxPcrInterval: Number("int"),
2539
2543
  * // NielsenId3: "INSERT" || "NONE",
@@ -2545,7 +2549,7 @@ declare const UpdateJobTemplateCommand_base: {
2545
2549
  * // PrivateMetadataPid: Number("int"),
2546
2550
  * // ProgramNumber: Number("int"),
2547
2551
  * // PtsOffset: Number("int"),
2548
- * // PtsOffsetMode: "AUTO" || "SECONDS",
2552
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
2549
2553
  * // Scte35Pid: Number("int"),
2550
2554
  * // Scte35Source: "PASSTHROUGH" || "NONE",
2551
2555
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -315,6 +315,7 @@ declare const UpdatePresetCommand_base: {
315
315
  * AudioPids: [ // __listOf__integerMin32Max8182
316
316
  * Number("int"),
317
317
  * ],
318
+ * AudioPtsOffsetDelta: Number("int"),
318
319
  * Bitrate: Number("int"),
319
320
  * BufferModel: "MULTIPLEX" || "NONE",
320
321
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -355,7 +356,7 @@ declare const UpdatePresetCommand_base: {
355
356
  * PrivateMetadataPid: Number("int"),
356
357
  * ProgramNumber: Number("int"),
357
358
  * PtsOffset: Number("int"),
358
- * PtsOffsetMode: "AUTO" || "SECONDS",
359
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
359
360
  * RateMode: "VBR" || "CBR",
360
361
  * Scte35Esam: { // M2tsScte35Esam
361
362
  * Scte35EsamPid: Number("int"),
@@ -375,6 +376,7 @@ declare const UpdatePresetCommand_base: {
375
376
  * AudioPids: [
376
377
  * Number("int"),
377
378
  * ],
379
+ * AudioPtsOffsetDelta: Number("int"),
378
380
  * DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
379
381
  * MaxPcrInterval: Number("int"),
380
382
  * NielsenId3: "INSERT" || "NONE",
@@ -386,7 +388,7 @@ declare const UpdatePresetCommand_base: {
386
388
  * PrivateMetadataPid: Number("int"),
387
389
  * ProgramNumber: Number("int"),
388
390
  * PtsOffset: Number("int"),
389
- * PtsOffsetMode: "AUTO" || "SECONDS",
391
+ * PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
390
392
  * Scte35Pid: Number("int"),
391
393
  * Scte35Source: "PASSTHROUGH" || "NONE",
392
394
  * TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -1147,6 +1149,7 @@ declare const UpdatePresetCommand_base: {
1147
1149
  * // AudioPids: [ // __listOf__integerMin32Max8182
1148
1150
  * // Number("int"),
1149
1151
  * // ],
1152
+ * // AudioPtsOffsetDelta: Number("int"),
1150
1153
  * // Bitrate: Number("int"),
1151
1154
  * // BufferModel: "MULTIPLEX" || "NONE",
1152
1155
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
@@ -1187,7 +1190,7 @@ declare const UpdatePresetCommand_base: {
1187
1190
  * // PrivateMetadataPid: Number("int"),
1188
1191
  * // ProgramNumber: Number("int"),
1189
1192
  * // PtsOffset: Number("int"),
1190
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1193
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1191
1194
  * // RateMode: "VBR" || "CBR",
1192
1195
  * // Scte35Esam: { // M2tsScte35Esam
1193
1196
  * // Scte35EsamPid: Number("int"),
@@ -1207,6 +1210,7 @@ declare const UpdatePresetCommand_base: {
1207
1210
  * // AudioPids: [
1208
1211
  * // Number("int"),
1209
1212
  * // ],
1213
+ * // AudioPtsOffsetDelta: Number("int"),
1210
1214
  * // DataPTSControl: "AUTO" || "ALIGN_TO_VIDEO",
1211
1215
  * // MaxPcrInterval: Number("int"),
1212
1216
  * // NielsenId3: "INSERT" || "NONE",
@@ -1218,7 +1222,7 @@ declare const UpdatePresetCommand_base: {
1218
1222
  * // PrivateMetadataPid: Number("int"),
1219
1223
  * // ProgramNumber: Number("int"),
1220
1224
  * // PtsOffset: Number("int"),
1221
- * // PtsOffsetMode: "AUTO" || "SECONDS",
1225
+ * // PtsOffsetMode: "AUTO" || "SECONDS" || "MILLISECONDS",
1222
1226
  * // Scte35Pid: Number("int"),
1223
1227
  * // Scte35Source: "PASSTHROUGH" || "NONE",
1224
1228
  * // TimedMetadata: "PASSTHROUGH" || "NONE",
@@ -5096,7 +5096,7 @@ export interface SpekeKeyProviderCmaf {
5096
5096
  */
5097
5097
  EncryptionContractConfiguration?: EncryptionContractConfiguration | undefined;
5098
5098
  /**
5099
- * Specify the DRM system ID that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. The HLS manifest can currently signal only one system ID. For more information, see https://dashif.org/identifiers/content_protection/.
5099
+ * Specify up to 3 DRM system IDs that you want signaled in the HLS manifest that MediaConvert creates as part of this CMAF package. For more information, see https://dashif.org/identifiers/content_protection/.
5100
5100
  * @public
5101
5101
  */
5102
5102
  HlsSignaledSystemIds?: string[] | undefined;
@@ -5326,6 +5326,7 @@ export type CmafSegmentControl = (typeof CmafSegmentControl)[keyof typeof CmafSe
5326
5326
  export declare const CmafSegmentLengthControl: {
5327
5327
  readonly EXACT: "EXACT";
5328
5328
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
5329
+ readonly MATCH: "MATCH";
5329
5330
  };
5330
5331
  /**
5331
5332
  * @public
@@ -5514,7 +5515,7 @@ export interface CmafGroupSettings {
5514
5515
  */
5515
5516
  SegmentLength?: number | undefined;
5516
5517
  /**
5517
- * Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
5518
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
5518
5519
  * @public
5519
5520
  */
5520
5521
  SegmentLengthControl?: CmafSegmentLengthControl | undefined;
@@ -5594,8 +5595,7 @@ export interface SpekeKeyProvider {
5594
5595
  */
5595
5596
  ResourceId?: string | undefined;
5596
5597
  /**
5597
- * Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. Other group types support one system id. See
5598
- * https://dashif.org/identifiers/content_protection/ for more details.
5598
+ * Relates to SPEKE implementation. DRM system identifiers. DASH output groups support a max of two system ids. HLS output groups support a max of 3 system ids. Other group types support one system id. See https://dashif.org/identifiers/content_protection/ for more details.
5599
5599
  * @public
5600
5600
  */
5601
5601
  SystemIds?: string[] | undefined;
@@ -5750,6 +5750,7 @@ export type DashIsoSegmentControl = (typeof DashIsoSegmentControl)[keyof typeof
5750
5750
  export declare const DashIsoSegmentLengthControl: {
5751
5751
  readonly EXACT: "EXACT";
5752
5752
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
5753
+ readonly MATCH: "MATCH";
5753
5754
  };
5754
5755
  /**
5755
5756
  * @public
@@ -5880,7 +5881,7 @@ export interface DashIsoGroupSettings {
5880
5881
  */
5881
5882
  SegmentLength?: number | undefined;
5882
5883
  /**
5883
- * Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
5884
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
5884
5885
  * @public
5885
5886
  */
5886
5887
  SegmentLengthControl?: DashIsoSegmentLengthControl | undefined;
@@ -6214,6 +6215,7 @@ export type HlsSegmentControl = (typeof HlsSegmentControl)[keyof typeof HlsSegme
6214
6215
  export declare const HlsSegmentLengthControl: {
6215
6216
  readonly EXACT: "EXACT";
6216
6217
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
6218
+ readonly MATCH: "MATCH";
6217
6219
  };
6218
6220
  /**
6219
6221
  * @public
@@ -6387,7 +6389,7 @@ export interface HlsGroupSettings {
6387
6389
  */
6388
6390
  SegmentLength?: number | undefined;
6389
6391
  /**
6390
- * Specify how you want MediaConvert to determine the segment length. Choose Exact to have the encoder use the exact length that you specify with the setting Segment length. This might result in extra I-frames. Choose Multiple of GOP to have the encoder round up the segment lengths to match the next GOP boundary.
6392
+ * Specify how you want MediaConvert to determine segment lengths in this output group. To use the exact value that you specify under Segment length: Choose Exact. Note that this might result in additional I-frames in the output GOP. To create segment lengths that are a multiple of the GOP: Choose Multiple of GOP. MediaConvert will round up the segment lengths to match the next GOP boundary. To have MediaConvert automatically determine a segment duration that is a multiple of both the audio packets and the frame rates: Choose Match. When you do, also specify a target segment duration under Segment length. This is useful for some ad-insertion or segment replacement workflows. Note that Match has the following requirements: - Output containers: Include at least one video output and at least one audio output. Audio-only outputs are not supported. - Output frame rate: Follow source is not supported. - Multiple output frame rates: When you specify multiple outputs, we recommend they share a similar frame rate (as in X/3, X/2, X, or 2X). For example: 5, 15, 30 and 60. Or: 25 and 50. (Outputs must share an integer multiple.) - Output audio codec: Specify Advanced Audio Coding (AAC). - Output sample rate: Choose 48kHz.
6391
6393
  * @public
6392
6394
  */
6393
6395
  SegmentLengthControl?: HlsSegmentLengthControl | undefined;
@@ -578,6 +578,7 @@ export type M2tsPreventBufferUnderflow = (typeof M2tsPreventBufferUnderflow)[key
578
578
  */
579
579
  export declare const TsPtsOffset: {
580
580
  readonly AUTO: "AUTO";
581
+ readonly MILLISECONDS: "MILLISECONDS";
581
582
  readonly SECONDS: "SECONDS";
582
583
  };
583
584
  /**
@@ -672,6 +673,11 @@ export interface M2tsSettings {
672
673
  * @public
673
674
  */
674
675
  AudioPids?: number[] | undefined;
676
+ /**
677
+ * Manually specify the difference in PTS offset that will be applied to the audio track, in seconds or milliseconds, when you set PTS offset to Seconds or Milliseconds. Enter an integer from -10000 to 10000. Leave blank to keep the default value 0.
678
+ * @public
679
+ */
680
+ AudioPtsOffsetDelta?: number | undefined;
675
681
  /**
676
682
  * Specify the output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate. Other common values are 3750000, 7500000, and 15000000.
677
683
  * @public
@@ -808,7 +814,7 @@ export interface M2tsSettings {
808
814
  */
809
815
  PtsOffset?: number | undefined;
810
816
  /**
811
- * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
817
+ * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds or Milliseconds. Then specify the number of seconds or milliseconds with PTS offset.
812
818
  * @public
813
819
  */
814
820
  PtsOffsetMode?: TsPtsOffset | undefined;
@@ -955,6 +961,11 @@ export interface M3u8Settings {
955
961
  * @public
956
962
  */
957
963
  AudioPids?: number[] | undefined;
964
+ /**
965
+ * Manually specify the difference in PTS offset that will be applied to the audio track, in seconds or milliseconds, when you set PTS offset to Seconds or Milliseconds. Enter an integer from -10000 to 10000. Leave blank to keep the default value 0.
966
+ * @public
967
+ */
968
+ AudioPtsOffsetDelta?: number | undefined;
958
969
  /**
959
970
  * If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value AUTO to allow all PTS values.
960
971
  * @public
@@ -1011,7 +1022,7 @@ export interface M3u8Settings {
1011
1022
  */
1012
1023
  PtsOffset?: number | undefined;
1013
1024
  /**
1014
- * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
1025
+ * Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds or Milliseconds. Then specify the number of seconds or milliseconds with PTS offset.
1015
1026
  * @public
1016
1027
  */
1017
1028
  PtsOffsetMode?: TsPtsOffset | undefined;
@@ -1975,6 +1975,7 @@ export type CmafSegmentControl =
1975
1975
  export declare const CmafSegmentLengthControl: {
1976
1976
  readonly EXACT: "EXACT";
1977
1977
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
1978
+ readonly MATCH: "MATCH";
1978
1979
  };
1979
1980
  export type CmafSegmentLengthControl =
1980
1981
  (typeof CmafSegmentLengthControl)[keyof typeof CmafSegmentLengthControl];
@@ -2126,6 +2127,7 @@ export type DashIsoSegmentControl =
2126
2127
  export declare const DashIsoSegmentLengthControl: {
2127
2128
  readonly EXACT: "EXACT";
2128
2129
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
2130
+ readonly MATCH: "MATCH";
2129
2131
  };
2130
2132
  export type DashIsoSegmentLengthControl =
2131
2133
  (typeof DashIsoSegmentLengthControl)[keyof typeof DashIsoSegmentLengthControl];
@@ -2306,6 +2308,7 @@ export type HlsSegmentControl =
2306
2308
  export declare const HlsSegmentLengthControl: {
2307
2309
  readonly EXACT: "EXACT";
2308
2310
  readonly GOP_MULTIPLE: "GOP_MULTIPLE";
2311
+ readonly MATCH: "MATCH";
2309
2312
  };
2310
2313
  export type HlsSegmentLengthControl =
2311
2314
  (typeof HlsSegmentLengthControl)[keyof typeof HlsSegmentLengthControl];
@@ -265,6 +265,7 @@ export type M2tsPreventBufferUnderflow =
265
265
  (typeof M2tsPreventBufferUnderflow)[keyof typeof M2tsPreventBufferUnderflow];
266
266
  export declare const TsPtsOffset: {
267
267
  readonly AUTO: "AUTO";
268
+ readonly MILLISECONDS: "MILLISECONDS";
268
269
  readonly SECONDS: "SECONDS";
269
270
  };
270
271
  export type TsPtsOffset = (typeof TsPtsOffset)[keyof typeof TsPtsOffset];
@@ -303,6 +304,7 @@ export interface M2tsSettings {
303
304
  AudioDuration?: M2tsAudioDuration | undefined;
304
305
  AudioFramesPerPes?: number | undefined;
305
306
  AudioPids?: number[] | undefined;
307
+ AudioPtsOffsetDelta?: number | undefined;
306
308
  Bitrate?: number | undefined;
307
309
  BufferModel?: M2tsBufferModel | undefined;
308
310
  DataPTSControl?: M2tsDataPtsControl | undefined;
@@ -381,6 +383,7 @@ export interface M3u8Settings {
381
383
  AudioDuration?: M3u8AudioDuration | undefined;
382
384
  AudioFramesPerPes?: number | undefined;
383
385
  AudioPids?: number[] | undefined;
386
+ AudioPtsOffsetDelta?: number | undefined;
384
387
  DataPTSControl?: M3u8DataPtsControl | undefined;
385
388
  MaxPcrInterval?: number | undefined;
386
389
  NielsenId3?: M3u8NielsenId3 | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.759.0",
4
+ "version": "3.772.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",