@aws-sdk/client-mediaconvert 3.202.0 → 3.205.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/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.205.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.204.0...v3.205.0) (2022-11-07)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-mediaconvert:** The AWS Elemental MediaConvert SDK has added support for setting the SDR reference white point for HDR conversions and conversion of HDR10 to DolbyVision without mastering metadata. ([a757ec2](https://github.com/aws/aws-sdk-js-v3/commit/a757ec240c6a21e766158f1cf0d7af7696c802f3))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.204.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.203.0...v3.204.0) (2022-11-04)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update client endpoints as of 2022-11-04 ([7471107](https://github.com/aws/aws-sdk-js-v3/commit/7471107c0881b5d9e474447a660dd3354a50b195))
23
+
24
+
25
+
26
+
27
+
6
28
  # [3.202.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.201.0...v3.202.0) (2022-11-02)
7
29
 
8
30
  **Note:** Version bump only for package @aws-sdk/client-mediaconvert
@@ -858,6 +858,8 @@ var ColorSpace;
858
858
  ColorSpace["FOLLOW"] = "FOLLOW";
859
859
  ColorSpace["HDR10"] = "HDR10";
860
860
  ColorSpace["HLG_2020"] = "HLG_2020";
861
+ ColorSpace["P3D65_SDR"] = "P3D65_SDR";
862
+ ColorSpace["P3DCI"] = "P3DCI";
861
863
  ColorSpace["REC_601"] = "REC_601";
862
864
  ColorSpace["REC_709"] = "REC_709";
863
865
  })(ColorSpace = exports.ColorSpace || (exports.ColorSpace = {}));
@@ -1007,6 +1007,8 @@ var ColorSpaceConversion;
1007
1007
  ColorSpaceConversion["FORCE_709"] = "FORCE_709";
1008
1008
  ColorSpaceConversion["FORCE_HDR10"] = "FORCE_HDR10";
1009
1009
  ColorSpaceConversion["FORCE_HLG_2020"] = "FORCE_HLG_2020";
1010
+ ColorSpaceConversion["FORCE_P3D65_SDR"] = "FORCE_P3D65_SDR";
1011
+ ColorSpaceConversion["FORCE_P3DCI"] = "FORCE_P3DCI";
1010
1012
  ColorSpaceConversion["NONE"] = "NONE";
1011
1013
  })(ColorSpaceConversion = exports.ColorSpaceConversion || (exports.ColorSpaceConversion = {}));
1012
1014
  var SampleRangeConversion;
@@ -2801,6 +2801,7 @@ const serializeAws_restJson1ColorCorrector = (input, context) => {
2801
2801
  ...(input.Hue != null && { hue: input.Hue }),
2802
2802
  ...(input.SampleRangeConversion != null && { sampleRangeConversion: input.SampleRangeConversion }),
2803
2803
  ...(input.Saturation != null && { saturation: input.Saturation }),
2804
+ ...(input.SdrReferenceWhiteLevel != null && { sdrReferenceWhiteLevel: input.SdrReferenceWhiteLevel }),
2804
2805
  };
2805
2806
  };
2806
2807
  const serializeAws_restJson1ContainerSettings = (input, context) => {
@@ -3407,6 +3408,7 @@ const serializeAws_restJson1ImageInserter = (input, context) => {
3407
3408
  ...(input.InsertableImages != null && {
3408
3409
  insertableImages: serializeAws_restJson1__listOfInsertableImage(input.InsertableImages, context),
3409
3410
  }),
3411
+ ...(input.SdrReferenceWhiteLevel != null && { sdrReferenceWhiteLevel: input.SdrReferenceWhiteLevel }),
3410
3412
  };
3411
3413
  };
3412
3414
  const serializeAws_restJson1ImscDestinationSettings = (input, context) => {
@@ -5360,6 +5362,7 @@ const deserializeAws_restJson1ColorCorrector = (output, context) => {
5360
5362
  Hue: (0, smithy_client_1.expectInt32)(output.hue),
5361
5363
  SampleRangeConversion: (0, smithy_client_1.expectString)(output.sampleRangeConversion),
5362
5364
  Saturation: (0, smithy_client_1.expectInt32)(output.saturation),
5365
+ SdrReferenceWhiteLevel: (0, smithy_client_1.expectInt32)(output.sdrReferenceWhiteLevel),
5363
5366
  };
5364
5367
  };
5365
5368
  const deserializeAws_restJson1ContainerSettings = (output, context) => {
@@ -5889,6 +5892,7 @@ const deserializeAws_restJson1ImageInserter = (output, context) => {
5889
5892
  InsertableImages: output.insertableImages != null
5890
5893
  ? deserializeAws_restJson1__listOfInsertableImage(output.insertableImages, context)
5891
5894
  : undefined,
5895
+ SdrReferenceWhiteLevel: (0, smithy_client_1.expectInt32)(output.sdrReferenceWhiteLevel),
5892
5896
  };
5893
5897
  };
5894
5898
  const deserializeAws_restJson1ImscDestinationSettings = (output, context) => {
@@ -8,7 +8,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
8
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
9
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
10
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
- const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
12
11
  const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
13
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
14
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
@@ -24,8 +23,6 @@ const getRuntimeConfig = (config) => {
24
23
  ...config,
25
24
  runtime: "browser",
26
25
  defaultsMode,
27
- base64Decoder: config?.base64Decoder ?? util_base64_browser_1.fromBase64,
28
- base64Encoder: config?.base64Encoder ?? util_base64_browser_1.toBase64,
29
26
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
30
27
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
31
28
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
@@ -10,7 +10,6 @@ const hash_node_1 = require("@aws-sdk/hash-node");
10
10
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const node_config_provider_1 = require("@aws-sdk/node-config-provider");
12
12
  const node_http_handler_1 = require("@aws-sdk/node-http-handler");
13
- const util_base64_node_1 = require("@aws-sdk/util-base64-node");
14
13
  const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
14
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
15
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
@@ -28,8 +27,6 @@ const getRuntimeConfig = (config) => {
28
27
  ...config,
29
28
  runtime: "node",
30
29
  defaultsMode,
31
- base64Decoder: config?.base64Decoder ?? util_base64_node_1.fromBase64,
32
- base64Encoder: config?.base64Encoder ?? util_base64_node_1.toBase64,
33
30
  bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
34
31
  credentialDefaultProvider: config?.credentialDefaultProvider ?? (0, client_sts_1.decorateDefaultCredentialProvider)(credential_provider_node_1.defaultProvider),
35
32
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
@@ -2,9 +2,12 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const url_parser_1 = require("@aws-sdk/url-parser");
5
+ const util_base64_1 = require("@aws-sdk/util-base64");
5
6
  const endpointResolver_1 = require("./endpoint/endpointResolver");
6
7
  const getRuntimeConfig = (config) => ({
7
8
  apiVersion: "2017-08-29",
9
+ base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64,
10
+ base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64,
8
11
  disableHostPrefix: config?.disableHostPrefix ?? false,
9
12
  endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver,
10
13
  logger: config?.logger ?? {},
@@ -850,6 +850,8 @@ export var ColorSpace;
850
850
  ColorSpace["FOLLOW"] = "FOLLOW";
851
851
  ColorSpace["HDR10"] = "HDR10";
852
852
  ColorSpace["HLG_2020"] = "HLG_2020";
853
+ ColorSpace["P3D65_SDR"] = "P3D65_SDR";
854
+ ColorSpace["P3DCI"] = "P3DCI";
853
855
  ColorSpace["REC_601"] = "REC_601";
854
856
  ColorSpace["REC_709"] = "REC_709";
855
857
  })(ColorSpace || (ColorSpace = {}));
@@ -999,6 +999,8 @@ export var ColorSpaceConversion;
999
999
  ColorSpaceConversion["FORCE_709"] = "FORCE_709";
1000
1000
  ColorSpaceConversion["FORCE_HDR10"] = "FORCE_HDR10";
1001
1001
  ColorSpaceConversion["FORCE_HLG_2020"] = "FORCE_HLG_2020";
1002
+ ColorSpaceConversion["FORCE_P3D65_SDR"] = "FORCE_P3D65_SDR";
1003
+ ColorSpaceConversion["FORCE_P3DCI"] = "FORCE_P3DCI";
1002
1004
  ColorSpaceConversion["NONE"] = "NONE";
1003
1005
  })(ColorSpaceConversion || (ColorSpaceConversion = {}));
1004
1006
  export var SampleRangeConversion;
@@ -2741,6 +2741,7 @@ const serializeAws_restJson1ColorCorrector = (input, context) => {
2741
2741
  ...(input.Hue != null && { hue: input.Hue }),
2742
2742
  ...(input.SampleRangeConversion != null && { sampleRangeConversion: input.SampleRangeConversion }),
2743
2743
  ...(input.Saturation != null && { saturation: input.Saturation }),
2744
+ ...(input.SdrReferenceWhiteLevel != null && { sdrReferenceWhiteLevel: input.SdrReferenceWhiteLevel }),
2744
2745
  };
2745
2746
  };
2746
2747
  const serializeAws_restJson1ContainerSettings = (input, context) => {
@@ -3347,6 +3348,7 @@ const serializeAws_restJson1ImageInserter = (input, context) => {
3347
3348
  ...(input.InsertableImages != null && {
3348
3349
  insertableImages: serializeAws_restJson1__listOfInsertableImage(input.InsertableImages, context),
3349
3350
  }),
3351
+ ...(input.SdrReferenceWhiteLevel != null && { sdrReferenceWhiteLevel: input.SdrReferenceWhiteLevel }),
3350
3352
  };
3351
3353
  };
3352
3354
  const serializeAws_restJson1ImscDestinationSettings = (input, context) => {
@@ -5300,6 +5302,7 @@ const deserializeAws_restJson1ColorCorrector = (output, context) => {
5300
5302
  Hue: __expectInt32(output.hue),
5301
5303
  SampleRangeConversion: __expectString(output.sampleRangeConversion),
5302
5304
  Saturation: __expectInt32(output.saturation),
5305
+ SdrReferenceWhiteLevel: __expectInt32(output.sdrReferenceWhiteLevel),
5303
5306
  };
5304
5307
  };
5305
5308
  const deserializeAws_restJson1ContainerSettings = (output, context) => {
@@ -5829,6 +5832,7 @@ const deserializeAws_restJson1ImageInserter = (output, context) => {
5829
5832
  InsertableImages: output.insertableImages != null
5830
5833
  ? deserializeAws_restJson1__listOfInsertableImage(output.insertableImages, context)
5831
5834
  : undefined,
5835
+ SdrReferenceWhiteLevel: __expectInt32(output.sdrReferenceWhiteLevel),
5832
5836
  };
5833
5837
  };
5834
5838
  const deserializeAws_restJson1ImscDestinationSettings = (output, context) => {
@@ -4,7 +4,6 @@ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-
4
4
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
6
6
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@aws-sdk/middleware-retry";
7
- import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
8
7
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
8
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
9
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
@@ -20,8 +19,6 @@ export const getRuntimeConfig = (config) => {
20
19
  ...config,
21
20
  runtime: "browser",
22
21
  defaultsMode,
23
- base64Decoder: config?.base64Decoder ?? fromBase64,
24
- base64Encoder: config?.base64Encoder ?? toBase64,
25
22
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
26
23
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
27
24
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
@@ -6,7 +6,6 @@ import { Hash } from "@aws-sdk/hash-node";
6
6
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@aws-sdk/middleware-retry";
7
7
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
8
8
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
- import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
10
9
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
11
10
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
12
11
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
@@ -24,8 +23,6 @@ export const getRuntimeConfig = (config) => {
24
23
  ...config,
25
24
  runtime: "node",
26
25
  defaultsMode,
27
- base64Decoder: config?.base64Decoder ?? fromBase64,
28
- base64Encoder: config?.base64Encoder ?? toBase64,
29
26
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
30
27
  credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider),
31
28
  defaultUserAgentProvider: config?.defaultUserAgentProvider ??
@@ -1,7 +1,10 @@
1
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { fromBase64, toBase64 } from "@aws-sdk/util-base64";
2
3
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
3
4
  export const getRuntimeConfig = (config) => ({
4
5
  apiVersion: "2017-08-29",
6
+ base64Decoder: config?.base64Decoder ?? fromBase64,
7
+ base64Encoder: config?.base64Encoder ?? toBase64,
5
8
  disableHostPrefix: config?.disableHostPrefix ?? false,
6
9
  endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
7
10
  logger: config?.logger ?? {},
@@ -220,7 +220,7 @@ export declare enum Ac3MetadataControl {
220
220
  */
221
221
  export interface Ac3Settings {
222
222
  /**
223
- * Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
223
+ * Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.
224
224
  */
225
225
  Bitrate?: number;
226
226
  /**
@@ -499,7 +499,7 @@ export interface Eac3Settings {
499
499
  */
500
500
  AttenuationControl?: Eac3AttenuationControl | string;
501
501
  /**
502
- * Specify the average bitrate in bits per second. Valid bitrates depend on the coding mode.
502
+ * Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 32000. Maximum: 3024000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 96000. Maximum: 3024000. Valid bitrates for coding mode 3/2: Default: 384000. Minimum: 192000. Maximum: 3024000.
503
503
  */
504
504
  Bitrate?: number;
505
505
  /**
@@ -2171,6 +2171,10 @@ export interface ImageInserter {
2171
2171
  * Specify the images that you want to overlay on your video. The images must be PNG or TGA files.
2172
2172
  */
2173
2173
  InsertableImages?: InsertableImage[];
2174
+ /**
2175
+ * Specify the reference white level, in nits, for all of your image inserter images. Use to correct brightness levels within HDR10 outputs. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.
2176
+ */
2177
+ SdrReferenceWhiteLevel?: number;
2174
2178
  }
2175
2179
  /**
2176
2180
  * To transcode only portions of your input, include one input clip for each part of your input that you want in your output. All input clips that you specify will be included in every output of the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html.
@@ -2215,6 +2219,8 @@ export declare enum ColorSpace {
2215
2219
  FOLLOW = "FOLLOW",
2216
2220
  HDR10 = "HDR10",
2217
2221
  HLG_2020 = "HLG_2020",
2222
+ P3D65_SDR = "P3D65_SDR",
2223
+ P3DCI = "P3DCI",
2218
2224
  REC_601 = "REC_601",
2219
2225
  REC_709 = "REC_709"
2220
2226
  }
@@ -2304,7 +2310,10 @@ export interface VideoSelector {
2304
2310
  */
2305
2311
  AlphaBehavior?: AlphaBehavior | string;
2306
2312
  /**
2307
- * If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow (FOLLOW). The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 (FORCE_HDR10) here and specify correct values in the input HDR 10 metadata (Hdr10Metadata) settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr.
2313
+ * If your input video has accurate color space metadata, or if you don't know about color space, leave this set to the default value Follow. The service will automatically detect your input color space. If your input video has metadata indicating the wrong color space, specify the accurate color space here. If your input video is HDR 10 and the SMPTE ST 2086 Mastering Display Color Volume static metadata isn't present in your video stream, or if that metadata is present but not accurate, choose Force HDR 10 here and specify correct values in the input HDR 10 metadata settings. For more information about MediaConvert HDR jobs, see https://docs.aws.amazon.com/console/mediaconvert/hdr. Select P3D65 (SDR) to set the input color space metadata to the following:
2314
+ * * Color primaries: Display P3
2315
+ * * Transfer characteristics: SMPTE 428M
2316
+ * * Matrix coefficients: BT.709
2308
2317
  */
2309
2318
  ColorSpace?: ColorSpace | string;
2310
2319
  /**
@@ -2373,6 +2373,8 @@ export declare enum ColorSpaceConversion {
2373
2373
  FORCE_709 = "FORCE_709",
2374
2374
  FORCE_HDR10 = "FORCE_HDR10",
2375
2375
  FORCE_HLG_2020 = "FORCE_HLG_2020",
2376
+ FORCE_P3D65_SDR = "FORCE_P3D65_SDR",
2377
+ FORCE_P3DCI = "FORCE_P3DCI",
2376
2378
  NONE = "NONE"
2377
2379
  }
2378
2380
  export declare enum SampleRangeConversion {
@@ -2388,7 +2390,7 @@ export interface ColorCorrector {
2388
2390
  */
2389
2391
  Brightness?: number;
2390
2392
  /**
2391
- * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR.
2393
+ * Specify the color space you want for this output. The service supports conversion between HDR formats, between SDR formats, from SDR to HDR, and from HDR to SDR. SDR to HDR conversion doesn't upgrade the dynamic range. The converted video has an HDR format, but visually appears the same as an unconverted output. HDR to SDR conversion uses Elemental tone mapping technology to approximate the outcome of manually regrading from HDR to SDR. Select Force P3D65 (SDR) to set the output color space metadata to the following: * Color primaries: Display P3 * Transfer characteristics: SMPTE 428M * Matrix coefficients: BT.709
2392
2394
  */
2393
2395
  ColorSpaceConversion?: ColorSpaceConversion | string;
2394
2396
  /**
@@ -2411,6 +2413,10 @@ export interface ColorCorrector {
2411
2413
  * Saturation level.
2412
2414
  */
2413
2415
  Saturation?: number;
2416
+ /**
2417
+ * Specify the reference white level, in nits, for all of your SDR inputs. Use to correct brightness levels within HDR10 outputs. The following color metadata must be present in your SDR input: color primaries, transfer characteristics, and matrix coefficients. If your SDR input has missing color metadata, or if you want to correct input color metadata, manually specify a color space in the input video selector. For 1,000 nit peak brightness displays, we recommend that you set SDR reference white level to 203 (according to ITU-R BT.2408). Leave blank to use the default value of 100, or specify an integer from 100 to 1000.
2418
+ */
2419
+ SdrReferenceWhiteLevel?: number;
2414
2420
  }
2415
2421
  export declare enum DeinterlaceAlgorithm {
2416
2422
  BLEND = "BLEND",
@@ -6,8 +6,6 @@ import { MediaConvertClientConfig } from "./MediaConvertClient";
6
6
  export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- base64Decoder: import("@aws-sdk/types").Decoder;
10
- base64Encoder: import("@aws-sdk/types").Encoder;
11
9
  bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
23
21
  utf8Encoder: import("@aws-sdk/types").Encoder;
24
22
  apiVersion: string;
25
23
  urlParser: import("@aws-sdk/types").UrlParser;
24
+ base64Decoder: import("@aws-sdk/types").Decoder;
25
+ base64Encoder: import("@aws-sdk/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
@@ -6,8 +6,6 @@ import { MediaConvertClientConfig } from "./MediaConvertClient";
6
6
  export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
9
- base64Decoder: import("@aws-sdk/types").Decoder;
10
- base64Encoder: import("@aws-sdk/types").Encoder;
11
9
  bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
10
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
13
11
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
@@ -23,6 +21,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
23
21
  utf8Encoder: import("@aws-sdk/types").Encoder;
24
22
  apiVersion: string;
25
23
  urlParser: import("@aws-sdk/types").UrlParser;
24
+ base64Decoder: import("@aws-sdk/types").Decoder;
25
+ base64Encoder: import("@aws-sdk/types").Encoder;
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
@@ -5,6 +5,8 @@ import { MediaConvertClientConfig } from "./MediaConvertClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
7
7
  apiVersion: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
8
10
  disableHostPrefix: boolean;
9
11
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
12
  logger?: __Logger | undefined;
@@ -1131,6 +1131,7 @@ export interface InsertableImage {
1131
1131
  }
1132
1132
  export interface ImageInserter {
1133
1133
  InsertableImages?: InsertableImage[];
1134
+ SdrReferenceWhiteLevel?: number;
1134
1135
  }
1135
1136
  export interface InputClipping {
1136
1137
  EndTimecode?: string;
@@ -1160,6 +1161,8 @@ export declare enum ColorSpace {
1160
1161
  FOLLOW = "FOLLOW",
1161
1162
  HDR10 = "HDR10",
1162
1163
  HLG_2020 = "HLG_2020",
1164
+ P3D65_SDR = "P3D65_SDR",
1165
+ P3DCI = "P3DCI",
1163
1166
  REC_601 = "REC_601",
1164
1167
  REC_709 = "REC_709",
1165
1168
  }
@@ -1282,6 +1282,8 @@ export declare enum ColorSpaceConversion {
1282
1282
  FORCE_709 = "FORCE_709",
1283
1283
  FORCE_HDR10 = "FORCE_HDR10",
1284
1284
  FORCE_HLG_2020 = "FORCE_HLG_2020",
1285
+ FORCE_P3D65_SDR = "FORCE_P3D65_SDR",
1286
+ FORCE_P3DCI = "FORCE_P3DCI",
1285
1287
  NONE = "NONE",
1286
1288
  }
1287
1289
  export declare enum SampleRangeConversion {
@@ -1296,6 +1298,7 @@ export interface ColorCorrector {
1296
1298
  Hue?: number;
1297
1299
  SampleRangeConversion?: SampleRangeConversion | string;
1298
1300
  Saturation?: number;
1301
+ SdrReferenceWhiteLevel?: number;
1299
1302
  }
1300
1303
  export declare enum DeinterlaceAlgorithm {
1301
1304
  BLEND = "BLEND",
@@ -5,8 +5,6 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
5
5
  defaultsMode: import("@aws-sdk/types").Provider<
6
6
  import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
8
  bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider: (
12
10
  input: any
@@ -33,6 +31,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
33
31
  utf8Encoder: import("@aws-sdk/types").Encoder;
34
32
  apiVersion: string;
35
33
  urlParser: import("@aws-sdk/types").UrlParser;
34
+ base64Decoder: import("@aws-sdk/types").Decoder;
35
+ base64Encoder: import("@aws-sdk/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
@@ -5,8 +5,6 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
5
5
  defaultsMode: import("@aws-sdk/types").Provider<
6
6
  import("@aws-sdk/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
8
  bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider: (
12
10
  input: any
@@ -33,6 +31,8 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
33
31
  utf8Encoder: import("@aws-sdk/types").Encoder;
34
32
  apiVersion: string;
35
33
  urlParser: import("@aws-sdk/types").UrlParser;
34
+ base64Decoder: import("@aws-sdk/types").Decoder;
35
+ base64Encoder: import("@aws-sdk/types").Encoder;
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
@@ -2,6 +2,8 @@ import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { MediaConvertClientConfig } from "./MediaConvertClient";
3
3
  export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
4
4
  apiVersion: string;
5
+ base64Decoder: import("@aws-sdk/types").Decoder;
6
+ base64Encoder: import("@aws-sdk/types").Encoder;
5
7
  disableHostPrefix: boolean;
6
8
  endpointProvider: (
7
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
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.202.0",
4
+ "version": "3.205.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,10 +19,10 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.202.0",
22
+ "@aws-sdk/client-sts": "3.204.0",
23
23
  "@aws-sdk/config-resolver": "3.201.0",
24
- "@aws-sdk/credential-provider-node": "3.202.0",
25
- "@aws-sdk/fetch-http-handler": "3.201.0",
24
+ "@aws-sdk/credential-provider-node": "3.204.0",
25
+ "@aws-sdk/fetch-http-handler": "3.204.0",
26
26
  "@aws-sdk/hash-node": "3.201.0",
27
27
  "@aws-sdk/invalid-dependency": "3.201.0",
28
28
  "@aws-sdk/middleware-content-length": "3.201.0",
@@ -41,6 +41,7 @@
41
41
  "@aws-sdk/smithy-client": "3.201.0",
42
42
  "@aws-sdk/types": "3.201.0",
43
43
  "@aws-sdk/url-parser": "3.201.0",
44
+ "@aws-sdk/util-base64": "3.202.0",
44
45
  "@aws-sdk/util-base64-browser": "3.188.0",
45
46
  "@aws-sdk/util-base64-node": "3.201.0",
46
47
  "@aws-sdk/util-body-length-browser": "3.188.0",