@aws-sdk/client-mediaconvert 3.1030.0 → 3.1032.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +12 -0
- package/dist-cjs/schemas/schemas_0.js +41 -14
- package/dist-es/models/enums.js +10 -0
- package/dist-es/schemas/schemas_0.js +35 -8
- package/dist-types/commands/CreateJobCommand.d.ts +13 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/CreateQueueCommand.d.ts +2 -0
- package/dist-types/commands/GetJobCommand.d.ts +12 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +12 -1
- package/dist-types/commands/GetPresetCommand.d.ts +1 -1
- package/dist-types/commands/GetQueueCommand.d.ts +1 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +12 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +1 -1
- package/dist-types/commands/ListQueuesCommand.d.ts +1 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +12 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateQueueCommand.d.ts +2 -0
- package/dist-types/models/enums.d.ts +26 -0
- package/dist-types/models/models_0.d.ts +58 -6
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +33 -33
package/dist-cjs/index.js
CHANGED
|
@@ -1307,6 +1307,15 @@ const ColorSpace = {
|
|
|
1307
1307
|
REC_601: "REC_601",
|
|
1308
1308
|
REC_709: "REC_709",
|
|
1309
1309
|
};
|
|
1310
|
+
const ElementalInferenceFeature = {
|
|
1311
|
+
SMART_CROP: "SMART_CROP",
|
|
1312
|
+
};
|
|
1313
|
+
const ElementalInferenceFeedManagementState = {
|
|
1314
|
+
ASSOCIATED: "ASSOCIATED",
|
|
1315
|
+
CREATED: "CREATED",
|
|
1316
|
+
DELETED: "DELETED",
|
|
1317
|
+
PENDING_DELETION: "PENDING_DELETION",
|
|
1318
|
+
};
|
|
1310
1319
|
const FrameMetricType = {
|
|
1311
1320
|
MS_SSIM: "MS_SSIM",
|
|
1312
1321
|
PSNR: "PSNR",
|
|
@@ -2906,6 +2915,7 @@ const ScalingBehavior = {
|
|
|
2906
2915
|
FILL: "FILL",
|
|
2907
2916
|
FIT: "FIT",
|
|
2908
2917
|
FIT_NO_UPSCALE: "FIT_NO_UPSCALE",
|
|
2918
|
+
SMART_CROP: "SMART_CROP",
|
|
2909
2919
|
STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT",
|
|
2910
2920
|
};
|
|
2911
2921
|
const VideoTimecodeInsertion = {
|
|
@@ -3400,6 +3410,8 @@ exports.Eac3PhaseControl = Eac3PhaseControl;
|
|
|
3400
3410
|
exports.Eac3StereoDownmix = Eac3StereoDownmix;
|
|
3401
3411
|
exports.Eac3SurroundExMode = Eac3SurroundExMode;
|
|
3402
3412
|
exports.Eac3SurroundMode = Eac3SurroundMode;
|
|
3413
|
+
exports.ElementalInferenceFeature = ElementalInferenceFeature;
|
|
3414
|
+
exports.ElementalInferenceFeedManagementState = ElementalInferenceFeedManagementState;
|
|
3403
3415
|
exports.EmbeddedConvert608To708 = EmbeddedConvert608To708;
|
|
3404
3416
|
exports.EmbeddedTerminateCaptions = EmbeddedTerminateCaptions;
|
|
3405
3417
|
exports.EmbeddedTimecodeOverride = EmbeddedTimecodeOverride;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CmafGroupSettings$ = exports.CmafEncryptionSettings$ = exports.CmafAdditionalManifest$ = exports.ClipLimits$ = exports.ChannelMapping$ = exports.CaptionSourceSettings$ = exports.CaptionSourceFramerate$ = exports.CaptionSelector$ = exports.CaptionDestinationSettings$ = exports.CaptionDescriptionPreset$ = exports.CaptionDescription$ = exports.CancelJobResponse$ = exports.CancelJobRequest$ = exports.BurninDestinationSettings$ = exports.BandwidthReductionFilter$ = exports.AvcIntraUhdSettings$ = exports.AvcIntraSettings$ = exports.AvailBlanking$ = exports.Av1Settings$ = exports.Av1QvbrSettings$ = exports.AutomatedEncodingSettings$ = exports.AutomatedAbrSettings$ = exports.AutomatedAbrRule$ = exports.AudioSelectorGroup$ = exports.AudioSelector$ = exports.AudioProperties$ = exports.AudioPitchCorrectionSettings$ = exports.AudioNormalizationSettings$ = exports.AudioDescription$ = exports.AudioCodecSettings$ = exports.AudioChannelTaggingSettings$ = exports.AssociateCertificateResponse$ = exports.AssociateCertificateRequest$ = exports.AncillarySourceSettings$ = exports.AllowedRenditionSize$ = exports.AiffSettings$ = exports.AdvancedInputFilterSettings$ = exports.AccelerationSettings$ = exports.Ac4Settings$ = exports.Ac3Settings$ = exports.AacSettings$ = exports.errorTypeRegistries = exports.TooManyRequestsException$ = exports.ServiceQuotaExceededException$ = exports.NotFoundException$ = exports.InternalServerErrorException$ = exports.ForbiddenException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.MediaConvertServiceException$ = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.UpdateQueue$ = exports.UpdatePreset$ = exports.UpdateJobTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.StartJobsQuery$ = exports.SearchJobs$ = exports.PutPolicy$ = exports.Probe$ = exports.ListVersions$ = exports.ListTagsForResource$ = exports.ListQueues$ = exports.ListPresets$ = exports.ListJobTemplates$ = exports.ListJobs$ = exports.GetQueue$ = exports.GetPreset$ = exports.GetPolicy$ = void 0;
|
|
4
|
+
exports.EmbeddedSourceSettings$ = exports.EmbeddedDestinationSettings$ = exports.ElementalInferenceFeed$ = exports.ElementalInferenceConfiguration$ = exports.Eac3Settings$ = exports.Eac3AtmosSettings$ = exports.DynamicAudioSelector$ = exports.DvbTdtSettings$ = exports.DvbSubSourceSettings$ = exports.DvbSubDestinationSettings$ = exports.DvbSdtSettings$ = exports.DvbNitSettings$ = exports.DolbyVisionLevel6Metadata$ = exports.DolbyVision$ = exports.DisassociateCertificateResponse$ = exports.DisassociateCertificateRequest$ = exports.DestinationSettings$ = exports.DescribeEndpointsResponse$ = exports.DescribeEndpointsRequest$ = exports.DeleteQueueResponse$ = exports.DeleteQueueRequest$ = exports.DeletePresetResponse$ = exports.DeletePresetRequest$ = exports.DeletePolicyResponse$ = exports.DeletePolicyRequest$ = exports.DeleteJobTemplateResponse$ = exports.DeleteJobTemplateRequest$ = exports.Deinterlacer$ = exports.DataProperties$ = exports.DashIsoImageBasedTrickPlaySettings$ = exports.DashIsoGroupSettings$ = exports.DashIsoEncryptionSettings$ = exports.DashAdditionalManifest$ = exports.CreateResourceShareResponse$ = exports.CreateResourceShareRequest$ = exports.CreateQueueResponse$ = exports.CreateQueueRequest$ = exports.CreatePresetResponse$ = exports.CreatePresetRequest$ = exports.CreateJobTemplateResponse$ = exports.CreateJobTemplateRequest$ = exports.CreateJobResponse$ = exports.CreateJobRequest$ = exports.ContainerSettings$ = exports.Container$ = exports.ColorCorrector$ = exports.ColorConversion3DLUTSetting$ = exports.CodecMetadata$ = exports.CmfcSettings$ = exports.CmafImageBasedTrickPlaySettings$ = void 0;
|
|
5
|
+
exports.InsertableImage$ = exports.InputVideoGenerator$ = exports.InputTemplate$ = exports.InputTamsSettings$ = exports.InputDecryptionSettings$ = exports.InputClipping$ = exports.Input$ = exports.ImscDestinationSettings$ = exports.ImageInserter$ = exports.Id3Insertion$ = exports.HopDestination$ = exports.HlsSettings$ = exports.HlsRenditionGroupSettings$ = exports.HlsImageBasedTrickPlaySettings$ = exports.HlsGroupSettings$ = exports.HlsEncryptionSettings$ = exports.HlsCaptionLanguageMapping$ = exports.HlsAdditionalManifest$ = exports.Hdr10Plus$ = exports.Hdr10Metadata$ = exports.H265Settings$ = exports.H265QvbrSettings$ = exports.H264Settings$ = exports.H264QvbrSettings$ = exports.GifSettings$ = exports.GetQueueResponse$ = exports.GetQueueRequest$ = exports.GetPresetResponse$ = exports.GetPresetRequest$ = exports.GetPolicyResponse$ = exports.GetPolicyRequest$ = exports.GetJobTemplateResponse$ = exports.GetJobTemplateRequest$ = exports.GetJobsQueryResultsResponse$ = exports.GetJobsQueryResultsRequest$ = exports.GetJobResponse$ = exports.GetJobRequest$ = exports.FrameRate$ = exports.FrameCaptureSettings$ = exports.ForceIncludeRenditionSize$ = exports.FlacSettings$ = exports.FileSourceSettings$ = exports.FileGroupSettings$ = exports.F4vSettings$ = exports.ExtendedDataServices$ = exports.EsamSignalProcessingNotification$ = exports.EsamSettings$ = exports.EsamManifestConfirmConditionNotification$ = exports.Endpoint$ = exports.EncryptionContractConfiguration$ = void 0;
|
|
6
|
+
exports.OpusSettings$ = exports.NoiseReducerTemporalFilterSettings$ = exports.NoiseReducerSpatialFilterSettings$ = exports.NoiseReducerFilterSettings$ = exports.NoiseReducer$ = exports.NielsenNonLinearWatermarkSettings$ = exports.NielsenConfiguration$ = exports.NexGuardFileMarkerSettings$ = exports.MxfXavcProfileSettings$ = exports.MxfSettings$ = exports.MultiViewSettings$ = exports.MultiViewInput$ = exports.MsSmoothGroupSettings$ = exports.MsSmoothEncryptionSettings$ = exports.MsSmoothAdditionalManifest$ = exports.Mpeg2Settings$ = exports.MpdSettings$ = exports.Mp4Settings$ = exports.Mp3Settings$ = exports.Mp2Settings$ = exports.MovSettings$ = exports.MotionImageInsertionOffset$ = exports.MotionImageInsertionFramerate$ = exports.MotionImageInserter$ = exports.MinTopRenditionSize$ = exports.MinBottomRenditionSize$ = exports.Metadata$ = exports.M3u8Settings$ = exports.M2tsSettings$ = exports.M2tsScte35Esam$ = exports.ListVersionsResponse$ = exports.ListVersionsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListQueuesResponse$ = exports.ListQueuesRequest$ = exports.ListPresetsResponse$ = exports.ListPresetsRequest$ = exports.ListJobTemplatesResponse$ = exports.ListJobTemplatesRequest$ = exports.ListJobsResponse$ = exports.ListJobsRequest$ = exports.KantarWatermarkSettings$ = exports.JobTemplateSettings$ = exports.JobTemplate$ = exports.JobsQueryFilter$ = exports.JobSettings$ = exports.JobMessages$ = exports.JobEngineVersion$ = exports.Job$ = void 0;
|
|
7
|
+
exports.TrackSourceSettings$ = exports.TrackMapping$ = exports.Track$ = exports.Timing$ = exports.TimedMetadataInsertion$ = exports.TimecodeConfig$ = exports.TimecodeBurnin$ = exports.TeletextSourceSettings$ = exports.TeletextDestinationSettings$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.StaticKeyProvider$ = exports.StartJobsQueryResponse$ = exports.StartJobsQueryRequest$ = exports.SrtDestinationSettings$ = exports.SpekeKeyProviderCmaf$ = exports.SpekeKeyProvider$ = exports.ServiceOverride$ = exports.SearchJobsResponse$ = exports.SearchJobsRequest$ = exports.SccDestinationSettings$ = exports.S3EncryptionSettings$ = exports.S3DestinationSettings$ = exports.S3DestinationAccessControl$ = exports.ResourceTags$ = exports.ReservationPlanSettings$ = exports.ReservationPlan$ = exports.RemixSettings$ = exports.Rectangle$ = exports.QueueTransition$ = exports.Queue$ = exports.PutPolicyResponse$ = exports.PutPolicyRequest$ = exports.ProresSettings$ = exports.ProbeResult$ = exports.ProbeResponse$ = exports.ProbeRequest$ = exports.ProbeInputFile$ = exports.PresetSettings$ = exports.Preset$ = exports.Policy$ = exports.PassthroughSettings$ = exports.PartnerWatermarking$ = exports.OutputSettings$ = exports.OutputGroupSettings$ = exports.OutputGroupDetail$ = exports.OutputGroup$ = exports.OutputDetail$ = exports.OutputChannelMapping$ = exports.Output$ = void 0;
|
|
8
|
+
exports.GetJob$ = exports.DisassociateCertificate$ = exports.DescribeEndpoints$ = exports.DeleteQueue$ = exports.DeletePreset$ = exports.DeletePolicy$ = exports.DeleteJobTemplate$ = exports.CreateResourceShare$ = exports.CreateQueue$ = exports.CreatePreset$ = exports.CreateJobTemplate$ = exports.CreateJob$ = exports.CancelJob$ = exports.AssociateCertificate$ = exports.XavcSettings$ = exports.XavcHdProfileSettings$ = exports.XavcHdIntraCbgProfileSettings$ = exports.Xavc4kProfileSettings$ = exports.Xavc4kIntraVbrProfileSettings$ = exports.Xavc4kIntraCbgProfileSettings$ = exports.WebvttHlsSourceSettings$ = exports.WebvttDestinationSettings$ = exports.WavSettings$ = exports.WarningGroup$ = exports.Vp9Settings$ = exports.Vp8Settings$ = exports.VorbisSettings$ = exports.VideoSelector$ = exports.VideoProperties$ = exports.VideoPreprocessor$ = exports.VideoOverlayTransition$ = exports.VideoOverlayPosition$ = exports.VideoOverlayInputClipping$ = exports.VideoOverlayInput$ = exports.VideoOverlayCrop$ = exports.VideoOverlay$ = exports.VideoDetail$ = exports.VideoDescription$ = exports.VideoCodecSettings$ = exports.Vc3Settings$ = exports.UpdateQueueResponse$ = exports.UpdateQueueRequest$ = exports.UpdatePresetResponse$ = exports.UpdatePresetRequest$ = exports.UpdateJobTemplateResponse$ = exports.UpdateJobTemplateRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.UncompressedSettings$ = exports.TtmlDestinationSettings$ = void 0;
|
|
9
|
+
exports.UpdateQueue$ = exports.UpdatePreset$ = exports.UpdateJobTemplate$ = exports.UntagResource$ = exports.TagResource$ = exports.StartJobsQuery$ = exports.SearchJobs$ = exports.PutPolicy$ = exports.Probe$ = exports.ListVersions$ = exports.ListTagsForResource$ = exports.ListQueues$ = exports.ListPresets$ = exports.ListJobTemplates$ = exports.ListJobs$ = exports.GetQueue$ = exports.GetPreset$ = exports.GetPolicy$ = exports.GetJobTemplate$ = exports.GetJobsQueryResults$ = void 0;
|
|
10
10
|
const _A = "Arn";
|
|
11
11
|
const _AA = "AntiAlias";
|
|
12
12
|
const _AAO = "AdAvailOffset";
|
|
@@ -297,6 +297,8 @@ const _EDS = "EmbeddedDestinationSettings";
|
|
|
297
297
|
const _EDSx = "ExtendedDataServices";
|
|
298
298
|
const _EE = "EntropyEncoding";
|
|
299
299
|
const _EI = "EpisodeId";
|
|
300
|
+
const _EIC = "ElementalInferenceConfiguration";
|
|
301
|
+
const _EIF = "ElementalInferenceFeed";
|
|
300
302
|
const _EM = "EncryptionMethod";
|
|
301
303
|
const _EMCCN = "EsamManifestConfirmConditionNotification";
|
|
302
304
|
const _EMr = "ErrorMessage";
|
|
@@ -342,6 +344,7 @@ const _FIa = "FadeIn";
|
|
|
342
344
|
const _FL = "FragmentLength";
|
|
343
345
|
const _FLC = "FragmentLengthControl";
|
|
344
346
|
const _FLi = "FilterList";
|
|
347
|
+
const _FMS = "FeedManagementState";
|
|
345
348
|
const _FN = "FramerateNumerator";
|
|
346
349
|
const _FO = "FontOpacity";
|
|
347
350
|
const _FOa = "FadeOut";
|
|
@@ -362,6 +365,8 @@ const _FT = "FragmentTime";
|
|
|
362
365
|
const _FTVEO = "ForceTsVideoEbpOrder";
|
|
363
366
|
const _FTi = "FinishTime";
|
|
364
367
|
const _FU = "FileUrl";
|
|
368
|
+
const _Fe = "Features";
|
|
369
|
+
const _Fee = "Feeds";
|
|
365
370
|
const _Fi = "Filter";
|
|
366
371
|
const _Fo = "Fourcc";
|
|
367
372
|
const _Fr = "Framerate";
|
|
@@ -531,6 +536,7 @@ const _MBRS = "MinBottomRenditionSize";
|
|
|
531
536
|
const _MBT = "MinBufferTime";
|
|
532
537
|
const _MC = "MetadataControl";
|
|
533
538
|
const _MCCN = "ManifestConfirmConditionNotification";
|
|
539
|
+
const _MCF = "MaximumConcurrentFeeds";
|
|
534
540
|
const _MCLL = "MaxContentLightLevel";
|
|
535
541
|
const _MCa = "ManifestCompression";
|
|
536
542
|
const _MCat = "MatrixCoefficients";
|
|
@@ -1211,6 +1217,7 @@ const _eDS = "embeddedDestinationSettings";
|
|
|
1211
1217
|
const _eDSx = "extendedDataServices";
|
|
1212
1218
|
const _eE = "entropyEncoding";
|
|
1213
1219
|
const _eI = "episodeId";
|
|
1220
|
+
const _eIC = "elementalInferenceConfiguration";
|
|
1214
1221
|
const _eM = "encryptionMethod";
|
|
1215
1222
|
const _eMr = "errorMessage";
|
|
1216
1223
|
const _eOSM = "endOfStreamMarkers";
|
|
@@ -1251,6 +1258,7 @@ const _fIa = "fadeIn";
|
|
|
1251
1258
|
const _fL = "fragmentLength";
|
|
1252
1259
|
const _fLC = "fragmentLengthControl";
|
|
1253
1260
|
const _fLi = "filterList";
|
|
1261
|
+
const _fMS = "feedManagementState";
|
|
1254
1262
|
const _fN = "framerateNumerator";
|
|
1255
1263
|
const _fO = "fontOpacity";
|
|
1256
1264
|
const _fOa = "fadeOut";
|
|
@@ -1271,6 +1279,8 @@ const _fT = "fragmentTime";
|
|
|
1271
1279
|
const _fTVEO = "forceTsVideoEbpOrder";
|
|
1272
1280
|
const _fTi = "finishTime";
|
|
1273
1281
|
const _fU = "fileUrl";
|
|
1282
|
+
const _fe = "features";
|
|
1283
|
+
const _fee = "feeds";
|
|
1274
1284
|
const _fi = "filter";
|
|
1275
1285
|
const _fo = "fourcc";
|
|
1276
1286
|
const _fr = "framerate";
|
|
@@ -1380,6 +1390,7 @@ const _lOCD = "__listOfCaptionDescription";
|
|
|
1380
1390
|
const _lOCDP = "__listOfCaptionDescriptionPreset";
|
|
1381
1391
|
const _lODAM = "__listOfDashAdditionalManifest";
|
|
1382
1392
|
const _lOE = "__listOfEndpoint";
|
|
1393
|
+
const _lOEIF = "__listOfElementalInferenceFeed";
|
|
1383
1394
|
const _lOFIRS = "__listOfForceIncludeRenditionSize";
|
|
1384
1395
|
const _lOHAM = "__listOfHlsAdditionalManifest";
|
|
1385
1396
|
const _lOHCLM = "__listOfHlsCaptionLanguageMapping";
|
|
@@ -1430,6 +1441,7 @@ const _mBRS = "minBottomRenditionSize";
|
|
|
1430
1441
|
const _mBT = "minBufferTime";
|
|
1431
1442
|
const _mC = "metadataControl";
|
|
1432
1443
|
const _mCCN = "manifestConfirmConditionNotification";
|
|
1444
|
+
const _mCF = "maximumConcurrentFeeds";
|
|
1433
1445
|
const _mCLL = "maxContentLightLevel";
|
|
1434
1446
|
const _mCa = "manifestCompression";
|
|
1435
1447
|
const _mCat = "matrixCoefficients";
|
|
@@ -2146,8 +2158,8 @@ exports.CreatePresetResponse$ = [3, n0, _CPRr,
|
|
|
2146
2158
|
];
|
|
2147
2159
|
exports.CreateQueueRequest$ = [3, n0, _CQR,
|
|
2148
2160
|
0,
|
|
2149
|
-
[_N, _CJ, _Des, _PP, _RPS, _Sta, _Ta],
|
|
2150
|
-
[[0, { [_jN]: _n }], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [0, { [_jN]: _pP }], [() => exports.ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }], [128 | 0, { [_jN]: _ta }]], 1
|
|
2161
|
+
[_N, _CJ, _Des, _MCF, _PP, _RPS, _Sta, _Ta],
|
|
2162
|
+
[[0, { [_jN]: _n }], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [1, { [_jN]: _mCF }], [0, { [_jN]: _pP }], [() => exports.ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }], [128 | 0, { [_jN]: _ta }]], 1
|
|
2151
2163
|
];
|
|
2152
2164
|
exports.CreateQueueResponse$ = [3, n0, _CQRr,
|
|
2153
2165
|
0,
|
|
@@ -2309,6 +2321,16 @@ exports.Eac3Settings$ = [3, n0, _ES,
|
|
|
2309
2321
|
[_ACt, _B, _BM, _CM, _DF, _D, _DRCL, _DRCR, _LCf, _LF, _LRCML, _LRSML, _LRCMLt, _LRSMLt, _MC, _PCa, _PCh, _SR, _SD, _SEM, _SM],
|
|
2310
2322
|
[[0, { [_jN]: _aCt }], [1, { [_jN]: _b }], [0, { [_jN]: _bM }], [0, { [_jN]: _cM }], [0, { [_jN]: _dF }], [1, { [_jN]: _d }], [0, { [_jN]: _dRCL }], [0, { [_jN]: _dRCR }], [0, { [_jN]: _lCf }], [0, { [_jN]: _lF }], [1, { [_jN]: _lRCML }], [1, { [_jN]: _lRSML }], [1, { [_jN]: _lRCMLt }], [1, { [_jN]: _lRSMLt }], [0, { [_jN]: _mC }], [0, { [_jN]: _pCa }], [0, { [_jN]: _pCh }], [1, { [_jN]: _sR }], [0, { [_jN]: _sD }], [0, { [_jN]: _sEM }], [0, { [_jN]: _sM }]]
|
|
2311
2323
|
];
|
|
2324
|
+
exports.ElementalInferenceConfiguration$ = [3, n0, _EIC,
|
|
2325
|
+
0,
|
|
2326
|
+
[_Fe, _Fee],
|
|
2327
|
+
[[64 | 0, { [_jN]: _fe }], [() => __listOfElementalInferenceFeed, { [_jN]: _fee }]]
|
|
2328
|
+
];
|
|
2329
|
+
exports.ElementalInferenceFeed$ = [3, n0, _EIF,
|
|
2330
|
+
0,
|
|
2331
|
+
[_A, _FMS],
|
|
2332
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _fMS }]]
|
|
2333
|
+
];
|
|
2312
2334
|
exports.EmbeddedDestinationSettings$ = [3, n0, _EDS,
|
|
2313
2335
|
0,
|
|
2314
2336
|
[_DCN, _DSN],
|
|
@@ -2571,8 +2593,8 @@ exports.InsertableImage$ = [3, n0, _IIns,
|
|
|
2571
2593
|
];
|
|
2572
2594
|
exports.Job$ = [3, n0, _J,
|
|
2573
2595
|
0,
|
|
2574
|
-
[_Ro, _Se, _AScc, _AScce, _A, _BTS, _CRT, _CA, _CPu, _EC, _EMr, _HD, _I, _JEVR, _JEVU, _JPC, _JT, _LSD, _Me, _OGD, _Pri, _Q, _QT, _RC, _SSh, _SRQ, _Sta, _SUI, _Timi, _UM, _Wa],
|
|
2575
|
-
[[0, { [_jN]: _ro }], [() => exports.JobSettings$, { [_jN]: _set }], [() => exports.AccelerationSettings$, { [_jN]: _aScc }], [0, { [_jN]: _aScce }], [0, { [_jN]: _a }], [0, { [_jN]: _bTS }], [0, { [_jN]: _cRT }], [7, { [_jN]: _cA }], [0, { [_jN]: _cPu }], [1, { [_jN]: _eC }], [0, { [_jN]: _eMr }], [() => __listOfHopDestination, { [_jN]: _hD }], [0, { [_jN]: _id }], [0, { [_jN]: _jEVR }], [0, { [_jN]: _jEVU }], [1, { [_jN]: _jPC }], [0, { [_jN]: _jT }], [0, { [_jN]: _lSD }], [() => exports.JobMessages$, { [_jN]: _me }], [() => __listOfOutputGroupDetail, { [_jN]: _oGD }], [1, { [_jN]: _pri }], [0, { [_jN]: _q }], [() => __listOfQueueTransition, { [_jN]: _qT }], [1, { [_jN]: _rC }], [0, { [_jN]: _sSh }], [0, { [_jN]: _sRQ }], [0, { [_jN]: _sta }], [0, { [_jN]: _sUI }], [() => exports.Timing$, { [_jN]: _timi }], [128 | 0, { [_jN]: _uM }], [() => __listOfWarningGroup, { [_jN]: _wa }]], 2
|
|
2596
|
+
[_Ro, _Se, _AScc, _AScce, _A, _BTS, _CRT, _CA, _CPu, _EIC, _EC, _EMr, _HD, _I, _JEVR, _JEVU, _JPC, _JT, _LSD, _Me, _OGD, _Pri, _Q, _QT, _RC, _SSh, _SRQ, _Sta, _SUI, _Timi, _UM, _Wa],
|
|
2597
|
+
[[0, { [_jN]: _ro }], [() => exports.JobSettings$, { [_jN]: _set }], [() => exports.AccelerationSettings$, { [_jN]: _aScc }], [0, { [_jN]: _aScce }], [0, { [_jN]: _a }], [0, { [_jN]: _bTS }], [0, { [_jN]: _cRT }], [7, { [_jN]: _cA }], [0, { [_jN]: _cPu }], [() => exports.ElementalInferenceConfiguration$, { [_jN]: _eIC }], [1, { [_jN]: _eC }], [0, { [_jN]: _eMr }], [() => __listOfHopDestination, { [_jN]: _hD }], [0, { [_jN]: _id }], [0, { [_jN]: _jEVR }], [0, { [_jN]: _jEVU }], [1, { [_jN]: _jPC }], [0, { [_jN]: _jT }], [0, { [_jN]: _lSD }], [() => exports.JobMessages$, { [_jN]: _me }], [() => __listOfOutputGroupDetail, { [_jN]: _oGD }], [1, { [_jN]: _pri }], [0, { [_jN]: _q }], [() => __listOfQueueTransition, { [_jN]: _qT }], [1, { [_jN]: _rC }], [0, { [_jN]: _sSh }], [0, { [_jN]: _sRQ }], [0, { [_jN]: _sta }], [0, { [_jN]: _sUI }], [() => exports.Timing$, { [_jN]: _timi }], [128 | 0, { [_jN]: _uM }], [() => __listOfWarningGroup, { [_jN]: _wa }]], 2
|
|
2576
2598
|
];
|
|
2577
2599
|
exports.JobEngineVersion$ = [3, n0, _JEV,
|
|
2578
2600
|
0,
|
|
@@ -2916,8 +2938,8 @@ exports.PutPolicyResponse$ = [3, n0, _PPRu,
|
|
|
2916
2938
|
];
|
|
2917
2939
|
exports.Queue$ = [3, n0, _Q,
|
|
2918
2940
|
0,
|
|
2919
|
-
[_N, _A, _CJ, _CA, _Des, _LU, _PP, _PJC, _RPe, _SOer, _Sta, _SJC, _Ty],
|
|
2920
|
-
[[0, { [_jN]: _n }], [0, { [_jN]: _a }], [1, { [_jN]: _cJ }], [7, { [_jN]: _cA }], [0, { [_jN]: _des }], [7, { [_jN]: _lU }], [0, { [_jN]: _pP }], [1, { [_jN]: _pJC }], [() => exports.ReservationPlan$, { [_jN]: _rPe }], [() => __listOfServiceOverride, { [_jN]: _sOer }], [0, { [_jN]: _sta }], [1, { [_jN]: _sJC }], [0, { [_jN]: _ty }]], 1
|
|
2941
|
+
[_N, _A, _CJ, _CA, _Des, _LU, _MCF, _PP, _PJC, _RPe, _SOer, _Sta, _SJC, _Ty],
|
|
2942
|
+
[[0, { [_jN]: _n }], [0, { [_jN]: _a }], [1, { [_jN]: _cJ }], [7, { [_jN]: _cA }], [0, { [_jN]: _des }], [7, { [_jN]: _lU }], [1, { [_jN]: _mCF }], [0, { [_jN]: _pP }], [1, { [_jN]: _pJC }], [() => exports.ReservationPlan$, { [_jN]: _rPe }], [() => __listOfServiceOverride, { [_jN]: _sOer }], [0, { [_jN]: _sta }], [1, { [_jN]: _sJC }], [0, { [_jN]: _ty }]], 1
|
|
2921
2943
|
];
|
|
2922
2944
|
exports.QueueTransition$ = [3, n0, _QTu,
|
|
2923
2945
|
0,
|
|
@@ -3111,8 +3133,8 @@ exports.UpdatePresetResponse$ = [3, n0, _UPRp,
|
|
|
3111
3133
|
];
|
|
3112
3134
|
exports.UpdateQueueRequest$ = [3, n0, _UQR,
|
|
3113
3135
|
0,
|
|
3114
|
-
[_N, _CJ, _Des, _RPS, _Sta],
|
|
3115
|
-
[[0, 1], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [() => exports.ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }]], 1
|
|
3136
|
+
[_N, _CJ, _Des, _MCF, _RPS, _Sta],
|
|
3137
|
+
[[0, 1], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [1, { [_jN]: _mCF }], [() => exports.ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }]], 1
|
|
3116
3138
|
];
|
|
3117
3139
|
exports.UpdateQueueResponse$ = [3, n0, _UQRp,
|
|
3118
3140
|
0,
|
|
@@ -3293,6 +3315,11 @@ var __listOfDashAdditionalManifest = [1, n0, _lODAM,
|
|
|
3293
3315
|
0, [() => exports.DashAdditionalManifest$,
|
|
3294
3316
|
0]
|
|
3295
3317
|
];
|
|
3318
|
+
var __listOfElementalInferenceFeature = 64 | 0;
|
|
3319
|
+
var __listOfElementalInferenceFeed = [1, n0, _lOEIF,
|
|
3320
|
+
0, [() => exports.ElementalInferenceFeed$,
|
|
3321
|
+
0]
|
|
3322
|
+
];
|
|
3296
3323
|
var __listOfEndpoint = [1, n0, _lOE,
|
|
3297
3324
|
0, [() => exports.Endpoint$,
|
|
3298
3325
|
0]
|
package/dist-es/models/enums.js
CHANGED
|
@@ -721,6 +721,15 @@ export const ColorSpace = {
|
|
|
721
721
|
REC_601: "REC_601",
|
|
722
722
|
REC_709: "REC_709",
|
|
723
723
|
};
|
|
724
|
+
export const ElementalInferenceFeature = {
|
|
725
|
+
SMART_CROP: "SMART_CROP",
|
|
726
|
+
};
|
|
727
|
+
export const ElementalInferenceFeedManagementState = {
|
|
728
|
+
ASSOCIATED: "ASSOCIATED",
|
|
729
|
+
CREATED: "CREATED",
|
|
730
|
+
DELETED: "DELETED",
|
|
731
|
+
PENDING_DELETION: "PENDING_DELETION",
|
|
732
|
+
};
|
|
724
733
|
export const FrameMetricType = {
|
|
725
734
|
MS_SSIM: "MS_SSIM",
|
|
726
735
|
PSNR: "PSNR",
|
|
@@ -2320,6 +2329,7 @@ export const ScalingBehavior = {
|
|
|
2320
2329
|
FILL: "FILL",
|
|
2321
2330
|
FIT: "FIT",
|
|
2322
2331
|
FIT_NO_UPSCALE: "FIT_NO_UPSCALE",
|
|
2332
|
+
SMART_CROP: "SMART_CROP",
|
|
2323
2333
|
STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT",
|
|
2324
2334
|
};
|
|
2325
2335
|
export const VideoTimecodeInsertion = {
|
|
@@ -288,6 +288,8 @@ const _EDS = "EmbeddedDestinationSettings";
|
|
|
288
288
|
const _EDSx = "ExtendedDataServices";
|
|
289
289
|
const _EE = "EntropyEncoding";
|
|
290
290
|
const _EI = "EpisodeId";
|
|
291
|
+
const _EIC = "ElementalInferenceConfiguration";
|
|
292
|
+
const _EIF = "ElementalInferenceFeed";
|
|
291
293
|
const _EM = "EncryptionMethod";
|
|
292
294
|
const _EMCCN = "EsamManifestConfirmConditionNotification";
|
|
293
295
|
const _EMr = "ErrorMessage";
|
|
@@ -333,6 +335,7 @@ const _FIa = "FadeIn";
|
|
|
333
335
|
const _FL = "FragmentLength";
|
|
334
336
|
const _FLC = "FragmentLengthControl";
|
|
335
337
|
const _FLi = "FilterList";
|
|
338
|
+
const _FMS = "FeedManagementState";
|
|
336
339
|
const _FN = "FramerateNumerator";
|
|
337
340
|
const _FO = "FontOpacity";
|
|
338
341
|
const _FOa = "FadeOut";
|
|
@@ -353,6 +356,8 @@ const _FT = "FragmentTime";
|
|
|
353
356
|
const _FTVEO = "ForceTsVideoEbpOrder";
|
|
354
357
|
const _FTi = "FinishTime";
|
|
355
358
|
const _FU = "FileUrl";
|
|
359
|
+
const _Fe = "Features";
|
|
360
|
+
const _Fee = "Feeds";
|
|
356
361
|
const _Fi = "Filter";
|
|
357
362
|
const _Fo = "Fourcc";
|
|
358
363
|
const _Fr = "Framerate";
|
|
@@ -522,6 +527,7 @@ const _MBRS = "MinBottomRenditionSize";
|
|
|
522
527
|
const _MBT = "MinBufferTime";
|
|
523
528
|
const _MC = "MetadataControl";
|
|
524
529
|
const _MCCN = "ManifestConfirmConditionNotification";
|
|
530
|
+
const _MCF = "MaximumConcurrentFeeds";
|
|
525
531
|
const _MCLL = "MaxContentLightLevel";
|
|
526
532
|
const _MCa = "ManifestCompression";
|
|
527
533
|
const _MCat = "MatrixCoefficients";
|
|
@@ -1202,6 +1208,7 @@ const _eDS = "embeddedDestinationSettings";
|
|
|
1202
1208
|
const _eDSx = "extendedDataServices";
|
|
1203
1209
|
const _eE = "entropyEncoding";
|
|
1204
1210
|
const _eI = "episodeId";
|
|
1211
|
+
const _eIC = "elementalInferenceConfiguration";
|
|
1205
1212
|
const _eM = "encryptionMethod";
|
|
1206
1213
|
const _eMr = "errorMessage";
|
|
1207
1214
|
const _eOSM = "endOfStreamMarkers";
|
|
@@ -1242,6 +1249,7 @@ const _fIa = "fadeIn";
|
|
|
1242
1249
|
const _fL = "fragmentLength";
|
|
1243
1250
|
const _fLC = "fragmentLengthControl";
|
|
1244
1251
|
const _fLi = "filterList";
|
|
1252
|
+
const _fMS = "feedManagementState";
|
|
1245
1253
|
const _fN = "framerateNumerator";
|
|
1246
1254
|
const _fO = "fontOpacity";
|
|
1247
1255
|
const _fOa = "fadeOut";
|
|
@@ -1262,6 +1270,8 @@ const _fT = "fragmentTime";
|
|
|
1262
1270
|
const _fTVEO = "forceTsVideoEbpOrder";
|
|
1263
1271
|
const _fTi = "finishTime";
|
|
1264
1272
|
const _fU = "fileUrl";
|
|
1273
|
+
const _fe = "features";
|
|
1274
|
+
const _fee = "feeds";
|
|
1265
1275
|
const _fi = "filter";
|
|
1266
1276
|
const _fo = "fourcc";
|
|
1267
1277
|
const _fr = "framerate";
|
|
@@ -1371,6 +1381,7 @@ const _lOCD = "__listOfCaptionDescription";
|
|
|
1371
1381
|
const _lOCDP = "__listOfCaptionDescriptionPreset";
|
|
1372
1382
|
const _lODAM = "__listOfDashAdditionalManifest";
|
|
1373
1383
|
const _lOE = "__listOfEndpoint";
|
|
1384
|
+
const _lOEIF = "__listOfElementalInferenceFeed";
|
|
1374
1385
|
const _lOFIRS = "__listOfForceIncludeRenditionSize";
|
|
1375
1386
|
const _lOHAM = "__listOfHlsAdditionalManifest";
|
|
1376
1387
|
const _lOHCLM = "__listOfHlsCaptionLanguageMapping";
|
|
@@ -1421,6 +1432,7 @@ const _mBRS = "minBottomRenditionSize";
|
|
|
1421
1432
|
const _mBT = "minBufferTime";
|
|
1422
1433
|
const _mC = "metadataControl";
|
|
1423
1434
|
const _mCCN = "manifestConfirmConditionNotification";
|
|
1435
|
+
const _mCF = "maximumConcurrentFeeds";
|
|
1424
1436
|
const _mCLL = "maxContentLightLevel";
|
|
1425
1437
|
const _mCa = "manifestCompression";
|
|
1426
1438
|
const _mCat = "matrixCoefficients";
|
|
@@ -2137,8 +2149,8 @@ export var CreatePresetResponse$ = [3, n0, _CPRr,
|
|
|
2137
2149
|
];
|
|
2138
2150
|
export var CreateQueueRequest$ = [3, n0, _CQR,
|
|
2139
2151
|
0,
|
|
2140
|
-
[_N, _CJ, _Des, _PP, _RPS, _Sta, _Ta],
|
|
2141
|
-
[[0, { [_jN]: _n }], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [0, { [_jN]: _pP }], [() => ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }], [128 | 0, { [_jN]: _ta }]], 1
|
|
2152
|
+
[_N, _CJ, _Des, _MCF, _PP, _RPS, _Sta, _Ta],
|
|
2153
|
+
[[0, { [_jN]: _n }], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [1, { [_jN]: _mCF }], [0, { [_jN]: _pP }], [() => ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }], [128 | 0, { [_jN]: _ta }]], 1
|
|
2142
2154
|
];
|
|
2143
2155
|
export var CreateQueueResponse$ = [3, n0, _CQRr,
|
|
2144
2156
|
0,
|
|
@@ -2300,6 +2312,16 @@ export var Eac3Settings$ = [3, n0, _ES,
|
|
|
2300
2312
|
[_ACt, _B, _BM, _CM, _DF, _D, _DRCL, _DRCR, _LCf, _LF, _LRCML, _LRSML, _LRCMLt, _LRSMLt, _MC, _PCa, _PCh, _SR, _SD, _SEM, _SM],
|
|
2301
2313
|
[[0, { [_jN]: _aCt }], [1, { [_jN]: _b }], [0, { [_jN]: _bM }], [0, { [_jN]: _cM }], [0, { [_jN]: _dF }], [1, { [_jN]: _d }], [0, { [_jN]: _dRCL }], [0, { [_jN]: _dRCR }], [0, { [_jN]: _lCf }], [0, { [_jN]: _lF }], [1, { [_jN]: _lRCML }], [1, { [_jN]: _lRSML }], [1, { [_jN]: _lRCMLt }], [1, { [_jN]: _lRSMLt }], [0, { [_jN]: _mC }], [0, { [_jN]: _pCa }], [0, { [_jN]: _pCh }], [1, { [_jN]: _sR }], [0, { [_jN]: _sD }], [0, { [_jN]: _sEM }], [0, { [_jN]: _sM }]]
|
|
2302
2314
|
];
|
|
2315
|
+
export var ElementalInferenceConfiguration$ = [3, n0, _EIC,
|
|
2316
|
+
0,
|
|
2317
|
+
[_Fe, _Fee],
|
|
2318
|
+
[[64 | 0, { [_jN]: _fe }], [() => __listOfElementalInferenceFeed, { [_jN]: _fee }]]
|
|
2319
|
+
];
|
|
2320
|
+
export var ElementalInferenceFeed$ = [3, n0, _EIF,
|
|
2321
|
+
0,
|
|
2322
|
+
[_A, _FMS],
|
|
2323
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _fMS }]]
|
|
2324
|
+
];
|
|
2303
2325
|
export var EmbeddedDestinationSettings$ = [3, n0, _EDS,
|
|
2304
2326
|
0,
|
|
2305
2327
|
[_DCN, _DSN],
|
|
@@ -2562,8 +2584,8 @@ export var InsertableImage$ = [3, n0, _IIns,
|
|
|
2562
2584
|
];
|
|
2563
2585
|
export var Job$ = [3, n0, _J,
|
|
2564
2586
|
0,
|
|
2565
|
-
[_Ro, _Se, _AScc, _AScce, _A, _BTS, _CRT, _CA, _CPu, _EC, _EMr, _HD, _I, _JEVR, _JEVU, _JPC, _JT, _LSD, _Me, _OGD, _Pri, _Q, _QT, _RC, _SSh, _SRQ, _Sta, _SUI, _Timi, _UM, _Wa],
|
|
2566
|
-
[[0, { [_jN]: _ro }], [() => JobSettings$, { [_jN]: _set }], [() => AccelerationSettings$, { [_jN]: _aScc }], [0, { [_jN]: _aScce }], [0, { [_jN]: _a }], [0, { [_jN]: _bTS }], [0, { [_jN]: _cRT }], [7, { [_jN]: _cA }], [0, { [_jN]: _cPu }], [1, { [_jN]: _eC }], [0, { [_jN]: _eMr }], [() => __listOfHopDestination, { [_jN]: _hD }], [0, { [_jN]: _id }], [0, { [_jN]: _jEVR }], [0, { [_jN]: _jEVU }], [1, { [_jN]: _jPC }], [0, { [_jN]: _jT }], [0, { [_jN]: _lSD }], [() => JobMessages$, { [_jN]: _me }], [() => __listOfOutputGroupDetail, { [_jN]: _oGD }], [1, { [_jN]: _pri }], [0, { [_jN]: _q }], [() => __listOfQueueTransition, { [_jN]: _qT }], [1, { [_jN]: _rC }], [0, { [_jN]: _sSh }], [0, { [_jN]: _sRQ }], [0, { [_jN]: _sta }], [0, { [_jN]: _sUI }], [() => Timing$, { [_jN]: _timi }], [128 | 0, { [_jN]: _uM }], [() => __listOfWarningGroup, { [_jN]: _wa }]], 2
|
|
2587
|
+
[_Ro, _Se, _AScc, _AScce, _A, _BTS, _CRT, _CA, _CPu, _EIC, _EC, _EMr, _HD, _I, _JEVR, _JEVU, _JPC, _JT, _LSD, _Me, _OGD, _Pri, _Q, _QT, _RC, _SSh, _SRQ, _Sta, _SUI, _Timi, _UM, _Wa],
|
|
2588
|
+
[[0, { [_jN]: _ro }], [() => JobSettings$, { [_jN]: _set }], [() => AccelerationSettings$, { [_jN]: _aScc }], [0, { [_jN]: _aScce }], [0, { [_jN]: _a }], [0, { [_jN]: _bTS }], [0, { [_jN]: _cRT }], [7, { [_jN]: _cA }], [0, { [_jN]: _cPu }], [() => ElementalInferenceConfiguration$, { [_jN]: _eIC }], [1, { [_jN]: _eC }], [0, { [_jN]: _eMr }], [() => __listOfHopDestination, { [_jN]: _hD }], [0, { [_jN]: _id }], [0, { [_jN]: _jEVR }], [0, { [_jN]: _jEVU }], [1, { [_jN]: _jPC }], [0, { [_jN]: _jT }], [0, { [_jN]: _lSD }], [() => JobMessages$, { [_jN]: _me }], [() => __listOfOutputGroupDetail, { [_jN]: _oGD }], [1, { [_jN]: _pri }], [0, { [_jN]: _q }], [() => __listOfQueueTransition, { [_jN]: _qT }], [1, { [_jN]: _rC }], [0, { [_jN]: _sSh }], [0, { [_jN]: _sRQ }], [0, { [_jN]: _sta }], [0, { [_jN]: _sUI }], [() => Timing$, { [_jN]: _timi }], [128 | 0, { [_jN]: _uM }], [() => __listOfWarningGroup, { [_jN]: _wa }]], 2
|
|
2567
2589
|
];
|
|
2568
2590
|
export var JobEngineVersion$ = [3, n0, _JEV,
|
|
2569
2591
|
0,
|
|
@@ -2907,8 +2929,8 @@ export var PutPolicyResponse$ = [3, n0, _PPRu,
|
|
|
2907
2929
|
];
|
|
2908
2930
|
export var Queue$ = [3, n0, _Q,
|
|
2909
2931
|
0,
|
|
2910
|
-
[_N, _A, _CJ, _CA, _Des, _LU, _PP, _PJC, _RPe, _SOer, _Sta, _SJC, _Ty],
|
|
2911
|
-
[[0, { [_jN]: _n }], [0, { [_jN]: _a }], [1, { [_jN]: _cJ }], [7, { [_jN]: _cA }], [0, { [_jN]: _des }], [7, { [_jN]: _lU }], [0, { [_jN]: _pP }], [1, { [_jN]: _pJC }], [() => ReservationPlan$, { [_jN]: _rPe }], [() => __listOfServiceOverride, { [_jN]: _sOer }], [0, { [_jN]: _sta }], [1, { [_jN]: _sJC }], [0, { [_jN]: _ty }]], 1
|
|
2932
|
+
[_N, _A, _CJ, _CA, _Des, _LU, _MCF, _PP, _PJC, _RPe, _SOer, _Sta, _SJC, _Ty],
|
|
2933
|
+
[[0, { [_jN]: _n }], [0, { [_jN]: _a }], [1, { [_jN]: _cJ }], [7, { [_jN]: _cA }], [0, { [_jN]: _des }], [7, { [_jN]: _lU }], [1, { [_jN]: _mCF }], [0, { [_jN]: _pP }], [1, { [_jN]: _pJC }], [() => ReservationPlan$, { [_jN]: _rPe }], [() => __listOfServiceOverride, { [_jN]: _sOer }], [0, { [_jN]: _sta }], [1, { [_jN]: _sJC }], [0, { [_jN]: _ty }]], 1
|
|
2912
2934
|
];
|
|
2913
2935
|
export var QueueTransition$ = [3, n0, _QTu,
|
|
2914
2936
|
0,
|
|
@@ -3102,8 +3124,8 @@ export var UpdatePresetResponse$ = [3, n0, _UPRp,
|
|
|
3102
3124
|
];
|
|
3103
3125
|
export var UpdateQueueRequest$ = [3, n0, _UQR,
|
|
3104
3126
|
0,
|
|
3105
|
-
[_N, _CJ, _Des, _RPS, _Sta],
|
|
3106
|
-
[[0, 1], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [() => ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }]], 1
|
|
3127
|
+
[_N, _CJ, _Des, _MCF, _RPS, _Sta],
|
|
3128
|
+
[[0, 1], [1, { [_jN]: _cJ }], [0, { [_jN]: _des }], [1, { [_jN]: _mCF }], [() => ReservationPlanSettings$, { [_jN]: _rPS }], [0, { [_jN]: _sta }]], 1
|
|
3107
3129
|
];
|
|
3108
3130
|
export var UpdateQueueResponse$ = [3, n0, _UQRp,
|
|
3109
3131
|
0,
|
|
@@ -3284,6 +3306,11 @@ var __listOfDashAdditionalManifest = [1, n0, _lODAM,
|
|
|
3284
3306
|
0, [() => DashAdditionalManifest$,
|
|
3285
3307
|
0]
|
|
3286
3308
|
];
|
|
3309
|
+
var __listOfElementalInferenceFeature = 64 | 0;
|
|
3310
|
+
var __listOfElementalInferenceFeed = [1, n0, _lOEIF,
|
|
3311
|
+
0, [() => ElementalInferenceFeed$,
|
|
3312
|
+
0]
|
|
3313
|
+
];
|
|
3287
3314
|
var __listOfEndpoint = [1, n0, _lOE,
|
|
3288
3315
|
0, [() => Endpoint$,
|
|
3289
3316
|
0]
|
|
@@ -1555,7 +1555,7 @@ declare const CreateJobCommand_base: {
|
|
|
1555
1555
|
* Y: Number("int"),
|
|
1556
1556
|
* },
|
|
1557
1557
|
* RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1558
|
-
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1558
|
+
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1559
1559
|
* Sharpness: Number("int"),
|
|
1560
1560
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1561
1561
|
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -1703,6 +1703,17 @@ declare const CreateJobCommand_base: {
|
|
|
1703
1703
|
* // ClientRequestToken: "STRING_VALUE",
|
|
1704
1704
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
1705
1705
|
* // CurrentPhase: "PROBING" || "TRANSCODING" || "UPLOADING",
|
|
1706
|
+
* // ElementalInferenceConfiguration: { // ElementalInferenceConfiguration
|
|
1707
|
+
* // Features: [ // __listOfElementalInferenceFeature
|
|
1708
|
+
* // "SMART_CROP",
|
|
1709
|
+
* // ],
|
|
1710
|
+
* // Feeds: [ // __listOfElementalInferenceFeed
|
|
1711
|
+
* // { // ElementalInferenceFeed
|
|
1712
|
+
* // Arn: "STRING_VALUE",
|
|
1713
|
+
* // FeedManagementState: "CREATED" || "ASSOCIATED" || "PENDING_DELETION" || "DELETED",
|
|
1714
|
+
* // },
|
|
1715
|
+
* // ],
|
|
1716
|
+
* // },
|
|
1706
1717
|
* // ErrorCode: Number("int"),
|
|
1707
1718
|
* // ErrorMessage: "STRING_VALUE",
|
|
1708
1719
|
* // HopDestinations: [ // __listOfHopDestination
|
|
@@ -3251,7 +3262,7 @@ declare const CreateJobCommand_base: {
|
|
|
3251
3262
|
* // Y: Number("int"),
|
|
3252
3263
|
* // },
|
|
3253
3264
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
3254
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
3265
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
3255
3266
|
* // Sharpness: Number("int"),
|
|
3256
3267
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
3257
3268
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -1527,7 +1527,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
1527
1527
|
* Y: Number("int"),
|
|
1528
1528
|
* },
|
|
1529
1529
|
* RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1530
|
-
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1530
|
+
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1531
1531
|
* Sharpness: Number("int"),
|
|
1532
1532
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1533
1533
|
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -3155,7 +3155,7 @@ declare const CreateJobTemplateCommand_base: {
|
|
|
3155
3155
|
* // Y: Number("int"),
|
|
3156
3156
|
* // },
|
|
3157
3157
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
3158
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
3158
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
3159
3159
|
* // Sharpness: Number("int"),
|
|
3160
3160
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
3161
3161
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -815,7 +815,7 @@ declare const CreatePresetCommand_base: {
|
|
|
815
815
|
* Y: Number("int"),
|
|
816
816
|
* },
|
|
817
817
|
* RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
818
|
-
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
818
|
+
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
819
819
|
* Sharpness: Number("int"),
|
|
820
820
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
821
821
|
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -1712,7 +1712,7 @@ declare const CreatePresetCommand_base: {
|
|
|
1712
1712
|
* // Y: Number("int"),
|
|
1713
1713
|
* // },
|
|
1714
1714
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1715
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1715
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1716
1716
|
* // Sharpness: Number("int"),
|
|
1717
1717
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1718
1718
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -39,6 +39,7 @@ declare const CreateQueueCommand_base: {
|
|
|
39
39
|
* const input = { // CreateQueueRequest
|
|
40
40
|
* ConcurrentJobs: Number("int"),
|
|
41
41
|
* Description: "STRING_VALUE",
|
|
42
|
+
* MaximumConcurrentFeeds: Number("int"),
|
|
42
43
|
* Name: "STRING_VALUE", // required
|
|
43
44
|
* PricingPlan: "ON_DEMAND" || "RESERVED",
|
|
44
45
|
* ReservationPlanSettings: { // ReservationPlanSettings
|
|
@@ -60,6 +61,7 @@ declare const CreateQueueCommand_base: {
|
|
|
60
61
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
61
62
|
* // Description: "STRING_VALUE",
|
|
62
63
|
* // LastUpdated: new Date("TIMESTAMP"),
|
|
64
|
+
* // MaximumConcurrentFeeds: Number("int"),
|
|
63
65
|
* // Name: "STRING_VALUE", // required
|
|
64
66
|
* // PricingPlan: "ON_DEMAND" || "RESERVED",
|
|
65
67
|
* // ProgressingJobsCount: Number("int"),
|
|
@@ -52,6 +52,17 @@ declare const GetJobCommand_base: {
|
|
|
52
52
|
* // ClientRequestToken: "STRING_VALUE",
|
|
53
53
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
54
54
|
* // CurrentPhase: "PROBING" || "TRANSCODING" || "UPLOADING",
|
|
55
|
+
* // ElementalInferenceConfiguration: { // ElementalInferenceConfiguration
|
|
56
|
+
* // Features: [ // __listOfElementalInferenceFeature
|
|
57
|
+
* // "SMART_CROP",
|
|
58
|
+
* // ],
|
|
59
|
+
* // Feeds: [ // __listOfElementalInferenceFeed
|
|
60
|
+
* // { // ElementalInferenceFeed
|
|
61
|
+
* // Arn: "STRING_VALUE",
|
|
62
|
+
* // FeedManagementState: "CREATED" || "ASSOCIATED" || "PENDING_DELETION" || "DELETED",
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // },
|
|
55
66
|
* // ErrorCode: Number("int"),
|
|
56
67
|
* // ErrorMessage: "STRING_VALUE",
|
|
57
68
|
* // HopDestinations: [ // __listOfHopDestination
|
|
@@ -1600,7 +1611,7 @@ declare const GetJobCommand_base: {
|
|
|
1600
1611
|
* // Y: Number("int"),
|
|
1601
1612
|
* // },
|
|
1602
1613
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1603
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1614
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1604
1615
|
* // Sharpness: Number("int"),
|
|
1605
1616
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1606
1617
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -1536,7 +1536,7 @@ declare const GetJobTemplateCommand_base: {
|
|
|
1536
1536
|
* // Y: Number("int"),
|
|
1537
1537
|
* // },
|
|
1538
1538
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1539
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1539
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1540
1540
|
* // Sharpness: Number("int"),
|
|
1541
1541
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1542
1542
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -53,6 +53,17 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
53
53
|
* // ClientRequestToken: "STRING_VALUE",
|
|
54
54
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
55
55
|
* // CurrentPhase: "PROBING" || "TRANSCODING" || "UPLOADING",
|
|
56
|
+
* // ElementalInferenceConfiguration: { // ElementalInferenceConfiguration
|
|
57
|
+
* // Features: [ // __listOfElementalInferenceFeature
|
|
58
|
+
* // "SMART_CROP",
|
|
59
|
+
* // ],
|
|
60
|
+
* // Feeds: [ // __listOfElementalInferenceFeed
|
|
61
|
+
* // { // ElementalInferenceFeed
|
|
62
|
+
* // Arn: "STRING_VALUE",
|
|
63
|
+
* // FeedManagementState: "CREATED" || "ASSOCIATED" || "PENDING_DELETION" || "DELETED",
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // },
|
|
56
67
|
* // ErrorCode: Number("int"),
|
|
57
68
|
* // ErrorMessage: "STRING_VALUE",
|
|
58
69
|
* // HopDestinations: [ // __listOfHopDestination
|
|
@@ -1601,7 +1612,7 @@ declare const GetJobsQueryResultsCommand_base: {
|
|
|
1601
1612
|
* // Y: Number("int"),
|
|
1602
1613
|
* // },
|
|
1603
1614
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1604
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1615
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1605
1616
|
* // Sharpness: Number("int"),
|
|
1606
1617
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1607
1618
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -824,7 +824,7 @@ declare const GetPresetCommand_base: {
|
|
|
824
824
|
* // Y: Number("int"),
|
|
825
825
|
* // },
|
|
826
826
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
827
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
827
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
828
828
|
* // Sharpness: Number("int"),
|
|
829
829
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
830
830
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -48,6 +48,7 @@ declare const GetQueueCommand_base: {
|
|
|
48
48
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
49
49
|
* // Description: "STRING_VALUE",
|
|
50
50
|
* // LastUpdated: new Date("TIMESTAMP"),
|
|
51
|
+
* // MaximumConcurrentFeeds: Number("int"),
|
|
51
52
|
* // Name: "STRING_VALUE", // required
|
|
52
53
|
* // PricingPlan: "ON_DEMAND" || "RESERVED",
|
|
53
54
|
* // ProgressingJobsCount: Number("int"),
|
|
@@ -1541,7 +1541,7 @@ declare const ListJobTemplatesCommand_base: {
|
|
|
1541
1541
|
* // Y: Number("int"),
|
|
1542
1542
|
* // },
|
|
1543
1543
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1544
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1544
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1545
1545
|
* // Sharpness: Number("int"),
|
|
1546
1546
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1547
1547
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -57,6 +57,17 @@ declare const ListJobsCommand_base: {
|
|
|
57
57
|
* // ClientRequestToken: "STRING_VALUE",
|
|
58
58
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
59
59
|
* // CurrentPhase: "PROBING" || "TRANSCODING" || "UPLOADING",
|
|
60
|
+
* // ElementalInferenceConfiguration: { // ElementalInferenceConfiguration
|
|
61
|
+
* // Features: [ // __listOfElementalInferenceFeature
|
|
62
|
+
* // "SMART_CROP",
|
|
63
|
+
* // ],
|
|
64
|
+
* // Feeds: [ // __listOfElementalInferenceFeed
|
|
65
|
+
* // { // ElementalInferenceFeed
|
|
66
|
+
* // Arn: "STRING_VALUE",
|
|
67
|
+
* // FeedManagementState: "CREATED" || "ASSOCIATED" || "PENDING_DELETION" || "DELETED",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
60
71
|
* // ErrorCode: Number("int"),
|
|
61
72
|
* // ErrorMessage: "STRING_VALUE",
|
|
62
73
|
* // HopDestinations: [ // __listOfHopDestination
|
|
@@ -1605,7 +1616,7 @@ declare const ListJobsCommand_base: {
|
|
|
1605
1616
|
* // Y: Number("int"),
|
|
1606
1617
|
* // },
|
|
1607
1618
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1608
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1619
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1609
1620
|
* // Sharpness: Number("int"),
|
|
1610
1621
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1611
1622
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -830,7 +830,7 @@ declare const ListPresetsCommand_base: {
|
|
|
830
830
|
* // Y: Number("int"),
|
|
831
831
|
* // },
|
|
832
832
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
833
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
833
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
834
834
|
* // Sharpness: Number("int"),
|
|
835
835
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
836
836
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -53,6 +53,7 @@ declare const ListQueuesCommand_base: {
|
|
|
53
53
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
54
54
|
* // Description: "STRING_VALUE",
|
|
55
55
|
* // LastUpdated: new Date("TIMESTAMP"),
|
|
56
|
+
* // MaximumConcurrentFeeds: Number("int"),
|
|
56
57
|
* // Name: "STRING_VALUE", // required
|
|
57
58
|
* // PricingPlan: "ON_DEMAND" || "RESERVED",
|
|
58
59
|
* // ProgressingJobsCount: Number("int"),
|
|
@@ -58,6 +58,17 @@ declare const SearchJobsCommand_base: {
|
|
|
58
58
|
* // ClientRequestToken: "STRING_VALUE",
|
|
59
59
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
60
60
|
* // CurrentPhase: "PROBING" || "TRANSCODING" || "UPLOADING",
|
|
61
|
+
* // ElementalInferenceConfiguration: { // ElementalInferenceConfiguration
|
|
62
|
+
* // Features: [ // __listOfElementalInferenceFeature
|
|
63
|
+
* // "SMART_CROP",
|
|
64
|
+
* // ],
|
|
65
|
+
* // Feeds: [ // __listOfElementalInferenceFeed
|
|
66
|
+
* // { // ElementalInferenceFeed
|
|
67
|
+
* // Arn: "STRING_VALUE",
|
|
68
|
+
* // FeedManagementState: "CREATED" || "ASSOCIATED" || "PENDING_DELETION" || "DELETED",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // },
|
|
61
72
|
* // ErrorCode: Number("int"),
|
|
62
73
|
* // ErrorMessage: "STRING_VALUE",
|
|
63
74
|
* // HopDestinations: [ // __listOfHopDestination
|
|
@@ -1606,7 +1617,7 @@ declare const SearchJobsCommand_base: {
|
|
|
1606
1617
|
* // Y: Number("int"),
|
|
1607
1618
|
* // },
|
|
1608
1619
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1609
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1620
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1610
1621
|
* // Sharpness: Number("int"),
|
|
1611
1622
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1612
1623
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -1527,7 +1527,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
1527
1527
|
* Y: Number("int"),
|
|
1528
1528
|
* },
|
|
1529
1529
|
* RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1530
|
-
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1530
|
+
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1531
1531
|
* Sharpness: Number("int"),
|
|
1532
1532
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1533
1533
|
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -3152,7 +3152,7 @@ declare const UpdateJobTemplateCommand_base: {
|
|
|
3152
3152
|
* // Y: Number("int"),
|
|
3153
3153
|
* // },
|
|
3154
3154
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
3155
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
3155
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
3156
3156
|
* // Sharpness: Number("int"),
|
|
3157
3157
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
3158
3158
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -815,7 +815,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
815
815
|
* Y: Number("int"),
|
|
816
816
|
* },
|
|
817
817
|
* RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
818
|
-
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
818
|
+
* ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
819
819
|
* Sharpness: Number("int"),
|
|
820
820
|
* TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
821
821
|
* TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -1709,7 +1709,7 @@ declare const UpdatePresetCommand_base: {
|
|
|
1709
1709
|
* // Y: Number("int"),
|
|
1710
1710
|
* // },
|
|
1711
1711
|
* // RespondToAfd: "NONE" || "RESPOND" || "PASSTHROUGH",
|
|
1712
|
-
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL",
|
|
1712
|
+
* // ScalingBehavior: "DEFAULT" || "STRETCH_TO_OUTPUT" || "FIT" || "FIT_NO_UPSCALE" || "FILL" || "SMART_CROP",
|
|
1713
1713
|
* // Sharpness: Number("int"),
|
|
1714
1714
|
* // TimecodeInsertion: "DISABLED" || "PIC_TIMING_SEI",
|
|
1715
1715
|
* // TimecodeTrack: "DISABLED" || "ENABLED",
|
|
@@ -39,6 +39,7 @@ declare const UpdateQueueCommand_base: {
|
|
|
39
39
|
* const input = { // UpdateQueueRequest
|
|
40
40
|
* ConcurrentJobs: Number("int"),
|
|
41
41
|
* Description: "STRING_VALUE",
|
|
42
|
+
* MaximumConcurrentFeeds: Number("int"),
|
|
42
43
|
* Name: "STRING_VALUE", // required
|
|
43
44
|
* ReservationPlanSettings: { // ReservationPlanSettings
|
|
44
45
|
* Commitment: "ONE_YEAR", // required
|
|
@@ -56,6 +57,7 @@ declare const UpdateQueueCommand_base: {
|
|
|
56
57
|
* // CreatedAt: new Date("TIMESTAMP"),
|
|
57
58
|
* // Description: "STRING_VALUE",
|
|
58
59
|
* // LastUpdated: new Date("TIMESTAMP"),
|
|
60
|
+
* // MaximumConcurrentFeeds: Number("int"),
|
|
59
61
|
* // Name: "STRING_VALUE", // required
|
|
60
62
|
* // PricingPlan: "ON_DEMAND" || "RESERVED",
|
|
61
63
|
* // ProgressingJobsCount: Number("int"),
|
|
@@ -1441,6 +1441,31 @@ export declare const ColorSpace: {
|
|
|
1441
1441
|
* @public
|
|
1442
1442
|
*/
|
|
1443
1443
|
export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
|
|
1444
|
+
/**
|
|
1445
|
+
* @public
|
|
1446
|
+
* @enum
|
|
1447
|
+
*/
|
|
1448
|
+
export declare const ElementalInferenceFeature: {
|
|
1449
|
+
readonly SMART_CROP: "SMART_CROP";
|
|
1450
|
+
};
|
|
1451
|
+
/**
|
|
1452
|
+
* @public
|
|
1453
|
+
*/
|
|
1454
|
+
export type ElementalInferenceFeature = (typeof ElementalInferenceFeature)[keyof typeof ElementalInferenceFeature];
|
|
1455
|
+
/**
|
|
1456
|
+
* @public
|
|
1457
|
+
* @enum
|
|
1458
|
+
*/
|
|
1459
|
+
export declare const ElementalInferenceFeedManagementState: {
|
|
1460
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
1461
|
+
readonly CREATED: "CREATED";
|
|
1462
|
+
readonly DELETED: "DELETED";
|
|
1463
|
+
readonly PENDING_DELETION: "PENDING_DELETION";
|
|
1464
|
+
};
|
|
1465
|
+
/**
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1468
|
+
export type ElementalInferenceFeedManagementState = (typeof ElementalInferenceFeedManagementState)[keyof typeof ElementalInferenceFeedManagementState];
|
|
1444
1469
|
/**
|
|
1445
1470
|
* @public
|
|
1446
1471
|
* @enum
|
|
@@ -5716,6 +5741,7 @@ export declare const ScalingBehavior: {
|
|
|
5716
5741
|
readonly FILL: "FILL";
|
|
5717
5742
|
readonly FIT: "FIT";
|
|
5718
5743
|
readonly FIT_NO_UPSCALE: "FIT_NO_UPSCALE";
|
|
5744
|
+
readonly SMART_CROP: "SMART_CROP";
|
|
5719
5745
|
readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
|
|
5720
5746
|
};
|
|
5721
5747
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AacAudioDescriptionBroadcasterMix, AacCodecProfile, AacCodingMode, AacLoudnessMeasurementMode, AacRateControlMode, AacRawFormat, AacSpecification, AacVbrQuality, Ac3BitstreamMode, Ac3CodingMode, Ac3DynamicRangeCompressionLine, Ac3DynamicRangeCompressionProfile, Ac3DynamicRangeCompressionRf, Ac3LfeFilter, Ac3MetadataControl, Ac4BitstreamMode, Ac4CodingMode, Ac4DynamicRangeCompressionDrcProfile, Ac4StereoDownmix, AccelerationMode, AccelerationStatus, AdvancedInputFilter, AdvancedInputFilterAddTexture, AdvancedInputFilterSharpen, AfdSignaling, AlphaBehavior, AncillaryConvert608To708, AncillaryTerminateCaptions, AntiAlias, AudioChannelTag, AudioCodec, AudioDefaultSelection, AudioDurationCorrection, AudioLanguageCodeControl, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioNormalizationLoudnessLogging, AudioNormalizationPeakCalculation, AudioSelectorType, AudioTypeControl, Av1AdaptiveQuantization, Av1BitDepth, Av1FilmGrainSynthesis, Av1FramerateControl, Av1FramerateConversionAlgorithm, Av1RateControlMode, Av1SpatialAdaptiveQuantization, AvcIntraClass, AvcIntraFramerateControl, AvcIntraFramerateConversionAlgorithm, AvcIntraInterlaceMode, AvcIntraScanTypeConversionMode, AvcIntraSlowPal, AvcIntraTelecine, AvcIntraUhdQualityTuningLevel, BandwidthReductionFilterSharpening, BandwidthReductionFilterStrength, BillingTagsSource, BurninSubtitleAlignment, BurninSubtitleApplyFontColor, BurninSubtitleBackgroundColor, BurninSubtitleFallbackFont, BurninSubtitleFontColor, BurninSubtitleOutlineColor, BurninSubtitleShadowColor, BurnInSubtitleStylePassthrough, BurninSubtitleTeletextSpacing, CaptionDestinationType, CaptionSourceByteRateLimit, CaptionSourceConvertPaintOnToPopOn, CaptionSourceType, CaptionSourceUpconvertSTLToTeletext, ChromaPositionMode, CmafClientCache, CmafCodecSpecification, CmafEncryptionType, CmafImageBasedTrickPlay, CmafInitializationVectorInManifest, CmafIntervalCadence, CmafKeyProviderType, CmafManifestCompression, CmafManifestDurationFormat, CmafMpdManifestBandwidthType, CmafMpdProfile, CmafPtsOffsetHandlingForBFrames, CmafSegmentControl, CmafSegmentLengthControl, CmafStreamInfResolution, CmafTargetDurationCompatibilityMode, CmafVideoCompositionOffsets, CmafWriteDASHManifest, CmafWriteHLSManifest, CmafWriteSegmentTimelineInRepresentation, CmfcAudioDuration, CmfcAudioTrackType, CmfcC2paManifest, CmfcDescriptiveVideoServiceFlag, CmfcIFrameOnlyManifest, CmfcKlvMetadata, CmfcManifestMetadataSignaling, CmfcScte35Esam, CmfcScte35Source, CmfcTimedMetadata, CmfcTimedMetadataBoxVersion, Codec, ColorMetadata, ColorPrimaries, ColorSpace, ColorSpaceConversion, ColorSpaceUsage, Commitment, ContainerType, CopyProtectionAction, DashIsoGroupAudioChannelConfigSchemeIdUri, DashIsoHbbtvCompliance, DashIsoImageBasedTrickPlay, DashIsoIntervalCadence, DashIsoMpdManifestBandwidthType, DashIsoMpdProfile, DashIsoPlaybackDeviceCompatibility, DashIsoPtsOffsetHandlingForBFrames, DashIsoSegmentControl, DashIsoSegmentLengthControl, DashIsoVideoCompositionOffsets, DashIsoWriteSegmentTimelineInRepresentation, DashManifestStyle, DecryptionMode, DeinterlaceAlgorithm, DeinterlacerControl, DeinterlacerMode, DescribeEndpointsMode, DolbyVisionCompatibility, DolbyVisionLevel6Mode, DolbyVisionMapping, DolbyVisionProfile, DropFrameTimecode, DvbddsHandling, DvbSubSubtitleFallbackFont, DvbSubtitleAlignment, DvbSubtitleApplyFontColor, DvbSubtitleBackgroundColor, DvbSubtitleFontColor, DvbSubtitleOutlineColor, DvbSubtitleShadowColor, DvbSubtitleStylePassthrough, DvbSubtitleTeletextSpacing, DvbSubtitlingType, DynamicAudioSelectorType, Eac3AtmosBitstreamMode, Eac3AtmosCodingMode, Eac3AtmosDialogueIntelligence, Eac3AtmosDownmixControl, Eac3AtmosDynamicRangeCompressionLine, Eac3AtmosDynamicRangeCompressionRf, Eac3AtmosDynamicRangeControl, Eac3AtmosMeteringMode, Eac3AtmosStereoDownmix, Eac3AtmosSurroundExMode, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DynamicRangeCompressionLine, Eac3DynamicRangeCompressionRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EmbeddedConvert608To708, EmbeddedTerminateCaptions, EmbeddedTimecodeOverride, F4vMoovPlacement, FileSourceConvert608To708, FileSourceTimeDeltaUnits, FontScript, Format, FrameControl, FrameMetricType, GifFramerateControl, GifFramerateConversionAlgorithm, H264AdaptiveQuantization, H264CodecLevel, H264CodecProfile, H264DynamicSubGop, H264EndOfStreamMarkers, H264EntropyEncoding, H264FieldEncoding, H264FlickerAdaptiveQuantization, H264FramerateControl, H264FramerateConversionAlgorithm, H264GopBReference, H264GopSizeUnits, H264InterlaceMode, H264ParControl, H264QualityTuningLevel, H264RateControlMode, H264RepeatPps, H264SaliencyAwareEncoding, H264ScanTypeConversionMode, H264SceneChangeDetect, H264SlowPal, H264SpatialAdaptiveQuantization, H264Syntax, H264Telecine, H264TemporalAdaptiveQuantization, H264UnregisteredSeiTimecode, H264WriteMp4PackagingType, H265AdaptiveQuantization, H265AlternateTransferFunctionSei, H265CodecLevel, H265CodecProfile, H265Deblocking, H265DynamicSubGop, H265EndOfStreamMarkers, H265FlickerAdaptiveQuantization, H265FramerateControl, H265FramerateConversionAlgorithm, H265GopBReference, H265GopSizeUnits, H265InterlaceMode, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265ParControl, H265QualityTuningLevel, H265RateControlMode, H265SampleAdaptiveOffsetFilterMode, H265ScanTypeConversionMode, H265SceneChangeDetect, H265SlowPal, H265SpatialAdaptiveQuantization, H265Telecine, H265TemporalAdaptiveQuantization, H265TemporalIds, H265TilePadding, H265Tiles, H265TreeBlockSize, H265UnregisteredSeiTimecode, H265WriteMp4PackagingType, HDRToSDRToneMapper, HlsAdMarkers, HlsAudioOnlyContainer, HlsAudioOnlyHeader, HlsAudioTrackType, HlsCaptionLanguageSetting, HlsCaptionSegmentLengthControl, HlsClearLead, HlsClientCache, HlsCodecSpecification, HlsDescriptiveVideoServiceFlag, HlsDirectoryStructure, HlsEncryptionType, HlsIFrameOnlyManifest, HlsImageBasedTrickPlay, HlsInitializationVectorInManifest, HlsIntervalCadence, HlsKeyProviderType, HlsManifestCompression, HlsManifestDurationFormat, HlsOfflineEncrypted, HlsOutputSelection, HlsProgramDateTime, HlsProgressiveWriteHlsManifest, HlsSegmentControl, HlsSegmentLengthControl, HlsStreamInfResolution, HlsTargetDurationCompatibilityMode, HlsTimedMetadataId3Frame, ImscAccessibilitySubs, ImscStylePassthrough, InputDeblockFilter, InputDenoiseFilter, InputFilterEnable, InputPolicy, InputPsiControl, InputRotate, InputSampleRange, InputScanType, InputTimecodeSource, JobPhase, JobsQueryFilterKey, JobsQueryStatus, JobStatus, JobTemplateListBy, LanguageCode, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, M2tsNielsenId3, M2tsPcrControl, M2tsPreventBufferUnderflow, M2tsRateMode, M2tsScte35Source, M2tsSegmentationMarkers, M2tsSegmentationStyle, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, M3u8PcrControl, M3u8Scte35Source, MatrixCoefficients, MotionImageInsertionMode, MotionImagePlayback, MovClapAtom, MovCslgAtom, MovMpeg2FourCCControl, MovPaddingControl, MovReference, Mp2AudioDescriptionMix, Mp3RateControlMode, Mp4C2paManifest, Mp4CslgAtom, Mp4FreeSpaceBox, Mp4MoovPlacement, MpdAccessibilityCaptionHints, MpdAudioDuration, MpdC2paManifest, MpdCaptionContainerType, MpdKlvMetadata, MpdManifestMetadataSignaling, MpdScte35Esam, MpdScte35Source, MpdTimedMetadata, MpdTimedMetadataBoxVersion, Mpeg2AdaptiveQuantization, Mpeg2CodecLevel, Mpeg2CodecProfile, Mpeg2DynamicSubGop, Mpeg2FramerateControl, Mpeg2FramerateConversionAlgorithm, Mpeg2GopSizeUnits, Mpeg2InterlaceMode, Mpeg2IntraDcPrecision, Mpeg2ParControl, Mpeg2QualityTuningLevel, Mpeg2RateControlMode, Mpeg2ScanTypeConversionMode, Mpeg2SceneChangeDetect, Mpeg2SlowPal, Mpeg2SpatialAdaptiveQuantization, Mpeg2Syntax, Mpeg2Telecine, Mpeg2TemporalAdaptiveQuantization, MsSmoothAudioDeduplication, MsSmoothFragmentLengthControl, MsSmoothManifestEncoding, MxfAfdSignaling, MxfProfile, MxfUncompressedAudioWrapping, MxfXavcDurationMode, NielsenActiveWatermarkProcessType, NielsenSourceWatermarkStatusType, NielsenUniqueTicPerAudioTrackType, NoiseFilterPostTemporalSharpening, NoiseFilterPostTemporalSharpeningStrength, NoiseReducerFilter, Order, OutputGroupType, OutputSdt, PadVideo, PresetListBy, PresetSpeke20Audio, PresetSpeke20Video, PricingPlan, ProresChromaSampling, ProresCodecProfile, ProresFramerateControl, ProresFramerateConversionAlgorithm, ProresInterlaceMode, ProresParControl, ProresScanTypeConversionMode, ProresSlowPal, ProresTelecine, QueueListBy, QueueStatus, RemoveRubyReserveAttributes, RenewalType, RequiredFlag, ReservationPlanStatus, RespondToAfd, RuleType, S3ObjectCannedAcl, S3ServerSideEncryptionType, S3StorageClass, SampleRangeConversion, ScalingBehavior, SccDestinationFramerate, ShareStatus, SimulateReservedQueue, SlowPalPitchCorrection, SrtStylePassthrough, StatusUpdateInterval, TamsGapHandling, TeletextPageType, TimecodeBurninPosition, TimecodeSource, TimecodeTrack, TimedMetadata, TrackType, TransferCharacteristics, TsPtsOffset, TtmlStylePassthrough, Type, UncompressedFourcc, UncompressedFramerateControl, UncompressedFramerateConversionAlgorithm, UncompressedInterlaceMode, UncompressedScanTypeConversionMode, UncompressedSlowPal, UncompressedTelecine, Vc3Class, Vc3FramerateControl, Vc3FramerateConversionAlgorithm, Vc3InterlaceMode, Vc3ScanTypeConversionMode, Vc3SlowPal, Vc3Telecine, VchipAction, VideoCodec, VideoOverlayPlayBackMode, VideoOverlayUnit, VideoSelectorMode, VideoSelectorType, VideoTimecodeInsertion, Vp8FramerateControl, Vp8FramerateConversionAlgorithm, Vp8ParControl, Vp8QualityTuningLevel, Vp8RateControlMode, Vp9FramerateControl, Vp9FramerateConversionAlgorithm, Vp9ParControl, Vp9QualityTuningLevel, Vp9RateControlMode, WatermarkingStrength, WavFormat, WebvttAccessibilitySubs, WebvttStylePassthrough, Xavc4kIntraCbgProfileClass, Xavc4kIntraVbrProfileClass, Xavc4kProfileBitrateClass, Xavc4kProfileCodecProfile, Xavc4kProfileQualityTuningLevel, XavcAdaptiveQuantization, XavcEntropyEncoding, XavcFlickerAdaptiveQuantization, XavcFramerateControl, XavcFramerateConversionAlgorithm, XavcGopBReference, XavcHdIntraCbgProfileClass, XavcHdProfileBitrateClass, XavcHdProfileQualityTuningLevel, XavcHdProfileTelecine, XavcInterlaceMode, XavcProfile, XavcSlowPal, XavcSpatialAdaptiveQuantization, XavcTemporalAdaptiveQuantization } from "./enums";
|
|
1
|
+
import type { AacAudioDescriptionBroadcasterMix, AacCodecProfile, AacCodingMode, AacLoudnessMeasurementMode, AacRateControlMode, AacRawFormat, AacSpecification, AacVbrQuality, Ac3BitstreamMode, Ac3CodingMode, Ac3DynamicRangeCompressionLine, Ac3DynamicRangeCompressionProfile, Ac3DynamicRangeCompressionRf, Ac3LfeFilter, Ac3MetadataControl, Ac4BitstreamMode, Ac4CodingMode, Ac4DynamicRangeCompressionDrcProfile, Ac4StereoDownmix, AccelerationMode, AccelerationStatus, AdvancedInputFilter, AdvancedInputFilterAddTexture, AdvancedInputFilterSharpen, AfdSignaling, AlphaBehavior, AncillaryConvert608To708, AncillaryTerminateCaptions, AntiAlias, AudioChannelTag, AudioCodec, AudioDefaultSelection, AudioDurationCorrection, AudioLanguageCodeControl, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioNormalizationLoudnessLogging, AudioNormalizationPeakCalculation, AudioSelectorType, AudioTypeControl, Av1AdaptiveQuantization, Av1BitDepth, Av1FilmGrainSynthesis, Av1FramerateControl, Av1FramerateConversionAlgorithm, Av1RateControlMode, Av1SpatialAdaptiveQuantization, AvcIntraClass, AvcIntraFramerateControl, AvcIntraFramerateConversionAlgorithm, AvcIntraInterlaceMode, AvcIntraScanTypeConversionMode, AvcIntraSlowPal, AvcIntraTelecine, AvcIntraUhdQualityTuningLevel, BandwidthReductionFilterSharpening, BandwidthReductionFilterStrength, BillingTagsSource, BurninSubtitleAlignment, BurninSubtitleApplyFontColor, BurninSubtitleBackgroundColor, BurninSubtitleFallbackFont, BurninSubtitleFontColor, BurninSubtitleOutlineColor, BurninSubtitleShadowColor, BurnInSubtitleStylePassthrough, BurninSubtitleTeletextSpacing, CaptionDestinationType, CaptionSourceByteRateLimit, CaptionSourceConvertPaintOnToPopOn, CaptionSourceType, CaptionSourceUpconvertSTLToTeletext, ChromaPositionMode, CmafClientCache, CmafCodecSpecification, CmafEncryptionType, CmafImageBasedTrickPlay, CmafInitializationVectorInManifest, CmafIntervalCadence, CmafKeyProviderType, CmafManifestCompression, CmafManifestDurationFormat, CmafMpdManifestBandwidthType, CmafMpdProfile, CmafPtsOffsetHandlingForBFrames, CmafSegmentControl, CmafSegmentLengthControl, CmafStreamInfResolution, CmafTargetDurationCompatibilityMode, CmafVideoCompositionOffsets, CmafWriteDASHManifest, CmafWriteHLSManifest, CmafWriteSegmentTimelineInRepresentation, CmfcAudioDuration, CmfcAudioTrackType, CmfcC2paManifest, CmfcDescriptiveVideoServiceFlag, CmfcIFrameOnlyManifest, CmfcKlvMetadata, CmfcManifestMetadataSignaling, CmfcScte35Esam, CmfcScte35Source, CmfcTimedMetadata, CmfcTimedMetadataBoxVersion, Codec, ColorMetadata, ColorPrimaries, ColorSpace, ColorSpaceConversion, ColorSpaceUsage, Commitment, ContainerType, CopyProtectionAction, DashIsoGroupAudioChannelConfigSchemeIdUri, DashIsoHbbtvCompliance, DashIsoImageBasedTrickPlay, DashIsoIntervalCadence, DashIsoMpdManifestBandwidthType, DashIsoMpdProfile, DashIsoPlaybackDeviceCompatibility, DashIsoPtsOffsetHandlingForBFrames, DashIsoSegmentControl, DashIsoSegmentLengthControl, DashIsoVideoCompositionOffsets, DashIsoWriteSegmentTimelineInRepresentation, DashManifestStyle, DecryptionMode, DeinterlaceAlgorithm, DeinterlacerControl, DeinterlacerMode, DescribeEndpointsMode, DolbyVisionCompatibility, DolbyVisionLevel6Mode, DolbyVisionMapping, DolbyVisionProfile, DropFrameTimecode, DvbddsHandling, DvbSubSubtitleFallbackFont, DvbSubtitleAlignment, DvbSubtitleApplyFontColor, DvbSubtitleBackgroundColor, DvbSubtitleFontColor, DvbSubtitleOutlineColor, DvbSubtitleShadowColor, DvbSubtitleStylePassthrough, DvbSubtitleTeletextSpacing, DvbSubtitlingType, DynamicAudioSelectorType, Eac3AtmosBitstreamMode, Eac3AtmosCodingMode, Eac3AtmosDialogueIntelligence, Eac3AtmosDownmixControl, Eac3AtmosDynamicRangeCompressionLine, Eac3AtmosDynamicRangeCompressionRf, Eac3AtmosDynamicRangeControl, Eac3AtmosMeteringMode, Eac3AtmosStereoDownmix, Eac3AtmosSurroundExMode, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DynamicRangeCompressionLine, Eac3DynamicRangeCompressionRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, ElementalInferenceFeature, ElementalInferenceFeedManagementState, EmbeddedConvert608To708, EmbeddedTerminateCaptions, EmbeddedTimecodeOverride, F4vMoovPlacement, FileSourceConvert608To708, FileSourceTimeDeltaUnits, FontScript, Format, FrameControl, FrameMetricType, GifFramerateControl, GifFramerateConversionAlgorithm, H264AdaptiveQuantization, H264CodecLevel, H264CodecProfile, H264DynamicSubGop, H264EndOfStreamMarkers, H264EntropyEncoding, H264FieldEncoding, H264FlickerAdaptiveQuantization, H264FramerateControl, H264FramerateConversionAlgorithm, H264GopBReference, H264GopSizeUnits, H264InterlaceMode, H264ParControl, H264QualityTuningLevel, H264RateControlMode, H264RepeatPps, H264SaliencyAwareEncoding, H264ScanTypeConversionMode, H264SceneChangeDetect, H264SlowPal, H264SpatialAdaptiveQuantization, H264Syntax, H264Telecine, H264TemporalAdaptiveQuantization, H264UnregisteredSeiTimecode, H264WriteMp4PackagingType, H265AdaptiveQuantization, H265AlternateTransferFunctionSei, H265CodecLevel, H265CodecProfile, H265Deblocking, H265DynamicSubGop, H265EndOfStreamMarkers, H265FlickerAdaptiveQuantization, H265FramerateControl, H265FramerateConversionAlgorithm, H265GopBReference, H265GopSizeUnits, H265InterlaceMode, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265ParControl, H265QualityTuningLevel, H265RateControlMode, H265SampleAdaptiveOffsetFilterMode, H265ScanTypeConversionMode, H265SceneChangeDetect, H265SlowPal, H265SpatialAdaptiveQuantization, H265Telecine, H265TemporalAdaptiveQuantization, H265TemporalIds, H265TilePadding, H265Tiles, H265TreeBlockSize, H265UnregisteredSeiTimecode, H265WriteMp4PackagingType, HDRToSDRToneMapper, HlsAdMarkers, HlsAudioOnlyContainer, HlsAudioOnlyHeader, HlsAudioTrackType, HlsCaptionLanguageSetting, HlsCaptionSegmentLengthControl, HlsClearLead, HlsClientCache, HlsCodecSpecification, HlsDescriptiveVideoServiceFlag, HlsDirectoryStructure, HlsEncryptionType, HlsIFrameOnlyManifest, HlsImageBasedTrickPlay, HlsInitializationVectorInManifest, HlsIntervalCadence, HlsKeyProviderType, HlsManifestCompression, HlsManifestDurationFormat, HlsOfflineEncrypted, HlsOutputSelection, HlsProgramDateTime, HlsProgressiveWriteHlsManifest, HlsSegmentControl, HlsSegmentLengthControl, HlsStreamInfResolution, HlsTargetDurationCompatibilityMode, HlsTimedMetadataId3Frame, ImscAccessibilitySubs, ImscStylePassthrough, InputDeblockFilter, InputDenoiseFilter, InputFilterEnable, InputPolicy, InputPsiControl, InputRotate, InputSampleRange, InputScanType, InputTimecodeSource, JobPhase, JobsQueryFilterKey, JobsQueryStatus, JobStatus, JobTemplateListBy, LanguageCode, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, M2tsNielsenId3, M2tsPcrControl, M2tsPreventBufferUnderflow, M2tsRateMode, M2tsScte35Source, M2tsSegmentationMarkers, M2tsSegmentationStyle, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, M3u8PcrControl, M3u8Scte35Source, MatrixCoefficients, MotionImageInsertionMode, MotionImagePlayback, MovClapAtom, MovCslgAtom, MovMpeg2FourCCControl, MovPaddingControl, MovReference, Mp2AudioDescriptionMix, Mp3RateControlMode, Mp4C2paManifest, Mp4CslgAtom, Mp4FreeSpaceBox, Mp4MoovPlacement, MpdAccessibilityCaptionHints, MpdAudioDuration, MpdC2paManifest, MpdCaptionContainerType, MpdKlvMetadata, MpdManifestMetadataSignaling, MpdScte35Esam, MpdScte35Source, MpdTimedMetadata, MpdTimedMetadataBoxVersion, Mpeg2AdaptiveQuantization, Mpeg2CodecLevel, Mpeg2CodecProfile, Mpeg2DynamicSubGop, Mpeg2FramerateControl, Mpeg2FramerateConversionAlgorithm, Mpeg2GopSizeUnits, Mpeg2InterlaceMode, Mpeg2IntraDcPrecision, Mpeg2ParControl, Mpeg2QualityTuningLevel, Mpeg2RateControlMode, Mpeg2ScanTypeConversionMode, Mpeg2SceneChangeDetect, Mpeg2SlowPal, Mpeg2SpatialAdaptiveQuantization, Mpeg2Syntax, Mpeg2Telecine, Mpeg2TemporalAdaptiveQuantization, MsSmoothAudioDeduplication, MsSmoothFragmentLengthControl, MsSmoothManifestEncoding, MxfAfdSignaling, MxfProfile, MxfUncompressedAudioWrapping, MxfXavcDurationMode, NielsenActiveWatermarkProcessType, NielsenSourceWatermarkStatusType, NielsenUniqueTicPerAudioTrackType, NoiseFilterPostTemporalSharpening, NoiseFilterPostTemporalSharpeningStrength, NoiseReducerFilter, Order, OutputGroupType, OutputSdt, PadVideo, PresetListBy, PresetSpeke20Audio, PresetSpeke20Video, PricingPlan, ProresChromaSampling, ProresCodecProfile, ProresFramerateControl, ProresFramerateConversionAlgorithm, ProresInterlaceMode, ProresParControl, ProresScanTypeConversionMode, ProresSlowPal, ProresTelecine, QueueListBy, QueueStatus, RemoveRubyReserveAttributes, RenewalType, RequiredFlag, ReservationPlanStatus, RespondToAfd, RuleType, S3ObjectCannedAcl, S3ServerSideEncryptionType, S3StorageClass, SampleRangeConversion, ScalingBehavior, SccDestinationFramerate, ShareStatus, SimulateReservedQueue, SlowPalPitchCorrection, SrtStylePassthrough, StatusUpdateInterval, TamsGapHandling, TeletextPageType, TimecodeBurninPosition, TimecodeSource, TimecodeTrack, TimedMetadata, TrackType, TransferCharacteristics, TsPtsOffset, TtmlStylePassthrough, Type, UncompressedFourcc, UncompressedFramerateControl, UncompressedFramerateConversionAlgorithm, UncompressedInterlaceMode, UncompressedScanTypeConversionMode, UncompressedSlowPal, UncompressedTelecine, Vc3Class, Vc3FramerateControl, Vc3FramerateConversionAlgorithm, Vc3InterlaceMode, Vc3ScanTypeConversionMode, Vc3SlowPal, Vc3Telecine, VchipAction, VideoCodec, VideoOverlayPlayBackMode, VideoOverlayUnit, VideoSelectorMode, VideoSelectorType, VideoTimecodeInsertion, Vp8FramerateControl, Vp8FramerateConversionAlgorithm, Vp8ParControl, Vp8QualityTuningLevel, Vp8RateControlMode, Vp9FramerateControl, Vp9FramerateConversionAlgorithm, Vp9ParControl, Vp9QualityTuningLevel, Vp9RateControlMode, WatermarkingStrength, WavFormat, WebvttAccessibilitySubs, WebvttStylePassthrough, Xavc4kIntraCbgProfileClass, Xavc4kIntraVbrProfileClass, Xavc4kProfileBitrateClass, Xavc4kProfileCodecProfile, Xavc4kProfileQualityTuningLevel, XavcAdaptiveQuantization, XavcEntropyEncoding, XavcFlickerAdaptiveQuantization, XavcFramerateControl, XavcFramerateConversionAlgorithm, XavcGopBReference, XavcHdIntraCbgProfileClass, XavcHdProfileBitrateClass, XavcHdProfileQualityTuningLevel, XavcHdProfileTelecine, XavcInterlaceMode, XavcProfile, XavcSlowPal, XavcSpatialAdaptiveQuantization, XavcTemporalAdaptiveQuantization } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* Use Allowed renditions to specify a list of possible resolutions in your ABR stack. * MediaConvert will create an ABR stack exclusively from the list of resolutions that you specify. * Some resolutions in the Allowed renditions list may not be included, however you can force a resolution to be included by setting Required to ENABLED. * You must specify at least one resolution that is greater than or equal to any resolutions that you specify in Min top rendition size or Min bottom rendition size. * If you specify Allowed renditions, you must not specify a separate rule for Force include renditions.
|
|
4
4
|
* @public
|
|
@@ -1500,6 +1500,22 @@ export interface DashAdditionalManifest {
|
|
|
1500
1500
|
*/
|
|
1501
1501
|
SelectedOutputs?: string[] | undefined;
|
|
1502
1502
|
}
|
|
1503
|
+
/**
|
|
1504
|
+
* Elemental Inference Feed.
|
|
1505
|
+
* @public
|
|
1506
|
+
*/
|
|
1507
|
+
export interface ElementalInferenceFeed {
|
|
1508
|
+
/**
|
|
1509
|
+
* Feed ARN.
|
|
1510
|
+
* @public
|
|
1511
|
+
*/
|
|
1512
|
+
Arn?: string | undefined;
|
|
1513
|
+
/**
|
|
1514
|
+
* Elemental Inference Feed management state.
|
|
1515
|
+
* @public
|
|
1516
|
+
*/
|
|
1517
|
+
FeedManagementState?: ElementalInferenceFeedManagementState | undefined;
|
|
1518
|
+
}
|
|
1503
1519
|
/**
|
|
1504
1520
|
* Describes an account-specific API endpoint.
|
|
1505
1521
|
* @public
|
|
@@ -2821,6 +2837,22 @@ export interface AccelerationSettings {
|
|
|
2821
2837
|
*/
|
|
2822
2838
|
Mode: AccelerationMode | undefined;
|
|
2823
2839
|
}
|
|
2840
|
+
/**
|
|
2841
|
+
* The Elemental Inference configuration used in this job.
|
|
2842
|
+
* @public
|
|
2843
|
+
*/
|
|
2844
|
+
export interface ElementalInferenceConfiguration {
|
|
2845
|
+
/**
|
|
2846
|
+
* A list of Elemental Inference features used in this job.
|
|
2847
|
+
* @public
|
|
2848
|
+
*/
|
|
2849
|
+
Features?: ElementalInferenceFeature[] | undefined;
|
|
2850
|
+
/**
|
|
2851
|
+
* A list of Elemental Inference feeds used by this job.
|
|
2852
|
+
* @public
|
|
2853
|
+
*/
|
|
2854
|
+
Feeds?: ElementalInferenceFeed[] | undefined;
|
|
2855
|
+
}
|
|
2824
2856
|
/**
|
|
2825
2857
|
* Provides messages from the service about jobs that you have already successfully submitted.
|
|
2826
2858
|
* @public
|
|
@@ -7006,7 +7038,7 @@ export interface VideoDescription {
|
|
|
7006
7038
|
*/
|
|
7007
7039
|
RespondToAfd?: RespondToAfd | undefined;
|
|
7008
7040
|
/**
|
|
7009
|
-
* Specify the video Scaling behavior when your output has a different resolution than your input. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html
|
|
7041
|
+
* Specify the video Scaling behavior when your output has a different resolution than your input. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/video-scaling.html Select Smart Cropping using Elemental Inference as your scaling behavior to have Elemental Inference automatically crop your video. Smart Crop requires a vertical output aspect ratio (1:1 is the widest aspect ratio supported).
|
|
7010
7042
|
* @public
|
|
7011
7043
|
*/
|
|
7012
7044
|
ScalingBehavior?: ScalingBehavior | undefined;
|
|
@@ -7181,7 +7213,7 @@ export interface JobSettings {
|
|
|
7181
7213
|
*/
|
|
7182
7214
|
ExtendedDataServices?: ExtendedDataServices | undefined;
|
|
7183
7215
|
/**
|
|
7184
|
-
* Specify the input that MediaConvert references for your default output settings.
|
|
7216
|
+
* Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
|
|
7185
7217
|
* @public
|
|
7186
7218
|
*/
|
|
7187
7219
|
FollowSource?: number | undefined;
|
|
@@ -7303,6 +7335,11 @@ export interface Job {
|
|
|
7303
7335
|
* @public
|
|
7304
7336
|
*/
|
|
7305
7337
|
CurrentPhase?: JobPhase | undefined;
|
|
7338
|
+
/**
|
|
7339
|
+
* The Elemental Inference configuration used in this job.
|
|
7340
|
+
* @public
|
|
7341
|
+
*/
|
|
7342
|
+
ElementalInferenceConfiguration?: ElementalInferenceConfiguration | undefined;
|
|
7306
7343
|
/**
|
|
7307
7344
|
* Error code for the job
|
|
7308
7345
|
* @public
|
|
@@ -7487,7 +7524,7 @@ export interface JobTemplateSettings {
|
|
|
7487
7524
|
*/
|
|
7488
7525
|
ExtendedDataServices?: ExtendedDataServices | undefined;
|
|
7489
7526
|
/**
|
|
7490
|
-
* Specify the input that MediaConvert references for your default output settings.
|
|
7527
|
+
* Specify the input that MediaConvert references for your default output settings. MediaConvert uses this input's Resolution, Frame rate, and Pixel aspect ratio for all outputs that you don't manually specify different output settings for. Enabling this setting will disable "Follow source" for all other inputs. If MediaConvert cannot follow your source, for example if you specify an audio-only input, MediaConvert uses the first followable input instead. In your JSON job specification, enter an integer from 1 to 150 corresponding to the order of your inputs.
|
|
7491
7528
|
* @public
|
|
7492
7529
|
*/
|
|
7493
7530
|
FollowSource?: number | undefined;
|
|
@@ -8088,6 +8125,11 @@ export interface Queue {
|
|
|
8088
8125
|
* @public
|
|
8089
8126
|
*/
|
|
8090
8127
|
LastUpdated?: Date | undefined;
|
|
8128
|
+
/**
|
|
8129
|
+
* Specify the maximum number of Elemental Inference feeds MediaConvert can process concurrently.
|
|
8130
|
+
* @public
|
|
8131
|
+
*/
|
|
8132
|
+
MaximumConcurrentFeeds?: number | undefined;
|
|
8091
8133
|
/**
|
|
8092
8134
|
* A name that you create for each queue. Each name must be unique within your account.
|
|
8093
8135
|
* @public
|
|
@@ -8224,12 +8266,12 @@ export interface CreateJobRequest {
|
|
|
8224
8266
|
*/
|
|
8225
8267
|
StatusUpdateInterval?: StatusUpdateInterval | undefined;
|
|
8226
8268
|
/**
|
|
8227
|
-
* Optional. The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.
|
|
8269
|
+
* Optional. The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key. Use standard AWS tags on your job for automatic integration with AWS services and for custom integrations and workflows.
|
|
8228
8270
|
* @public
|
|
8229
8271
|
*/
|
|
8230
8272
|
Tags?: Record<string, string> | undefined;
|
|
8231
8273
|
/**
|
|
8232
|
-
* Optional. User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs.
|
|
8274
|
+
* Optional. User-defined metadata that you want to associate with an MediaConvert job. You specify metadata in key/value pairs. Use only for existing integrations or workflows that rely on job metadata tags. Otherwise, we recommend that you use standard AWS tags.
|
|
8233
8275
|
* @public
|
|
8234
8276
|
*/
|
|
8235
8277
|
UserMetadata?: Record<string, string> | undefined;
|
|
@@ -8384,6 +8426,11 @@ export interface CreateQueueRequest {
|
|
|
8384
8426
|
* @public
|
|
8385
8427
|
*/
|
|
8386
8428
|
Description?: string | undefined;
|
|
8429
|
+
/**
|
|
8430
|
+
* Specify the maximum number of Elemental Inference feeds MediaConvert can process concurrently.
|
|
8431
|
+
* @public
|
|
8432
|
+
*/
|
|
8433
|
+
MaximumConcurrentFeeds?: number | undefined;
|
|
8387
8434
|
/**
|
|
8388
8435
|
* The name of the queue that you are creating.
|
|
8389
8436
|
* @public
|
|
@@ -9220,6 +9267,11 @@ export interface UpdateQueueRequest {
|
|
|
9220
9267
|
* @public
|
|
9221
9268
|
*/
|
|
9222
9269
|
Description?: string | undefined;
|
|
9270
|
+
/**
|
|
9271
|
+
* Specify the maximum number of Elemental Inference feeds MediaConvert can process concurrently.
|
|
9272
|
+
* @public
|
|
9273
|
+
*/
|
|
9274
|
+
MaximumConcurrentFeeds?: number | undefined;
|
|
9223
9275
|
/**
|
|
9224
9276
|
* The name of the queue that you are modifying.
|
|
9225
9277
|
* @public
|
|
@@ -101,6 +101,8 @@ export declare var DvbTdtSettings$: StaticStructureSchema;
|
|
|
101
101
|
export declare var DynamicAudioSelector$: StaticStructureSchema;
|
|
102
102
|
export declare var Eac3AtmosSettings$: StaticStructureSchema;
|
|
103
103
|
export declare var Eac3Settings$: StaticStructureSchema;
|
|
104
|
+
export declare var ElementalInferenceConfiguration$: StaticStructureSchema;
|
|
105
|
+
export declare var ElementalInferenceFeed$: StaticStructureSchema;
|
|
104
106
|
export declare var EmbeddedDestinationSettings$: StaticStructureSchema;
|
|
105
107
|
export declare var EmbeddedSourceSettings$: StaticStructureSchema;
|
|
106
108
|
export declare var EncryptionContractConfiguration$: StaticStructureSchema;
|
|
@@ -886,6 +886,19 @@ export declare const ColorSpace: {
|
|
|
886
886
|
readonly REC_709: "REC_709";
|
|
887
887
|
};
|
|
888
888
|
export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
|
|
889
|
+
export declare const ElementalInferenceFeature: {
|
|
890
|
+
readonly SMART_CROP: "SMART_CROP";
|
|
891
|
+
};
|
|
892
|
+
export type ElementalInferenceFeature =
|
|
893
|
+
(typeof ElementalInferenceFeature)[keyof typeof ElementalInferenceFeature];
|
|
894
|
+
export declare const ElementalInferenceFeedManagementState: {
|
|
895
|
+
readonly ASSOCIATED: "ASSOCIATED";
|
|
896
|
+
readonly CREATED: "CREATED";
|
|
897
|
+
readonly DELETED: "DELETED";
|
|
898
|
+
readonly PENDING_DELETION: "PENDING_DELETION";
|
|
899
|
+
};
|
|
900
|
+
export type ElementalInferenceFeedManagementState =
|
|
901
|
+
(typeof ElementalInferenceFeedManagementState)[keyof typeof ElementalInferenceFeedManagementState];
|
|
889
902
|
export declare const FrameMetricType: {
|
|
890
903
|
readonly MS_SSIM: "MS_SSIM";
|
|
891
904
|
readonly PSNR: "PSNR";
|
|
@@ -3108,6 +3121,7 @@ export declare const ScalingBehavior: {
|
|
|
3108
3121
|
readonly FILL: "FILL";
|
|
3109
3122
|
readonly FIT: "FIT";
|
|
3110
3123
|
readonly FIT_NO_UPSCALE: "FIT_NO_UPSCALE";
|
|
3124
|
+
readonly SMART_CROP: "SMART_CROP";
|
|
3111
3125
|
readonly STRETCH_TO_OUTPUT: "STRETCH_TO_OUTPUT";
|
|
3112
3126
|
};
|
|
3113
3127
|
export type ScalingBehavior =
|
|
@@ -171,6 +171,8 @@ import {
|
|
|
171
171
|
Eac3StereoDownmix,
|
|
172
172
|
Eac3SurroundExMode,
|
|
173
173
|
Eac3SurroundMode,
|
|
174
|
+
ElementalInferenceFeature,
|
|
175
|
+
ElementalInferenceFeedManagementState,
|
|
174
176
|
EmbeddedConvert608To708,
|
|
175
177
|
EmbeddedTerminateCaptions,
|
|
176
178
|
EmbeddedTimecodeOverride,
|
|
@@ -812,6 +814,10 @@ export interface DashAdditionalManifest {
|
|
|
812
814
|
ManifestNameModifier?: string | undefined;
|
|
813
815
|
SelectedOutputs?: string[] | undefined;
|
|
814
816
|
}
|
|
817
|
+
export interface ElementalInferenceFeed {
|
|
818
|
+
Arn?: string | undefined;
|
|
819
|
+
FeedManagementState?: ElementalInferenceFeedManagementState | undefined;
|
|
820
|
+
}
|
|
815
821
|
export interface Endpoint {
|
|
816
822
|
Url?: string | undefined;
|
|
817
823
|
}
|
|
@@ -1105,6 +1111,10 @@ export interface InputTemplate {
|
|
|
1105
1111
|
export interface AccelerationSettings {
|
|
1106
1112
|
Mode: AccelerationMode | undefined;
|
|
1107
1113
|
}
|
|
1114
|
+
export interface ElementalInferenceConfiguration {
|
|
1115
|
+
Features?: ElementalInferenceFeature[] | undefined;
|
|
1116
|
+
Feeds?: ElementalInferenceFeed[] | undefined;
|
|
1117
|
+
}
|
|
1108
1118
|
export interface JobMessages {
|
|
1109
1119
|
Info?: string[] | undefined;
|
|
1110
1120
|
Warning?: string[] | undefined;
|
|
@@ -2105,6 +2115,7 @@ export interface Job {
|
|
|
2105
2115
|
ClientRequestToken?: string | undefined;
|
|
2106
2116
|
CreatedAt?: Date | undefined;
|
|
2107
2117
|
CurrentPhase?: JobPhase | undefined;
|
|
2118
|
+
ElementalInferenceConfiguration?: ElementalInferenceConfiguration | undefined;
|
|
2108
2119
|
ErrorCode?: number | undefined;
|
|
2109
2120
|
ErrorMessage?: string | undefined;
|
|
2110
2121
|
HopDestinations?: HopDestination[] | undefined;
|
|
@@ -2278,6 +2289,7 @@ export interface Queue {
|
|
|
2278
2289
|
CreatedAt?: Date | undefined;
|
|
2279
2290
|
Description?: string | undefined;
|
|
2280
2291
|
LastUpdated?: Date | undefined;
|
|
2292
|
+
MaximumConcurrentFeeds?: number | undefined;
|
|
2281
2293
|
Name: string | undefined;
|
|
2282
2294
|
PricingPlan?: PricingPlan | undefined;
|
|
2283
2295
|
ProgressingJobsCount?: number | undefined;
|
|
@@ -2347,6 +2359,7 @@ export interface ReservationPlanSettings {
|
|
|
2347
2359
|
export interface CreateQueueRequest {
|
|
2348
2360
|
ConcurrentJobs?: number | undefined;
|
|
2349
2361
|
Description?: string | undefined;
|
|
2362
|
+
MaximumConcurrentFeeds?: number | undefined;
|
|
2350
2363
|
Name: string | undefined;
|
|
2351
2364
|
PricingPlan?: PricingPlan | undefined;
|
|
2352
2365
|
ReservationPlanSettings?: ReservationPlanSettings | undefined;
|
|
@@ -2561,6 +2574,7 @@ export interface UpdatePresetResponse {
|
|
|
2561
2574
|
export interface UpdateQueueRequest {
|
|
2562
2575
|
ConcurrentJobs?: number | undefined;
|
|
2563
2576
|
Description?: string | undefined;
|
|
2577
|
+
MaximumConcurrentFeeds?: number | undefined;
|
|
2564
2578
|
Name: string | undefined;
|
|
2565
2579
|
ReservationPlanSettings?: ReservationPlanSettings | undefined;
|
|
2566
2580
|
Status?: QueueStatus | undefined;
|
|
@@ -100,6 +100,8 @@ export declare var DvbTdtSettings$: StaticStructureSchema;
|
|
|
100
100
|
export declare var DynamicAudioSelector$: StaticStructureSchema;
|
|
101
101
|
export declare var Eac3AtmosSettings$: StaticStructureSchema;
|
|
102
102
|
export declare var Eac3Settings$: StaticStructureSchema;
|
|
103
|
+
export declare var ElementalInferenceConfiguration$: StaticStructureSchema;
|
|
104
|
+
export declare var ElementalInferenceFeed$: StaticStructureSchema;
|
|
103
105
|
export declare var EmbeddedDestinationSettings$: StaticStructureSchema;
|
|
104
106
|
export declare var EmbeddedSourceSettings$: StaticStructureSchema;
|
|
105
107
|
export declare var EncryptionContractConfiguration$: StaticStructureSchema;
|
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.1032.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.5.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
49
|
-
"@smithy/types": "^4.14.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.974.1",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.32",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.31",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
31
|
+
"@aws-sdk/types": "^3.973.8",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.17",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
36
|
+
"@smithy/core": "^3.23.15",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
38
|
+
"@smithy/hash-node": "^4.2.14",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
42
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
49
|
+
"@smithy/types": "^4.14.1",
|
|
50
|
+
"@smithy/url-parser": "^4.2.14",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.3.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
56
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
58
|
+
"@smithy/util-retry": "^4.3.2",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|