@aws-sdk/client-mediaconvert 3.398.0 → 3.399.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/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +25 -19
- package/dist-cjs/models/models_1.js +30 -5
- package/dist-cjs/protocols/Aws_restJson1.js +28 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +23 -17
- package/dist-es/models/models_1.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +28 -0
- package/dist-types/commands/CreateJobCommand.d.ts +34 -4
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +34 -4
- package/dist-types/commands/CreatePresetCommand.d.ts +24 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +1 -2
- package/dist-types/commands/GetJobCommand.d.ts +18 -3
- package/dist-types/commands/GetJobTemplateCommand.d.ts +17 -2
- package/dist-types/commands/GetPresetCommand.d.ts +12 -2
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +17 -2
- package/dist-types/commands/ListJobsCommand.d.ts +17 -2
- package/dist-types/commands/ListPresetsCommand.d.ts +12 -2
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +34 -4
- package/dist-types/commands/UpdatePresetCommand.d.ts +24 -4
- package/dist-types/models/models_0.d.ts +64 -35
- package/dist-types/models/models_1.d.ts +83 -31
- package/dist-types/models/models_2.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +32 -20
- package/dist-types/ts3.4/models/models_1.d.ts +36 -10
- package/dist-types/ts3.4/models/models_2.d.ts +8 -0
- package/package.json +1 -1
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
4
|
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
5
5
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = "stringEquals", h = { [u]: false, "type": "String" }, i = { [u]: true, "default": false, "type": "Boolean" }, j = { [x]: "Endpoint" }, k = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [x]: "Region" }, o = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [{ [x]: e }, "supportsFIPS"] }] }, p = { [x]: e }, q = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [p, "supportsDualStack"] }] }, r = [k], s = [l], t = [n];
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }, { conditions: [{ [v]: a, [w]: t }], type: b, rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: e }], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ conditions: [o, q], type: b, rules: [{ endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [o], type: b, rules: [{ conditions: [{ [v]: g, [w]: ["aws-us-gov", { [v]: f, [w]: [p, "name"] }] }], endpoint: { url: "https://mediaconvert.{Region}.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: s, type: b, rules: [{ conditions: [q], type: b, rules: [{ endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { conditions: [{ [v]: g, [w]: [n, "cn-northwest-1"] }], endpoint: { url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AudioLanguageCodeControl = exports.LanguageCode = exports.WavFormat = exports.Mp3RateControlMode = exports.Eac3SurroundMode = exports.Eac3SurroundExMode = exports.Eac3StereoDownmix = exports.Eac3PhaseControl = exports.Eac3PassthroughControl = exports.Eac3MetadataControl = exports.Eac3LfeFilter = exports.Eac3LfeControl = exports.Eac3DynamicRangeCompressionRf = exports.Eac3DynamicRangeCompressionLine = exports.Eac3DcFilter = exports.Eac3CodingMode = exports.Eac3BitstreamMode = exports.Eac3AttenuationControl = exports.Eac3AtmosSurroundExMode = exports.Eac3AtmosStereoDownmix = exports.Eac3AtmosMeteringMode = exports.Eac3AtmosDynamicRangeControl = exports.Eac3AtmosDynamicRangeCompressionRf = exports.Eac3AtmosDynamicRangeCompressionLine = exports.Eac3AtmosDownmixControl = exports.Eac3AtmosDialogueIntelligence = exports.Eac3AtmosCodingMode = exports.Eac3AtmosBitstreamMode = exports.AudioCodec = exports.Ac3MetadataControl = exports.Ac3LfeFilter = exports.Ac3DynamicRangeCompressionRf = exports.Ac3DynamicRangeCompressionProfile = exports.Ac3DynamicRangeCompressionLine = exports.Ac3CodingMode = exports.Ac3BitstreamMode = exports.AacVbrQuality = exports.AacSpecification = exports.AacRawFormat = exports.AacRateControlMode = exports.AacCodingMode = exports.AacCodecProfile = exports.AacAudioDescriptionBroadcasterMix = exports.AudioTypeControl = exports.AudioNormalizationPeakCalculation = exports.AudioNormalizationLoudnessLogging = exports.AudioNormalizationAlgorithmControl = exports.AudioNormalizationAlgorithm = exports.AudioChannelTag = exports.RequiredFlag = void 0;
|
|
4
4
|
exports.InputFilterEnable = exports.InputDenoiseFilter = exports.DecryptionMode = exports.InputDeblockFilter = exports.CaptionSourceType = exports.FileSourceTimeDeltaUnits = exports.CaptionSourceConvertPaintOnToPopOn = exports.FileSourceConvert608To708 = exports.EmbeddedTerminateCaptions = exports.EmbeddedConvert608To708 = exports.AncillaryTerminateCaptions = exports.AncillaryConvert608To708 = exports.AudioSelectorType = exports.AudioDefaultSelection = exports.AudioDurationCorrection = exports.AdvancedInputFilterSharpen = exports.AdvancedInputFilterAddTexture = exports.AdvancedInputFilter = exports.HlsAdMarkers = exports.WebvttStylePassthrough = exports.WebvttAccessibilitySubs = exports.TtmlStylePassthrough = exports.TeletextPageType = exports.SrtStylePassthrough = exports.SccDestinationFramerate = exports.ImscStylePassthrough = exports.ImscAccessibilitySubs = exports.DvbSubtitleTeletextSpacing = exports.DvbSubtitlingType = exports.DvbSubtitleStylePassthrough = exports.DvbSubtitleShadowColor = exports.DvbSubtitleOutlineColor = exports.DvbSubtitleFontColor = exports.DvbSubSubtitleFallbackFont = exports.DvbddsHandling = exports.DvbSubtitleBackgroundColor = exports.DvbSubtitleApplyFontColor = exports.DvbSubtitleAlignment = exports.CaptionDestinationType = exports.BurninSubtitleTeletextSpacing = exports.BurnInSubtitleStylePassthrough = exports.BurninSubtitleShadowColor = exports.BurninSubtitleOutlineColor = exports.FontScript = exports.BurninSubtitleFontColor = exports.BurninSubtitleFallbackFont = exports.BurninSubtitleBackgroundColor = exports.BurninSubtitleApplyFontColor = exports.BurninSubtitleAlignment = exports.RuleType = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
5
|
+
exports.DashIsoIntervalCadence = exports.DashIsoImageBasedTrickPlay = exports.DashIsoHbbtvCompliance = exports.DashIsoPlaybackDeviceCompatibility = exports.DashIsoGroupAudioChannelConfigSchemeIdUri = exports.CmafWriteSegmentTimelineInRepresentation = exports.CmafWriteHLSManifest = exports.CmafWriteDASHManifest = exports.CmafVideoCompositionOffsets = exports.CmafTargetDurationCompatibilityMode = exports.CmafStreamInfResolution = exports.CmafSegmentLengthControl = exports.CmafSegmentControl = exports.CmafPtsOffsetHandlingForBFrames = exports.CmafMpdProfile = exports.CmafMpdManifestBandwidthType = exports.CmafManifestDurationFormat = exports.CmafManifestCompression = exports.CmafIntervalCadence = exports.CmafImageBasedTrickPlay = exports.CmafKeyProviderType = exports.CmafInitializationVectorInManifest = exports.CmafEncryptionType = exports.S3StorageClass = exports.S3ServerSideEncryptionType = exports.S3ObjectCannedAcl = exports.DashManifestStyle = exports.CmafCodecSpecification = exports.CmafClientCache = exports.NielsenUniqueTicPerAudioTrackType = exports.NielsenSourceWatermarkStatusType = exports.NielsenActiveWatermarkProcessType = exports.MotionImagePlayback = exports.MotionImageInsertionMode = exports.VchipAction = exports.CopyProtectionAction = exports.JobPhase = exports.BillingTagsSource = exports.AccelerationStatus = exports.AccelerationMode = exports.InputSampleRange = exports.InputRotate = exports.PadVideo = exports.EmbeddedTimecodeOverride = exports.ColorSpaceUsage = exports.ColorSpace = exports.AlphaBehavior = exports.InputTimecodeSource = exports.InputPsiControl = exports.InputScanType = void 0;
|
|
6
|
+
exports.CmfcTimedMetadataBoxVersion = exports.CmfcTimedMetadata = exports.CmfcScte35Source = exports.CmfcScte35Esam = exports.CmfcManifestMetadataSignaling = exports.CmfcKlvMetadata = exports.CmfcIFrameOnlyManifest = exports.CmfcDescriptiveVideoServiceFlag = exports.CmfcAudioTrackType = exports.CmfcAudioDuration = exports.OutputGroupType = exports.MsSmoothManifestEncoding = exports.MsSmoothFragmentLengthControl = exports.MsSmoothAudioDeduplication = exports.HlsTimedMetadataId3Frame = exports.HlsTargetDurationCompatibilityMode = exports.HlsStreamInfResolution = exports.HlsSegmentLengthControl = exports.HlsSegmentControl = exports.HlsProgressiveWriteHlsManifest = exports.HlsProgramDateTime = exports.HlsOutputSelection = exports.HlsManifestDurationFormat = exports.HlsManifestCompression = exports.HlsIntervalCadence = exports.HlsImageBasedTrickPlay = exports.HlsKeyProviderType = exports.HlsOfflineEncrypted = exports.HlsInitializationVectorInManifest = exports.HlsEncryptionType = exports.HlsDirectoryStructure = exports.HlsCodecSpecification = exports.HlsClientCache = exports.HlsCaptionSegmentLengthControl = exports.HlsCaptionLanguageSetting = exports.HlsAudioOnlyHeader = exports.DashIsoWriteSegmentTimelineInRepresentation = exports.DashIsoVideoCompositionOffsets = exports.DashIsoSegmentLengthControl = exports.DashIsoSegmentControl = exports.DashIsoPtsOffsetHandlingForBFrames = exports.DashIsoMpdProfile = exports.DashIsoMpdManifestBandwidthType = void 0;
|
|
7
7
|
exports.RequiredFlag = {
|
|
8
8
|
DISABLED: "DISABLED",
|
|
9
9
|
ENABLED: "ENABLED",
|
|
@@ -11,15 +11,28 @@ exports.RequiredFlag = {
|
|
|
11
11
|
exports.AudioChannelTag = {
|
|
12
12
|
C: "C",
|
|
13
13
|
CS: "CS",
|
|
14
|
+
HI: "HI",
|
|
14
15
|
L: "L",
|
|
15
16
|
LC: "LC",
|
|
16
17
|
LFE: "LFE",
|
|
18
|
+
LFE2: "LFE2",
|
|
17
19
|
LS: "LS",
|
|
18
20
|
LSD: "LSD",
|
|
21
|
+
LT: "LT",
|
|
22
|
+
LW: "LW",
|
|
23
|
+
M: "M",
|
|
24
|
+
NAR: "NAR",
|
|
19
25
|
R: "R",
|
|
20
26
|
RC: "RC",
|
|
21
27
|
RS: "RS",
|
|
22
28
|
RSD: "RSD",
|
|
29
|
+
RSL: "RSL",
|
|
30
|
+
RSR: "RSR",
|
|
31
|
+
RT: "RT",
|
|
32
|
+
RW: "RW",
|
|
33
|
+
TBC: "TBC",
|
|
34
|
+
TBL: "TBL",
|
|
35
|
+
TBR: "TBR",
|
|
23
36
|
TCS: "TCS",
|
|
24
37
|
VHC: "VHC",
|
|
25
38
|
VHL: "VHL",
|
|
@@ -131,6 +144,7 @@ exports.AudioCodec = {
|
|
|
131
144
|
AIFF: "AIFF",
|
|
132
145
|
EAC3: "EAC3",
|
|
133
146
|
EAC3_ATMOS: "EAC3_ATMOS",
|
|
147
|
+
FLAC: "FLAC",
|
|
134
148
|
MP2: "MP2",
|
|
135
149
|
MP3: "MP3",
|
|
136
150
|
OPUS: "OPUS",
|
|
@@ -876,6 +890,15 @@ exports.S3ServerSideEncryptionType = {
|
|
|
876
890
|
SERVER_SIDE_ENCRYPTION_KMS: "SERVER_SIDE_ENCRYPTION_KMS",
|
|
877
891
|
SERVER_SIDE_ENCRYPTION_S3: "SERVER_SIDE_ENCRYPTION_S3",
|
|
878
892
|
};
|
|
893
|
+
exports.S3StorageClass = {
|
|
894
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
895
|
+
GLACIER: "GLACIER",
|
|
896
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
897
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
898
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
899
|
+
STANDARD: "STANDARD",
|
|
900
|
+
STANDARD_IA: "STANDARD_IA",
|
|
901
|
+
};
|
|
879
902
|
exports.CmafEncryptionType = {
|
|
880
903
|
AES_CTR: "AES_CTR",
|
|
881
904
|
SAMPLE_AES: "SAMPLE_AES",
|
|
@@ -1152,20 +1175,3 @@ exports.CmfcTimedMetadataBoxVersion = {
|
|
|
1152
1175
|
VERSION_0: "VERSION_0",
|
|
1153
1176
|
VERSION_1: "VERSION_1",
|
|
1154
1177
|
};
|
|
1155
|
-
exports.ContainerType = {
|
|
1156
|
-
CMFC: "CMFC",
|
|
1157
|
-
F4V: "F4V",
|
|
1158
|
-
ISMV: "ISMV",
|
|
1159
|
-
M2TS: "M2TS",
|
|
1160
|
-
M3U8: "M3U8",
|
|
1161
|
-
MOV: "MOV",
|
|
1162
|
-
MP4: "MP4",
|
|
1163
|
-
MPD: "MPD",
|
|
1164
|
-
MXF: "MXF",
|
|
1165
|
-
RAW: "RAW",
|
|
1166
|
-
WEBM: "WEBM",
|
|
1167
|
-
};
|
|
1168
|
-
exports.F4vMoovPlacement = {
|
|
1169
|
-
NORMAL: "NORMAL",
|
|
1170
|
-
PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD",
|
|
1171
|
-
};
|
|
@@ -1,11 +1,28 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.QueueStatus = exports.ReservationPlanStatus = exports.RenewalType = exports.Commitment = exports.PricingPlan = exports.Type = exports.StatusUpdateInterval = exports.JobStatus = void 0;
|
|
3
|
+
exports.AfdSignaling = exports.HlsIFrameOnlyManifest = exports.HlsDescriptiveVideoServiceFlag = exports.HlsAudioTrackType = exports.HlsAudioOnlyContainer = exports.MxfXavcDurationMode = exports.MxfProfile = exports.MxfAfdSignaling = exports.MpdTimedMetadataBoxVersion = exports.MpdTimedMetadata = exports.MpdScte35Source = exports.MpdScte35Esam = exports.MpdManifestMetadataSignaling = exports.MpdKlvMetadata = exports.MpdCaptionContainerType = exports.MpdAudioDuration = exports.MpdAccessibilityCaptionHints = exports.Mp4MoovPlacement = exports.Mp4FreeSpaceBox = exports.Mp4CslgAtom = exports.MovReference = exports.MovPaddingControl = exports.MovMpeg2FourCCControl = exports.MovCslgAtom = exports.MovClapAtom = exports.TimedMetadata = exports.M3u8Scte35Source = exports.M3u8PcrControl = exports.M3u8NielsenId3 = exports.M3u8DataPtsControl = exports.M3u8AudioDuration = exports.M2tsSegmentationStyle = exports.M2tsSegmentationMarkers = exports.M2tsScte35Source = exports.M2tsRateMode = exports.TsPtsOffset = exports.M2tsPcrControl = exports.M2tsNielsenId3 = exports.M2tsKlvMetadata = exports.M2tsForceTsVideoEbpOrder = exports.M2tsEsRateInPes = exports.M2tsEbpPlacement = exports.M2tsEbpAudioInterval = exports.OutputSdt = exports.M2tsDataPtsControl = exports.M2tsBufferModel = exports.M2tsAudioDuration = exports.M2tsAudioBufferModel = exports.F4vMoovPlacement = exports.ContainerType = void 0;
|
|
4
|
+
exports.H265FramerateControl = exports.H265FlickerAdaptiveQuantization = exports.H265DynamicSubGop = exports.H265CodecProfile = exports.H265CodecLevel = exports.H265AlternateTransferFunctionSei = exports.H265AdaptiveQuantization = exports.H264UnregisteredSeiTimecode = exports.H264TemporalAdaptiveQuantization = exports.H264Telecine = exports.H264Syntax = exports.H264SpatialAdaptiveQuantization = exports.H264SlowPal = exports.H264SceneChangeDetect = exports.H264ScanTypeConversionMode = exports.H264RepeatPps = exports.H264RateControlMode = exports.H264QualityTuningLevel = exports.H264ParControl = exports.H264InterlaceMode = exports.H264GopSizeUnits = exports.H264GopBReference = exports.H264FramerateConversionAlgorithm = exports.H264FramerateControl = exports.H264FlickerAdaptiveQuantization = exports.H264FieldEncoding = exports.H264EntropyEncoding = exports.H264DynamicSubGop = exports.H264CodecProfile = exports.H264CodecLevel = exports.BandwidthReductionFilterStrength = exports.BandwidthReductionFilterSharpening = exports.H264AdaptiveQuantization = exports.VideoCodec = exports.AvcIntraTelecine = exports.AvcIntraSlowPal = exports.AvcIntraScanTypeConversionMode = exports.AvcIntraInterlaceMode = exports.AvcIntraFramerateConversionAlgorithm = exports.AvcIntraFramerateControl = exports.AvcIntraUhdQualityTuningLevel = exports.AvcIntraClass = exports.Av1SpatialAdaptiveQuantization = exports.Av1RateControlMode = exports.Av1FramerateConversionAlgorithm = exports.Av1FramerateControl = exports.Av1FilmGrainSynthesis = exports.Av1BitDepth = exports.Av1AdaptiveQuantization = exports.AntiAlias = void 0;
|
|
5
|
+
exports.Vc3ScanTypeConversionMode = exports.Vc3InterlaceMode = exports.Vc3FramerateConversionAlgorithm = exports.Vc3FramerateControl = exports.ProresTelecine = exports.ProresSlowPal = exports.ProresScanTypeConversionMode = exports.ProresParControl = exports.ProresInterlaceMode = exports.ProresFramerateConversionAlgorithm = exports.ProresFramerateControl = exports.ProresCodecProfile = exports.ProresChromaSampling = exports.Mpeg2TemporalAdaptiveQuantization = exports.Mpeg2Telecine = exports.Mpeg2Syntax = exports.Mpeg2SpatialAdaptiveQuantization = exports.Mpeg2SlowPal = exports.Mpeg2SceneChangeDetect = exports.Mpeg2ScanTypeConversionMode = exports.Mpeg2RateControlMode = exports.Mpeg2QualityTuningLevel = exports.Mpeg2ParControl = exports.Mpeg2IntraDcPrecision = exports.Mpeg2InterlaceMode = exports.Mpeg2GopSizeUnits = exports.Mpeg2FramerateConversionAlgorithm = exports.Mpeg2FramerateControl = exports.Mpeg2DynamicSubGop = exports.Mpeg2CodecProfile = exports.Mpeg2CodecLevel = exports.Mpeg2AdaptiveQuantization = exports.H265WriteMp4PackagingType = exports.H265UnregisteredSeiTimecode = exports.H265Tiles = exports.H265TemporalIds = exports.H265TemporalAdaptiveQuantization = exports.H265Telecine = exports.H265SpatialAdaptiveQuantization = exports.H265SlowPal = exports.H265SceneChangeDetect = exports.H265ScanTypeConversionMode = exports.H265SampleAdaptiveOffsetFilterMode = exports.H265RateControlMode = exports.H265QualityTuningLevel = exports.H265ParControl = exports.H265InterlaceMode = exports.H265GopSizeUnits = exports.H265GopBReference = exports.H265FramerateConversionAlgorithm = void 0;
|
|
6
|
+
exports.NoiseFilterPostTemporalSharpeningStrength = exports.NoiseFilterPostTemporalSharpening = exports.NoiseReducerFilter = exports.DolbyVisionProfile = exports.DolbyVisionMapping = exports.DolbyVisionLevel6Mode = exports.DeinterlacerMode = exports.DeinterlacerControl = exports.DeinterlaceAlgorithm = exports.SampleRangeConversion = exports.HDRToSDRToneMapper = exports.ColorSpaceConversion = exports.VideoTimecodeInsertion = exports.ScalingBehavior = exports.RespondToAfd = exports.DropFrameTimecode = exports.ColorMetadata = exports.XavcHdProfileTelecine = exports.XavcHdProfileQualityTuningLevel = exports.XavcInterlaceMode = exports.XavcHdProfileBitrateClass = exports.XavcHdIntraCbgProfileClass = exports.Xavc4kProfileQualityTuningLevel = exports.XavcGopBReference = exports.XavcFlickerAdaptiveQuantization = exports.Xavc4kProfileCodecProfile = exports.Xavc4kProfileBitrateClass = exports.Xavc4kIntraVbrProfileClass = exports.Xavc4kIntraCbgProfileClass = exports.XavcTemporalAdaptiveQuantization = exports.XavcSpatialAdaptiveQuantization = exports.XavcSlowPal = exports.XavcProfile = exports.XavcFramerateConversionAlgorithm = exports.XavcFramerateControl = exports.XavcEntropyEncoding = exports.XavcAdaptiveQuantization = exports.Vp9RateControlMode = exports.Vp9QualityTuningLevel = exports.Vp9ParControl = exports.Vp9FramerateConversionAlgorithm = exports.Vp9FramerateControl = exports.Vp8RateControlMode = exports.Vp8QualityTuningLevel = exports.Vp8ParControl = exports.Vp8FramerateConversionAlgorithm = exports.Vp8FramerateControl = exports.Vc3Class = exports.Vc3Telecine = exports.Vc3SlowPal = void 0;
|
|
7
|
+
exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.QueueStatus = exports.ReservationPlanStatus = exports.RenewalType = exports.Commitment = exports.PricingPlan = exports.Type = exports.StatusUpdateInterval = exports.JobStatus = exports.SimulateReservedQueue = exports.TimecodeSource = exports.TimecodeBurninPosition = exports.WatermarkingStrength = void 0;
|
|
8
8
|
const MediaConvertServiceException_1 = require("./MediaConvertServiceException");
|
|
9
|
+
exports.ContainerType = {
|
|
10
|
+
CMFC: "CMFC",
|
|
11
|
+
F4V: "F4V",
|
|
12
|
+
ISMV: "ISMV",
|
|
13
|
+
M2TS: "M2TS",
|
|
14
|
+
M3U8: "M3U8",
|
|
15
|
+
MOV: "MOV",
|
|
16
|
+
MP4: "MP4",
|
|
17
|
+
MPD: "MPD",
|
|
18
|
+
MXF: "MXF",
|
|
19
|
+
RAW: "RAW",
|
|
20
|
+
WEBM: "WEBM",
|
|
21
|
+
};
|
|
22
|
+
exports.F4vMoovPlacement = {
|
|
23
|
+
NORMAL: "NORMAL",
|
|
24
|
+
PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD",
|
|
25
|
+
};
|
|
9
26
|
exports.M2tsAudioBufferModel = {
|
|
10
27
|
ATSC: "ATSC",
|
|
11
28
|
DVB: "DVB",
|
|
@@ -56,6 +73,10 @@ exports.M2tsPcrControl = {
|
|
|
56
73
|
CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
|
|
57
74
|
PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET",
|
|
58
75
|
};
|
|
76
|
+
exports.TsPtsOffset = {
|
|
77
|
+
AUTO: "AUTO",
|
|
78
|
+
SECONDS: "SECONDS",
|
|
79
|
+
};
|
|
59
80
|
exports.M2tsRateMode = {
|
|
60
81
|
CBR: "CBR",
|
|
61
82
|
VBR: "VBR",
|
|
@@ -222,6 +243,10 @@ exports.Av1BitDepth = {
|
|
|
222
243
|
BIT_10: "BIT_10",
|
|
223
244
|
BIT_8: "BIT_8",
|
|
224
245
|
};
|
|
246
|
+
exports.Av1FilmGrainSynthesis = {
|
|
247
|
+
DISABLED: "DISABLED",
|
|
248
|
+
ENABLED: "ENABLED",
|
|
249
|
+
};
|
|
225
250
|
exports.Av1FramerateControl = {
|
|
226
251
|
INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE",
|
|
227
252
|
SPECIFIED: "SPECIFIED",
|
|
@@ -2276,6 +2276,7 @@ const se_AudioCodecSettings = (input, context) => {
|
|
|
2276
2276
|
codec: [, , `Codec`],
|
|
2277
2277
|
eac3AtmosSettings: [, (_) => se_Eac3AtmosSettings(_, context), `Eac3AtmosSettings`],
|
|
2278
2278
|
eac3Settings: [, (_) => se_Eac3Settings(_, context), `Eac3Settings`],
|
|
2279
|
+
flacSettings: [, (_) => se_FlacSettings(_, context), `FlacSettings`],
|
|
2279
2280
|
mp2Settings: [, (_) => se_Mp2Settings(_, context), `Mp2Settings`],
|
|
2280
2281
|
mp3Settings: [, (_) => se_Mp3Settings(_, context), `Mp3Settings`],
|
|
2281
2282
|
opusSettings: [, (_) => se_OpusSettings(_, context), `OpusSettings`],
|
|
@@ -2362,6 +2363,7 @@ const se_Av1Settings = (input, context) => {
|
|
|
2362
2363
|
return (0, smithy_client_1.take)(input, {
|
|
2363
2364
|
adaptiveQuantization: [, , `AdaptiveQuantization`],
|
|
2364
2365
|
bitDepth: [, , `BitDepth`],
|
|
2366
|
+
filmGrainSynthesis: [, , `FilmGrainSynthesis`],
|
|
2365
2367
|
framerateControl: [, , `FramerateControl`],
|
|
2366
2368
|
framerateConversionAlgorithm: [, , `FramerateConversionAlgorithm`],
|
|
2367
2369
|
framerateDenominator: [, , `FramerateDenominator`],
|
|
@@ -2850,6 +2852,13 @@ const se_FileSourceSettings = (input, context) => {
|
|
|
2850
2852
|
timeDeltaUnits: [, , `TimeDeltaUnits`],
|
|
2851
2853
|
});
|
|
2852
2854
|
};
|
|
2855
|
+
const se_FlacSettings = (input, context) => {
|
|
2856
|
+
return (0, smithy_client_1.take)(input, {
|
|
2857
|
+
bitDepth: [, , `BitDepth`],
|
|
2858
|
+
channels: [, , `Channels`],
|
|
2859
|
+
sampleRate: [, , `SampleRate`],
|
|
2860
|
+
});
|
|
2861
|
+
};
|
|
2853
2862
|
const se_ForceIncludeRenditionSize = (input, context) => {
|
|
2854
2863
|
return (0, smithy_client_1.take)(input, {
|
|
2855
2864
|
height: [, , `Height`],
|
|
@@ -3281,6 +3290,8 @@ const se_M2tsSettings = (input, context) => {
|
|
|
3281
3290
|
pmtPid: [, , `PmtPid`],
|
|
3282
3291
|
privateMetadataPid: [, , `PrivateMetadataPid`],
|
|
3283
3292
|
programNumber: [, , `ProgramNumber`],
|
|
3293
|
+
ptsOffset: [, , `PtsOffset`],
|
|
3294
|
+
ptsOffsetMode: [, , `PtsOffsetMode`],
|
|
3284
3295
|
rateMode: [, , `RateMode`],
|
|
3285
3296
|
scte35Esam: [, (_) => se_M2tsScte35Esam(_, context), `Scte35Esam`],
|
|
3286
3297
|
scte35Pid: [, , `Scte35Pid`],
|
|
@@ -3308,6 +3319,8 @@ const se_M3u8Settings = (input, context) => {
|
|
|
3308
3319
|
pmtPid: [, , `PmtPid`],
|
|
3309
3320
|
privateMetadataPid: [, , `PrivateMetadataPid`],
|
|
3310
3321
|
programNumber: [, , `ProgramNumber`],
|
|
3322
|
+
ptsOffset: [, , `PtsOffset`],
|
|
3323
|
+
ptsOffsetMode: [, , `PtsOffsetMode`],
|
|
3311
3324
|
scte35Pid: [, , `Scte35Pid`],
|
|
3312
3325
|
scte35Source: [, , `Scte35Source`],
|
|
3313
3326
|
timedMetadata: [, , `TimedMetadata`],
|
|
@@ -3648,6 +3661,7 @@ const se_S3DestinationSettings = (input, context) => {
|
|
|
3648
3661
|
return (0, smithy_client_1.take)(input, {
|
|
3649
3662
|
accessControl: [, (_) => se_S3DestinationAccessControl(_, context), `AccessControl`],
|
|
3650
3663
|
encryption: [, (_) => se_S3EncryptionSettings(_, context), `Encryption`],
|
|
3664
|
+
storageClass: [, , `StorageClass`],
|
|
3651
3665
|
});
|
|
3652
3666
|
};
|
|
3653
3667
|
const se_S3EncryptionSettings = (input, context) => {
|
|
@@ -4280,6 +4294,7 @@ const de_AudioCodecSettings = (output, context) => {
|
|
|
4280
4294
|
Codec: [, smithy_client_1.expectString, `codec`],
|
|
4281
4295
|
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
4282
4296
|
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
4297
|
+
FlacSettings: [, (_) => de_FlacSettings(_, context), `flacSettings`],
|
|
4283
4298
|
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
4284
4299
|
Mp3Settings: [, (_) => de_Mp3Settings(_, context), `mp3Settings`],
|
|
4285
4300
|
OpusSettings: [, (_) => de_OpusSettings(_, context), `opusSettings`],
|
|
@@ -4370,6 +4385,7 @@ const de_Av1Settings = (output, context) => {
|
|
|
4370
4385
|
return (0, smithy_client_1.take)(output, {
|
|
4371
4386
|
AdaptiveQuantization: [, smithy_client_1.expectString, `adaptiveQuantization`],
|
|
4372
4387
|
BitDepth: [, smithy_client_1.expectString, `bitDepth`],
|
|
4388
|
+
FilmGrainSynthesis: [, smithy_client_1.expectString, `filmGrainSynthesis`],
|
|
4373
4389
|
FramerateControl: [, smithy_client_1.expectString, `framerateControl`],
|
|
4374
4390
|
FramerateConversionAlgorithm: [, smithy_client_1.expectString, `framerateConversionAlgorithm`],
|
|
4375
4391
|
FramerateDenominator: [, smithy_client_1.expectInt32, `framerateDenominator`],
|
|
@@ -4871,6 +4887,13 @@ const de_FileSourceSettings = (output, context) => {
|
|
|
4871
4887
|
TimeDeltaUnits: [, smithy_client_1.expectString, `timeDeltaUnits`],
|
|
4872
4888
|
});
|
|
4873
4889
|
};
|
|
4890
|
+
const de_FlacSettings = (output, context) => {
|
|
4891
|
+
return (0, smithy_client_1.take)(output, {
|
|
4892
|
+
BitDepth: [, smithy_client_1.expectInt32, `bitDepth`],
|
|
4893
|
+
Channels: [, smithy_client_1.expectInt32, `channels`],
|
|
4894
|
+
SampleRate: [, smithy_client_1.expectInt32, `sampleRate`],
|
|
4895
|
+
});
|
|
4896
|
+
};
|
|
4874
4897
|
const de_ForceIncludeRenditionSize = (output, context) => {
|
|
4875
4898
|
return (0, smithy_client_1.take)(output, {
|
|
4876
4899
|
Height: [, smithy_client_1.expectInt32, `height`],
|
|
@@ -5376,6 +5399,8 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5376
5399
|
PmtPid: [, smithy_client_1.expectInt32, `pmtPid`],
|
|
5377
5400
|
PrivateMetadataPid: [, smithy_client_1.expectInt32, `privateMetadataPid`],
|
|
5378
5401
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5402
|
+
PtsOffset: [, smithy_client_1.expectInt32, `ptsOffset`],
|
|
5403
|
+
PtsOffsetMode: [, smithy_client_1.expectString, `ptsOffsetMode`],
|
|
5379
5404
|
RateMode: [, smithy_client_1.expectString, `rateMode`],
|
|
5380
5405
|
Scte35Esam: [, (_) => de_M2tsScte35Esam(_, context), `scte35Esam`],
|
|
5381
5406
|
Scte35Pid: [, smithy_client_1.expectInt32, `scte35Pid`],
|
|
@@ -5403,6 +5428,8 @@ const de_M3u8Settings = (output, context) => {
|
|
|
5403
5428
|
PmtPid: [, smithy_client_1.expectInt32, `pmtPid`],
|
|
5404
5429
|
PrivateMetadataPid: [, smithy_client_1.expectInt32, `privateMetadataPid`],
|
|
5405
5430
|
ProgramNumber: [, smithy_client_1.expectInt32, `programNumber`],
|
|
5431
|
+
PtsOffset: [, smithy_client_1.expectInt32, `ptsOffset`],
|
|
5432
|
+
PtsOffsetMode: [, smithy_client_1.expectString, `ptsOffsetMode`],
|
|
5406
5433
|
Scte35Pid: [, smithy_client_1.expectInt32, `scte35Pid`],
|
|
5407
5434
|
Scte35Source: [, smithy_client_1.expectString, `scte35Source`],
|
|
5408
5435
|
TimedMetadata: [, smithy_client_1.expectString, `timedMetadata`],
|
|
@@ -5797,6 +5824,7 @@ const de_S3DestinationSettings = (output, context) => {
|
|
|
5797
5824
|
return (0, smithy_client_1.take)(output, {
|
|
5798
5825
|
AccessControl: [, (_) => de_S3DestinationAccessControl(_, context), `accessControl`],
|
|
5799
5826
|
Encryption: [, (_) => de_S3EncryptionSettings(_, context), `encryption`],
|
|
5827
|
+
StorageClass: [, smithy_client_1.expectString, `storageClass`],
|
|
5800
5828
|
});
|
|
5801
5829
|
};
|
|
5802
5830
|
const de_S3EncryptionSettings = (output, context) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
2
2
|
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = "stringEquals", h = { [u]: false, "type": "String" }, i = { [u]: true, "default": false, "type": "Boolean" }, j = { [x]: "Endpoint" }, k = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, l = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, m = {}, n = { [x]: "Region" }, o = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [{ [x]: e }, "supportsFIPS"] }] }, p = { [x]: e }, q = { [v]: "booleanEquals", [w]: [true, { [v]: f, [w]: [p, "supportsDualStack"] }] }, r = [k], s = [l], t = [n];
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, {
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [v]: a, [w]: [j] }], type: b, rules: [{ conditions: r, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }, { conditions: [{ [v]: a, [w]: t }], type: b, rules: [{ conditions: [{ [v]: "aws.partition", [w]: t, assign: e }], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ conditions: [o, q], type: b, rules: [{ endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: r, type: b, rules: [{ conditions: [o], type: b, rules: [{ conditions: [{ [v]: g, [w]: ["aws-us-gov", { [v]: f, [w]: [p, "name"] }] }], endpoint: { url: "https://mediaconvert.{Region}.amazonaws.com", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: s, type: b, rules: [{ conditions: [q], type: b, rules: [{ endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { conditions: [{ [v]: g, [w]: [n, "cn-northwest-1"] }], endpoint: { url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", properties: m, headers: m }, type: d }, { endpoint: { url: "https://mediaconvert.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -5,15 +5,28 @@ export const RequiredFlag = {
|
|
|
5
5
|
export const AudioChannelTag = {
|
|
6
6
|
C: "C",
|
|
7
7
|
CS: "CS",
|
|
8
|
+
HI: "HI",
|
|
8
9
|
L: "L",
|
|
9
10
|
LC: "LC",
|
|
10
11
|
LFE: "LFE",
|
|
12
|
+
LFE2: "LFE2",
|
|
11
13
|
LS: "LS",
|
|
12
14
|
LSD: "LSD",
|
|
15
|
+
LT: "LT",
|
|
16
|
+
LW: "LW",
|
|
17
|
+
M: "M",
|
|
18
|
+
NAR: "NAR",
|
|
13
19
|
R: "R",
|
|
14
20
|
RC: "RC",
|
|
15
21
|
RS: "RS",
|
|
16
22
|
RSD: "RSD",
|
|
23
|
+
RSL: "RSL",
|
|
24
|
+
RSR: "RSR",
|
|
25
|
+
RT: "RT",
|
|
26
|
+
RW: "RW",
|
|
27
|
+
TBC: "TBC",
|
|
28
|
+
TBL: "TBL",
|
|
29
|
+
TBR: "TBR",
|
|
17
30
|
TCS: "TCS",
|
|
18
31
|
VHC: "VHC",
|
|
19
32
|
VHL: "VHL",
|
|
@@ -125,6 +138,7 @@ export const AudioCodec = {
|
|
|
125
138
|
AIFF: "AIFF",
|
|
126
139
|
EAC3: "EAC3",
|
|
127
140
|
EAC3_ATMOS: "EAC3_ATMOS",
|
|
141
|
+
FLAC: "FLAC",
|
|
128
142
|
MP2: "MP2",
|
|
129
143
|
MP3: "MP3",
|
|
130
144
|
OPUS: "OPUS",
|
|
@@ -870,6 +884,15 @@ export const S3ServerSideEncryptionType = {
|
|
|
870
884
|
SERVER_SIDE_ENCRYPTION_KMS: "SERVER_SIDE_ENCRYPTION_KMS",
|
|
871
885
|
SERVER_SIDE_ENCRYPTION_S3: "SERVER_SIDE_ENCRYPTION_S3",
|
|
872
886
|
};
|
|
887
|
+
export const S3StorageClass = {
|
|
888
|
+
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
889
|
+
GLACIER: "GLACIER",
|
|
890
|
+
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
891
|
+
ONEZONE_IA: "ONEZONE_IA",
|
|
892
|
+
REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
|
|
893
|
+
STANDARD: "STANDARD",
|
|
894
|
+
STANDARD_IA: "STANDARD_IA",
|
|
895
|
+
};
|
|
873
896
|
export const CmafEncryptionType = {
|
|
874
897
|
AES_CTR: "AES_CTR",
|
|
875
898
|
SAMPLE_AES: "SAMPLE_AES",
|
|
@@ -1146,20 +1169,3 @@ export const CmfcTimedMetadataBoxVersion = {
|
|
|
1146
1169
|
VERSION_0: "VERSION_0",
|
|
1147
1170
|
VERSION_1: "VERSION_1",
|
|
1148
1171
|
};
|
|
1149
|
-
export const ContainerType = {
|
|
1150
|
-
CMFC: "CMFC",
|
|
1151
|
-
F4V: "F4V",
|
|
1152
|
-
ISMV: "ISMV",
|
|
1153
|
-
M2TS: "M2TS",
|
|
1154
|
-
M3U8: "M3U8",
|
|
1155
|
-
MOV: "MOV",
|
|
1156
|
-
MP4: "MP4",
|
|
1157
|
-
MPD: "MPD",
|
|
1158
|
-
MXF: "MXF",
|
|
1159
|
-
RAW: "RAW",
|
|
1160
|
-
WEBM: "WEBM",
|
|
1161
|
-
};
|
|
1162
|
-
export const F4vMoovPlacement = {
|
|
1163
|
-
NORMAL: "NORMAL",
|
|
1164
|
-
PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD",
|
|
1165
|
-
};
|
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
2
|
+
export const ContainerType = {
|
|
3
|
+
CMFC: "CMFC",
|
|
4
|
+
F4V: "F4V",
|
|
5
|
+
ISMV: "ISMV",
|
|
6
|
+
M2TS: "M2TS",
|
|
7
|
+
M3U8: "M3U8",
|
|
8
|
+
MOV: "MOV",
|
|
9
|
+
MP4: "MP4",
|
|
10
|
+
MPD: "MPD",
|
|
11
|
+
MXF: "MXF",
|
|
12
|
+
RAW: "RAW",
|
|
13
|
+
WEBM: "WEBM",
|
|
14
|
+
};
|
|
15
|
+
export const F4vMoovPlacement = {
|
|
16
|
+
NORMAL: "NORMAL",
|
|
17
|
+
PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD",
|
|
18
|
+
};
|
|
2
19
|
export const M2tsAudioBufferModel = {
|
|
3
20
|
ATSC: "ATSC",
|
|
4
21
|
DVB: "DVB",
|
|
@@ -49,6 +66,10 @@ export const M2tsPcrControl = {
|
|
|
49
66
|
CONFIGURED_PCR_PERIOD: "CONFIGURED_PCR_PERIOD",
|
|
50
67
|
PCR_EVERY_PES_PACKET: "PCR_EVERY_PES_PACKET",
|
|
51
68
|
};
|
|
69
|
+
export const TsPtsOffset = {
|
|
70
|
+
AUTO: "AUTO",
|
|
71
|
+
SECONDS: "SECONDS",
|
|
72
|
+
};
|
|
52
73
|
export const M2tsRateMode = {
|
|
53
74
|
CBR: "CBR",
|
|
54
75
|
VBR: "VBR",
|
|
@@ -215,6 +236,10 @@ export const Av1BitDepth = {
|
|
|
215
236
|
BIT_10: "BIT_10",
|
|
216
237
|
BIT_8: "BIT_8",
|
|
217
238
|
};
|
|
239
|
+
export const Av1FilmGrainSynthesis = {
|
|
240
|
+
DISABLED: "DISABLED",
|
|
241
|
+
ENABLED: "ENABLED",
|
|
242
|
+
};
|
|
218
243
|
export const Av1FramerateControl = {
|
|
219
244
|
INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE",
|
|
220
245
|
SPECIFIED: "SPECIFIED",
|
|
@@ -2216,6 +2216,7 @@ const se_AudioCodecSettings = (input, context) => {
|
|
|
2216
2216
|
codec: [, , `Codec`],
|
|
2217
2217
|
eac3AtmosSettings: [, (_) => se_Eac3AtmosSettings(_, context), `Eac3AtmosSettings`],
|
|
2218
2218
|
eac3Settings: [, (_) => se_Eac3Settings(_, context), `Eac3Settings`],
|
|
2219
|
+
flacSettings: [, (_) => se_FlacSettings(_, context), `FlacSettings`],
|
|
2219
2220
|
mp2Settings: [, (_) => se_Mp2Settings(_, context), `Mp2Settings`],
|
|
2220
2221
|
mp3Settings: [, (_) => se_Mp3Settings(_, context), `Mp3Settings`],
|
|
2221
2222
|
opusSettings: [, (_) => se_OpusSettings(_, context), `OpusSettings`],
|
|
@@ -2302,6 +2303,7 @@ const se_Av1Settings = (input, context) => {
|
|
|
2302
2303
|
return take(input, {
|
|
2303
2304
|
adaptiveQuantization: [, , `AdaptiveQuantization`],
|
|
2304
2305
|
bitDepth: [, , `BitDepth`],
|
|
2306
|
+
filmGrainSynthesis: [, , `FilmGrainSynthesis`],
|
|
2305
2307
|
framerateControl: [, , `FramerateControl`],
|
|
2306
2308
|
framerateConversionAlgorithm: [, , `FramerateConversionAlgorithm`],
|
|
2307
2309
|
framerateDenominator: [, , `FramerateDenominator`],
|
|
@@ -2790,6 +2792,13 @@ const se_FileSourceSettings = (input, context) => {
|
|
|
2790
2792
|
timeDeltaUnits: [, , `TimeDeltaUnits`],
|
|
2791
2793
|
});
|
|
2792
2794
|
};
|
|
2795
|
+
const se_FlacSettings = (input, context) => {
|
|
2796
|
+
return take(input, {
|
|
2797
|
+
bitDepth: [, , `BitDepth`],
|
|
2798
|
+
channels: [, , `Channels`],
|
|
2799
|
+
sampleRate: [, , `SampleRate`],
|
|
2800
|
+
});
|
|
2801
|
+
};
|
|
2793
2802
|
const se_ForceIncludeRenditionSize = (input, context) => {
|
|
2794
2803
|
return take(input, {
|
|
2795
2804
|
height: [, , `Height`],
|
|
@@ -3221,6 +3230,8 @@ const se_M2tsSettings = (input, context) => {
|
|
|
3221
3230
|
pmtPid: [, , `PmtPid`],
|
|
3222
3231
|
privateMetadataPid: [, , `PrivateMetadataPid`],
|
|
3223
3232
|
programNumber: [, , `ProgramNumber`],
|
|
3233
|
+
ptsOffset: [, , `PtsOffset`],
|
|
3234
|
+
ptsOffsetMode: [, , `PtsOffsetMode`],
|
|
3224
3235
|
rateMode: [, , `RateMode`],
|
|
3225
3236
|
scte35Esam: [, (_) => se_M2tsScte35Esam(_, context), `Scte35Esam`],
|
|
3226
3237
|
scte35Pid: [, , `Scte35Pid`],
|
|
@@ -3248,6 +3259,8 @@ const se_M3u8Settings = (input, context) => {
|
|
|
3248
3259
|
pmtPid: [, , `PmtPid`],
|
|
3249
3260
|
privateMetadataPid: [, , `PrivateMetadataPid`],
|
|
3250
3261
|
programNumber: [, , `ProgramNumber`],
|
|
3262
|
+
ptsOffset: [, , `PtsOffset`],
|
|
3263
|
+
ptsOffsetMode: [, , `PtsOffsetMode`],
|
|
3251
3264
|
scte35Pid: [, , `Scte35Pid`],
|
|
3252
3265
|
scte35Source: [, , `Scte35Source`],
|
|
3253
3266
|
timedMetadata: [, , `TimedMetadata`],
|
|
@@ -3588,6 +3601,7 @@ const se_S3DestinationSettings = (input, context) => {
|
|
|
3588
3601
|
return take(input, {
|
|
3589
3602
|
accessControl: [, (_) => se_S3DestinationAccessControl(_, context), `AccessControl`],
|
|
3590
3603
|
encryption: [, (_) => se_S3EncryptionSettings(_, context), `Encryption`],
|
|
3604
|
+
storageClass: [, , `StorageClass`],
|
|
3591
3605
|
});
|
|
3592
3606
|
};
|
|
3593
3607
|
const se_S3EncryptionSettings = (input, context) => {
|
|
@@ -4220,6 +4234,7 @@ const de_AudioCodecSettings = (output, context) => {
|
|
|
4220
4234
|
Codec: [, __expectString, `codec`],
|
|
4221
4235
|
Eac3AtmosSettings: [, (_) => de_Eac3AtmosSettings(_, context), `eac3AtmosSettings`],
|
|
4222
4236
|
Eac3Settings: [, (_) => de_Eac3Settings(_, context), `eac3Settings`],
|
|
4237
|
+
FlacSettings: [, (_) => de_FlacSettings(_, context), `flacSettings`],
|
|
4223
4238
|
Mp2Settings: [, (_) => de_Mp2Settings(_, context), `mp2Settings`],
|
|
4224
4239
|
Mp3Settings: [, (_) => de_Mp3Settings(_, context), `mp3Settings`],
|
|
4225
4240
|
OpusSettings: [, (_) => de_OpusSettings(_, context), `opusSettings`],
|
|
@@ -4310,6 +4325,7 @@ const de_Av1Settings = (output, context) => {
|
|
|
4310
4325
|
return take(output, {
|
|
4311
4326
|
AdaptiveQuantization: [, __expectString, `adaptiveQuantization`],
|
|
4312
4327
|
BitDepth: [, __expectString, `bitDepth`],
|
|
4328
|
+
FilmGrainSynthesis: [, __expectString, `filmGrainSynthesis`],
|
|
4313
4329
|
FramerateControl: [, __expectString, `framerateControl`],
|
|
4314
4330
|
FramerateConversionAlgorithm: [, __expectString, `framerateConversionAlgorithm`],
|
|
4315
4331
|
FramerateDenominator: [, __expectInt32, `framerateDenominator`],
|
|
@@ -4811,6 +4827,13 @@ const de_FileSourceSettings = (output, context) => {
|
|
|
4811
4827
|
TimeDeltaUnits: [, __expectString, `timeDeltaUnits`],
|
|
4812
4828
|
});
|
|
4813
4829
|
};
|
|
4830
|
+
const de_FlacSettings = (output, context) => {
|
|
4831
|
+
return take(output, {
|
|
4832
|
+
BitDepth: [, __expectInt32, `bitDepth`],
|
|
4833
|
+
Channels: [, __expectInt32, `channels`],
|
|
4834
|
+
SampleRate: [, __expectInt32, `sampleRate`],
|
|
4835
|
+
});
|
|
4836
|
+
};
|
|
4814
4837
|
const de_ForceIncludeRenditionSize = (output, context) => {
|
|
4815
4838
|
return take(output, {
|
|
4816
4839
|
Height: [, __expectInt32, `height`],
|
|
@@ -5316,6 +5339,8 @@ const de_M2tsSettings = (output, context) => {
|
|
|
5316
5339
|
PmtPid: [, __expectInt32, `pmtPid`],
|
|
5317
5340
|
PrivateMetadataPid: [, __expectInt32, `privateMetadataPid`],
|
|
5318
5341
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5342
|
+
PtsOffset: [, __expectInt32, `ptsOffset`],
|
|
5343
|
+
PtsOffsetMode: [, __expectString, `ptsOffsetMode`],
|
|
5319
5344
|
RateMode: [, __expectString, `rateMode`],
|
|
5320
5345
|
Scte35Esam: [, (_) => de_M2tsScte35Esam(_, context), `scte35Esam`],
|
|
5321
5346
|
Scte35Pid: [, __expectInt32, `scte35Pid`],
|
|
@@ -5343,6 +5368,8 @@ const de_M3u8Settings = (output, context) => {
|
|
|
5343
5368
|
PmtPid: [, __expectInt32, `pmtPid`],
|
|
5344
5369
|
PrivateMetadataPid: [, __expectInt32, `privateMetadataPid`],
|
|
5345
5370
|
ProgramNumber: [, __expectInt32, `programNumber`],
|
|
5371
|
+
PtsOffset: [, __expectInt32, `ptsOffset`],
|
|
5372
|
+
PtsOffsetMode: [, __expectString, `ptsOffsetMode`],
|
|
5346
5373
|
Scte35Pid: [, __expectInt32, `scte35Pid`],
|
|
5347
5374
|
Scte35Source: [, __expectString, `scte35Source`],
|
|
5348
5375
|
TimedMetadata: [, __expectString, `timedMetadata`],
|
|
@@ -5737,6 +5764,7 @@ const de_S3DestinationSettings = (output, context) => {
|
|
|
5737
5764
|
return take(output, {
|
|
5738
5765
|
AccessControl: [, (_) => de_S3DestinationAccessControl(_, context), `accessControl`],
|
|
5739
5766
|
Encryption: [, (_) => de_S3EncryptionSettings(_, context), `encryption`],
|
|
5767
|
+
StorageClass: [, __expectString, `storageClass`],
|
|
5740
5768
|
});
|
|
5741
5769
|
};
|
|
5742
5770
|
const de_S3EncryptionSettings = (output, context) => {
|