@aws-sdk/client-mediaconvert 3.750.0 → 3.759.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/README.md CHANGED
@@ -386,6 +386,14 @@ ListVersions
386
386
 
387
387
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediaconvert/command/ListVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediaconvert/Interface/ListVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediaconvert/Interface/ListVersionsCommandOutput/)
388
388
 
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ Probe
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediaconvert/command/ProbeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediaconvert/Interface/ProbeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-mediaconvert/Interface/ProbeCommandOutput/)
396
+
389
397
  </details>
390
398
  <details>
391
399
  <summary>
package/dist-cjs/index.js CHANGED
@@ -121,7 +121,9 @@ __export(src_exports, {
121
121
  CmfcScte35Source: () => CmfcScte35Source,
122
122
  CmfcTimedMetadata: () => CmfcTimedMetadata,
123
123
  CmfcTimedMetadataBoxVersion: () => CmfcTimedMetadataBoxVersion,
124
+ Codec: () => Codec,
124
125
  ColorMetadata: () => ColorMetadata,
126
+ ColorPrimaries: () => ColorPrimaries,
125
127
  ColorSpace: () => ColorSpace,
126
128
  ColorSpaceConversion: () => ColorSpaceConversion,
127
129
  ColorSpaceUsage: () => ColorSpaceUsage,
@@ -205,6 +207,7 @@ __export(src_exports, {
205
207
  FileSourceTimeDeltaUnits: () => FileSourceTimeDeltaUnits,
206
208
  FontScript: () => FontScript,
207
209
  ForbiddenException: () => ForbiddenException,
210
+ Format: () => Format,
208
211
  GetJobCommand: () => GetJobCommand,
209
212
  GetJobTemplateCommand: () => GetJobTemplateCommand,
210
213
  GetPolicyCommand: () => GetPolicyCommand,
@@ -337,6 +340,7 @@ __export(src_exports, {
337
340
  M3u8NielsenId3: () => M3u8NielsenId3,
338
341
  M3u8PcrControl: () => M3u8PcrControl,
339
342
  M3u8Scte35Source: () => M3u8Scte35Source,
343
+ MatrixCoefficients: () => MatrixCoefficients,
340
344
  MediaConvert: () => MediaConvert,
341
345
  MediaConvertClient: () => MediaConvertClient,
342
346
  MediaConvertServiceException: () => MediaConvertServiceException,
@@ -400,6 +404,7 @@ __export(src_exports, {
400
404
  PresetSpeke20Audio: () => PresetSpeke20Audio,
401
405
  PresetSpeke20Video: () => PresetSpeke20Video,
402
406
  PricingPlan: () => PricingPlan,
407
+ ProbeCommand: () => ProbeCommand,
403
408
  ProresChromaSampling: () => ProresChromaSampling,
404
409
  ProresCodecProfile: () => ProresCodecProfile,
405
410
  ProresFramerateControl: () => ProresFramerateControl,
@@ -435,6 +440,8 @@ __export(src_exports, {
435
440
  TimecodeTrack: () => TimecodeTrack,
436
441
  TimedMetadata: () => TimedMetadata,
437
442
  TooManyRequestsException: () => TooManyRequestsException,
443
+ TrackType: () => TrackType,
444
+ TransferCharacteristics: () => TransferCharacteristics,
438
445
  TsPtsOffset: () => TsPtsOffset,
439
446
  TtmlStylePassthrough: () => TtmlStylePassthrough,
440
447
  Type: () => Type,
@@ -682,6 +689,100 @@ var Type = {
682
689
  CUSTOM: "CUSTOM",
683
690
  SYSTEM: "SYSTEM"
684
691
  };
692
+ var Format = {
693
+ matroska: "matroska",
694
+ mp4: "mp4",
695
+ quicktime: "quicktime",
696
+ webm: "webm"
697
+ };
698
+ var Codec = {
699
+ AAC: "AAC",
700
+ AC3: "AC3",
701
+ AV1: "AV1",
702
+ AVC: "AVC",
703
+ C608: "C608",
704
+ C708: "C708",
705
+ EAC3: "EAC3",
706
+ FLAC: "FLAC",
707
+ HEVC: "HEVC",
708
+ MJPEG: "MJPEG",
709
+ MP3: "MP3",
710
+ MP4V: "MP4V",
711
+ MPEG2: "MPEG2",
712
+ OPUS: "OPUS",
713
+ PCM: "PCM",
714
+ PRORES: "PRORES",
715
+ THEORA: "THEORA",
716
+ UNKNOWN: "UNKNOWN",
717
+ VORBIS: "VORBIS",
718
+ VP8: "VP8",
719
+ VP9: "VP9",
720
+ WEBVTT: "WEBVTT"
721
+ };
722
+ var TrackType = {
723
+ audio: "audio",
724
+ data: "data",
725
+ video: "video"
726
+ };
727
+ var ColorPrimaries = {
728
+ EBU_3213_E: "EBU_3213_E",
729
+ GENERIC_FILM: "GENERIC_FILM",
730
+ IPT: "IPT",
731
+ ITU_2020: "ITU_2020",
732
+ ITU_470BG: "ITU_470BG",
733
+ ITU_470M: "ITU_470M",
734
+ ITU_709: "ITU_709",
735
+ LAST: "LAST",
736
+ RESERVED: "RESERVED",
737
+ SMPTE_170M: "SMPTE_170M",
738
+ SMPTE_2067XYZ: "SMPTE_2067XYZ",
739
+ SMPTE_240M: "SMPTE_240M",
740
+ SMPTE_428_1: "SMPTE_428_1",
741
+ SMPTE_431_2: "SMPTE_431_2",
742
+ SMPTE_EG_432_1: "SMPTE_EG_432_1",
743
+ UNSPECIFIED: "UNSPECIFIED"
744
+ };
745
+ var MatrixCoefficients = {
746
+ CD_CL: "CD_CL",
747
+ CD_NCL: "CD_NCL",
748
+ EBU3213: "EBU3213",
749
+ FCC: "FCC",
750
+ IPT: "IPT",
751
+ ITU_2020_CL: "ITU_2020_CL",
752
+ ITU_2020_NCL: "ITU_2020_NCL",
753
+ ITU_2100ICtCp: "ITU_2100ICtCp",
754
+ ITU_470BG: "ITU_470BG",
755
+ ITU_709: "ITU_709",
756
+ LAST: "LAST",
757
+ RESERVED: "RESERVED",
758
+ RGB: "RGB",
759
+ SMPTE_170M: "SMPTE_170M",
760
+ SMPTE_2085: "SMPTE_2085",
761
+ SMPTE_240M: "SMPTE_240M",
762
+ UNSPECIFIED: "UNSPECIFIED",
763
+ YCgCo: "YCgCo"
764
+ };
765
+ var TransferCharacteristics = {
766
+ ARIB_B67: "ARIB_B67",
767
+ IEC_61966_2_1: "IEC_61966_2_1",
768
+ IEC_61966_2_4: "IEC_61966_2_4",
769
+ ITU_1361: "ITU_1361",
770
+ ITU_2020_10bit: "ITU_2020_10bit",
771
+ ITU_2020_12bit: "ITU_2020_12bit",
772
+ ITU_470BG: "ITU_470BG",
773
+ ITU_470M: "ITU_470M",
774
+ ITU_709: "ITU_709",
775
+ LAST: "LAST",
776
+ LINEAR: "LINEAR",
777
+ LOC10_2_5: "LOC10_2_5",
778
+ LOG10_2: "LOG10_2",
779
+ RESERVED: "RESERVED",
780
+ SMPTE_170M: "SMPTE_170M",
781
+ SMPTE_2084: "SMPTE_2084",
782
+ SMPTE_240M: "SMPTE_240M",
783
+ SMPTE_428_1: "SMPTE_428_1",
784
+ UNSPECIFIED: "UNSPECIFIED"
785
+ };
685
786
  var PricingPlan = {
686
787
  ON_DEMAND: "ON_DEMAND",
687
788
  RESERVED: "RESERVED"
@@ -1150,6 +1251,21 @@ var se_ListVersionsCommand = /* @__PURE__ */ __name(async (input, context) => {
1150
1251
  b.m("GET").h(headers).q(query).b(body);
1151
1252
  return b.build();
1152
1253
  }, "se_ListVersionsCommand");
1254
+ var se_ProbeCommand = /* @__PURE__ */ __name(async (input, context) => {
1255
+ const b = (0, import_core.requestBuilder)(input, context);
1256
+ const headers = {
1257
+ "content-type": "application/json"
1258
+ };
1259
+ b.bp("/2017-08-29/probe");
1260
+ let body;
1261
+ body = JSON.stringify(
1262
+ (0, import_smithy_client.take)(input, {
1263
+ inputFiles: [, (_) => se___listOfProbeInputFile(_, context), `InputFiles`]
1264
+ })
1265
+ );
1266
+ b.m("POST").h(headers).b(body);
1267
+ return b.build();
1268
+ }, "se_ProbeCommand");
1153
1269
  var se_PutPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
1154
1270
  const b = (0, import_core.requestBuilder)(input, context);
1155
1271
  const headers = {
@@ -1575,6 +1691,20 @@ var de_ListVersionsCommand = /* @__PURE__ */ __name(async (output, context) => {
1575
1691
  Object.assign(contents, doc);
1576
1692
  return contents;
1577
1693
  }, "de_ListVersionsCommand");
1694
+ var de_ProbeCommand = /* @__PURE__ */ __name(async (output, context) => {
1695
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1696
+ return de_CommandError(output, context);
1697
+ }
1698
+ const contents = (0, import_smithy_client.map)({
1699
+ $metadata: deserializeMetadata(output)
1700
+ });
1701
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
1702
+ const doc = (0, import_smithy_client.take)(data, {
1703
+ ProbeResults: [, (_) => de___listOfProbeResult(_, context), `probeResults`]
1704
+ });
1705
+ Object.assign(contents, doc);
1706
+ return contents;
1707
+ }, "de_ProbeCommand");
1578
1708
  var de_PutPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
1579
1709
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1580
1710
  return de_CommandError(output, context);
@@ -1889,6 +2019,11 @@ var se___listOfOutputGroup = /* @__PURE__ */ __name((input, context) => {
1889
2019
  return se_OutputGroup(entry, context);
1890
2020
  });
1891
2021
  }, "se___listOfOutputGroup");
2022
+ var se___listOfProbeInputFile = /* @__PURE__ */ __name((input, context) => {
2023
+ return input.filter((e) => e != null).map((entry) => {
2024
+ return se_ProbeInputFile(entry, context);
2025
+ });
2026
+ }, "se___listOfProbeInputFile");
1892
2027
  var se___listOfVideoOverlay = /* @__PURE__ */ __name((input, context) => {
1893
2028
  return input.filter((e) => e != null).map((entry) => {
1894
2029
  return se_VideoOverlay(entry, context);
@@ -3421,6 +3556,11 @@ var se_PresetSettings = /* @__PURE__ */ __name((input, context) => {
3421
3556
  videoDescription: [, (_) => se_VideoDescription(_, context), `VideoDescription`]
3422
3557
  });
3423
3558
  }, "se_PresetSettings");
3559
+ var se_ProbeInputFile = /* @__PURE__ */ __name((input, context) => {
3560
+ return (0, import_smithy_client.take)(input, {
3561
+ fileUrl: [, , `FileUrl`]
3562
+ });
3563
+ }, "se_ProbeInputFile");
3424
3564
  var se_ProresSettings = /* @__PURE__ */ __name((input, context) => {
3425
3565
  return (0, import_smithy_client.take)(input, {
3426
3566
  chromaSampling: [, , `ChromaSampling`],
@@ -4007,6 +4147,12 @@ var de___listOfPreset = /* @__PURE__ */ __name((output, context) => {
4007
4147
  });
4008
4148
  return retVal;
4009
4149
  }, "de___listOfPreset");
4150
+ var de___listOfProbeResult = /* @__PURE__ */ __name((output, context) => {
4151
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4152
+ return de_ProbeResult(entry, context);
4153
+ });
4154
+ return retVal;
4155
+ }, "de___listOfProbeResult");
4010
4156
  var de___listOfQueue = /* @__PURE__ */ __name((output, context) => {
4011
4157
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
4012
4158
  return de_Queue(entry, context);
@@ -4025,6 +4171,18 @@ var de___listOfServiceOverride = /* @__PURE__ */ __name((output, context) => {
4025
4171
  });
4026
4172
  return retVal;
4027
4173
  }, "de___listOfServiceOverride");
4174
+ var de___listOfTrack = /* @__PURE__ */ __name((output, context) => {
4175
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4176
+ return de_Track(entry, context);
4177
+ });
4178
+ return retVal;
4179
+ }, "de___listOfTrack");
4180
+ var de___listOfTrackMapping = /* @__PURE__ */ __name((output, context) => {
4181
+ const retVal = (output || []).filter((e) => e != null).map((entry) => {
4182
+ return de_TrackMapping(entry, context);
4183
+ });
4184
+ return retVal;
4185
+ }, "de___listOfTrackMapping");
4028
4186
  var de___listOfVideoOverlay = /* @__PURE__ */ __name((output, context) => {
4029
4187
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
4030
4188
  return de_VideoOverlay(entry, context);
@@ -4196,6 +4354,16 @@ var de_AudioNormalizationSettings = /* @__PURE__ */ __name((output, context) =>
4196
4354
  TruePeakLimiterThreshold: [, import_smithy_client.limitedParseDouble, `truePeakLimiterThreshold`]
4197
4355
  });
4198
4356
  }, "de_AudioNormalizationSettings");
4357
+ var de_AudioProperties = /* @__PURE__ */ __name((output, context) => {
4358
+ return (0, import_smithy_client.take)(output, {
4359
+ BitDepth: [, import_smithy_client.expectInt32, `bitDepth`],
4360
+ BitRate: [, import_smithy_client.expectInt32, `bitRate`],
4361
+ Channels: [, import_smithy_client.expectInt32, `channels`],
4362
+ FrameRate: [, (_) => de_FrameRate(_, context), `frameRate`],
4363
+ LanguageCode: [, import_smithy_client.expectString, `languageCode`],
4364
+ SampleRate: [, import_smithy_client.expectInt32, `sampleRate`]
4365
+ });
4366
+ }, "de_AudioProperties");
4199
4367
  var de_AudioSelector = /* @__PURE__ */ __name((output, context) => {
4200
4368
  return (0, import_smithy_client.take)(output, {
4201
4369
  AudioDurationCorrection: [, import_smithy_client.expectString, `audioDurationCorrection`],
@@ -4504,6 +4672,13 @@ var de_ColorCorrector = /* @__PURE__ */ __name((output, context) => {
4504
4672
  SdrReferenceWhiteLevel: [, import_smithy_client.expectInt32, `sdrReferenceWhiteLevel`]
4505
4673
  });
4506
4674
  }, "de_ColorCorrector");
4675
+ var de_Container = /* @__PURE__ */ __name((output, context) => {
4676
+ return (0, import_smithy_client.take)(output, {
4677
+ Duration: [, import_smithy_client.limitedParseDouble, `duration`],
4678
+ Format: [, import_smithy_client.expectString, `format`],
4679
+ Tracks: [, (_) => de___listOfTrack(_, context), `tracks`]
4680
+ });
4681
+ }, "de_Container");
4507
4682
  var de_ContainerSettings = /* @__PURE__ */ __name((output, context) => {
4508
4683
  return (0, import_smithy_client.take)(output, {
4509
4684
  CmfcSettings: [, (_) => de_CmfcSettings(_, context), `cmfcSettings`],
@@ -4569,6 +4744,11 @@ var de_DashIsoImageBasedTrickPlaySettings = /* @__PURE__ */ __name((output, cont
4569
4744
  TileWidth: [, import_smithy_client.expectInt32, `tileWidth`]
4570
4745
  });
4571
4746
  }, "de_DashIsoImageBasedTrickPlaySettings");
4747
+ var de_DataProperties = /* @__PURE__ */ __name((output, context) => {
4748
+ return (0, import_smithy_client.take)(output, {
4749
+ LanguageCode: [, import_smithy_client.expectString, `languageCode`]
4750
+ });
4751
+ }, "de_DataProperties");
4572
4752
  var de_Deinterlacer = /* @__PURE__ */ __name((output, context) => {
4573
4753
  return (0, import_smithy_client.take)(output, {
4574
4754
  Algorithm: [, import_smithy_client.expectString, `algorithm`],
@@ -4809,6 +4989,12 @@ var de_FrameCaptureSettings = /* @__PURE__ */ __name((output, context) => {
4809
4989
  Quality: [, import_smithy_client.expectInt32, `quality`]
4810
4990
  });
4811
4991
  }, "de_FrameCaptureSettings");
4992
+ var de_FrameRate = /* @__PURE__ */ __name((output, context) => {
4993
+ return (0, import_smithy_client.take)(output, {
4994
+ Denominator: [, import_smithy_client.expectInt32, `denominator`],
4995
+ Numerator: [, import_smithy_client.expectInt32, `numerator`]
4996
+ });
4997
+ }, "de_FrameRate");
4812
4998
  var de_GifSettings = /* @__PURE__ */ __name((output, context) => {
4813
4999
  return (0, import_smithy_client.take)(output, {
4814
5000
  FramerateControl: [, import_smithy_client.expectString, `framerateControl`],
@@ -5381,6 +5567,14 @@ var de_M3u8Settings = /* @__PURE__ */ __name((output, context) => {
5381
5567
  VideoPid: [, import_smithy_client.expectInt32, `videoPid`]
5382
5568
  });
5383
5569
  }, "de_M3u8Settings");
5570
+ var de_Metadata = /* @__PURE__ */ __name((output, context) => {
5571
+ return (0, import_smithy_client.take)(output, {
5572
+ ETag: [, import_smithy_client.expectString, `eTag`],
5573
+ FileSize: [, import_smithy_client.expectLong, `fileSize`],
5574
+ LastModified: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `lastModified`],
5575
+ MimeType: [, import_smithy_client.expectString, `mimeType`]
5576
+ });
5577
+ }, "de_Metadata");
5384
5578
  var de_MinBottomRenditionSize = /* @__PURE__ */ __name((output, context) => {
5385
5579
  return (0, import_smithy_client.take)(output, {
5386
5580
  Height: [, import_smithy_client.expectInt32, `height`],
@@ -5688,6 +5882,13 @@ var de_PresetSettings = /* @__PURE__ */ __name((output, context) => {
5688
5882
  VideoDescription: [, (_) => de_VideoDescription(_, context), `videoDescription`]
5689
5883
  });
5690
5884
  }, "de_PresetSettings");
5885
+ var de_ProbeResult = /* @__PURE__ */ __name((output, context) => {
5886
+ return (0, import_smithy_client.take)(output, {
5887
+ Container: [, (_) => de_Container(_, context), `container`],
5888
+ Metadata: [, (_) => de_Metadata(_, context), `metadata`],
5889
+ TrackMappings: [, (_) => de___listOfTrackMapping(_, context), `trackMappings`]
5890
+ });
5891
+ }, "de_ProbeResult");
5691
5892
  var de_ProresSettings = /* @__PURE__ */ __name((output, context) => {
5692
5893
  return (0, import_smithy_client.take)(output, {
5693
5894
  ChromaSampling: [, import_smithy_client.expectString, `chromaSampling`],
@@ -5872,6 +6073,24 @@ var de_Timing = /* @__PURE__ */ __name((output, context) => {
5872
6073
  SubmitTime: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), `submitTime`]
5873
6074
  });
5874
6075
  }, "de_Timing");
6076
+ var de_Track = /* @__PURE__ */ __name((output, context) => {
6077
+ return (0, import_smithy_client.take)(output, {
6078
+ AudioProperties: [, (_) => de_AudioProperties(_, context), `audioProperties`],
6079
+ Codec: [, import_smithy_client.expectString, `codec`],
6080
+ DataProperties: [, (_) => de_DataProperties(_, context), `dataProperties`],
6081
+ Duration: [, import_smithy_client.limitedParseDouble, `duration`],
6082
+ Index: [, import_smithy_client.expectInt32, `index`],
6083
+ TrackType: [, import_smithy_client.expectString, `trackType`],
6084
+ VideoProperties: [, (_) => de_VideoProperties(_, context), `videoProperties`]
6085
+ });
6086
+ }, "de_Track");
6087
+ var de_TrackMapping = /* @__PURE__ */ __name((output, context) => {
6088
+ return (0, import_smithy_client.take)(output, {
6089
+ AudioTrackIndexes: [, import_smithy_client._json, `audioTrackIndexes`],
6090
+ DataTrackIndexes: [, import_smithy_client._json, `dataTrackIndexes`],
6091
+ VideoTrackIndexes: [, import_smithy_client._json, `videoTrackIndexes`]
6092
+ });
6093
+ }, "de_TrackMapping");
5875
6094
  var de_TrackSourceSettings = /* @__PURE__ */ __name((output, context) => {
5876
6095
  return (0, import_smithy_client.take)(output, {
5877
6096
  TrackNumber: [, import_smithy_client.expectInt32, `trackNumber`]
@@ -6005,6 +6224,18 @@ var de_VideoPreprocessor = /* @__PURE__ */ __name((output, context) => {
6005
6224
  TimecodeBurnin: [, (_) => de_TimecodeBurnin(_, context), `timecodeBurnin`]
6006
6225
  });
6007
6226
  }, "de_VideoPreprocessor");
6227
+ var de_VideoProperties = /* @__PURE__ */ __name((output, context) => {
6228
+ return (0, import_smithy_client.take)(output, {
6229
+ BitDepth: [, import_smithy_client.expectInt32, `bitDepth`],
6230
+ BitRate: [, import_smithy_client.expectInt32, `bitRate`],
6231
+ ColorPrimaries: [, import_smithy_client.expectString, `colorPrimaries`],
6232
+ FrameRate: [, (_) => de_FrameRate(_, context), `frameRate`],
6233
+ Height: [, import_smithy_client.expectInt32, `height`],
6234
+ MatrixCoefficients: [, import_smithy_client.expectString, `matrixCoefficients`],
6235
+ TransferCharacteristics: [, import_smithy_client.expectString, `transferCharacteristics`],
6236
+ Width: [, import_smithy_client.expectInt32, `width`]
6237
+ });
6238
+ }, "de_VideoProperties");
6008
6239
  var de_VideoSelector = /* @__PURE__ */ __name((output, context) => {
6009
6240
  return (0, import_smithy_client.take)(output, {
6010
6241
  AlphaBehavior: [, import_smithy_client.expectString, `alphaBehavior`],
@@ -6525,6 +6756,21 @@ var ListVersionsCommand = class extends import_smithy_client.Command.classBuilde
6525
6756
  }
6526
6757
  };
6527
6758
 
6759
+ // src/commands/ProbeCommand.ts
6760
+
6761
+
6762
+
6763
+ var ProbeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6764
+ return [
6765
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6766
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6767
+ ];
6768
+ }).s("MediaConvert", "Probe", {}).n("MediaConvertClient", "ProbeCommand").f(void 0, void 0).ser(se_ProbeCommand).de(de_ProbeCommand).build() {
6769
+ static {
6770
+ __name(this, "ProbeCommand");
6771
+ }
6772
+ };
6773
+
6528
6774
  // src/commands/PutPolicyCommand.ts
6529
6775
 
6530
6776
 
@@ -6655,6 +6901,7 @@ var commands = {
6655
6901
  ListQueuesCommand,
6656
6902
  ListTagsForResourceCommand,
6657
6903
  ListVersionsCommand,
6904
+ ProbeCommand,
6658
6905
  PutPolicyCommand,
6659
6906
  SearchJobsCommand,
6660
6907
  TagResourceCommand,
@@ -9064,6 +9311,7 @@ var StatusUpdateInterval = {
9064
9311
  ListQueuesCommand,
9065
9312
  ListTagsForResourceCommand,
9066
9313
  ListVersionsCommand,
9314
+ ProbeCommand,
9067
9315
  PutPolicyCommand,
9068
9316
  SearchJobsCommand,
9069
9317
  TagResourceCommand,
@@ -9502,6 +9750,12 @@ var StatusUpdateInterval = {
9502
9750
  JobStatus,
9503
9751
  StatusUpdateInterval,
9504
9752
  Type,
9753
+ Format,
9754
+ Codec,
9755
+ TrackType,
9756
+ ColorPrimaries,
9757
+ MatrixCoefficients,
9758
+ TransferCharacteristics,
9505
9759
  PricingPlan,
9506
9760
  Commitment,
9507
9761
  RenewalType,
@@ -22,6 +22,7 @@ import { ListPresetsCommand } from "./commands/ListPresetsCommand";
22
22
  import { ListQueuesCommand } from "./commands/ListQueuesCommand";
23
23
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
24
24
  import { ListVersionsCommand, } from "./commands/ListVersionsCommand";
25
+ import { ProbeCommand } from "./commands/ProbeCommand";
25
26
  import { PutPolicyCommand } from "./commands/PutPolicyCommand";
26
27
  import { SearchJobsCommand } from "./commands/SearchJobsCommand";
27
28
  import { TagResourceCommand } from "./commands/TagResourceCommand";
@@ -54,6 +55,7 @@ const commands = {
54
55
  ListQueuesCommand,
55
56
  ListTagsForResourceCommand,
56
57
  ListVersionsCommand,
58
+ ProbeCommand,
57
59
  PutPolicyCommand,
58
60
  SearchJobsCommand,
59
61
  TagResourceCommand,
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_ProbeCommand, se_ProbeCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class ProbeCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("MediaConvert", "Probe", {})
17
+ .n("MediaConvertClient", "ProbeCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_ProbeCommand)
20
+ .de(de_ProbeCommand)
21
+ .build() {
22
+ }
@@ -21,6 +21,7 @@ export * from "./ListPresetsCommand";
21
21
  export * from "./ListQueuesCommand";
22
22
  export * from "./ListTagsForResourceCommand";
23
23
  export * from "./ListVersionsCommand";
24
+ export * from "./ProbeCommand";
24
25
  export * from "./PutPolicyCommand";
25
26
  export * from "./SearchJobsCommand";
26
27
  export * from "./TagResourceCommand";
@@ -3,6 +3,100 @@ export const Type = {
3
3
  CUSTOM: "CUSTOM",
4
4
  SYSTEM: "SYSTEM",
5
5
  };
6
+ export const Format = {
7
+ matroska: "matroska",
8
+ mp4: "mp4",
9
+ quicktime: "quicktime",
10
+ webm: "webm",
11
+ };
12
+ export const Codec = {
13
+ AAC: "AAC",
14
+ AC3: "AC3",
15
+ AV1: "AV1",
16
+ AVC: "AVC",
17
+ C608: "C608",
18
+ C708: "C708",
19
+ EAC3: "EAC3",
20
+ FLAC: "FLAC",
21
+ HEVC: "HEVC",
22
+ MJPEG: "MJPEG",
23
+ MP3: "MP3",
24
+ MP4V: "MP4V",
25
+ MPEG2: "MPEG2",
26
+ OPUS: "OPUS",
27
+ PCM: "PCM",
28
+ PRORES: "PRORES",
29
+ THEORA: "THEORA",
30
+ UNKNOWN: "UNKNOWN",
31
+ VORBIS: "VORBIS",
32
+ VP8: "VP8",
33
+ VP9: "VP9",
34
+ WEBVTT: "WEBVTT",
35
+ };
36
+ export const TrackType = {
37
+ audio: "audio",
38
+ data: "data",
39
+ video: "video",
40
+ };
41
+ export const ColorPrimaries = {
42
+ EBU_3213_E: "EBU_3213_E",
43
+ GENERIC_FILM: "GENERIC_FILM",
44
+ IPT: "IPT",
45
+ ITU_2020: "ITU_2020",
46
+ ITU_470BG: "ITU_470BG",
47
+ ITU_470M: "ITU_470M",
48
+ ITU_709: "ITU_709",
49
+ LAST: "LAST",
50
+ RESERVED: "RESERVED",
51
+ SMPTE_170M: "SMPTE_170M",
52
+ SMPTE_2067XYZ: "SMPTE_2067XYZ",
53
+ SMPTE_240M: "SMPTE_240M",
54
+ SMPTE_428_1: "SMPTE_428_1",
55
+ SMPTE_431_2: "SMPTE_431_2",
56
+ SMPTE_EG_432_1: "SMPTE_EG_432_1",
57
+ UNSPECIFIED: "UNSPECIFIED",
58
+ };
59
+ export const MatrixCoefficients = {
60
+ CD_CL: "CD_CL",
61
+ CD_NCL: "CD_NCL",
62
+ EBU3213: "EBU3213",
63
+ FCC: "FCC",
64
+ IPT: "IPT",
65
+ ITU_2020_CL: "ITU_2020_CL",
66
+ ITU_2020_NCL: "ITU_2020_NCL",
67
+ ITU_2100ICtCp: "ITU_2100ICtCp",
68
+ ITU_470BG: "ITU_470BG",
69
+ ITU_709: "ITU_709",
70
+ LAST: "LAST",
71
+ RESERVED: "RESERVED",
72
+ RGB: "RGB",
73
+ SMPTE_170M: "SMPTE_170M",
74
+ SMPTE_2085: "SMPTE_2085",
75
+ SMPTE_240M: "SMPTE_240M",
76
+ UNSPECIFIED: "UNSPECIFIED",
77
+ YCgCo: "YCgCo",
78
+ };
79
+ export const TransferCharacteristics = {
80
+ ARIB_B67: "ARIB_B67",
81
+ IEC_61966_2_1: "IEC_61966_2_1",
82
+ IEC_61966_2_4: "IEC_61966_2_4",
83
+ ITU_1361: "ITU_1361",
84
+ ITU_2020_10bit: "ITU_2020_10bit",
85
+ ITU_2020_12bit: "ITU_2020_12bit",
86
+ ITU_470BG: "ITU_470BG",
87
+ ITU_470M: "ITU_470M",
88
+ ITU_709: "ITU_709",
89
+ LAST: "LAST",
90
+ LINEAR: "LINEAR",
91
+ LOC10_2_5: "LOC10_2_5",
92
+ LOG10_2: "LOG10_2",
93
+ RESERVED: "RESERVED",
94
+ SMPTE_170M: "SMPTE_170M",
95
+ SMPTE_2084: "SMPTE_2084",
96
+ SMPTE_240M: "SMPTE_240M",
97
+ SMPTE_428_1: "SMPTE_428_1",
98
+ UNSPECIFIED: "UNSPECIFIED",
99
+ };
6
100
  export const PricingPlan = {
7
101
  ON_DEMAND: "ON_DEMAND",
8
102
  RESERVED: "RESERVED",