@aws-sdk/client-mediaconvert 3.279.0 → 3.280.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/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetPolicyCommand.js +1 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_1.js +29 -21
- package/dist-cjs/models/models_2.js +17 -1
- package/dist-cjs/protocols/Aws_restJson1.js +20 -0
- package/dist-es/commands/GetJobCommand.js +2 -1
- package/dist-es/commands/GetJobTemplateCommand.js +1 -1
- package/dist-es/commands/GetPolicyCommand.js +1 -2
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_1.js +23 -12
- package/dist-es/models/models_2.js +12 -0
- package/dist-es/protocols/Aws_restJson1.js +20 -0
- package/dist-types/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +1 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +46 -40
- package/dist-types/models/models_2.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +26 -22
- package/dist-types/ts3.4/models/models_2.d.ts +22 -0
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
7
|
const models_1_1 = require("../models/models_1");
|
|
8
|
+
const models_2_1 = require("../models/models_2");
|
|
8
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
10
|
class GetJobCommand extends smithy_client_1.Command {
|
|
10
11
|
constructor(input) {
|
|
@@ -31,7 +32,7 @@ class GetJobCommand extends smithy_client_1.Command {
|
|
|
31
32
|
clientName,
|
|
32
33
|
commandName,
|
|
33
34
|
inputFilterSensitiveLog: models_1_1.GetJobRequestFilterSensitiveLog,
|
|
34
|
-
outputFilterSensitiveLog:
|
|
35
|
+
outputFilterSensitiveLog: models_2_1.GetJobResponseFilterSensitiveLog,
|
|
35
36
|
};
|
|
36
37
|
const { requestHandler } = configuration;
|
|
37
38
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.GetJobTemplateCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_2_1 = require("../models/models_2");
|
|
8
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
9
9
|
class GetJobTemplateCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class GetJobTemplateCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_2_1.GetJobTemplateRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_2_1.GetJobTemplateResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,6 @@ exports.GetPolicyCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const models_1_1 = require("../models/models_1");
|
|
8
7
|
const models_2_1 = require("../models/models_2");
|
|
9
8
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
9
|
class GetPolicyCommand extends smithy_client_1.Command {
|
|
@@ -31,7 +30,7 @@ class GetPolicyCommand extends smithy_client_1.Command {
|
|
|
31
30
|
logger,
|
|
32
31
|
clientName,
|
|
33
32
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_2_1.GetPolicyRequestFilterSensitiveLog,
|
|
35
34
|
outputFilterSensitiveLog: models_2_1.GetPolicyResponseFilterSensitiveLog,
|
|
36
35
|
};
|
|
37
36
|
const { requestHandler } = configuration;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const u = "
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
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 }, { type: b, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }] }, { type: b, rules: [{ 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: [{ 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: [{ 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: [{ 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 }] }, { type: b, rules: [{ 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 }, { conditions: [{ [v]: g, [w]: [n, "us-gov-west-1"] }], endpoint: { url: "https://mediaconvert.us-gov-west-1.amazonaws.com", 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;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Av1SpatialAdaptiveQuantization = exports.Av1RateControlMode = exports.Av1FramerateConversionAlgorithm = exports.Av1FramerateControl = exports.Av1BitDepth = exports.Av1AdaptiveQuantization = exports.AntiAlias = 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.M2tsPcrControl = exports.M2tsNielsenId3 = exports.M2tsKlvMetadata = exports.M2tsForceTsVideoEbpOrder = exports.M2tsEsRateInPes = exports.M2tsEbpPlacement = exports.M2tsEbpAudioInterval = exports.OutputSdt = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
4
|
+
exports.H265SampleAdaptiveOffsetFilterMode = exports.H265RateControlMode = exports.H265QualityTuningLevel = exports.H265ParControl = exports.H265InterlaceMode = exports.H265GopSizeUnits = exports.H265GopBReference = exports.H265FramerateConversionAlgorithm = 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 = void 0;
|
|
5
|
+
exports.Vp8RateControlMode = exports.Vp8QualityTuningLevel = exports.Vp8ParControl = exports.Vp8FramerateConversionAlgorithm = exports.Vp8FramerateControl = exports.Vc3Class = exports.Vc3Telecine = exports.Vc3SlowPal = 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 = void 0;
|
|
6
|
+
exports.PricingPlan = exports.Type = exports.StatusUpdateInterval = exports.JobStatus = exports.SimulateReservedQueue = exports.TimecodeSource = exports.TimecodeBurninPosition = exports.WatermarkingStrength = 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 = void 0;
|
|
7
|
+
exports.DolbyVisionLevel6MetadataFilterSensitiveLog = exports.DeinterlacerFilterSensitiveLog = exports.ColorCorrectorFilterSensitiveLog = exports.ClipLimitsFilterSensitiveLog = exports.VideoCodecSettingsFilterSensitiveLog = exports.XavcSettingsFilterSensitiveLog = exports.XavcHdProfileSettingsFilterSensitiveLog = exports.XavcHdIntraCbgProfileSettingsFilterSensitiveLog = exports.Xavc4kProfileSettingsFilterSensitiveLog = exports.Xavc4kIntraVbrProfileSettingsFilterSensitiveLog = exports.Xavc4kIntraCbgProfileSettingsFilterSensitiveLog = exports.Vp9SettingsFilterSensitiveLog = exports.Vp8SettingsFilterSensitiveLog = exports.Vc3SettingsFilterSensitiveLog = exports.ProresSettingsFilterSensitiveLog = exports.Mpeg2SettingsFilterSensitiveLog = exports.H265SettingsFilterSensitiveLog = exports.H265QvbrSettingsFilterSensitiveLog = exports.H264SettingsFilterSensitiveLog = exports.H264QvbrSettingsFilterSensitiveLog = exports.BandwidthReductionFilterFilterSensitiveLog = exports.FrameCaptureSettingsFilterSensitiveLog = exports.AvcIntraSettingsFilterSensitiveLog = exports.AvcIntraUhdSettingsFilterSensitiveLog = exports.Av1SettingsFilterSensitiveLog = exports.Av1QvbrSettingsFilterSensitiveLog = exports.OutputSettingsFilterSensitiveLog = exports.HlsSettingsFilterSensitiveLog = exports.ContainerSettingsFilterSensitiveLog = exports.MxfSettingsFilterSensitiveLog = exports.MxfXavcProfileSettingsFilterSensitiveLog = exports.MpdSettingsFilterSensitiveLog = exports.Mp4SettingsFilterSensitiveLog = exports.MovSettingsFilterSensitiveLog = exports.M3u8SettingsFilterSensitiveLog = exports.M2tsSettingsFilterSensitiveLog = exports.M2tsScte35EsamFilterSensitiveLog = exports.DvbTdtSettingsFilterSensitiveLog = exports.DvbSdtSettingsFilterSensitiveLog = exports.DescribeEndpointsMode = exports.TooManyRequestsException = exports.NotFoundException = exports.InternalServerErrorException = exports.ForbiddenException = exports.ConflictException = exports.BadRequestException = exports.QueueStatus = exports.ReservationPlanStatus = exports.RenewalType = exports.Commitment = void 0;
|
|
8
|
+
exports.GetJobRequestFilterSensitiveLog = exports.DisassociateCertificateResponseFilterSensitiveLog = exports.DisassociateCertificateRequestFilterSensitiveLog = exports.DescribeEndpointsResponseFilterSensitiveLog = exports.DescribeEndpointsRequestFilterSensitiveLog = exports.DeleteQueueResponseFilterSensitiveLog = exports.DeleteQueueRequestFilterSensitiveLog = exports.DeletePresetResponseFilterSensitiveLog = exports.DeletePresetRequestFilterSensitiveLog = exports.DeletePolicyResponseFilterSensitiveLog = exports.DeletePolicyRequestFilterSensitiveLog = exports.DeleteJobTemplateResponseFilterSensitiveLog = exports.DeleteJobTemplateRequestFilterSensitiveLog = exports.CreateQueueResponseFilterSensitiveLog = exports.CreateQueueRequestFilterSensitiveLog = exports.ReservationPlanSettingsFilterSensitiveLog = exports.CreatePresetResponseFilterSensitiveLog = exports.CreatePresetRequestFilterSensitiveLog = exports.CreateJobTemplateResponseFilterSensitiveLog = exports.CreateJobTemplateRequestFilterSensitiveLog = exports.CreateJobResponseFilterSensitiveLog = exports.CreateJobRequestFilterSensitiveLog = exports.CancelJobResponseFilterSensitiveLog = exports.CancelJobRequestFilterSensitiveLog = exports.AssociateCertificateResponseFilterSensitiveLog = exports.AssociateCertificateRequestFilterSensitiveLog = exports.QueueFilterSensitiveLog = exports.ReservationPlanFilterSensitiveLog = exports.PresetFilterSensitiveLog = exports.PresetSettingsFilterSensitiveLog = exports.JobTemplateFilterSensitiveLog = exports.JobTemplateSettingsFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.TimingFilterSensitiveLog = exports.JobSettingsFilterSensitiveLog = exports.TimedMetadataInsertionFilterSensitiveLog = exports.TimecodeConfigFilterSensitiveLog = exports.OutputGroupFilterSensitiveLog = exports.OutputFilterSensitiveLog = exports.VideoDescriptionFilterSensitiveLog = exports.VideoPreprocessorFilterSensitiveLog = exports.TimecodeBurninFilterSensitiveLog = exports.PartnerWatermarkingFilterSensitiveLog = exports.NexGuardFileMarkerSettingsFilterSensitiveLog = exports.NoiseReducerFilterSensitiveLog = exports.NoiseReducerTemporalFilterSettingsFilterSensitiveLog = exports.NoiseReducerSpatialFilterSettingsFilterSensitiveLog = exports.NoiseReducerFilterSettingsFilterSensitiveLog = exports.Hdr10PlusFilterSensitiveLog = exports.DolbyVisionFilterSensitiveLog = void 0;
|
|
9
9
|
const MediaConvertServiceException_1 = require("./MediaConvertServiceException");
|
|
10
10
|
var OutputSdt;
|
|
11
11
|
(function (OutputSdt) {
|
|
@@ -342,6 +342,21 @@ var H264AdaptiveQuantization;
|
|
|
342
342
|
H264AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
343
343
|
H264AdaptiveQuantization["OFF"] = "OFF";
|
|
344
344
|
})(H264AdaptiveQuantization = exports.H264AdaptiveQuantization || (exports.H264AdaptiveQuantization = {}));
|
|
345
|
+
var BandwidthReductionFilterSharpening;
|
|
346
|
+
(function (BandwidthReductionFilterSharpening) {
|
|
347
|
+
BandwidthReductionFilterSharpening["HIGH"] = "HIGH";
|
|
348
|
+
BandwidthReductionFilterSharpening["LOW"] = "LOW";
|
|
349
|
+
BandwidthReductionFilterSharpening["MEDIUM"] = "MEDIUM";
|
|
350
|
+
BandwidthReductionFilterSharpening["OFF"] = "OFF";
|
|
351
|
+
})(BandwidthReductionFilterSharpening = exports.BandwidthReductionFilterSharpening || (exports.BandwidthReductionFilterSharpening = {}));
|
|
352
|
+
var BandwidthReductionFilterStrength;
|
|
353
|
+
(function (BandwidthReductionFilterStrength) {
|
|
354
|
+
BandwidthReductionFilterStrength["AUTO"] = "AUTO";
|
|
355
|
+
BandwidthReductionFilterStrength["HIGH"] = "HIGH";
|
|
356
|
+
BandwidthReductionFilterStrength["LOW"] = "LOW";
|
|
357
|
+
BandwidthReductionFilterStrength["MEDIUM"] = "MEDIUM";
|
|
358
|
+
BandwidthReductionFilterStrength["OFF"] = "OFF";
|
|
359
|
+
})(BandwidthReductionFilterStrength = exports.BandwidthReductionFilterStrength || (exports.BandwidthReductionFilterStrength = {}));
|
|
345
360
|
var H264CodecLevel;
|
|
346
361
|
(function (H264CodecLevel) {
|
|
347
362
|
H264CodecLevel["AUTO"] = "AUTO";
|
|
@@ -1048,6 +1063,11 @@ var ColorSpaceConversion;
|
|
|
1048
1063
|
ColorSpaceConversion["FORCE_P3DCI"] = "FORCE_P3DCI";
|
|
1049
1064
|
ColorSpaceConversion["NONE"] = "NONE";
|
|
1050
1065
|
})(ColorSpaceConversion = exports.ColorSpaceConversion || (exports.ColorSpaceConversion = {}));
|
|
1066
|
+
var HDRToSDRToneMapper;
|
|
1067
|
+
(function (HDRToSDRToneMapper) {
|
|
1068
|
+
HDRToSDRToneMapper["PRESERVE_DETAILS"] = "PRESERVE_DETAILS";
|
|
1069
|
+
HDRToSDRToneMapper["VIBRANT"] = "VIBRANT";
|
|
1070
|
+
})(HDRToSDRToneMapper = exports.HDRToSDRToneMapper || (exports.HDRToSDRToneMapper = {}));
|
|
1051
1071
|
var SampleRangeConversion;
|
|
1052
1072
|
(function (SampleRangeConversion) {
|
|
1053
1073
|
SampleRangeConversion["LIMITED_RANGE_CLIP"] = "LIMITED_RANGE_CLIP";
|
|
@@ -1358,6 +1378,10 @@ const FrameCaptureSettingsFilterSensitiveLog = (obj) => ({
|
|
|
1358
1378
|
...obj,
|
|
1359
1379
|
});
|
|
1360
1380
|
exports.FrameCaptureSettingsFilterSensitiveLog = FrameCaptureSettingsFilterSensitiveLog;
|
|
1381
|
+
const BandwidthReductionFilterFilterSensitiveLog = (obj) => ({
|
|
1382
|
+
...obj,
|
|
1383
|
+
});
|
|
1384
|
+
exports.BandwidthReductionFilterFilterSensitiveLog = BandwidthReductionFilterFilterSensitiveLog;
|
|
1361
1385
|
const H264QvbrSettingsFilterSensitiveLog = (obj) => ({
|
|
1362
1386
|
...obj,
|
|
1363
1387
|
});
|
|
@@ -1638,19 +1662,3 @@ const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
|
1638
1662
|
...obj,
|
|
1639
1663
|
});
|
|
1640
1664
|
exports.GetJobRequestFilterSensitiveLog = GetJobRequestFilterSensitiveLog;
|
|
1641
|
-
const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
1642
|
-
...obj,
|
|
1643
|
-
});
|
|
1644
|
-
exports.GetJobResponseFilterSensitiveLog = GetJobResponseFilterSensitiveLog;
|
|
1645
|
-
const GetJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1646
|
-
...obj,
|
|
1647
|
-
});
|
|
1648
|
-
exports.GetJobTemplateRequestFilterSensitiveLog = GetJobTemplateRequestFilterSensitiveLog;
|
|
1649
|
-
const GetJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
1650
|
-
...obj,
|
|
1651
|
-
});
|
|
1652
|
-
exports.GetJobTemplateResponseFilterSensitiveLog = GetJobTemplateResponseFilterSensitiveLog;
|
|
1653
|
-
const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1654
|
-
...obj,
|
|
1655
|
-
});
|
|
1656
|
-
exports.GetPolicyRequestFilterSensitiveLog = GetPolicyRequestFilterSensitiveLog;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateQueueResponseFilterSensitiveLog = exports.UpdateQueueRequestFilterSensitiveLog = exports.UpdatePresetResponseFilterSensitiveLog = exports.UpdatePresetRequestFilterSensitiveLog = exports.UpdateJobTemplateResponseFilterSensitiveLog = exports.UpdateJobTemplateRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.PutPolicyResponseFilterSensitiveLog = exports.PutPolicyRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ResourceTagsFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListQueuesResponseFilterSensitiveLog = exports.ListQueuesRequestFilterSensitiveLog = exports.ListPresetsResponseFilterSensitiveLog = exports.ListPresetsRequestFilterSensitiveLog = exports.ListJobTemplatesResponseFilterSensitiveLog = exports.ListJobTemplatesRequestFilterSensitiveLog = exports.ListJobsResponseFilterSensitiveLog = exports.ListJobsRequestFilterSensitiveLog = exports.GetQueueResponseFilterSensitiveLog = exports.GetQueueRequestFilterSensitiveLog = exports.GetPresetResponseFilterSensitiveLog = exports.GetPresetRequestFilterSensitiveLog = exports.GetPolicyResponseFilterSensitiveLog = exports.PolicyFilterSensitiveLog = exports.QueueListBy = exports.PresetListBy = exports.Order = exports.JobTemplateListBy = exports.InputPolicy = void 0;
|
|
3
|
+
exports.UpdateQueueResponseFilterSensitiveLog = exports.UpdateQueueRequestFilterSensitiveLog = exports.UpdatePresetResponseFilterSensitiveLog = exports.UpdatePresetRequestFilterSensitiveLog = exports.UpdateJobTemplateResponseFilterSensitiveLog = exports.UpdateJobTemplateRequestFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.PutPolicyResponseFilterSensitiveLog = exports.PutPolicyRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ResourceTagsFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListQueuesResponseFilterSensitiveLog = exports.ListQueuesRequestFilterSensitiveLog = exports.ListPresetsResponseFilterSensitiveLog = exports.ListPresetsRequestFilterSensitiveLog = exports.ListJobTemplatesResponseFilterSensitiveLog = exports.ListJobTemplatesRequestFilterSensitiveLog = exports.ListJobsResponseFilterSensitiveLog = exports.ListJobsRequestFilterSensitiveLog = exports.GetQueueResponseFilterSensitiveLog = exports.GetQueueRequestFilterSensitiveLog = exports.GetPresetResponseFilterSensitiveLog = exports.GetPresetRequestFilterSensitiveLog = exports.GetPolicyResponseFilterSensitiveLog = exports.PolicyFilterSensitiveLog = exports.GetPolicyRequestFilterSensitiveLog = exports.GetJobTemplateResponseFilterSensitiveLog = exports.GetJobTemplateRequestFilterSensitiveLog = exports.GetJobResponseFilterSensitiveLog = exports.QueueListBy = exports.PresetListBy = exports.Order = exports.JobTemplateListBy = exports.InputPolicy = void 0;
|
|
4
4
|
var InputPolicy;
|
|
5
5
|
(function (InputPolicy) {
|
|
6
6
|
InputPolicy["ALLOWED"] = "ALLOWED";
|
|
@@ -28,6 +28,22 @@ var QueueListBy;
|
|
|
28
28
|
QueueListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
29
29
|
QueueListBy["NAME"] = "NAME";
|
|
30
30
|
})(QueueListBy = exports.QueueListBy || (exports.QueueListBy = {}));
|
|
31
|
+
const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
34
|
+
exports.GetJobResponseFilterSensitiveLog = GetJobResponseFilterSensitiveLog;
|
|
35
|
+
const GetJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
36
|
+
...obj,
|
|
37
|
+
});
|
|
38
|
+
exports.GetJobTemplateRequestFilterSensitiveLog = GetJobTemplateRequestFilterSensitiveLog;
|
|
39
|
+
const GetJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
40
|
+
...obj,
|
|
41
|
+
});
|
|
42
|
+
exports.GetJobTemplateResponseFilterSensitiveLog = GetJobTemplateResponseFilterSensitiveLog;
|
|
43
|
+
const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
44
|
+
...obj,
|
|
45
|
+
});
|
|
46
|
+
exports.GetPolicyRequestFilterSensitiveLog = GetPolicyRequestFilterSensitiveLog;
|
|
31
47
|
const PolicyFilterSensitiveLog = (obj) => ({
|
|
32
48
|
...obj,
|
|
33
49
|
});
|
|
@@ -2563,6 +2563,12 @@ const serializeAws_restJson1AvcIntraUhdSettings = (input, context) => {
|
|
|
2563
2563
|
...(input.QualityTuningLevel != null && { qualityTuningLevel: input.QualityTuningLevel }),
|
|
2564
2564
|
};
|
|
2565
2565
|
};
|
|
2566
|
+
const serializeAws_restJson1BandwidthReductionFilter = (input, context) => {
|
|
2567
|
+
return {
|
|
2568
|
+
...(input.Sharpening != null && { sharpening: input.Sharpening }),
|
|
2569
|
+
...(input.Strength != null && { strength: input.Strength }),
|
|
2570
|
+
};
|
|
2571
|
+
};
|
|
2566
2572
|
const serializeAws_restJson1BurninDestinationSettings = (input, context) => {
|
|
2567
2573
|
return {
|
|
2568
2574
|
...(input.Alignment != null && { alignment: input.Alignment }),
|
|
@@ -2809,6 +2815,7 @@ const serializeAws_restJson1ColorCorrector = (input, context) => {
|
|
|
2809
2815
|
...(input.Hdr10Metadata != null && {
|
|
2810
2816
|
hdr10Metadata: serializeAws_restJson1Hdr10Metadata(input.Hdr10Metadata, context),
|
|
2811
2817
|
}),
|
|
2818
|
+
...(input.HdrToSdrToneMapper != null && { hdrToSdrToneMapper: input.HdrToSdrToneMapper }),
|
|
2812
2819
|
...(input.Hue != null && { hue: input.Hue }),
|
|
2813
2820
|
...(input.SampleRangeConversion != null && { sampleRangeConversion: input.SampleRangeConversion }),
|
|
2814
2821
|
...(input.Saturation != null && { saturation: input.Saturation }),
|
|
@@ -3134,6 +3141,9 @@ const serializeAws_restJson1H264QvbrSettings = (input, context) => {
|
|
|
3134
3141
|
const serializeAws_restJson1H264Settings = (input, context) => {
|
|
3135
3142
|
return {
|
|
3136
3143
|
...(input.AdaptiveQuantization != null && { adaptiveQuantization: input.AdaptiveQuantization }),
|
|
3144
|
+
...(input.BandwidthReductionFilter != null && {
|
|
3145
|
+
bandwidthReductionFilter: serializeAws_restJson1BandwidthReductionFilter(input.BandwidthReductionFilter, context),
|
|
3146
|
+
}),
|
|
3137
3147
|
...(input.Bitrate != null && { bitrate: input.Bitrate }),
|
|
3138
3148
|
...(input.CodecLevel != null && { codecLevel: input.CodecLevel }),
|
|
3139
3149
|
...(input.CodecProfile != null && { codecProfile: input.CodecProfile }),
|
|
@@ -5156,6 +5166,12 @@ const deserializeAws_restJson1AvcIntraUhdSettings = (output, context) => {
|
|
|
5156
5166
|
QualityTuningLevel: (0, smithy_client_1.expectString)(output.qualityTuningLevel),
|
|
5157
5167
|
};
|
|
5158
5168
|
};
|
|
5169
|
+
const deserializeAws_restJson1BandwidthReductionFilter = (output, context) => {
|
|
5170
|
+
return {
|
|
5171
|
+
Sharpening: (0, smithy_client_1.expectString)(output.sharpening),
|
|
5172
|
+
Strength: (0, smithy_client_1.expectString)(output.strength),
|
|
5173
|
+
};
|
|
5174
|
+
};
|
|
5159
5175
|
const deserializeAws_restJson1BurninDestinationSettings = (output, context) => {
|
|
5160
5176
|
return {
|
|
5161
5177
|
Alignment: (0, smithy_client_1.expectString)(output.alignment),
|
|
@@ -5386,6 +5402,7 @@ const deserializeAws_restJson1ColorCorrector = (output, context) => {
|
|
|
5386
5402
|
ColorSpaceConversion: (0, smithy_client_1.expectString)(output.colorSpaceConversion),
|
|
5387
5403
|
Contrast: (0, smithy_client_1.expectInt32)(output.contrast),
|
|
5388
5404
|
Hdr10Metadata: output.hdr10Metadata != null ? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context) : undefined,
|
|
5405
|
+
HdrToSdrToneMapper: (0, smithy_client_1.expectString)(output.hdrToSdrToneMapper),
|
|
5389
5406
|
Hue: (0, smithy_client_1.expectInt32)(output.hue),
|
|
5390
5407
|
SampleRangeConversion: (0, smithy_client_1.expectString)(output.sampleRangeConversion),
|
|
5391
5408
|
Saturation: (0, smithy_client_1.expectInt32)(output.saturation),
|
|
@@ -5686,6 +5703,9 @@ const deserializeAws_restJson1H264QvbrSettings = (output, context) => {
|
|
|
5686
5703
|
const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
5687
5704
|
return {
|
|
5688
5705
|
AdaptiveQuantization: (0, smithy_client_1.expectString)(output.adaptiveQuantization),
|
|
5706
|
+
BandwidthReductionFilter: output.bandwidthReductionFilter != null
|
|
5707
|
+
? deserializeAws_restJson1BandwidthReductionFilter(output.bandwidthReductionFilter, context)
|
|
5708
|
+
: undefined,
|
|
5689
5709
|
Bitrate: (0, smithy_client_1.expectInt32)(output.bitrate),
|
|
5690
5710
|
CodecLevel: (0, smithy_client_1.expectString)(output.codecLevel),
|
|
5691
5711
|
CodecProfile: (0, smithy_client_1.expectString)(output.codecProfile),
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetJobRequestFilterSensitiveLog
|
|
4
|
+
import { GetJobRequestFilterSensitiveLog } from "../models/models_1";
|
|
5
|
+
import { GetJobResponseFilterSensitiveLog } from "../models/models_2";
|
|
5
6
|
import { deserializeAws_restJson1GetJobCommand, serializeAws_restJson1GetJobCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export class GetJobCommand extends $Command {
|
|
7
8
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetJobTemplateRequestFilterSensitiveLog, GetJobTemplateResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { GetJobTemplateRequestFilterSensitiveLog, GetJobTemplateResponseFilterSensitiveLog, } from "../models/models_2";
|
|
5
5
|
import { deserializeAws_restJson1GetJobTemplateCommand, serializeAws_restJson1GetJobTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class GetJobTemplateCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { GetPolicyRequestFilterSensitiveLog } from "../models/
|
|
5
|
-
import { GetPolicyResponseFilterSensitiveLog } from "../models/models_2";
|
|
4
|
+
import { GetPolicyRequestFilterSensitiveLog, GetPolicyResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
5
|
import { deserializeAws_restJson1GetPolicyCommand, serializeAws_restJson1GetPolicyCommand, } from "../protocols/Aws_restJson1";
|
|
7
6
|
export class GetPolicyCommand extends $Command {
|
|
8
7
|
constructor(input) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const u = "
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const u = "required", v = "fn", w = "argv", x = "ref";
|
|
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 }, { type: b, rules: [{ conditions: s, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: j, properties: m, headers: m }, type: d }] }] }, { type: b, rules: [{ 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: [{ 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: [{ 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: [{ 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 }] }, { type: b, rules: [{ 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 }, { conditions: [{ [v]: g, [w]: [n, "us-gov-west-1"] }], endpoint: { url: "https://mediaconvert.us-gov-west-1.amazonaws.com", 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;
|
|
@@ -334,6 +334,21 @@ export var H264AdaptiveQuantization;
|
|
|
334
334
|
H264AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
335
335
|
H264AdaptiveQuantization["OFF"] = "OFF";
|
|
336
336
|
})(H264AdaptiveQuantization || (H264AdaptiveQuantization = {}));
|
|
337
|
+
export var BandwidthReductionFilterSharpening;
|
|
338
|
+
(function (BandwidthReductionFilterSharpening) {
|
|
339
|
+
BandwidthReductionFilterSharpening["HIGH"] = "HIGH";
|
|
340
|
+
BandwidthReductionFilterSharpening["LOW"] = "LOW";
|
|
341
|
+
BandwidthReductionFilterSharpening["MEDIUM"] = "MEDIUM";
|
|
342
|
+
BandwidthReductionFilterSharpening["OFF"] = "OFF";
|
|
343
|
+
})(BandwidthReductionFilterSharpening || (BandwidthReductionFilterSharpening = {}));
|
|
344
|
+
export var BandwidthReductionFilterStrength;
|
|
345
|
+
(function (BandwidthReductionFilterStrength) {
|
|
346
|
+
BandwidthReductionFilterStrength["AUTO"] = "AUTO";
|
|
347
|
+
BandwidthReductionFilterStrength["HIGH"] = "HIGH";
|
|
348
|
+
BandwidthReductionFilterStrength["LOW"] = "LOW";
|
|
349
|
+
BandwidthReductionFilterStrength["MEDIUM"] = "MEDIUM";
|
|
350
|
+
BandwidthReductionFilterStrength["OFF"] = "OFF";
|
|
351
|
+
})(BandwidthReductionFilterStrength || (BandwidthReductionFilterStrength = {}));
|
|
337
352
|
export var H264CodecLevel;
|
|
338
353
|
(function (H264CodecLevel) {
|
|
339
354
|
H264CodecLevel["AUTO"] = "AUTO";
|
|
@@ -1040,6 +1055,11 @@ export var ColorSpaceConversion;
|
|
|
1040
1055
|
ColorSpaceConversion["FORCE_P3DCI"] = "FORCE_P3DCI";
|
|
1041
1056
|
ColorSpaceConversion["NONE"] = "NONE";
|
|
1042
1057
|
})(ColorSpaceConversion || (ColorSpaceConversion = {}));
|
|
1058
|
+
export var HDRToSDRToneMapper;
|
|
1059
|
+
(function (HDRToSDRToneMapper) {
|
|
1060
|
+
HDRToSDRToneMapper["PRESERVE_DETAILS"] = "PRESERVE_DETAILS";
|
|
1061
|
+
HDRToSDRToneMapper["VIBRANT"] = "VIBRANT";
|
|
1062
|
+
})(HDRToSDRToneMapper || (HDRToSDRToneMapper = {}));
|
|
1043
1063
|
export var SampleRangeConversion;
|
|
1044
1064
|
(function (SampleRangeConversion) {
|
|
1045
1065
|
SampleRangeConversion["LIMITED_RANGE_CLIP"] = "LIMITED_RANGE_CLIP";
|
|
@@ -1326,6 +1346,9 @@ export const AvcIntraSettingsFilterSensitiveLog = (obj) => ({
|
|
|
1326
1346
|
export const FrameCaptureSettingsFilterSensitiveLog = (obj) => ({
|
|
1327
1347
|
...obj,
|
|
1328
1348
|
});
|
|
1349
|
+
export const BandwidthReductionFilterFilterSensitiveLog = (obj) => ({
|
|
1350
|
+
...obj,
|
|
1351
|
+
});
|
|
1329
1352
|
export const H264QvbrSettingsFilterSensitiveLog = (obj) => ({
|
|
1330
1353
|
...obj,
|
|
1331
1354
|
});
|
|
@@ -1536,15 +1559,3 @@ export const DisassociateCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
|
1536
1559
|
export const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
1537
1560
|
...obj,
|
|
1538
1561
|
});
|
|
1539
|
-
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
1540
|
-
...obj,
|
|
1541
|
-
});
|
|
1542
|
-
export const GetJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1543
|
-
...obj,
|
|
1544
|
-
});
|
|
1545
|
-
export const GetJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
1546
|
-
...obj,
|
|
1547
|
-
});
|
|
1548
|
-
export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1549
|
-
...obj,
|
|
1550
|
-
});
|
|
@@ -25,6 +25,18 @@ export var QueueListBy;
|
|
|
25
25
|
QueueListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
26
26
|
QueueListBy["NAME"] = "NAME";
|
|
27
27
|
})(QueueListBy || (QueueListBy = {}));
|
|
28
|
+
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
});
|
|
31
|
+
export const GetJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
34
|
+
export const GetJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
35
|
+
...obj,
|
|
36
|
+
});
|
|
37
|
+
export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
38
|
+
...obj,
|
|
39
|
+
});
|
|
28
40
|
export const PolicyFilterSensitiveLog = (obj) => ({
|
|
29
41
|
...obj,
|
|
30
42
|
});
|
|
@@ -2503,6 +2503,12 @@ const serializeAws_restJson1AvcIntraUhdSettings = (input, context) => {
|
|
|
2503
2503
|
...(input.QualityTuningLevel != null && { qualityTuningLevel: input.QualityTuningLevel }),
|
|
2504
2504
|
};
|
|
2505
2505
|
};
|
|
2506
|
+
const serializeAws_restJson1BandwidthReductionFilter = (input, context) => {
|
|
2507
|
+
return {
|
|
2508
|
+
...(input.Sharpening != null && { sharpening: input.Sharpening }),
|
|
2509
|
+
...(input.Strength != null && { strength: input.Strength }),
|
|
2510
|
+
};
|
|
2511
|
+
};
|
|
2506
2512
|
const serializeAws_restJson1BurninDestinationSettings = (input, context) => {
|
|
2507
2513
|
return {
|
|
2508
2514
|
...(input.Alignment != null && { alignment: input.Alignment }),
|
|
@@ -2749,6 +2755,7 @@ const serializeAws_restJson1ColorCorrector = (input, context) => {
|
|
|
2749
2755
|
...(input.Hdr10Metadata != null && {
|
|
2750
2756
|
hdr10Metadata: serializeAws_restJson1Hdr10Metadata(input.Hdr10Metadata, context),
|
|
2751
2757
|
}),
|
|
2758
|
+
...(input.HdrToSdrToneMapper != null && { hdrToSdrToneMapper: input.HdrToSdrToneMapper }),
|
|
2752
2759
|
...(input.Hue != null && { hue: input.Hue }),
|
|
2753
2760
|
...(input.SampleRangeConversion != null && { sampleRangeConversion: input.SampleRangeConversion }),
|
|
2754
2761
|
...(input.Saturation != null && { saturation: input.Saturation }),
|
|
@@ -3074,6 +3081,9 @@ const serializeAws_restJson1H264QvbrSettings = (input, context) => {
|
|
|
3074
3081
|
const serializeAws_restJson1H264Settings = (input, context) => {
|
|
3075
3082
|
return {
|
|
3076
3083
|
...(input.AdaptiveQuantization != null && { adaptiveQuantization: input.AdaptiveQuantization }),
|
|
3084
|
+
...(input.BandwidthReductionFilter != null && {
|
|
3085
|
+
bandwidthReductionFilter: serializeAws_restJson1BandwidthReductionFilter(input.BandwidthReductionFilter, context),
|
|
3086
|
+
}),
|
|
3077
3087
|
...(input.Bitrate != null && { bitrate: input.Bitrate }),
|
|
3078
3088
|
...(input.CodecLevel != null && { codecLevel: input.CodecLevel }),
|
|
3079
3089
|
...(input.CodecProfile != null && { codecProfile: input.CodecProfile }),
|
|
@@ -5096,6 +5106,12 @@ const deserializeAws_restJson1AvcIntraUhdSettings = (output, context) => {
|
|
|
5096
5106
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
5097
5107
|
};
|
|
5098
5108
|
};
|
|
5109
|
+
const deserializeAws_restJson1BandwidthReductionFilter = (output, context) => {
|
|
5110
|
+
return {
|
|
5111
|
+
Sharpening: __expectString(output.sharpening),
|
|
5112
|
+
Strength: __expectString(output.strength),
|
|
5113
|
+
};
|
|
5114
|
+
};
|
|
5099
5115
|
const deserializeAws_restJson1BurninDestinationSettings = (output, context) => {
|
|
5100
5116
|
return {
|
|
5101
5117
|
Alignment: __expectString(output.alignment),
|
|
@@ -5326,6 +5342,7 @@ const deserializeAws_restJson1ColorCorrector = (output, context) => {
|
|
|
5326
5342
|
ColorSpaceConversion: __expectString(output.colorSpaceConversion),
|
|
5327
5343
|
Contrast: __expectInt32(output.contrast),
|
|
5328
5344
|
Hdr10Metadata: output.hdr10Metadata != null ? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context) : undefined,
|
|
5345
|
+
HdrToSdrToneMapper: __expectString(output.hdrToSdrToneMapper),
|
|
5329
5346
|
Hue: __expectInt32(output.hue),
|
|
5330
5347
|
SampleRangeConversion: __expectString(output.sampleRangeConversion),
|
|
5331
5348
|
Saturation: __expectInt32(output.saturation),
|
|
@@ -5626,6 +5643,9 @@ const deserializeAws_restJson1H264QvbrSettings = (output, context) => {
|
|
|
5626
5643
|
const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
5627
5644
|
return {
|
|
5628
5645
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
5646
|
+
BandwidthReductionFilter: output.bandwidthReductionFilter != null
|
|
5647
|
+
? deserializeAws_restJson1BandwidthReductionFilter(output.bandwidthReductionFilter, context)
|
|
5648
|
+
: undefined,
|
|
5629
5649
|
Bitrate: __expectInt32(output.bitrate),
|
|
5630
5650
|
CodecLevel: __expectString(output.codecLevel),
|
|
5631
5651
|
CodecProfile: __expectString(output.codecProfile),
|
|
@@ -2,7 +2,8 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetJobRequest
|
|
5
|
+
import { GetJobRequest } from "../models/models_1";
|
|
6
|
+
import { GetJobResponse } from "../models/models_2";
|
|
6
7
|
export interface GetJobCommandInput extends GetJobRequest {
|
|
7
8
|
}
|
|
8
9
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/
|
|
5
|
+
import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2";
|
|
6
6
|
export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {
|
|
7
7
|
}
|
|
8
8
|
export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __MetadataBearer {
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetPolicyRequest } from "../models/
|
|
6
|
-
import { GetPolicyResponse } from "../models/models_2";
|
|
5
|
+
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
|
|
7
6
|
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
8
7
|
}
|
|
9
8
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -2676,7 +2676,7 @@ export declare enum VchipAction {
|
|
|
2676
2676
|
*/
|
|
2677
2677
|
export interface ExtendedDataServices {
|
|
2678
2678
|
/**
|
|
2679
|
-
* The action to take on
|
|
2679
|
+
* The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
|
|
2680
2680
|
*/
|
|
2681
2681
|
CopyProtectionAction?: CopyProtectionAction | string;
|
|
2682
2682
|
/**
|
|
@@ -3970,11 +3970,11 @@ export interface CmfcSettings {
|
|
|
3970
3970
|
*/
|
|
3971
3971
|
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion | string;
|
|
3972
3972
|
/**
|
|
3973
|
-
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more
|
|
3973
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3974
3974
|
*/
|
|
3975
3975
|
TimedMetadataSchemeIdUri?: string;
|
|
3976
3976
|
/**
|
|
3977
|
-
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more
|
|
3977
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3978
3978
|
*/
|
|
3979
3979
|
TimedMetadataValue?: string;
|
|
3980
3980
|
}
|
|
@@ -526,11 +526,11 @@ export interface MpdSettings {
|
|
|
526
526
|
*/
|
|
527
527
|
TimedMetadataBoxVersion?: MpdTimedMetadataBoxVersion | string;
|
|
528
528
|
/**
|
|
529
|
-
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more
|
|
529
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
530
530
|
*/
|
|
531
531
|
TimedMetadataSchemeIdUri?: string;
|
|
532
532
|
/**
|
|
533
|
-
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more
|
|
533
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
534
534
|
*/
|
|
535
535
|
TimedMetadataValue?: string;
|
|
536
536
|
}
|
|
@@ -921,6 +921,32 @@ export declare enum H264AdaptiveQuantization {
|
|
|
921
921
|
MEDIUM = "MEDIUM",
|
|
922
922
|
OFF = "OFF"
|
|
923
923
|
}
|
|
924
|
+
export declare enum BandwidthReductionFilterSharpening {
|
|
925
|
+
HIGH = "HIGH",
|
|
926
|
+
LOW = "LOW",
|
|
927
|
+
MEDIUM = "MEDIUM",
|
|
928
|
+
OFF = "OFF"
|
|
929
|
+
}
|
|
930
|
+
export declare enum BandwidthReductionFilterStrength {
|
|
931
|
+
AUTO = "AUTO",
|
|
932
|
+
HIGH = "HIGH",
|
|
933
|
+
LOW = "LOW",
|
|
934
|
+
MEDIUM = "MEDIUM",
|
|
935
|
+
OFF = "OFF"
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy.Outputs that use this feature incur pro-tier pricing.When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor.
|
|
939
|
+
*/
|
|
940
|
+
export interface BandwidthReductionFilter {
|
|
941
|
+
/**
|
|
942
|
+
* Optionally specify the level of sharpening to apply when you use the Bandwidth reduction filter. Sharpening adds contrast to the edges of your video content and can reduce softness. Keep the default value Off to apply no sharpening. Set Sharpening strength to Low to apply a minimal amount of sharpening, or High to apply a maximum amount of sharpening.
|
|
943
|
+
*/
|
|
944
|
+
Sharpening?: BandwidthReductionFilterSharpening | string;
|
|
945
|
+
/**
|
|
946
|
+
* Specify the strength of the Bandwidth reduction filter. For most workflows, we recommend that you choose Auto. Your output bandwidth will be reduced by at least 8 percent with no perceptual decrease in video quality. If your output bandwidth isn't constrained, set Filter strength to Low or Medium. Low results in minimal to no impact in perceptual quality. For more bandwidth reduction, choose High. The filter helps equalize quality between all scenes and increases video softness. We recommend that you choose High for low bitrate outputs.
|
|
947
|
+
*/
|
|
948
|
+
Strength?: BandwidthReductionFilterStrength | string;
|
|
949
|
+
}
|
|
924
950
|
export declare enum H264CodecLevel {
|
|
925
951
|
AUTO = "AUTO",
|
|
926
952
|
LEVEL_1 = "LEVEL_1",
|
|
@@ -1067,6 +1093,10 @@ export interface H264Settings {
|
|
|
1067
1093
|
* Keep the default value, Auto (AUTO), for this setting to have MediaConvert automatically apply the best types of quantization for your video content. When you want to apply your quantization settings manually, you must set H264AdaptiveQuantization to a value other than Auto (AUTO). Use this setting to specify the strength of any adaptive quantization filters that you enable. If you don't want MediaConvert to do any adaptive quantization in this transcode, set Adaptive quantization (H264AdaptiveQuantization) to Off (OFF). Related settings: The value that you choose here applies to the following settings: H264FlickerAdaptiveQuantization, H264SpatialAdaptiveQuantization, and H264TemporalAdaptiveQuantization.
|
|
1068
1094
|
*/
|
|
1069
1095
|
AdaptiveQuantization?: H264AdaptiveQuantization | string;
|
|
1096
|
+
/**
|
|
1097
|
+
* The Bandwidth reduction filter increases the video quality of your output relative to its bitrate. Use to lower the bitrate of your constant quality QVBR output, with little or no perceptual decrease in quality. Or, use to increase the video quality of outputs with other rate control modes relative to the bitrate that you specify. Bandwidth reduction increases further when your input is low quality or noisy.Outputs that use this feature incur pro-tier pricing.When you include Bandwidth reduction filter, you cannot include the Noise reducer preprocessor.
|
|
1098
|
+
*/
|
|
1099
|
+
BandwidthReductionFilter?: BandwidthReductionFilter;
|
|
1070
1100
|
/**
|
|
1071
1101
|
* Specify the average bitrate in bits per second. Required for VBR and CBR. For MS Smooth outputs, bitrates must be unique when rounded down to the nearest multiple of 1000.
|
|
1072
1102
|
*/
|
|
@@ -2477,6 +2507,10 @@ export declare enum ColorSpaceConversion {
|
|
|
2477
2507
|
FORCE_P3DCI = "FORCE_P3DCI",
|
|
2478
2508
|
NONE = "NONE"
|
|
2479
2509
|
}
|
|
2510
|
+
export declare enum HDRToSDRToneMapper {
|
|
2511
|
+
PRESERVE_DETAILS = "PRESERVE_DETAILS",
|
|
2512
|
+
VIBRANT = "VIBRANT"
|
|
2513
|
+
}
|
|
2480
2514
|
export declare enum SampleRangeConversion {
|
|
2481
2515
|
LIMITED_RANGE_CLIP = "LIMITED_RANGE_CLIP",
|
|
2482
2516
|
LIMITED_RANGE_SQUEEZE = "LIMITED_RANGE_SQUEEZE",
|
|
@@ -2506,6 +2540,10 @@ export interface ColorCorrector {
|
|
|
2506
2540
|
* Use these settings when you convert to the HDR 10 color space. Specify the SMPTE ST 2086 Mastering Display Color Volume static metadata that you want signaled in the output. These values don't affect the pixel values that are encoded in the video stream. They are intended to help the downstream video player display content in a way that reflects the intentions of the the content creator. When you set Color space conversion (ColorSpaceConversion) to HDR 10 (FORCE_HDR10), these settings are required. You must set values for Max frame average light level (maxFrameAverageLightLevel) and Max content light level (maxContentLightLevel); these settings don't have a default value. The default values for the other HDR 10 metadata settings are defined by the P3D65 color space. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
|
|
2507
2541
|
*/
|
|
2508
2542
|
Hdr10Metadata?: Hdr10Metadata;
|
|
2543
|
+
/**
|
|
2544
|
+
* Specify how MediaConvert maps brightness and colors from your HDR input to your SDR output. The mode that you select represents a creative choice, with different tradeoffs in the details and tones of your output. To maintain details in bright or saturated areas of your output: Choose Preserve details. For some sources, your SDR output may look less bright and less saturated when compared to your HDR source. MediaConvert automatically applies this mode for HLG sources, regardless of your choice. For a bright and saturated output: Choose Vibrant. We recommend that you choose this mode when any of your source content is HDR10, and for the best results when it is mastered for 1000 nits. You may notice loss of details in bright or saturated areas of your output. HDR to SDR tone mapping has no effect when your input is SDR.
|
|
2545
|
+
*/
|
|
2546
|
+
HdrToSdrToneMapper?: HDRToSDRToneMapper | string;
|
|
2509
2547
|
/**
|
|
2510
2548
|
* Hue in degrees.
|
|
2511
2549
|
*/
|
|
@@ -2687,7 +2725,7 @@ export interface NoiseReducerTemporalFilterSettings {
|
|
|
2687
2725
|
Strength?: number;
|
|
2688
2726
|
}
|
|
2689
2727
|
/**
|
|
2690
|
-
* Enable the Noise reducer
|
|
2728
|
+
* Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.
|
|
2691
2729
|
*/
|
|
2692
2730
|
export interface NoiseReducer {
|
|
2693
2731
|
/**
|
|
@@ -2797,7 +2835,7 @@ export interface VideoPreprocessor {
|
|
|
2797
2835
|
*/
|
|
2798
2836
|
ImageInserter?: ImageInserter;
|
|
2799
2837
|
/**
|
|
2800
|
-
* Enable the Noise reducer
|
|
2838
|
+
* Enable the Noise reducer feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer, you must also select a value for Noise reducer filter. For AVC outputs, when you include Noise reducer, you cannot include the Bandwidth reduction filter.
|
|
2801
2839
|
*/
|
|
2802
2840
|
NoiseReducer?: NoiseReducer;
|
|
2803
2841
|
/**
|
|
@@ -3789,26 +3827,6 @@ export interface GetJobRequest {
|
|
|
3789
3827
|
*/
|
|
3790
3828
|
Id: string | undefined;
|
|
3791
3829
|
}
|
|
3792
|
-
export interface GetJobResponse {
|
|
3793
|
-
/**
|
|
3794
|
-
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
3795
|
-
*/
|
|
3796
|
-
Job?: Job;
|
|
3797
|
-
}
|
|
3798
|
-
export interface GetJobTemplateRequest {
|
|
3799
|
-
/**
|
|
3800
|
-
* The name of the job template.
|
|
3801
|
-
*/
|
|
3802
|
-
Name: string | undefined;
|
|
3803
|
-
}
|
|
3804
|
-
export interface GetJobTemplateResponse {
|
|
3805
|
-
/**
|
|
3806
|
-
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
3807
|
-
*/
|
|
3808
|
-
JobTemplate?: JobTemplate;
|
|
3809
|
-
}
|
|
3810
|
-
export interface GetPolicyRequest {
|
|
3811
|
-
}
|
|
3812
3830
|
/**
|
|
3813
3831
|
* @internal
|
|
3814
3832
|
*/
|
|
@@ -3881,6 +3899,10 @@ export declare const AvcIntraSettingsFilterSensitiveLog: (obj: AvcIntraSettings)
|
|
|
3881
3899
|
* @internal
|
|
3882
3900
|
*/
|
|
3883
3901
|
export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
3902
|
+
/**
|
|
3903
|
+
* @internal
|
|
3904
|
+
*/
|
|
3905
|
+
export declare const BandwidthReductionFilterFilterSensitiveLog: (obj: BandwidthReductionFilter) => any;
|
|
3884
3906
|
/**
|
|
3885
3907
|
* @internal
|
|
3886
3908
|
*/
|
|
@@ -4161,19 +4183,3 @@ export declare const DisassociateCertificateResponseFilterSensitiveLog: (obj: Di
|
|
|
4161
4183
|
* @internal
|
|
4162
4184
|
*/
|
|
4163
4185
|
export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
|
|
4164
|
-
/**
|
|
4165
|
-
* @internal
|
|
4166
|
-
*/
|
|
4167
|
-
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
4168
|
-
/**
|
|
4169
|
-
* @internal
|
|
4170
|
-
*/
|
|
4171
|
-
export declare const GetJobTemplateRequestFilterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
4172
|
-
/**
|
|
4173
|
-
* @internal
|
|
4174
|
-
*/
|
|
4175
|
-
export declare const GetJobTemplateResponseFilterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
4176
|
-
/**
|
|
4177
|
-
* @internal
|
|
4178
|
-
*/
|
|
4179
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
import { AccelerationSettings, HopDestination } from "./models_0";
|
|
2
2
|
import { Job, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
3
|
+
export interface GetJobResponse {
|
|
4
|
+
/**
|
|
5
|
+
* Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
|
6
|
+
*/
|
|
7
|
+
Job?: Job;
|
|
8
|
+
}
|
|
9
|
+
export interface GetJobTemplateRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The name of the job template.
|
|
12
|
+
*/
|
|
13
|
+
Name: string | undefined;
|
|
14
|
+
}
|
|
15
|
+
export interface GetJobTemplateResponse {
|
|
16
|
+
/**
|
|
17
|
+
* A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
|
|
18
|
+
*/
|
|
19
|
+
JobTemplate?: JobTemplate;
|
|
20
|
+
}
|
|
21
|
+
export interface GetPolicyRequest {
|
|
22
|
+
}
|
|
3
23
|
export declare enum InputPolicy {
|
|
4
24
|
ALLOWED = "ALLOWED",
|
|
5
25
|
DISALLOWED = "DISALLOWED"
|
|
@@ -346,6 +366,22 @@ export interface UpdateQueueResponse {
|
|
|
346
366
|
*/
|
|
347
367
|
Queue?: Queue;
|
|
348
368
|
}
|
|
369
|
+
/**
|
|
370
|
+
* @internal
|
|
371
|
+
*/
|
|
372
|
+
export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
|
|
373
|
+
/**
|
|
374
|
+
* @internal
|
|
375
|
+
*/
|
|
376
|
+
export declare const GetJobTemplateRequestFilterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
377
|
+
/**
|
|
378
|
+
* @internal
|
|
379
|
+
*/
|
|
380
|
+
export declare const GetJobTemplateResponseFilterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
*/
|
|
384
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
349
385
|
/**
|
|
350
386
|
* @internal
|
|
351
387
|
*/
|
|
@@ -11,7 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { GetJobRequest
|
|
14
|
+
import { GetJobRequest } from "../models/models_1";
|
|
15
|
+
import { GetJobResponse } from "../models/models_2";
|
|
15
16
|
export interface GetJobCommandInput extends GetJobRequest {}
|
|
16
17
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {}
|
|
17
18
|
export declare class GetJobCommand extends $Command<
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetJobTemplateRequest,
|
|
16
16
|
GetJobTemplateResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {}
|
|
19
19
|
export interface GetJobTemplateCommandOutput
|
|
20
20
|
extends GetJobTemplateResponse,
|
|
@@ -11,8 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../MediaConvertClient";
|
|
14
|
-
import { GetPolicyRequest } from "../models/
|
|
15
|
-
import { GetPolicyResponse } from "../models/models_2";
|
|
14
|
+
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
|
|
16
15
|
export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
17
16
|
export interface GetPolicyCommandOutput
|
|
18
17
|
extends GetPolicyResponse,
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region?: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
|
@@ -487,6 +487,23 @@ export declare enum H264AdaptiveQuantization {
|
|
|
487
487
|
MEDIUM = "MEDIUM",
|
|
488
488
|
OFF = "OFF",
|
|
489
489
|
}
|
|
490
|
+
export declare enum BandwidthReductionFilterSharpening {
|
|
491
|
+
HIGH = "HIGH",
|
|
492
|
+
LOW = "LOW",
|
|
493
|
+
MEDIUM = "MEDIUM",
|
|
494
|
+
OFF = "OFF",
|
|
495
|
+
}
|
|
496
|
+
export declare enum BandwidthReductionFilterStrength {
|
|
497
|
+
AUTO = "AUTO",
|
|
498
|
+
HIGH = "HIGH",
|
|
499
|
+
LOW = "LOW",
|
|
500
|
+
MEDIUM = "MEDIUM",
|
|
501
|
+
OFF = "OFF",
|
|
502
|
+
}
|
|
503
|
+
export interface BandwidthReductionFilter {
|
|
504
|
+
Sharpening?: BandwidthReductionFilterSharpening | string;
|
|
505
|
+
Strength?: BandwidthReductionFilterStrength | string;
|
|
506
|
+
}
|
|
490
507
|
export declare enum H264CodecLevel {
|
|
491
508
|
AUTO = "AUTO",
|
|
492
509
|
LEVEL_1 = "LEVEL_1",
|
|
@@ -615,6 +632,7 @@ export declare enum H264UnregisteredSeiTimecode {
|
|
|
615
632
|
}
|
|
616
633
|
export interface H264Settings {
|
|
617
634
|
AdaptiveQuantization?: H264AdaptiveQuantization | string;
|
|
635
|
+
BandwidthReductionFilter?: BandwidthReductionFilter;
|
|
618
636
|
Bitrate?: number;
|
|
619
637
|
CodecLevel?: H264CodecLevel | string;
|
|
620
638
|
CodecProfile?: H264CodecProfile | string;
|
|
@@ -1329,6 +1347,10 @@ export declare enum ColorSpaceConversion {
|
|
|
1329
1347
|
FORCE_P3DCI = "FORCE_P3DCI",
|
|
1330
1348
|
NONE = "NONE",
|
|
1331
1349
|
}
|
|
1350
|
+
export declare enum HDRToSDRToneMapper {
|
|
1351
|
+
PRESERVE_DETAILS = "PRESERVE_DETAILS",
|
|
1352
|
+
VIBRANT = "VIBRANT",
|
|
1353
|
+
}
|
|
1332
1354
|
export declare enum SampleRangeConversion {
|
|
1333
1355
|
LIMITED_RANGE_CLIP = "LIMITED_RANGE_CLIP",
|
|
1334
1356
|
LIMITED_RANGE_SQUEEZE = "LIMITED_RANGE_SQUEEZE",
|
|
@@ -1340,6 +1362,7 @@ export interface ColorCorrector {
|
|
|
1340
1362
|
ColorSpaceConversion?: ColorSpaceConversion | string;
|
|
1341
1363
|
Contrast?: number;
|
|
1342
1364
|
Hdr10Metadata?: Hdr10Metadata;
|
|
1365
|
+
HdrToSdrToneMapper?: HDRToSDRToneMapper | string;
|
|
1343
1366
|
Hue?: number;
|
|
1344
1367
|
SampleRangeConversion?: SampleRangeConversion | string;
|
|
1345
1368
|
Saturation?: number;
|
|
@@ -1831,16 +1854,6 @@ export interface DisassociateCertificateResponse {}
|
|
|
1831
1854
|
export interface GetJobRequest {
|
|
1832
1855
|
Id: string | undefined;
|
|
1833
1856
|
}
|
|
1834
|
-
export interface GetJobResponse {
|
|
1835
|
-
Job?: Job;
|
|
1836
|
-
}
|
|
1837
|
-
export interface GetJobTemplateRequest {
|
|
1838
|
-
Name: string | undefined;
|
|
1839
|
-
}
|
|
1840
|
-
export interface GetJobTemplateResponse {
|
|
1841
|
-
JobTemplate?: JobTemplate;
|
|
1842
|
-
}
|
|
1843
|
-
export interface GetPolicyRequest {}
|
|
1844
1857
|
export declare const DvbSdtSettingsFilterSensitiveLog: (
|
|
1845
1858
|
obj: DvbSdtSettings
|
|
1846
1859
|
) => any;
|
|
@@ -1879,6 +1892,9 @@ export declare const AvcIntraSettingsFilterSensitiveLog: (
|
|
|
1879
1892
|
export declare const FrameCaptureSettingsFilterSensitiveLog: (
|
|
1880
1893
|
obj: FrameCaptureSettings
|
|
1881
1894
|
) => any;
|
|
1895
|
+
export declare const BandwidthReductionFilterFilterSensitiveLog: (
|
|
1896
|
+
obj: BandwidthReductionFilter
|
|
1897
|
+
) => any;
|
|
1882
1898
|
export declare const H264QvbrSettingsFilterSensitiveLog: (
|
|
1883
1899
|
obj: H264QvbrSettings
|
|
1884
1900
|
) => any;
|
|
@@ -2051,15 +2067,3 @@ export declare const DisassociateCertificateResponseFilterSensitiveLog: (
|
|
|
2051
2067
|
export declare const GetJobRequestFilterSensitiveLog: (
|
|
2052
2068
|
obj: GetJobRequest
|
|
2053
2069
|
) => any;
|
|
2054
|
-
export declare const GetJobResponseFilterSensitiveLog: (
|
|
2055
|
-
obj: GetJobResponse
|
|
2056
|
-
) => any;
|
|
2057
|
-
export declare const GetJobTemplateRequestFilterSensitiveLog: (
|
|
2058
|
-
obj: GetJobTemplateRequest
|
|
2059
|
-
) => any;
|
|
2060
|
-
export declare const GetJobTemplateResponseFilterSensitiveLog: (
|
|
2061
|
-
obj: GetJobTemplateResponse
|
|
2062
|
-
) => any;
|
|
2063
|
-
export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
2064
|
-
obj: GetPolicyRequest
|
|
2065
|
-
) => any;
|
|
@@ -11,6 +11,16 @@ import {
|
|
|
11
11
|
ReservationPlanSettings,
|
|
12
12
|
StatusUpdateInterval,
|
|
13
13
|
} from "./models_1";
|
|
14
|
+
export interface GetJobResponse {
|
|
15
|
+
Job?: Job;
|
|
16
|
+
}
|
|
17
|
+
export interface GetJobTemplateRequest {
|
|
18
|
+
Name: string | undefined;
|
|
19
|
+
}
|
|
20
|
+
export interface GetJobTemplateResponse {
|
|
21
|
+
JobTemplate?: JobTemplate;
|
|
22
|
+
}
|
|
23
|
+
export interface GetPolicyRequest {}
|
|
14
24
|
export declare enum InputPolicy {
|
|
15
25
|
ALLOWED = "ALLOWED",
|
|
16
26
|
DISALLOWED = "DISALLOWED",
|
|
@@ -154,6 +164,18 @@ export interface UpdateQueueRequest {
|
|
|
154
164
|
export interface UpdateQueueResponse {
|
|
155
165
|
Queue?: Queue;
|
|
156
166
|
}
|
|
167
|
+
export declare const GetJobResponseFilterSensitiveLog: (
|
|
168
|
+
obj: GetJobResponse
|
|
169
|
+
) => any;
|
|
170
|
+
export declare const GetJobTemplateRequestFilterSensitiveLog: (
|
|
171
|
+
obj: GetJobTemplateRequest
|
|
172
|
+
) => any;
|
|
173
|
+
export declare const GetJobTemplateResponseFilterSensitiveLog: (
|
|
174
|
+
obj: GetJobTemplateResponse
|
|
175
|
+
) => any;
|
|
176
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
177
|
+
obj: GetPolicyRequest
|
|
178
|
+
) => any;
|
|
157
179
|
export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
|
|
158
180
|
export declare const GetPolicyResponseFilterSensitiveLog: (
|
|
159
181
|
obj: GetPolicyResponse
|
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.
|
|
4
|
+
"version": "3.280.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|