@aws-sdk/client-medialive 3.1023.0 → 3.1025.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.
@@ -2686,8 +2686,8 @@ exports.AutomaticInputFailoverSettings$ = [3, n0, _AIFS,
2686
2686
  ];
2687
2687
  exports.Av1ColorSpaceSettings$ = [3, n0, _ACSS,
2688
2688
  0,
2689
- [_CSPS, _HS, _RSec, _RSece],
2690
- [[() => exports.ColorSpacePassthroughSettings$, { [_jN]: _cSPS }], [() => exports.Hdr10Settings$, { [_jN]: _hS }], [() => exports.Rec601Settings$, { [_jN]: _rSec }], [() => exports.Rec709Settings$, { [_jN]: _rSece }]]
2689
+ [_CSPS, _HS, _RSec, _RSece, _HSl],
2690
+ [[() => exports.ColorSpacePassthroughSettings$, { [_jN]: _cSPS }], [() => exports.Hdr10Settings$, { [_jN]: _hS }], [() => exports.Rec601Settings$, { [_jN]: _rSec }], [() => exports.Rec709Settings$, { [_jN]: _rSece }], [() => exports.Hlg2020Settings$, { [_jN]: _hSl }]]
2691
2691
  ];
2692
2692
  exports.Av1Settings$ = [3, n0, _ASv,
2693
2693
  0,
@@ -2669,8 +2669,8 @@ export var AutomaticInputFailoverSettings$ = [3, n0, _AIFS,
2669
2669
  ];
2670
2670
  export var Av1ColorSpaceSettings$ = [3, n0, _ACSS,
2671
2671
  0,
2672
- [_CSPS, _HS, _RSec, _RSece],
2673
- [[() => ColorSpacePassthroughSettings$, { [_jN]: _cSPS }], [() => Hdr10Settings$, { [_jN]: _hS }], [() => Rec601Settings$, { [_jN]: _rSec }], [() => Rec709Settings$, { [_jN]: _rSece }]]
2672
+ [_CSPS, _HS, _RSec, _RSece, _HSl],
2673
+ [[() => ColorSpacePassthroughSettings$, { [_jN]: _cSPS }], [() => Hdr10Settings$, { [_jN]: _hS }], [() => Rec601Settings$, { [_jN]: _rSec }], [() => Rec709Settings$, { [_jN]: _rSece }], [() => Hlg2020Settings$, { [_jN]: _hSl }]]
2674
2674
  ];
2675
2675
  export var Av1Settings$ = [3, n0, _ASv,
2676
2676
  0,
@@ -1084,6 +1084,7 @@ declare const CreateChannelCommand_base: {
1084
1084
  * },
1085
1085
  * Rec601Settings: {},
1086
1086
  * Rec709Settings: {},
1087
+ * Hlg2020Settings: {},
1087
1088
  * },
1088
1089
  * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1089
1090
  * FramerateDenominator: Number("int"), // required
@@ -2372,6 +2373,7 @@ declare const CreateChannelCommand_base: {
2372
2373
  * // },
2373
2374
  * // Rec601Settings: {},
2374
2375
  * // Rec709Settings: {},
2376
+ * // Hlg2020Settings: {},
2375
2377
  * // },
2376
2378
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
2377
2379
  * // FramerateDenominator: Number("int"), // required
@@ -1095,6 +1095,7 @@ declare const DeleteChannelCommand_base: {
1095
1095
  * // },
1096
1096
  * // Rec601Settings: {},
1097
1097
  * // Rec709Settings: {},
1098
+ * // Hlg2020Settings: {},
1098
1099
  * // },
1099
1100
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1100
1101
  * // FramerateDenominator: Number("int"), // required
@@ -1095,6 +1095,7 @@ declare const DescribeChannelCommand_base: {
1095
1095
  * // },
1096
1096
  * // Rec601Settings: {},
1097
1097
  * // Rec709Settings: {},
1098
+ * // Hlg2020Settings: {},
1098
1099
  * // },
1099
1100
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1100
1101
  * // FramerateDenominator: Number("int"), // required
@@ -1098,6 +1098,7 @@ declare const RestartChannelPipelinesCommand_base: {
1098
1098
  * // },
1099
1099
  * // Rec601Settings: {},
1100
1100
  * // Rec709Settings: {},
1101
+ * // Hlg2020Settings: {},
1101
1102
  * // },
1102
1103
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1103
1104
  * // FramerateDenominator: Number("int"), // required
@@ -1095,6 +1095,7 @@ declare const StartChannelCommand_base: {
1095
1095
  * // },
1096
1096
  * // Rec601Settings: {},
1097
1097
  * // Rec709Settings: {},
1098
+ * // Hlg2020Settings: {},
1098
1099
  * // },
1099
1100
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1100
1101
  * // FramerateDenominator: Number("int"), // required
@@ -1095,6 +1095,7 @@ declare const StopChannelCommand_base: {
1095
1095
  * // },
1096
1096
  * // Rec601Settings: {},
1097
1097
  * // Rec709Settings: {},
1098
+ * // Hlg2020Settings: {},
1098
1099
  * // },
1099
1100
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1100
1101
  * // FramerateDenominator: Number("int"), // required
@@ -1135,6 +1135,7 @@ declare const UpdateChannelClassCommand_base: {
1135
1135
  * // },
1136
1136
  * // Rec601Settings: {},
1137
1137
  * // Rec709Settings: {},
1138
+ * // Hlg2020Settings: {},
1138
1139
  * // },
1139
1140
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1140
1141
  * // FramerateDenominator: Number("int"), // required
@@ -1084,6 +1084,7 @@ declare const UpdateChannelCommand_base: {
1084
1084
  * },
1085
1085
  * Rec601Settings: {},
1086
1086
  * Rec709Settings: {},
1087
+ * Hlg2020Settings: {},
1087
1088
  * },
1088
1089
  * FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
1089
1090
  * FramerateDenominator: Number("int"), // required
@@ -2363,6 +2364,7 @@ declare const UpdateChannelCommand_base: {
2363
2364
  * // },
2364
2365
  * // Rec601Settings: {},
2365
2366
  * // Rec709Settings: {},
2367
+ * // Hlg2020Settings: {},
2366
2368
  * // },
2367
2369
  * // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
2368
2370
  * // FramerateDenominator: Number("int"), // required
@@ -7259,6 +7259,12 @@ export interface ValidationError {
7259
7259
  */
7260
7260
  export interface ColorSpacePassthroughSettings {
7261
7261
  }
7262
+ /**
7263
+ * Hlg2020 Settings
7264
+ * @public
7265
+ */
7266
+ export interface Hlg2020Settings {
7267
+ }
7262
7268
  /**
7263
7269
  * Rec601 Settings
7264
7270
  * @public
@@ -7296,6 +7302,11 @@ export interface Av1ColorSpaceSettings {
7296
7302
  * @public
7297
7303
  */
7298
7304
  Rec709Settings?: Rec709Settings | undefined;
7305
+ /**
7306
+ * Hlg2020 Settings
7307
+ * @public
7308
+ */
7309
+ Hlg2020Settings?: Hlg2020Settings | undefined;
7299
7310
  }
7300
7311
  /**
7301
7312
  * Timecode Burnin Settings
@@ -7840,12 +7851,6 @@ export interface H264Settings {
7840
7851
  */
7841
7852
  export interface DolbyVision81Settings {
7842
7853
  }
7843
- /**
7844
- * Hlg2020 Settings
7845
- * @public
7846
- */
7847
- export interface Hlg2020Settings {
7848
- }
7849
7854
  /**
7850
7855
  * H265 Color Space Settings
7851
7856
  * @public
@@ -1978,6 +1978,7 @@ export interface ValidationError {
1978
1978
  ErrorMessage?: string | undefined;
1979
1979
  }
1980
1980
  export interface ColorSpacePassthroughSettings {}
1981
+ export interface Hlg2020Settings {}
1981
1982
  export interface Rec601Settings {}
1982
1983
  export interface Rec709Settings {}
1983
1984
  export interface Av1ColorSpaceSettings {
@@ -1985,6 +1986,7 @@ export interface Av1ColorSpaceSettings {
1985
1986
  Hdr10Settings?: Hdr10Settings | undefined;
1986
1987
  Rec601Settings?: Rec601Settings | undefined;
1987
1988
  Rec709Settings?: Rec709Settings | undefined;
1989
+ Hlg2020Settings?: Hlg2020Settings | undefined;
1988
1990
  }
1989
1991
  export interface TimecodeBurninSettings {
1990
1992
  FontSize: TimecodeBurninFontSize | undefined;
@@ -2088,7 +2090,6 @@ export interface H264Settings {
2088
2090
  MinBitrate?: number | undefined;
2089
2091
  }
2090
2092
  export interface DolbyVision81Settings {}
2091
- export interface Hlg2020Settings {}
2092
2093
  export interface H265ColorSpaceSettings {
2093
2094
  ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings | undefined;
2094
2095
  DolbyVision81Settings?: DolbyVision81Settings | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medialive",
3
3
  "description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4
- "version": "3.1023.0",
4
+ "version": "3.1025.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-medialive",