@aws-sdk/client-mediaconvert 3.504.0 → 3.507.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.
@@ -295,7 +295,7 @@ export interface AacSettings {
295
295
  Bitrate?: number;
296
296
  /**
297
297
  * @public
298
- * Specify the AAC profile. For the widest player compatibility and where higher bitrates are acceptable: Keep the default profile, LC (AAC-LC) For improved audio performance at lower bitrates: Choose HEV1 or HEV2. HEV1 (AAC-HE v1) adds spectral band replication to improve speech audio at low bitrates. HEV2 (AAC-HE v2) adds parametric stereo, which optimizes for encoding stereo audio at very low bitrates.
298
+ * AAC Profile.
299
299
  */
300
300
  CodecProfile?: AacCodecProfile;
301
301
  /**
@@ -305,7 +305,7 @@ export interface AacSettings {
305
305
  CodingMode?: AacCodingMode;
306
306
  /**
307
307
  * @public
308
- * Specify the AAC rate control mode. For a constant bitrate: Choose CBR. Your AAC output bitrate will be equal to the value that you choose for Bitrate. For a variable bitrate: Choose VBR. Your AAC output bitrate will vary according to your audio content and the value that you choose for Bitrate quality.
308
+ * Rate Control Mode.
309
309
  */
310
310
  RateControlMode?: AacRateControlMode;
311
311
  /**
@@ -315,7 +315,7 @@ export interface AacSettings {
315
315
  RawFormat?: AacRawFormat;
316
316
  /**
317
317
  * @public
318
- * Specify the AAC sample rate in samples per second (Hz). Valid sample rates depend on the AAC profile and Coding mode that you select. For a list of supported sample rates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html
318
+ * Specify the Sample rate in Hz. Valid sample rates depend on the Profile and Coding mode that you select. The following list shows valid sample rates for each Profile and Coding mode. * LC Profile, Coding mode 1.0, 2.0, and Receiver Mix: 8000, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 88200, 96000. * LC Profile, Coding mode 5.1: 32000, 44100, 48000, 96000. * HEV1 Profile, Coding mode 1.0 and Receiver Mix: 22050, 24000, 32000, 44100, 48000. * HEV1 Profile, Coding mode 2.0 and 5.1: 32000, 44100, 48000, 96000. * HEV2 Profile, Coding mode 2.0: 22050, 24000, 32000, 44100, 48000.
319
319
  */
320
320
  SampleRate?: number;
321
321
  /**
@@ -325,7 +325,7 @@ export interface AacSettings {
325
325
  Specification?: AacSpecification;
326
326
  /**
327
327
  * @public
328
- * Specify the quality of your variable bitrate (VBR) AAC audio. For a list of approximate VBR bitrates, see: https://docs.aws.amazon.com/mediaconvert/latest/ug/aac-support.html#aac_vbr
328
+ * VBR Quality Level - Only used if rate_control_mode is VBR.
329
329
  */
330
330
  VbrQuality?: AacVbrQuality;
331
331
  }
@@ -1526,6 +1526,16 @@ export interface ChannelMapping {
1526
1526
  * Use Manual audio remixing to adjust audio levels for each audio channel in each output of your job. With audio remixing, you can output more or fewer audio channels than your input audio source provides.
1527
1527
  */
1528
1528
  export interface RemixSettings {
1529
+ /**
1530
+ * @public
1531
+ * Optionally specify the channel in your input that contains your audio description audio signal. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description audio channel, you must also specify an audio description data channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers.
1532
+ */
1533
+ AudioDescriptionAudioChannel?: number;
1534
+ /**
1535
+ * @public
1536
+ * Optionally specify the channel in your input that contains your audio description data stream. MediaConvert mixes your audio signal across all output channels, while reducing their volume according to your data stream. When you specify an audio description data channel, you must also specify an audio description audio channel. For more information about audio description signals, see the BBC WHP 198 and 051 white papers.
1537
+ */
1538
+ AudioDescriptionDataChannel?: number;
1529
1539
  /**
1530
1540
  * @public
1531
1541
  * Channel mapping contains the group of fields that hold the remixing value for each channel, in dB. Specify remix values to indicate how much of the content from your input audio channel you want in your output audio channels. Each instance of the InputChannels or InputChannelsFineTune array specifies these values for one output channel. Use one instance of this array for each output channel. In the console, each array corresponds to a column in the graphical depiction of the mapping matrix. The rows of the graphical matrix correspond to input channels. Valid values are within the range from -60 (mute) through 6. A setting of 0 passes the input channel unchanged to the output channel (no attenuation or amplification). Use InputChannels or InputChannelsFineTune to specify your remix values. Don't use both.
@@ -2595,6 +2605,55 @@ export interface CmafAdditionalManifest {
2595
2605
  */
2596
2606
  SelectedOutputs?: string[];
2597
2607
  }
2608
+ /**
2609
+ * @public
2610
+ * @enum
2611
+ */
2612
+ export declare const ColorSpace: {
2613
+ readonly FOLLOW: "FOLLOW";
2614
+ readonly HDR10: "HDR10";
2615
+ readonly HLG_2020: "HLG_2020";
2616
+ readonly P3D65_HDR: "P3D65_HDR";
2617
+ readonly P3D65_SDR: "P3D65_SDR";
2618
+ readonly P3DCI: "P3DCI";
2619
+ readonly REC_601: "REC_601";
2620
+ readonly REC_709: "REC_709";
2621
+ };
2622
+ /**
2623
+ * @public
2624
+ */
2625
+ export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
2626
+ /**
2627
+ * @public
2628
+ * Custom 3D lut settings
2629
+ */
2630
+ export interface ColorConversion3DLUTSetting {
2631
+ /**
2632
+ * @public
2633
+ * Specify the input file S3, HTTP, or HTTPS URL for your 3D LUT .cube file. Note that MediaConvert accepts 3D LUT files up to 8MB in size.
2634
+ */
2635
+ FileInput?: string;
2636
+ /**
2637
+ * @public
2638
+ * Specify which inputs use this 3D LUT, according to their color space.
2639
+ */
2640
+ InputColorSpace?: ColorSpace;
2641
+ /**
2642
+ * @public
2643
+ * Specify which inputs use this 3D LUT, according to their luminance. To apply this 3D LUT to HDR10 or P3D65 (HDR) inputs with a specific mastering luminance: Enter an integer from 0 to 2147483647, corresponding to the input's Maximum luminance value. To apply this 3D LUT to any input regardless of its luminance: Leave blank, or enter 0.
2644
+ */
2645
+ InputMasteringLuminance?: number;
2646
+ /**
2647
+ * @public
2648
+ * Specify which outputs use this 3D LUT, according to their color space.
2649
+ */
2650
+ OutputColorSpace?: ColorSpace;
2651
+ /**
2652
+ * @public
2653
+ * Specify which outputs use this 3D LUT, according to their luminance. To apply this 3D LUT to HDR10 or P3D65 (HDR) outputs with a specific luminance: Enter an integer from 0 to 2147483647, corresponding to the output's luminance. To apply this 3D LUT to any output regardless of its luminance: Leave blank, or enter 0.
2654
+ */
2655
+ OutputMasteringLuminance?: number;
2656
+ }
2598
2657
  /**
2599
2658
  * @public
2600
2659
  * Specify the details for each additional DASH manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.
@@ -3550,24 +3609,6 @@ export declare const AlphaBehavior: {
3550
3609
  * @public
3551
3610
  */
3552
3611
  export type AlphaBehavior = (typeof AlphaBehavior)[keyof typeof AlphaBehavior];
3553
- /**
3554
- * @public
3555
- * @enum
3556
- */
3557
- export declare const ColorSpace: {
3558
- readonly FOLLOW: "FOLLOW";
3559
- readonly HDR10: "HDR10";
3560
- readonly HLG_2020: "HLG_2020";
3561
- readonly P3D65_HDR: "P3D65_HDR";
3562
- readonly P3D65_SDR: "P3D65_SDR";
3563
- readonly P3DCI: "P3DCI";
3564
- readonly REC_601: "REC_601";
3565
- readonly REC_709: "REC_709";
3566
- };
3567
- /**
3568
- * @public
3569
- */
3570
- export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
3571
3612
  /**
3572
3613
  * @public
3573
3614
  * @enum
@@ -4166,37 +4207,6 @@ export interface AvailBlanking {
4166
4207
  */
4167
4208
  AvailBlankingImage?: string;
4168
4209
  }
4169
- /**
4170
- * @public
4171
- * Custom 3D lut settings
4172
- */
4173
- export interface ColorConversion3DLUTSetting {
4174
- /**
4175
- * @public
4176
- * Specify the input file S3, HTTP, or HTTPS URL for your 3D LUT .cube file. Note that MediaConvert accepts 3D LUT files up to 8MB in size.
4177
- */
4178
- FileInput?: string;
4179
- /**
4180
- * @public
4181
- * Specify which inputs use this 3D LUT, according to their color space.
4182
- */
4183
- InputColorSpace?: ColorSpace;
4184
- /**
4185
- * @public
4186
- * Specify which inputs use this 3D LUT, according to their luminance. To apply this 3D LUT to HDR10 or P3D65 (HDR) inputs with a specific mastering luminance: Enter an integer from 0 to 2147483647, corresponding to the input's Maximum luminance value. To apply this 3D LUT to any input regardless of its luminance: Leave blank, or enter 0.
4187
- */
4188
- InputMasteringLuminance?: number;
4189
- /**
4190
- * @public
4191
- * Specify which outputs use this 3D LUT, according to their color space.
4192
- */
4193
- OutputColorSpace?: ColorSpace;
4194
- /**
4195
- * @public
4196
- * Specify which outputs use this 3D LUT, according to their luminance. To apply this 3D LUT to HDR10 or P3D65 (HDR) outputs with a specific luminance: Enter an integer from 0 to 2147483647, corresponding to the output's luminance. To apply this 3D LUT to any output regardless of its luminance: Leave blank, or enter 0.
4197
- */
4198
- OutputMasteringLuminance?: number;
4199
- }
4200
4210
  /**
4201
4211
  * @public
4202
4212
  * ESAM ManifestConfirmConditionNotification defined by OC-SP-ESAM-API-I03-131025.
@@ -335,6 +335,8 @@ export declare const DescribeEndpointsMode: {
335
335
  export type DescribeEndpointsMode = (typeof DescribeEndpointsMode)[keyof typeof DescribeEndpointsMode];
336
336
  /**
337
337
  * @public
338
+ * @deprecated
339
+ *
338
340
  * DescribeEndpointsRequest
339
341
  */
340
342
  export interface DescribeEndpointsRequest {
@@ -345,6 +347,8 @@ export interface DescribeEndpointsRequest {
345
347
  MaxResults?: number;
346
348
  /**
347
349
  * @public
350
+ * @deprecated
351
+ *
348
352
  * Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
349
353
  */
350
354
  Mode?: DescribeEndpointsMode;
@@ -711,6 +711,8 @@ export interface ChannelMapping {
711
711
  OutputChannels?: OutputChannelMapping[];
712
712
  }
713
713
  export interface RemixSettings {
714
+ AudioDescriptionAudioChannel?: number;
715
+ AudioDescriptionDataChannel?: number;
714
716
  ChannelMapping?: ChannelMapping;
715
717
  ChannelsIn?: number;
716
718
  ChannelsOut?: number;
@@ -1098,6 +1100,24 @@ export interface CmafAdditionalManifest {
1098
1100
  ManifestNameModifier?: string;
1099
1101
  SelectedOutputs?: string[];
1100
1102
  }
1103
+ export declare const ColorSpace: {
1104
+ readonly FOLLOW: "FOLLOW";
1105
+ readonly HDR10: "HDR10";
1106
+ readonly HLG_2020: "HLG_2020";
1107
+ readonly P3D65_HDR: "P3D65_HDR";
1108
+ readonly P3D65_SDR: "P3D65_SDR";
1109
+ readonly P3DCI: "P3DCI";
1110
+ readonly REC_601: "REC_601";
1111
+ readonly REC_709: "REC_709";
1112
+ };
1113
+ export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
1114
+ export interface ColorConversion3DLUTSetting {
1115
+ FileInput?: string;
1116
+ InputColorSpace?: ColorSpace;
1117
+ InputMasteringLuminance?: number;
1118
+ OutputColorSpace?: ColorSpace;
1119
+ OutputMasteringLuminance?: number;
1120
+ }
1101
1121
  export interface DashAdditionalManifest {
1102
1122
  ManifestNameModifier?: string;
1103
1123
  SelectedOutputs?: string[];
@@ -1408,17 +1428,6 @@ export declare const AlphaBehavior: {
1408
1428
  readonly REMAP_TO_LUMA: "REMAP_TO_LUMA";
1409
1429
  };
1410
1430
  export type AlphaBehavior = (typeof AlphaBehavior)[keyof typeof AlphaBehavior];
1411
- export declare const ColorSpace: {
1412
- readonly FOLLOW: "FOLLOW";
1413
- readonly HDR10: "HDR10";
1414
- readonly HLG_2020: "HLG_2020";
1415
- readonly P3D65_HDR: "P3D65_HDR";
1416
- readonly P3D65_SDR: "P3D65_SDR";
1417
- readonly P3DCI: "P3DCI";
1418
- readonly REC_601: "REC_601";
1419
- readonly REC_709: "REC_709";
1420
- };
1421
- export type ColorSpace = (typeof ColorSpace)[keyof typeof ColorSpace];
1422
1431
  export declare const ColorSpaceUsage: {
1423
1432
  readonly FALLBACK: "FALLBACK";
1424
1433
  readonly FORCE: "FORCE";
@@ -1583,13 +1592,6 @@ export interface QueueTransition {
1583
1592
  export interface AvailBlanking {
1584
1593
  AvailBlankingImage?: string;
1585
1594
  }
1586
- export interface ColorConversion3DLUTSetting {
1587
- FileInput?: string;
1588
- InputColorSpace?: ColorSpace;
1589
- InputMasteringLuminance?: number;
1590
- OutputColorSpace?: ColorSpace;
1591
- OutputMasteringLuminance?: number;
1592
- }
1593
1595
  export interface EsamManifestConfirmConditionNotification {
1594
1596
  MccXml?: string;
1595
1597
  }
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.504.0",
4
+ "version": "3.507.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.504.0",
23
+ "@aws-sdk/client-sts": "3.507.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.504.0",
25
+ "@aws-sdk/credential-provider-node": "3.507.0",
26
26
  "@aws-sdk/middleware-host-header": "3.502.0",
27
27
  "@aws-sdk/middleware-logger": "3.502.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.502.0",