@aws-sdk/client-mediaconvert 3.911.0 → 3.914.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.
Files changed (61) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/endpoint/ruleset.js +1 -1
  3. package/dist-cjs/index.js +178 -0
  4. package/dist-es/MediaConvert.js +4 -0
  5. package/dist-es/commands/GetJobsQueryResultsCommand.js +22 -0
  6. package/dist-es/commands/StartJobsQueryCommand.js +22 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/endpoint/ruleset.js +1 -1
  9. package/dist-es/models/models_0.js +1 -0
  10. package/dist-es/models/models_2.js +32 -0
  11. package/dist-es/protocols/Aws_restJson1.js +105 -1
  12. package/dist-types/MediaConvert.d.ts +15 -0
  13. package/dist-types/MediaConvertClient.d.ts +4 -2
  14. package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -0
  15. package/dist-types/commands/CancelJobCommand.d.ts +3 -0
  16. package/dist-types/commands/CreateJobCommand.d.ts +17 -10
  17. package/dist-types/commands/CreateJobTemplateCommand.d.ts +13 -10
  18. package/dist-types/commands/CreatePresetCommand.d.ts +13 -10
  19. package/dist-types/commands/CreateQueueCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +3 -0
  22. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -0
  23. package/dist-types/commands/DeletePresetCommand.d.ts +3 -0
  24. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -0
  26. package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -0
  27. package/dist-types/commands/GetJobCommand.d.ts +10 -5
  28. package/dist-types/commands/GetJobTemplateCommand.d.ts +8 -5
  29. package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +1727 -0
  30. package/dist-types/commands/GetPolicyCommand.d.ts +3 -0
  31. package/dist-types/commands/GetPresetCommand.d.ts +8 -5
  32. package/dist-types/commands/GetQueueCommand.d.ts +3 -0
  33. package/dist-types/commands/ListJobTemplatesCommand.d.ts +8 -5
  34. package/dist-types/commands/ListJobsCommand.d.ts +10 -5
  35. package/dist-types/commands/ListPresetsCommand.d.ts +8 -5
  36. package/dist-types/commands/ListQueuesCommand.d.ts +3 -0
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -0
  38. package/dist-types/commands/ListVersionsCommand.d.ts +3 -0
  39. package/dist-types/commands/ProbeCommand.d.ts +20 -1
  40. package/dist-types/commands/PutPolicyCommand.d.ts +3 -0
  41. package/dist-types/commands/SearchJobsCommand.d.ts +10 -5
  42. package/dist-types/commands/StartJobsQueryCommand.d.ts +105 -0
  43. package/dist-types/commands/TagResourceCommand.d.ts +3 -0
  44. package/dist-types/commands/UntagResourceCommand.d.ts +3 -0
  45. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +13 -10
  46. package/dist-types/commands/UpdatePresetCommand.d.ts +13 -10
  47. package/dist-types/commands/UpdateQueueCommand.d.ts +3 -0
  48. package/dist-types/commands/index.d.ts +2 -0
  49. package/dist-types/models/models_0.d.ts +21 -10
  50. package/dist-types/models/models_1.d.ts +8 -8
  51. package/dist-types/models/models_2.d.ts +205 -11
  52. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  53. package/dist-types/ts3.4/MediaConvert.d.ts +35 -0
  54. package/dist-types/ts3.4/MediaConvertClient.d.ts +12 -0
  55. package/dist-types/ts3.4/commands/GetJobsQueryResultsCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/StartJobsQueryCommand.d.ts +50 -0
  57. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  58. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  59. package/dist-types/ts3.4/models/models_2.d.ts +65 -0
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  61. package/package.json +33 -33
@@ -70,6 +70,9 @@ declare const GetPolicyCommand_base: {
70
70
  * @throws {@link NotFoundException} (client fault)
71
71
  * The resource you requested doesn't exist.
72
72
  *
73
+ * @throws {@link ServiceQuotaExceededException} (client fault)
74
+ * You attempted to create more resources than the service allows based on service quotas.
75
+ *
73
76
  * @throws {@link TooManyRequestsException} (client fault)
74
77
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
75
78
  *
@@ -468,7 +468,7 @@ declare const GetPresetCommand_base: {
468
468
  * // MaxBitrate: Number("int"),
469
469
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
470
470
  * // PerFrameMetrics: [ // __listOfFrameMetricType
471
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
471
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
472
472
  * // ],
473
473
  * // QvbrSettings: { // Av1QvbrSettings
474
474
  * // QvbrQualityLevel: Number("int"),
@@ -489,7 +489,7 @@ declare const GetPresetCommand_base: {
489
489
  * // FramerateNumerator: Number("int"),
490
490
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
491
491
  * // PerFrameMetrics: [
492
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
492
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
493
493
  * // ],
494
494
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
495
495
  * // SlowPal: "DISABLED" || "ENABLED",
@@ -542,7 +542,7 @@ declare const GetPresetCommand_base: {
542
542
  * // ParDenominator: Number("int"),
543
543
  * // ParNumerator: Number("int"),
544
544
  * // PerFrameMetrics: [
545
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
545
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
546
546
  * // ],
547
547
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
548
548
  * // QvbrSettings: { // H264QvbrSettings
@@ -599,7 +599,7 @@ declare const GetPresetCommand_base: {
599
599
  * // ParDenominator: Number("int"),
600
600
  * // ParNumerator: Number("int"),
601
601
  * // PerFrameMetrics: [
602
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
602
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
603
603
  * // ],
604
604
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
605
605
  * // QvbrSettings: { // H265QvbrSettings
@@ -646,7 +646,7 @@ declare const GetPresetCommand_base: {
646
646
  * // ParDenominator: Number("int"),
647
647
  * // ParNumerator: Number("int"),
648
648
  * // PerFrameMetrics: [
649
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
649
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
650
650
  * // ],
651
651
  * // QualityTuningLevel: "SINGLE_PASS" || "MULTI_PASS",
652
652
  * // RateControlMode: "VBR" || "CBR",
@@ -923,6 +923,9 @@ declare const GetPresetCommand_base: {
923
923
  * @throws {@link NotFoundException} (client fault)
924
924
  * The resource you requested doesn't exist.
925
925
  *
926
+ * @throws {@link ServiceQuotaExceededException} (client fault)
927
+ * You attempted to create more resources than the service allows based on service quotas.
928
+ *
926
929
  * @throws {@link TooManyRequestsException} (client fault)
927
930
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
928
931
  *
@@ -96,6 +96,9 @@ declare const GetQueueCommand_base: {
96
96
  * @throws {@link NotFoundException} (client fault)
97
97
  * The resource you requested doesn't exist.
98
98
  *
99
+ * @throws {@link ServiceQuotaExceededException} (client fault)
100
+ * You attempted to create more resources than the service allows based on service quotas.
101
+ *
99
102
  * @throws {@link TooManyRequestsException} (client fault)
100
103
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
101
104
  *
@@ -711,7 +711,7 @@ declare const ListJobTemplatesCommand_base: {
711
711
  * // ManifestEncoding: "UTF8" || "UTF16",
712
712
  * // },
713
713
  * // PerFrameMetrics: [ // __listOfFrameMetricType
714
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
714
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
715
715
  * // ],
716
716
  * // Type: "HLS_GROUP_SETTINGS" || "DASH_ISO_GROUP_SETTINGS" || "FILE_GROUP_SETTINGS" || "MS_SMOOTH_GROUP_SETTINGS" || "CMAF_GROUP_SETTINGS",
717
717
  * // },
@@ -1150,7 +1150,7 @@ declare const ListJobTemplatesCommand_base: {
1150
1150
  * // MaxBitrate: Number("int"),
1151
1151
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
1152
1152
  * // PerFrameMetrics: [
1153
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1153
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1154
1154
  * // ],
1155
1155
  * // QvbrSettings: { // Av1QvbrSettings
1156
1156
  * // QvbrQualityLevel: Number("int"),
@@ -1171,7 +1171,7 @@ declare const ListJobTemplatesCommand_base: {
1171
1171
  * // FramerateNumerator: Number("int"),
1172
1172
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
1173
1173
  * // PerFrameMetrics: [
1174
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1174
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1175
1175
  * // ],
1176
1176
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
1177
1177
  * // SlowPal: "DISABLED" || "ENABLED",
@@ -1224,7 +1224,7 @@ declare const ListJobTemplatesCommand_base: {
1224
1224
  * // ParDenominator: Number("int"),
1225
1225
  * // ParNumerator: Number("int"),
1226
1226
  * // PerFrameMetrics: [
1227
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1227
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1228
1228
  * // ],
1229
1229
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1230
1230
  * // QvbrSettings: { // H264QvbrSettings
@@ -1281,7 +1281,7 @@ declare const ListJobTemplatesCommand_base: {
1281
1281
  * // ParDenominator: Number("int"),
1282
1282
  * // ParNumerator: Number("int"),
1283
1283
  * // PerFrameMetrics: [
1284
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1284
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1285
1285
  * // ],
1286
1286
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1287
1287
  * // QvbrSettings: { // H265QvbrSettings
@@ -1624,6 +1624,9 @@ declare const ListJobTemplatesCommand_base: {
1624
1624
  * @throws {@link NotFoundException} (client fault)
1625
1625
  * The resource you requested doesn't exist.
1626
1626
  *
1627
+ * @throws {@link ServiceQuotaExceededException} (client fault)
1628
+ * You attempted to create more resources than the service allows based on service quotas.
1629
+ *
1627
1630
  * @throws {@link TooManyRequestsException} (client fault)
1628
1631
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
1629
1632
  *
@@ -310,7 +310,9 @@ declare const ListJobsCommand_base: {
310
310
  * // Duration: Number("int"),
311
311
  * // FramerateDenominator: Number("int"),
312
312
  * // FramerateNumerator: Number("int"),
313
+ * // Height: Number("int"),
313
314
  * // SampleRate: Number("int"),
315
+ * // Width: Number("int"),
314
316
  * // },
315
317
  * // VideoOverlays: [ // __listOfVideoOverlay
316
318
  * // { // VideoOverlay
@@ -772,7 +774,7 @@ declare const ListJobsCommand_base: {
772
774
  * // ManifestEncoding: "UTF8" || "UTF16",
773
775
  * // },
774
776
  * // PerFrameMetrics: [ // __listOfFrameMetricType
775
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
777
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
776
778
  * // ],
777
779
  * // Type: "HLS_GROUP_SETTINGS" || "DASH_ISO_GROUP_SETTINGS" || "FILE_GROUP_SETTINGS" || "MS_SMOOTH_GROUP_SETTINGS" || "CMAF_GROUP_SETTINGS",
778
780
  * // },
@@ -1211,7 +1213,7 @@ declare const ListJobsCommand_base: {
1211
1213
  * // MaxBitrate: Number("int"),
1212
1214
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
1213
1215
  * // PerFrameMetrics: [
1214
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1216
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1215
1217
  * // ],
1216
1218
  * // QvbrSettings: { // Av1QvbrSettings
1217
1219
  * // QvbrQualityLevel: Number("int"),
@@ -1232,7 +1234,7 @@ declare const ListJobsCommand_base: {
1232
1234
  * // FramerateNumerator: Number("int"),
1233
1235
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
1234
1236
  * // PerFrameMetrics: [
1235
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1237
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1236
1238
  * // ],
1237
1239
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
1238
1240
  * // SlowPal: "DISABLED" || "ENABLED",
@@ -1285,7 +1287,7 @@ declare const ListJobsCommand_base: {
1285
1287
  * // ParDenominator: Number("int"),
1286
1288
  * // ParNumerator: Number("int"),
1287
1289
  * // PerFrameMetrics: [
1288
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1290
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1289
1291
  * // ],
1290
1292
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1291
1293
  * // QvbrSettings: { // H264QvbrSettings
@@ -1342,7 +1344,7 @@ declare const ListJobsCommand_base: {
1342
1344
  * // ParDenominator: Number("int"),
1343
1345
  * // ParNumerator: Number("int"),
1344
1346
  * // PerFrameMetrics: [
1345
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1347
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1346
1348
  * // ],
1347
1349
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1348
1350
  * // QvbrSettings: { // H265QvbrSettings
@@ -1701,6 +1703,9 @@ declare const ListJobsCommand_base: {
1701
1703
  * @throws {@link NotFoundException} (client fault)
1702
1704
  * The resource you requested doesn't exist.
1703
1705
  *
1706
+ * @throws {@link ServiceQuotaExceededException} (client fault)
1707
+ * You attempted to create more resources than the service allows based on service quotas.
1708
+ *
1704
1709
  * @throws {@link TooManyRequestsException} (client fault)
1705
1710
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
1706
1711
  *
@@ -474,7 +474,7 @@ declare const ListPresetsCommand_base: {
474
474
  * // MaxBitrate: Number("int"),
475
475
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
476
476
  * // PerFrameMetrics: [ // __listOfFrameMetricType
477
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
477
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
478
478
  * // ],
479
479
  * // QvbrSettings: { // Av1QvbrSettings
480
480
  * // QvbrQualityLevel: Number("int"),
@@ -495,7 +495,7 @@ declare const ListPresetsCommand_base: {
495
495
  * // FramerateNumerator: Number("int"),
496
496
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
497
497
  * // PerFrameMetrics: [
498
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
498
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
499
499
  * // ],
500
500
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
501
501
  * // SlowPal: "DISABLED" || "ENABLED",
@@ -548,7 +548,7 @@ declare const ListPresetsCommand_base: {
548
548
  * // ParDenominator: Number("int"),
549
549
  * // ParNumerator: Number("int"),
550
550
  * // PerFrameMetrics: [
551
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
551
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
552
552
  * // ],
553
553
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
554
554
  * // QvbrSettings: { // H264QvbrSettings
@@ -605,7 +605,7 @@ declare const ListPresetsCommand_base: {
605
605
  * // ParDenominator: Number("int"),
606
606
  * // ParNumerator: Number("int"),
607
607
  * // PerFrameMetrics: [
608
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
608
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
609
609
  * // ],
610
610
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
611
611
  * // QvbrSettings: { // H265QvbrSettings
@@ -652,7 +652,7 @@ declare const ListPresetsCommand_base: {
652
652
  * // ParDenominator: Number("int"),
653
653
  * // ParNumerator: Number("int"),
654
654
  * // PerFrameMetrics: [
655
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
655
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
656
656
  * // ],
657
657
  * // QualityTuningLevel: "SINGLE_PASS" || "MULTI_PASS",
658
658
  * // RateControlMode: "VBR" || "CBR",
@@ -930,6 +930,9 @@ declare const ListPresetsCommand_base: {
930
930
  * @throws {@link NotFoundException} (client fault)
931
931
  * The resource you requested doesn't exist.
932
932
  *
933
+ * @throws {@link ServiceQuotaExceededException} (client fault)
934
+ * You attempted to create more resources than the service allows based on service quotas.
935
+ *
933
936
  * @throws {@link TooManyRequestsException} (client fault)
934
937
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
935
938
  *
@@ -104,6 +104,9 @@ declare const ListQueuesCommand_base: {
104
104
  * @throws {@link NotFoundException} (client fault)
105
105
  * The resource you requested doesn't exist.
106
106
  *
107
+ * @throws {@link ServiceQuotaExceededException} (client fault)
108
+ * You attempted to create more resources than the service allows based on service quotas.
109
+ *
107
110
  * @throws {@link TooManyRequestsException} (client fault)
108
111
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
109
112
  *
@@ -73,6 +73,9 @@ declare const ListTagsForResourceCommand_base: {
73
73
  * @throws {@link NotFoundException} (client fault)
74
74
  * The resource you requested doesn't exist.
75
75
  *
76
+ * @throws {@link ServiceQuotaExceededException} (client fault)
77
+ * You attempted to create more resources than the service allows based on service quotas.
78
+ *
76
79
  * @throws {@link TooManyRequestsException} (client fault)
77
80
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
78
81
  *
@@ -75,6 +75,9 @@ declare const ListVersionsCommand_base: {
75
75
  * @throws {@link NotFoundException} (client fault)
76
76
  * The resource you requested doesn't exist.
77
77
  *
78
+ * @throws {@link ServiceQuotaExceededException} (client fault)
79
+ * You attempted to create more resources than the service allows based on service quotas.
80
+ *
78
81
  * @throws {@link TooManyRequestsException} (client fault)
79
82
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
80
83
  *
@@ -64,7 +64,7 @@ declare const ProbeCommand_base: {
64
64
  * // LanguageCode: "STRING_VALUE",
65
65
  * // SampleRate: Number("int"),
66
66
  * // },
67
- * // Codec: "UNKNOWN" || "AAC" || "AC3" || "EAC3" || "FLAC" || "MP3" || "OPUS" || "PCM" || "VORBIS" || "AV1" || "AVC" || "HEVC" || "JPEG2000" || "MJPEG" || "MP4V" || "MPEG2" || "PRORES" || "THEORA" || "VP8" || "VP9" || "C608" || "C708" || "WEBVTT",
67
+ * // Codec: "UNKNOWN" || "AAC" || "AC3" || "EAC3" || "FLAC" || "MP3" || "OPUS" || "PCM" || "VORBIS" || "AV1" || "AVC" || "HEVC" || "JPEG2000" || "MJPEG" || "MPEG1" || "MP4V" || "MPEG2" || "PRORES" || "THEORA" || "VFW" || "VP8" || "VP9" || "QTRLE" || "C608" || "C708" || "WEBVTT",
68
68
  * // DataProperties: { // DataProperties
69
69
  * // LanguageCode: "STRING_VALUE",
70
70
  * // },
@@ -74,6 +74,22 @@ declare const ProbeCommand_base: {
74
74
  * // VideoProperties: { // VideoProperties
75
75
  * // BitDepth: Number("int"),
76
76
  * // BitRate: Number("long"),
77
+ * // CodecMetadata: { // CodecMetadata
78
+ * // BitDepth: Number("int"),
79
+ * // ChromaSubsampling: "STRING_VALUE",
80
+ * // CodedFrameRate: {
81
+ * // Denominator: Number("int"),
82
+ * // Numerator: Number("int"),
83
+ * // },
84
+ * // ColorPrimaries: "ITU_709" || "UNSPECIFIED" || "RESERVED" || "ITU_470M" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "GENERIC_FILM" || "ITU_2020" || "SMPTE_428_1" || "SMPTE_431_2" || "SMPTE_EG_432_1" || "IPT" || "SMPTE_2067XYZ" || "EBU_3213_E" || "LAST",
85
+ * // Height: Number("int"),
86
+ * // Level: "STRING_VALUE",
87
+ * // MatrixCoefficients: "RGB" || "ITU_709" || "UNSPECIFIED" || "RESERVED" || "FCC" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "YCgCo" || "ITU_2020_NCL" || "ITU_2020_CL" || "SMPTE_2085" || "CD_NCL" || "CD_CL" || "ITU_2100ICtCp" || "IPT" || "EBU3213" || "LAST",
88
+ * // Profile: "STRING_VALUE",
89
+ * // ScanType: "STRING_VALUE",
90
+ * // TransferCharacteristics: "ITU_709" || "UNSPECIFIED" || "RESERVED" || "ITU_470M" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "LINEAR" || "LOG10_2" || "LOC10_2_5" || "IEC_61966_2_4" || "ITU_1361" || "IEC_61966_2_1" || "ITU_2020_10bit" || "ITU_2020_12bit" || "SMPTE_2084" || "SMPTE_428_1" || "ARIB_B67" || "LAST",
91
+ * // Width: Number("int"),
92
+ * // },
77
93
  * // ColorPrimaries: "ITU_709" || "UNSPECIFIED" || "RESERVED" || "ITU_470M" || "ITU_470BG" || "SMPTE_170M" || "SMPTE_240M" || "GENERIC_FILM" || "ITU_2020" || "SMPTE_428_1" || "SMPTE_431_2" || "SMPTE_EG_432_1" || "IPT" || "SMPTE_2067XYZ" || "EBU_3213_E" || "LAST",
78
94
  * // FrameRate: {
79
95
  * // Denominator: Number("int"),
@@ -133,6 +149,9 @@ declare const ProbeCommand_base: {
133
149
  * @throws {@link NotFoundException} (client fault)
134
150
  * The resource you requested doesn't exist.
135
151
  *
152
+ * @throws {@link ServiceQuotaExceededException} (client fault)
153
+ * You attempted to create more resources than the service allows based on service quotas.
154
+ *
136
155
  * @throws {@link TooManyRequestsException} (client fault)
137
156
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
138
157
  *
@@ -76,6 +76,9 @@ declare const PutPolicyCommand_base: {
76
76
  * @throws {@link NotFoundException} (client fault)
77
77
  * The resource you requested doesn't exist.
78
78
  *
79
+ * @throws {@link ServiceQuotaExceededException} (client fault)
80
+ * You attempted to create more resources than the service allows based on service quotas.
81
+ *
79
82
  * @throws {@link TooManyRequestsException} (client fault)
80
83
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
81
84
  *
@@ -311,7 +311,9 @@ declare const SearchJobsCommand_base: {
311
311
  * // Duration: Number("int"),
312
312
  * // FramerateDenominator: Number("int"),
313
313
  * // FramerateNumerator: Number("int"),
314
+ * // Height: Number("int"),
314
315
  * // SampleRate: Number("int"),
316
+ * // Width: Number("int"),
315
317
  * // },
316
318
  * // VideoOverlays: [ // __listOfVideoOverlay
317
319
  * // { // VideoOverlay
@@ -773,7 +775,7 @@ declare const SearchJobsCommand_base: {
773
775
  * // ManifestEncoding: "UTF8" || "UTF16",
774
776
  * // },
775
777
  * // PerFrameMetrics: [ // __listOfFrameMetricType
776
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
778
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
777
779
  * // ],
778
780
  * // Type: "HLS_GROUP_SETTINGS" || "DASH_ISO_GROUP_SETTINGS" || "FILE_GROUP_SETTINGS" || "MS_SMOOTH_GROUP_SETTINGS" || "CMAF_GROUP_SETTINGS",
779
781
  * // },
@@ -1212,7 +1214,7 @@ declare const SearchJobsCommand_base: {
1212
1214
  * // MaxBitrate: Number("int"),
1213
1215
  * // NumberBFramesBetweenReferenceFrames: Number("int"),
1214
1216
  * // PerFrameMetrics: [
1215
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1217
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1216
1218
  * // ],
1217
1219
  * // QvbrSettings: { // Av1QvbrSettings
1218
1220
  * // QvbrQualityLevel: Number("int"),
@@ -1233,7 +1235,7 @@ declare const SearchJobsCommand_base: {
1233
1235
  * // FramerateNumerator: Number("int"),
1234
1236
  * // InterlaceMode: "PROGRESSIVE" || "TOP_FIELD" || "BOTTOM_FIELD" || "FOLLOW_TOP_FIELD" || "FOLLOW_BOTTOM_FIELD",
1235
1237
  * // PerFrameMetrics: [
1236
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1238
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1237
1239
  * // ],
1238
1240
  * // ScanTypeConversionMode: "INTERLACED" || "INTERLACED_OPTIMIZE",
1239
1241
  * // SlowPal: "DISABLED" || "ENABLED",
@@ -1286,7 +1288,7 @@ declare const SearchJobsCommand_base: {
1286
1288
  * // ParDenominator: Number("int"),
1287
1289
  * // ParNumerator: Number("int"),
1288
1290
  * // PerFrameMetrics: [
1289
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1291
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1290
1292
  * // ],
1291
1293
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1292
1294
  * // QvbrSettings: { // H264QvbrSettings
@@ -1343,7 +1345,7 @@ declare const SearchJobsCommand_base: {
1343
1345
  * // ParDenominator: Number("int"),
1344
1346
  * // ParNumerator: Number("int"),
1345
1347
  * // PerFrameMetrics: [
1346
- * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR",
1348
+ * // "PSNR" || "SSIM" || "MS_SSIM" || "PSNR_HVS" || "VMAF" || "QVBR" || "SHOT_CHANGE",
1347
1349
  * // ],
1348
1350
  * // QualityTuningLevel: "SINGLE_PASS" || "SINGLE_PASS_HQ" || "MULTI_PASS_HQ",
1349
1351
  * // QvbrSettings: { // H265QvbrSettings
@@ -1702,6 +1704,9 @@ declare const SearchJobsCommand_base: {
1702
1704
  * @throws {@link NotFoundException} (client fault)
1703
1705
  * The resource you requested doesn't exist.
1704
1706
  *
1707
+ * @throws {@link ServiceQuotaExceededException} (client fault)
1708
+ * You attempted to create more resources than the service allows based on service quotas.
1709
+ *
1705
1710
  * @throws {@link TooManyRequestsException} (client fault)
1706
1711
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
1707
1712
  *
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
4
+ import { StartJobsQueryRequest, StartJobsQueryResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link StartJobsQueryCommand}.
14
+ */
15
+ export interface StartJobsQueryCommandInput extends StartJobsQueryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link StartJobsQueryCommand}.
21
+ */
22
+ export interface StartJobsQueryCommandOutput extends StartJobsQueryResponse, __MetadataBearer {
23
+ }
24
+ declare const StartJobsQueryCommand_base: {
25
+ new (input: StartJobsQueryCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobsQueryCommandInput, StartJobsQueryCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartJobsQueryCommandInput]): import("@smithy/smithy-client").CommandImpl<StartJobsQueryCommandInput, StartJobsQueryCommandOutput, MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * Start an asynchronous jobs query using the provided filters. To receive the list of jobs that match your query, call the GetJobsQueryResults API using the query ID returned by this API.
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { MediaConvertClient, StartJobsQueryCommand } from "@aws-sdk/client-mediaconvert"; // ES Modules import
35
+ * // const { MediaConvertClient, StartJobsQueryCommand } = require("@aws-sdk/client-mediaconvert"); // CommonJS import
36
+ * // import type { MediaConvertClientConfig } from "@aws-sdk/client-mediaconvert";
37
+ * const config = {}; // type is MediaConvertClientConfig
38
+ * const client = new MediaConvertClient(config);
39
+ * const input = { // StartJobsQueryRequest
40
+ * FilterList: [ // __listOfJobsQueryFilter
41
+ * { // JobsQueryFilter
42
+ * Key: "queue" || "status" || "fileInput" || "jobEngineVersionRequested" || "jobEngineVersionUsed" || "audioCodec" || "videoCodec",
43
+ * Values: [ // __listOf__stringMax100
44
+ * "STRING_VALUE",
45
+ * ],
46
+ * },
47
+ * ],
48
+ * MaxResults: Number("int"),
49
+ * NextToken: "STRING_VALUE",
50
+ * Order: "ASCENDING" || "DESCENDING",
51
+ * };
52
+ * const command = new StartJobsQueryCommand(input);
53
+ * const response = await client.send(command);
54
+ * // { // StartJobsQueryResponse
55
+ * // Id: "STRING_VALUE",
56
+ * // };
57
+ *
58
+ * ```
59
+ *
60
+ * @param StartJobsQueryCommandInput - {@link StartJobsQueryCommandInput}
61
+ * @returns {@link StartJobsQueryCommandOutput}
62
+ * @see {@link StartJobsQueryCommandInput} for command's `input` shape.
63
+ * @see {@link StartJobsQueryCommandOutput} for command's `response` shape.
64
+ * @see {@link MediaConvertClientResolvedConfig | config} for MediaConvertClient's `config` shape.
65
+ *
66
+ * @throws {@link BadRequestException} (client fault)
67
+ * The service can't process your request because of a problem in the request. Please check your request form and syntax.
68
+ *
69
+ * @throws {@link ConflictException} (client fault)
70
+ * The service couldn't complete your request because there is a conflict with the current state of the resource.
71
+ *
72
+ * @throws {@link ForbiddenException} (client fault)
73
+ * You don't have permissions for this action with the credentials you sent.
74
+ *
75
+ * @throws {@link InternalServerErrorException} (server fault)
76
+ * The service encountered an unexpected condition and can't fulfill your request.
77
+ *
78
+ * @throws {@link NotFoundException} (client fault)
79
+ * The resource you requested doesn't exist.
80
+ *
81
+ * @throws {@link ServiceQuotaExceededException} (client fault)
82
+ * You attempted to create more resources than the service allows based on service quotas.
83
+ *
84
+ * @throws {@link TooManyRequestsException} (client fault)
85
+ * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
86
+ *
87
+ * @throws {@link MediaConvertServiceException}
88
+ * <p>Base exception class for all service exceptions from MediaConvert service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class StartJobsQueryCommand extends StartJobsQueryCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: StartJobsQueryRequest;
98
+ output: StartJobsQueryResponse;
99
+ };
100
+ sdk: {
101
+ input: StartJobsQueryCommandInput;
102
+ output: StartJobsQueryCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -69,6 +69,9 @@ declare const TagResourceCommand_base: {
69
69
  * @throws {@link NotFoundException} (client fault)
70
70
  * The resource you requested doesn't exist.
71
71
  *
72
+ * @throws {@link ServiceQuotaExceededException} (client fault)
73
+ * You attempted to create more resources than the service allows based on service quotas.
74
+ *
72
75
  * @throws {@link TooManyRequestsException} (client fault)
73
76
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
74
77
  *
@@ -69,6 +69,9 @@ declare const UntagResourceCommand_base: {
69
69
  * @throws {@link NotFoundException} (client fault)
70
70
  * The resource you requested doesn't exist.
71
71
  *
72
+ * @throws {@link ServiceQuotaExceededException} (client fault)
73
+ * You attempted to create more resources than the service allows based on service quotas.
74
+ *
72
75
  * @throws {@link TooManyRequestsException} (client fault)
73
76
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
74
77
  *