@aws-sdk/client-mediaconvert 3.775.0 → 3.777.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 (37) hide show
  1. package/dist-cjs/index.js +2 -0
  2. package/dist-es/protocols/Aws_restJson1.js +2 -0
  3. package/dist-types/commands/AssociateCertificateCommand.d.ts +1 -0
  4. package/dist-types/commands/CancelJobCommand.d.ts +1 -0
  5. package/dist-types/commands/CreateJobCommand.d.ts +3 -0
  6. package/dist-types/commands/CreateJobTemplateCommand.d.ts +3 -0
  7. package/dist-types/commands/CreatePresetCommand.d.ts +1 -0
  8. package/dist-types/commands/CreateQueueCommand.d.ts +1 -0
  9. package/dist-types/commands/DeleteJobTemplateCommand.d.ts +1 -0
  10. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -0
  11. package/dist-types/commands/DeletePresetCommand.d.ts +1 -0
  12. package/dist-types/commands/DeleteQueueCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -0
  14. package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -0
  15. package/dist-types/commands/GetJobCommand.d.ts +2 -0
  16. package/dist-types/commands/GetJobTemplateCommand.d.ts +2 -0
  17. package/dist-types/commands/GetPolicyCommand.d.ts +1 -0
  18. package/dist-types/commands/GetPresetCommand.d.ts +1 -0
  19. package/dist-types/commands/GetQueueCommand.d.ts +1 -0
  20. package/dist-types/commands/ListJobTemplatesCommand.d.ts +2 -0
  21. package/dist-types/commands/ListJobsCommand.d.ts +2 -0
  22. package/dist-types/commands/ListPresetsCommand.d.ts +1 -0
  23. package/dist-types/commands/ListQueuesCommand.d.ts +1 -0
  24. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  25. package/dist-types/commands/ListVersionsCommand.d.ts +1 -0
  26. package/dist-types/commands/ProbeCommand.d.ts +2 -1
  27. package/dist-types/commands/PutPolicyCommand.d.ts +1 -0
  28. package/dist-types/commands/SearchJobsCommand.d.ts +2 -0
  29. package/dist-types/commands/TagResourceCommand.d.ts +1 -0
  30. package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
  31. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +3 -0
  32. package/dist-types/commands/UpdatePresetCommand.d.ts +1 -0
  33. package/dist-types/commands/UpdateQueueCommand.d.ts +1 -0
  34. package/dist-types/models/models_0.d.ts +5 -0
  35. package/dist-types/models/models_2.d.ts +46 -46
  36. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  37. package/package.json +2 -2
package/dist-cjs/index.js CHANGED
@@ -2214,6 +2214,7 @@ var se_AutomatedAbrRule = /* @__PURE__ */ __name((input, context) => {
2214
2214
  var se_AutomatedAbrSettings = /* @__PURE__ */ __name((input, context) => {
2215
2215
  return (0, import_smithy_client.take)(input, {
2216
2216
  maxAbrBitrate: [, , `MaxAbrBitrate`],
2217
+ maxQualityLevel: [, import_smithy_client.serializeFloat, `MaxQualityLevel`],
2217
2218
  maxRenditions: [, , `MaxRenditions`],
2218
2219
  minAbrBitrate: [, , `MinAbrBitrate`],
2219
2220
  rules: [, (_) => se___listOfAutomatedAbrRule(_, context), `Rules`]
@@ -4398,6 +4399,7 @@ var de_AutomatedAbrRule = /* @__PURE__ */ __name((output, context) => {
4398
4399
  var de_AutomatedAbrSettings = /* @__PURE__ */ __name((output, context) => {
4399
4400
  return (0, import_smithy_client.take)(output, {
4400
4401
  MaxAbrBitrate: [, import_smithy_client.expectInt32, `maxAbrBitrate`],
4402
+ MaxQualityLevel: [, import_smithy_client.limitedParseDouble, `maxQualityLevel`],
4401
4403
  MaxRenditions: [, import_smithy_client.expectInt32, `maxRenditions`],
4402
4404
  MinAbrBitrate: [, import_smithy_client.expectInt32, `minAbrBitrate`],
4403
4405
  Rules: [, (_) => de___listOfAutomatedAbrRule(_, context), `rules`]
@@ -1295,6 +1295,7 @@ const se_AutomatedAbrRule = (input, context) => {
1295
1295
  const se_AutomatedAbrSettings = (input, context) => {
1296
1296
  return take(input, {
1297
1297
  maxAbrBitrate: [, , `MaxAbrBitrate`],
1298
+ maxQualityLevel: [, __serializeFloat, `MaxQualityLevel`],
1298
1299
  maxRenditions: [, , `MaxRenditions`],
1299
1300
  minAbrBitrate: [, , `MinAbrBitrate`],
1300
1301
  rules: [, (_) => se___listOfAutomatedAbrRule(_, context), `Rules`],
@@ -3557,6 +3558,7 @@ const de_AutomatedAbrRule = (output, context) => {
3557
3558
  const de_AutomatedAbrSettings = (output, context) => {
3558
3559
  return take(output, {
3559
3560
  MaxAbrBitrate: [, __expectInt32, `maxAbrBitrate`],
3561
+ MaxQualityLevel: [, __limitedParseDouble, `maxQualityLevel`],
3560
3562
  MaxRenditions: [, __expectInt32, `maxRenditions`],
3561
3563
  MinAbrBitrate: [, __expectInt32, `minAbrBitrate`],
3562
3564
  Rules: [, (_) => de___listOfAutomatedAbrRule(_, context), `rules`],
@@ -70,6 +70,7 @@ declare const AssociateCertificateCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class AssociateCertificateCommand extends AssociateCertificateCommand_base {
@@ -70,6 +70,7 @@ declare const CancelJobCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class CancelJobCommand extends CancelJobCommand_base {
@@ -370,6 +370,7 @@ declare const CreateJobCommand_base: {
370
370
  * AutomatedEncodingSettings: { // AutomatedEncodingSettings
371
371
  * AbrSettings: { // AutomatedAbrSettings
372
372
  * MaxAbrBitrate: Number("int"),
373
+ * MaxQualityLevel: Number("double"),
373
374
  * MaxRenditions: Number("int"),
374
375
  * MinAbrBitrate: Number("int"),
375
376
  * Rules: [ // __listOfAutomatedAbrRule
@@ -1945,6 +1946,7 @@ declare const CreateJobCommand_base: {
1945
1946
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
1946
1947
  * // AbrSettings: { // AutomatedAbrSettings
1947
1948
  * // MaxAbrBitrate: Number("int"),
1949
+ * // MaxQualityLevel: Number("double"),
1948
1950
  * // MaxRenditions: Number("int"),
1949
1951
  * // MinAbrBitrate: Number("int"),
1950
1952
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -3183,6 +3185,7 @@ declare const CreateJobCommand_base: {
3183
3185
  * @throws {@link MediaConvertServiceException}
3184
3186
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3185
3187
  *
3188
+ *
3186
3189
  * @public
3187
3190
  */
3188
3191
  export declare class CreateJobCommand extends CreateJobCommand_base {
@@ -351,6 +351,7 @@ declare const CreateJobTemplateCommand_base: {
351
351
  * AutomatedEncodingSettings: { // AutomatedEncodingSettings
352
352
  * AbrSettings: { // AutomatedAbrSettings
353
353
  * MaxAbrBitrate: Number("int"),
354
+ * MaxQualityLevel: Number("double"),
354
355
  * MaxRenditions: Number("int"),
355
356
  * MinAbrBitrate: Number("int"),
356
357
  * Rules: [ // __listOfAutomatedAbrRule
@@ -1868,6 +1869,7 @@ declare const CreateJobTemplateCommand_base: {
1868
1869
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
1869
1870
  * // AbrSettings: { // AutomatedAbrSettings
1870
1871
  * // MaxAbrBitrate: Number("int"),
1872
+ * // MaxQualityLevel: Number("double"),
1871
1873
  * // MaxRenditions: Number("int"),
1872
1874
  * // MinAbrBitrate: Number("int"),
1873
1875
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -3091,6 +3093,7 @@ declare const CreateJobTemplateCommand_base: {
3091
3093
  * @throws {@link MediaConvertServiceException}
3092
3094
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3093
3095
  *
3096
+ *
3094
3097
  * @public
3095
3098
  */
3096
3099
  export declare class CreateJobTemplateCommand extends CreateJobTemplateCommand_base {
@@ -1731,6 +1731,7 @@ declare const CreatePresetCommand_base: {
1731
1731
  * @throws {@link MediaConvertServiceException}
1732
1732
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1733
1733
  *
1734
+ *
1734
1735
  * @public
1735
1736
  */
1736
1737
  export declare class CreatePresetCommand extends CreatePresetCommand_base {
@@ -112,6 +112,7 @@ declare const CreateQueueCommand_base: {
112
112
  * @throws {@link MediaConvertServiceException}
113
113
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteJobTemplateCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteJobTemplateCommand extends DeleteJobTemplateCommand_base {
@@ -68,6 +68,7 @@ declare const DeletePolicyCommand_base: {
68
68
  * @throws {@link MediaConvertServiceException}
69
69
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
@@ -70,6 +70,7 @@ declare const DeletePresetCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeletePresetCommand extends DeletePresetCommand_base {
@@ -70,6 +70,7 @@ declare const DeleteQueueCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DeleteQueueCommand extends DeleteQueueCommand_base {
@@ -81,6 +81,7 @@ declare const DescribeEndpointsCommand_base: {
81
81
  * @throws {@link MediaConvertServiceException}
82
82
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class DescribeEndpointsCommand extends DescribeEndpointsCommand_base {
@@ -70,6 +70,7 @@ declare const DisassociateCertificateCommand_base: {
70
70
  * @throws {@link MediaConvertServiceException}
71
71
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class DisassociateCertificateCommand extends DisassociateCertificateCommand_base {
@@ -414,6 +414,7 @@ declare const GetJobCommand_base: {
414
414
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
415
415
  * // AbrSettings: { // AutomatedAbrSettings
416
416
  * // MaxAbrBitrate: Number("int"),
417
+ * // MaxQualityLevel: Number("double"),
417
418
  * // MaxRenditions: Number("int"),
418
419
  * // MinAbrBitrate: Number("int"),
419
420
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -1652,6 +1653,7 @@ declare const GetJobCommand_base: {
1652
1653
  * @throws {@link MediaConvertServiceException}
1653
1654
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1654
1655
  *
1656
+ *
1655
1657
  * @public
1656
1658
  */
1657
1659
  export declare class GetJobCommand extends GetJobCommand_base {
@@ -360,6 +360,7 @@ declare const GetJobTemplateCommand_base: {
360
360
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
361
361
  * // AbrSettings: { // AutomatedAbrSettings
362
362
  * // MaxAbrBitrate: Number("int"),
363
+ * // MaxQualityLevel: Number("double"),
363
364
  * // MaxRenditions: Number("int"),
364
365
  * // MinAbrBitrate: Number("int"),
365
366
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -1583,6 +1584,7 @@ declare const GetJobTemplateCommand_base: {
1583
1584
  * @throws {@link MediaConvertServiceException}
1584
1585
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1585
1586
  *
1587
+ *
1586
1588
  * @public
1587
1589
  */
1588
1590
  export declare class GetJobTemplateCommand extends GetJobTemplateCommand_base {
@@ -74,6 +74,7 @@ declare const GetPolicyCommand_base: {
74
74
  * @throws {@link MediaConvertServiceException}
75
75
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
@@ -903,6 +903,7 @@ declare const GetPresetCommand_base: {
903
903
  * @throws {@link MediaConvertServiceException}
904
904
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
905
905
  *
906
+ *
906
907
  * @public
907
908
  */
908
909
  export declare class GetPresetCommand extends GetPresetCommand_base {
@@ -100,6 +100,7 @@ declare const GetQueueCommand_base: {
100
100
  * @throws {@link MediaConvertServiceException}
101
101
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
102
102
  *
103
+ *
103
104
  * @public
104
105
  */
105
106
  export declare class GetQueueCommand extends GetQueueCommand_base {
@@ -365,6 +365,7 @@ declare const ListJobTemplatesCommand_base: {
365
365
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
366
366
  * // AbrSettings: { // AutomatedAbrSettings
367
367
  * // MaxAbrBitrate: Number("int"),
368
+ * // MaxQualityLevel: Number("double"),
368
369
  * // MaxRenditions: Number("int"),
369
370
  * // MinAbrBitrate: Number("int"),
370
371
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -1590,6 +1591,7 @@ declare const ListJobTemplatesCommand_base: {
1590
1591
  * @throws {@link MediaConvertServiceException}
1591
1592
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1592
1593
  *
1594
+ *
1593
1595
  * @public
1594
1596
  */
1595
1597
  export declare class ListJobTemplatesCommand extends ListJobTemplatesCommand_base {
@@ -419,6 +419,7 @@ declare const ListJobsCommand_base: {
419
419
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
420
420
  * // AbrSettings: { // AutomatedAbrSettings
421
421
  * // MaxAbrBitrate: Number("int"),
422
+ * // MaxQualityLevel: Number("double"),
422
423
  * // MaxRenditions: Number("int"),
423
424
  * // MinAbrBitrate: Number("int"),
424
425
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -1659,6 +1660,7 @@ declare const ListJobsCommand_base: {
1659
1660
  * @throws {@link MediaConvertServiceException}
1660
1661
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1661
1662
  *
1663
+ *
1662
1664
  * @public
1663
1665
  */
1664
1666
  export declare class ListJobsCommand extends ListJobsCommand_base {
@@ -910,6 +910,7 @@ declare const ListPresetsCommand_base: {
910
910
  * @throws {@link MediaConvertServiceException}
911
911
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
912
912
  *
913
+ *
913
914
  * @public
914
915
  */
915
916
  export declare class ListPresetsCommand extends ListPresetsCommand_base {
@@ -108,6 +108,7 @@ declare const ListQueuesCommand_base: {
108
108
  * @throws {@link MediaConvertServiceException}
109
109
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class ListQueuesCommand extends ListQueuesCommand_base {
@@ -77,6 +77,7 @@ declare const ListTagsForResourceCommand_base: {
77
77
  * @throws {@link MediaConvertServiceException}
78
78
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
@@ -79,6 +79,7 @@ declare const ListVersionsCommand_base: {
79
79
  * @throws {@link MediaConvertServiceException}
80
80
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListVersionsCommand extends ListVersionsCommand_base {
@@ -27,7 +27,7 @@ declare const ProbeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * The Probe operation analyzes the provided media file and returns comprehensive metadata about its container format, tracks, and any encountered errors.
30
+ * Use Probe to obtain detailed information about your input media files. Probe returns a JSON that includes container, codec, frame rate, resolution, track count, audio layout, captions, and more. You can use this information to learn more about your media files, or to help make decisions while automating your transcoding workflow.
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -137,6 +137,7 @@ declare const ProbeCommand_base: {
137
137
  * @throws {@link MediaConvertServiceException}
138
138
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
139
139
  *
140
+ *
140
141
  * @public
141
142
  */
142
143
  export declare class ProbeCommand extends ProbeCommand_base {
@@ -80,6 +80,7 @@ declare const PutPolicyCommand_base: {
80
80
  * @throws {@link MediaConvertServiceException}
81
81
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class PutPolicyCommand extends PutPolicyCommand_base {
@@ -420,6 +420,7 @@ declare const SearchJobsCommand_base: {
420
420
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
421
421
  * // AbrSettings: { // AutomatedAbrSettings
422
422
  * // MaxAbrBitrate: Number("int"),
423
+ * // MaxQualityLevel: Number("double"),
423
424
  * // MaxRenditions: Number("int"),
424
425
  * // MinAbrBitrate: Number("int"),
425
426
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -1660,6 +1661,7 @@ declare const SearchJobsCommand_base: {
1660
1661
  * @throws {@link MediaConvertServiceException}
1661
1662
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1662
1663
  *
1664
+ *
1663
1665
  * @public
1664
1666
  */
1665
1667
  export declare class SearchJobsCommand extends SearchJobsCommand_base {
@@ -73,6 +73,7 @@ declare const TagResourceCommand_base: {
73
73
  * @throws {@link MediaConvertServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class TagResourceCommand extends TagResourceCommand_base {
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
73
73
  * @throws {@link MediaConvertServiceException}
74
74
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
@@ -351,6 +351,7 @@ declare const UpdateJobTemplateCommand_base: {
351
351
  * AutomatedEncodingSettings: { // AutomatedEncodingSettings
352
352
  * AbrSettings: { // AutomatedAbrSettings
353
353
  * MaxAbrBitrate: Number("int"),
354
+ * MaxQualityLevel: Number("double"),
354
355
  * MaxRenditions: Number("int"),
355
356
  * MinAbrBitrate: Number("int"),
356
357
  * Rules: [ // __listOfAutomatedAbrRule
@@ -1865,6 +1866,7 @@ declare const UpdateJobTemplateCommand_base: {
1865
1866
  * // AutomatedEncodingSettings: { // AutomatedEncodingSettings
1866
1867
  * // AbrSettings: { // AutomatedAbrSettings
1867
1868
  * // MaxAbrBitrate: Number("int"),
1869
+ * // MaxQualityLevel: Number("double"),
1868
1870
  * // MaxRenditions: Number("int"),
1869
1871
  * // MinAbrBitrate: Number("int"),
1870
1872
  * // Rules: [ // __listOfAutomatedAbrRule
@@ -3088,6 +3090,7 @@ declare const UpdateJobTemplateCommand_base: {
3088
3090
  * @throws {@link MediaConvertServiceException}
3089
3091
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
3090
3092
  *
3093
+ *
3091
3094
  * @public
3092
3095
  */
3093
3096
  export declare class UpdateJobTemplateCommand extends UpdateJobTemplateCommand_base {
@@ -1728,6 +1728,7 @@ declare const UpdatePresetCommand_base: {
1728
1728
  * @throws {@link MediaConvertServiceException}
1729
1729
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
1730
1730
  *
1731
+ *
1731
1732
  * @public
1732
1733
  */
1733
1734
  export declare class UpdatePresetCommand extends UpdatePresetCommand_base {
@@ -108,6 +108,7 @@ declare const UpdateQueueCommand_base: {
108
108
  * @throws {@link MediaConvertServiceException}
109
109
  * <p>Base exception class for all service exceptions from MediaConvert service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class UpdateQueueCommand extends UpdateQueueCommand_base {
@@ -4829,6 +4829,11 @@ export interface AutomatedAbrSettings {
4829
4829
  * @public
4830
4830
  */
4831
4831
  MaxAbrBitrate?: number | undefined;
4832
+ /**
4833
+ * Optional. Specify the QVBR quality level to use for all renditions in your automated ABR stack. To have MediaConvert automatically determine the quality level: Leave blank. To manually specify a quality level: Enter an integer from 1 to 10. MediaConvert will use a quality level up to the value that you specify, depending on your source. For more information about QVBR quality levels, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/qvbr-guidelines.html
4834
+ * @public
4835
+ */
4836
+ MaxQualityLevel?: number | undefined;
4832
4837
  /**
4833
4838
  * Optional. The maximum number of renditions that MediaConvert will create in your automated ABR stack. The number of renditions is determined automatically, based on analysis of each job, but will never exceed this limit. When you set this to Auto in the console, which is equivalent to excluding it from your JSON job specification, MediaConvert defaults to a limit of 15.
4834
4839
  * @public
@@ -255,7 +255,7 @@ export interface Preset {
255
255
  */
256
256
  export interface ProbeInputFile {
257
257
  /**
258
- * The URI to your input file(s) that is stored in Amazon S3 or on an HTTP(S) server.
258
+ * Specify the S3, HTTP, or HTTPS URL for your media file.
259
259
  * @public
260
260
  */
261
261
  FileUrl?: string | undefined;
@@ -275,23 +275,23 @@ export declare const Format: {
275
275
  */
276
276
  export type Format = (typeof Format)[keyof typeof Format];
277
277
  /**
278
- * the calculated frame rate of the asset.
278
+ * The frame rate of the video or audio track.
279
279
  * @public
280
280
  */
281
281
  export interface FrameRate {
282
282
  /**
283
- * the denominator of the frame rate of the asset.
283
+ * The denominator, or bottom number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the denominator would be 1001.
284
284
  * @public
285
285
  */
286
286
  Denominator?: number | undefined;
287
287
  /**
288
- * the numerator of the frame rate of the asset.
288
+ * The numerator, or top number, in the fractional frame rate. For example, if your frame rate is 24000 / 1001 (23.976 frames per second), then the numerator would be 24000.
289
289
  * @public
290
290
  */
291
291
  Numerator?: number | undefined;
292
292
  }
293
293
  /**
294
- * Properties specific to audio tracks.
294
+ * Details about the media file's audio track.
295
295
  * @public
296
296
  */
297
297
  export interface AudioProperties {
@@ -301,22 +301,22 @@ export interface AudioProperties {
301
301
  */
302
302
  BitDepth?: number | undefined;
303
303
  /**
304
- * The bit rate of the audio track in bits per second.
304
+ * The bit rate of the audio track, in bits per second.
305
305
  * @public
306
306
  */
307
307
  BitRate?: number | undefined;
308
308
  /**
309
- * The number of audio channels.
309
+ * The number of audio channels in the audio track.
310
310
  * @public
311
311
  */
312
312
  Channels?: number | undefined;
313
313
  /**
314
- * the calculated frame rate of the asset.
314
+ * The frame rate of the video or audio track.
315
315
  * @public
316
316
  */
317
317
  FrameRate?: FrameRate | undefined;
318
318
  /**
319
- * the language code of the track
319
+ * The language code of the audio track, in three character ISO 639-3 format.
320
320
  * @public
321
321
  */
322
322
  LanguageCode?: string | undefined;
@@ -359,12 +359,12 @@ export declare const Codec: {
359
359
  */
360
360
  export type Codec = (typeof Codec)[keyof typeof Codec];
361
361
  /**
362
- * Properties specific to data tracks.
362
+ * Details about the media file's data track.
363
363
  * @public
364
364
  */
365
365
  export interface DataProperties {
366
366
  /**
367
- * the language code of the track
367
+ * The language code of the data track, in three character ISO 639-3 format.
368
368
  * @public
369
369
  */
370
370
  LanguageCode?: string | undefined;
@@ -466,7 +466,7 @@ export declare const TransferCharacteristics: {
466
466
  */
467
467
  export type TransferCharacteristics = (typeof TransferCharacteristics)[keyof typeof TransferCharacteristics];
468
468
  /**
469
- * Properties specific to video tracks.
469
+ * Details about the media file's video track.
470
470
  * @public
471
471
  */
472
472
  export interface VideoProperties {
@@ -476,167 +476,167 @@ export interface VideoProperties {
476
476
  */
477
477
  BitDepth?: number | undefined;
478
478
  /**
479
- * The bit rate of the video track in bits per second.
479
+ * The bit rate of the video track, in bits per second.
480
480
  * @public
481
481
  */
482
482
  BitRate?: number | undefined;
483
483
  /**
484
- * the color primaries.
484
+ * The color space color primaries of the video track.
485
485
  * @public
486
486
  */
487
487
  ColorPrimaries?: ColorPrimaries | undefined;
488
488
  /**
489
- * the calculated frame rate of the asset.
489
+ * The frame rate of the video or audio track.
490
490
  * @public
491
491
  */
492
492
  FrameRate?: FrameRate | undefined;
493
493
  /**
494
- * The height of the video track in pixels.
494
+ * The height of the video track, in pixels.
495
495
  * @public
496
496
  */
497
497
  Height?: number | undefined;
498
498
  /**
499
- * the matrix coefficients.
499
+ * The color space matrix coefficients of the video track.
500
500
  * @public
501
501
  */
502
502
  MatrixCoefficients?: MatrixCoefficients | undefined;
503
503
  /**
504
- * the transfer characteristics.
504
+ * The color space transfer characteristics of the video track.
505
505
  * @public
506
506
  */
507
507
  TransferCharacteristics?: TransferCharacteristics | undefined;
508
508
  /**
509
- * The width of the video track in pixels.
509
+ * The width of the video track, in pixels.
510
510
  * @public
511
511
  */
512
512
  Width?: number | undefined;
513
513
  }
514
514
  /**
515
- * The track information such as codec, duration, etc.
515
+ * Details about each track (video, audio, or data) in the media file.
516
516
  * @public
517
517
  */
518
518
  export interface Track {
519
519
  /**
520
- * Properties specific to audio tracks.
520
+ * Details about the media file's audio track.
521
521
  * @public
522
522
  */
523
523
  AudioProperties?: AudioProperties | undefined;
524
524
  /**
525
- * The codec used for the track.
525
+ * The codec of the audio or video track, or caption format of the data track.
526
526
  * @public
527
527
  */
528
528
  Codec?: Codec | undefined;
529
529
  /**
530
- * Properties specific to data tracks.
530
+ * Details about the media file's data track.
531
531
  * @public
532
532
  */
533
533
  DataProperties?: DataProperties | undefined;
534
534
  /**
535
- * The duration of the track in seconds.
535
+ * The duration of the track, in seconds.
536
536
  * @public
537
537
  */
538
538
  Duration?: number | undefined;
539
539
  /**
540
- * The index of the track.
540
+ * The unique index number of the track, starting at 1.
541
541
  * @public
542
542
  */
543
543
  Index?: number | undefined;
544
544
  /**
545
- * The type of the track (video, audio, or data).
545
+ * The type of track: video, audio, or data.
546
546
  * @public
547
547
  */
548
548
  TrackType?: TrackType | undefined;
549
549
  /**
550
- * Properties specific to video tracks.
550
+ * Details about the media file's video track.
551
551
  * @public
552
552
  */
553
553
  VideoProperties?: VideoProperties | undefined;
554
554
  }
555
555
  /**
556
- * Information about the container format of the media file.
556
+ * The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout.
557
557
  * @public
558
558
  */
559
559
  export interface Container {
560
560
  /**
561
- * The duration of the media file in seconds.
561
+ * The total duration of your media file, in seconds.
562
562
  * @public
563
563
  */
564
564
  Duration?: number | undefined;
565
565
  /**
566
- * The format of the container
566
+ * The format of your media file. For example: MP4, QuickTime (MOV), Matroska (MKV), or WebM. Note that this will be blank if your media file has a format that the MediaConvert Probe operation does not recognize.
567
567
  * @public
568
568
  */
569
569
  Format?: Format | undefined;
570
570
  /**
571
- * List of Track objects.
571
+ * Details about each track (video, audio, or data) in the media file.
572
572
  * @public
573
573
  */
574
574
  Tracks?: Track[] | undefined;
575
575
  }
576
576
  /**
577
- * Metadata about the file.
577
+ * Metadata and other file information.
578
578
  * @public
579
579
  */
580
580
  export interface Metadata {
581
581
  /**
582
- * The ETag of the file.
582
+ * The entity tag (ETag) of the file.
583
583
  * @public
584
584
  */
585
585
  ETag?: string | undefined;
586
586
  /**
587
- * The size of the file in bytes.
587
+ * The size of the media file, in bytes.
588
588
  * @public
589
589
  */
590
590
  FileSize?: number | undefined;
591
591
  /**
592
- * The last modification time of the file.
592
+ * The last modification timestamp of the media file, in Unix time.
593
593
  * @public
594
594
  */
595
595
  LastModified?: Date | undefined;
596
596
  /**
597
- * The MIME type of the file.
597
+ * The MIME type of the media file.
598
598
  * @public
599
599
  */
600
600
  MimeType?: string | undefined;
601
601
  }
602
602
  /**
603
- * Track mapping information.
603
+ * An array containing track mapping information.
604
604
  * @public
605
605
  */
606
606
  export interface TrackMapping {
607
607
  /**
608
- * The indexes of the audio tracks.
608
+ * The index numbers of the audio tracks in your media file.
609
609
  * @public
610
610
  */
611
611
  AudioTrackIndexes?: number[] | undefined;
612
612
  /**
613
- * The indexes of the data tracks.
613
+ * The index numbers of the data tracks in your media file.
614
614
  * @public
615
615
  */
616
616
  DataTrackIndexes?: number[] | undefined;
617
617
  /**
618
- * The indexes of the video tracks.
618
+ * The index numbers of the video tracks in your media file.
619
619
  * @public
620
620
  */
621
621
  VideoTrackIndexes?: number[] | undefined;
622
622
  }
623
623
  /**
624
- * The metadata and analysis results for a media file.
624
+ * Probe results for your media file.
625
625
  * @public
626
626
  */
627
627
  export interface ProbeResult {
628
628
  /**
629
- * Information about the container format of the media file.
629
+ * The container of your media file. This information helps you understand the overall structure and details of your media, including format, duration, and track layout.
630
630
  * @public
631
631
  */
632
632
  Container?: Container | undefined;
633
633
  /**
634
- * Metadata about the file.
634
+ * Metadata and other file information.
635
635
  * @public
636
636
  */
637
637
  Metadata?: Metadata | undefined;
638
638
  /**
639
- * List of Track mapping objects.
639
+ * An array containing track mapping information.
640
640
  * @public
641
641
  */
642
642
  TrackMappings?: TrackMapping[] | undefined;
@@ -1755,7 +1755,7 @@ export interface ListVersionsResponse {
1755
1755
  */
1756
1756
  export interface ProbeRequest {
1757
1757
  /**
1758
- * The list of input media files to be probed.
1758
+ * Specify a media file to probe.
1759
1759
  * @public
1760
1760
  */
1761
1761
  InputFiles?: ProbeInputFile[] | undefined;
@@ -1765,7 +1765,7 @@ export interface ProbeRequest {
1765
1765
  */
1766
1766
  export interface ProbeResponse {
1767
1767
  /**
1768
- * List of probe results for the input media file(s).
1768
+ * Probe results for your media file.
1769
1769
  * @public
1770
1770
  */
1771
1771
  ProbeResults?: ProbeResult[] | undefined;
@@ -1778,6 +1778,7 @@ export interface NielsenNonLinearWatermarkSettings {
1778
1778
  }
1779
1779
  export interface AutomatedAbrSettings {
1780
1780
  MaxAbrBitrate?: number | undefined;
1781
+ MaxQualityLevel?: number | undefined;
1781
1782
  MaxRenditions?: number | undefined;
1782
1783
  MinAbrBitrate?: number | undefined;
1783
1784
  Rules?: AutomatedAbrRule[] | undefined;
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.775.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -21,7 +21,7 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.777.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",