@aws-sdk/client-medialive 3.637.0 → 3.644.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/dist-cjs/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +2 -0
- package/dist-types/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +4 -0
- package/dist-types/models/models_1.d.ts +12 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -5329,6 +5329,7 @@ var se_H264Settings = /* @__PURE__ */ __name((input, context) => {
|
|
|
5329
5329
|
lookAheadRateControl: [, , `LookAheadRateControl`],
|
|
5330
5330
|
maxBitrate: [, , `MaxBitrate`],
|
|
5331
5331
|
minIInterval: [, , `MinIInterval`],
|
|
5332
|
+
minQp: [, , `MinQp`],
|
|
5332
5333
|
numRefFrames: [, , `NumRefFrames`],
|
|
5333
5334
|
parControl: [, , `ParControl`],
|
|
5334
5335
|
parDenominator: [, , `ParDenominator`],
|
|
@@ -5384,6 +5385,7 @@ var se_H265Settings = /* @__PURE__ */ __name((input, context) => {
|
|
|
5384
5385
|
lookAheadRateControl: [, , `LookAheadRateControl`],
|
|
5385
5386
|
maxBitrate: [, , `MaxBitrate`],
|
|
5386
5387
|
minIInterval: [, , `MinIInterval`],
|
|
5388
|
+
minQp: [, , `MinQp`],
|
|
5387
5389
|
mvOverPictureBoundaries: [, , `MvOverPictureBoundaries`],
|
|
5388
5390
|
mvTemporalPredictor: [, , `MvTemporalPredictor`],
|
|
5389
5391
|
parDenominator: [, , `ParDenominator`],
|
|
@@ -7515,6 +7517,7 @@ var de_H264Settings = /* @__PURE__ */ __name((output, context) => {
|
|
|
7515
7517
|
LookAheadRateControl: [, import_smithy_client.expectString, `lookAheadRateControl`],
|
|
7516
7518
|
MaxBitrate: [, import_smithy_client.expectInt32, `maxBitrate`],
|
|
7517
7519
|
MinIInterval: [, import_smithy_client.expectInt32, `minIInterval`],
|
|
7520
|
+
MinQp: [, import_smithy_client.expectInt32, `minQp`],
|
|
7518
7521
|
NumRefFrames: [, import_smithy_client.expectInt32, `numRefFrames`],
|
|
7519
7522
|
ParControl: [, import_smithy_client.expectString, `parControl`],
|
|
7520
7523
|
ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
|
|
@@ -7570,6 +7573,7 @@ var de_H265Settings = /* @__PURE__ */ __name((output, context) => {
|
|
|
7570
7573
|
LookAheadRateControl: [, import_smithy_client.expectString, `lookAheadRateControl`],
|
|
7571
7574
|
MaxBitrate: [, import_smithy_client.expectInt32, `maxBitrate`],
|
|
7572
7575
|
MinIInterval: [, import_smithy_client.expectInt32, `minIInterval`],
|
|
7576
|
+
MinQp: [, import_smithy_client.expectInt32, `minQp`],
|
|
7573
7577
|
MvOverPictureBoundaries: [, import_smithy_client.expectString, `mvOverPictureBoundaries`],
|
|
7574
7578
|
MvTemporalPredictor: [, import_smithy_client.expectString, `mvTemporalPredictor`],
|
|
7575
7579
|
ParDenominator: [, import_smithy_client.expectInt32, `parDenominator`],
|
|
@@ -3849,6 +3849,7 @@ const se_H264Settings = (input, context) => {
|
|
|
3849
3849
|
lookAheadRateControl: [, , `LookAheadRateControl`],
|
|
3850
3850
|
maxBitrate: [, , `MaxBitrate`],
|
|
3851
3851
|
minIInterval: [, , `MinIInterval`],
|
|
3852
|
+
minQp: [, , `MinQp`],
|
|
3852
3853
|
numRefFrames: [, , `NumRefFrames`],
|
|
3853
3854
|
parControl: [, , `ParControl`],
|
|
3854
3855
|
parDenominator: [, , `ParDenominator`],
|
|
@@ -3904,6 +3905,7 @@ const se_H265Settings = (input, context) => {
|
|
|
3904
3905
|
lookAheadRateControl: [, , `LookAheadRateControl`],
|
|
3905
3906
|
maxBitrate: [, , `MaxBitrate`],
|
|
3906
3907
|
minIInterval: [, , `MinIInterval`],
|
|
3908
|
+
minQp: [, , `MinQp`],
|
|
3907
3909
|
mvOverPictureBoundaries: [, , `MvOverPictureBoundaries`],
|
|
3908
3910
|
mvTemporalPredictor: [, , `MvTemporalPredictor`],
|
|
3909
3911
|
parDenominator: [, , `ParDenominator`],
|
|
@@ -6139,6 +6141,7 @@ const de_H264Settings = (output, context) => {
|
|
|
6139
6141
|
LookAheadRateControl: [, __expectString, `lookAheadRateControl`],
|
|
6140
6142
|
MaxBitrate: [, __expectInt32, `maxBitrate`],
|
|
6141
6143
|
MinIInterval: [, __expectInt32, `minIInterval`],
|
|
6144
|
+
MinQp: [, __expectInt32, `minQp`],
|
|
6142
6145
|
NumRefFrames: [, __expectInt32, `numRefFrames`],
|
|
6143
6146
|
ParControl: [, __expectString, `parControl`],
|
|
6144
6147
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
@@ -6194,6 +6197,7 @@ const de_H265Settings = (output, context) => {
|
|
|
6194
6197
|
LookAheadRateControl: [, __expectString, `lookAheadRateControl`],
|
|
6195
6198
|
MaxBitrate: [, __expectInt32, `maxBitrate`],
|
|
6196
6199
|
MinIInterval: [, __expectInt32, `minIInterval`],
|
|
6200
|
+
MinQp: [, __expectInt32, `minQp`],
|
|
6197
6201
|
MvOverPictureBoundaries: [, __expectString, `mvOverPictureBoundaries`],
|
|
6198
6202
|
MvTemporalPredictor: [, __expectString, `mvTemporalPredictor`],
|
|
6199
6203
|
ParDenominator: [, __expectInt32, `parDenominator`],
|
|
@@ -803,6 +803,7 @@ declare const CreateChannelCommand_base: {
|
|
|
803
803
|
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
804
804
|
* Prefix: "STRING_VALUE",
|
|
805
805
|
* },
|
|
806
|
+
* MinQp: Number("int"),
|
|
806
807
|
* },
|
|
807
808
|
* H265Settings: { // H265Settings
|
|
808
809
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -859,6 +860,7 @@ declare const CreateChannelCommand_base: {
|
|
|
859
860
|
* TilePadding: "NONE" || "PADDED",
|
|
860
861
|
* TileWidth: Number("int"),
|
|
861
862
|
* TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
863
|
+
* MinQp: Number("int"),
|
|
862
864
|
* },
|
|
863
865
|
* Mpeg2Settings: { // Mpeg2Settings
|
|
864
866
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -1849,6 +1851,7 @@ declare const CreateChannelCommand_base: {
|
|
|
1849
1851
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
1850
1852
|
* // Prefix: "STRING_VALUE",
|
|
1851
1853
|
* // },
|
|
1854
|
+
* // MinQp: Number("int"),
|
|
1852
1855
|
* // },
|
|
1853
1856
|
* // H265Settings: { // H265Settings
|
|
1854
1857
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -1905,6 +1908,7 @@ declare const CreateChannelCommand_base: {
|
|
|
1905
1908
|
* // TilePadding: "NONE" || "PADDED",
|
|
1906
1909
|
* // TileWidth: Number("int"),
|
|
1907
1910
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1911
|
+
* // MinQp: Number("int"),
|
|
1908
1912
|
* // },
|
|
1909
1913
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
1910
1914
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -814,6 +814,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
814
814
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
815
815
|
* // Prefix: "STRING_VALUE",
|
|
816
816
|
* // },
|
|
817
|
+
* // MinQp: Number("int"),
|
|
817
818
|
* // },
|
|
818
819
|
* // H265Settings: { // H265Settings
|
|
819
820
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -870,6 +871,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
870
871
|
* // TilePadding: "NONE" || "PADDED",
|
|
871
872
|
* // TileWidth: Number("int"),
|
|
872
873
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
874
|
+
* // MinQp: Number("int"),
|
|
873
875
|
* // },
|
|
874
876
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
875
877
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -814,6 +814,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
814
814
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
815
815
|
* // Prefix: "STRING_VALUE",
|
|
816
816
|
* // },
|
|
817
|
+
* // MinQp: Number("int"),
|
|
817
818
|
* // },
|
|
818
819
|
* // H265Settings: { // H265Settings
|
|
819
820
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -870,6 +871,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
870
871
|
* // TilePadding: "NONE" || "PADDED",
|
|
871
872
|
* // TileWidth: Number("int"),
|
|
872
873
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
874
|
+
* // MinQp: Number("int"),
|
|
873
875
|
* // },
|
|
874
876
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
875
877
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -817,6 +817,7 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
817
817
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
818
818
|
* // Prefix: "STRING_VALUE",
|
|
819
819
|
* // },
|
|
820
|
+
* // MinQp: Number("int"),
|
|
820
821
|
* // },
|
|
821
822
|
* // H265Settings: { // H265Settings
|
|
822
823
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -873,6 +874,7 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
873
874
|
* // TilePadding: "NONE" || "PADDED",
|
|
874
875
|
* // TileWidth: Number("int"),
|
|
875
876
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
877
|
+
* // MinQp: Number("int"),
|
|
876
878
|
* // },
|
|
877
879
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
878
880
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -814,6 +814,7 @@ declare const StartChannelCommand_base: {
|
|
|
814
814
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
815
815
|
* // Prefix: "STRING_VALUE",
|
|
816
816
|
* // },
|
|
817
|
+
* // MinQp: Number("int"),
|
|
817
818
|
* // },
|
|
818
819
|
* // H265Settings: { // H265Settings
|
|
819
820
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -870,6 +871,7 @@ declare const StartChannelCommand_base: {
|
|
|
870
871
|
* // TilePadding: "NONE" || "PADDED",
|
|
871
872
|
* // TileWidth: Number("int"),
|
|
872
873
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
874
|
+
* // MinQp: Number("int"),
|
|
873
875
|
* // },
|
|
874
876
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
875
877
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -814,6 +814,7 @@ declare const StopChannelCommand_base: {
|
|
|
814
814
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
815
815
|
* // Prefix: "STRING_VALUE",
|
|
816
816
|
* // },
|
|
817
|
+
* // MinQp: Number("int"),
|
|
817
818
|
* // },
|
|
818
819
|
* // H265Settings: { // H265Settings
|
|
819
820
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -870,6 +871,7 @@ declare const StopChannelCommand_base: {
|
|
|
870
871
|
* // TilePadding: "NONE" || "PADDED",
|
|
871
872
|
* // TileWidth: Number("int"),
|
|
872
873
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
874
|
+
* // MinQp: Number("int"),
|
|
873
875
|
* // },
|
|
874
876
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
875
877
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -838,6 +838,7 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
838
838
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
839
839
|
* // Prefix: "STRING_VALUE",
|
|
840
840
|
* // },
|
|
841
|
+
* // MinQp: Number("int"),
|
|
841
842
|
* // },
|
|
842
843
|
* // H265Settings: { // H265Settings
|
|
843
844
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -894,6 +895,7 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
894
895
|
* // TilePadding: "NONE" || "PADDED",
|
|
895
896
|
* // TileWidth: Number("int"),
|
|
896
897
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
898
|
+
* // MinQp: Number("int"),
|
|
897
899
|
* // },
|
|
898
900
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
899
901
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -803,6 +803,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
803
803
|
* Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
804
804
|
* Prefix: "STRING_VALUE",
|
|
805
805
|
* },
|
|
806
|
+
* MinQp: Number("int"),
|
|
806
807
|
* },
|
|
807
808
|
* H265Settings: { // H265Settings
|
|
808
809
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -859,6 +860,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
859
860
|
* TilePadding: "NONE" || "PADDED",
|
|
860
861
|
* TileWidth: Number("int"),
|
|
861
862
|
* TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
863
|
+
* MinQp: Number("int"),
|
|
862
864
|
* },
|
|
863
865
|
* Mpeg2Settings: { // Mpeg2Settings
|
|
864
866
|
* AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -1834,6 +1836,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
1834
1836
|
* // Position: "BOTTOM_CENTER" || "BOTTOM_LEFT" || "BOTTOM_RIGHT" || "MIDDLE_CENTER" || "MIDDLE_LEFT" || "MIDDLE_RIGHT" || "TOP_CENTER" || "TOP_LEFT" || "TOP_RIGHT", // required
|
|
1835
1837
|
* // Prefix: "STRING_VALUE",
|
|
1836
1838
|
* // },
|
|
1839
|
+
* // MinQp: Number("int"),
|
|
1837
1840
|
* // },
|
|
1838
1841
|
* // H265Settings: { // H265Settings
|
|
1839
1842
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "HIGHER" || "LOW" || "MAX" || "MEDIUM" || "OFF",
|
|
@@ -1890,6 +1893,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
1890
1893
|
* // TilePadding: "NONE" || "PADDED",
|
|
1891
1894
|
* // TileWidth: Number("int"),
|
|
1892
1895
|
* // TreeblockSize: "AUTO" || "TREE_SIZE_32X32",
|
|
1896
|
+
* // MinQp: Number("int"),
|
|
1893
1897
|
* // },
|
|
1894
1898
|
* // Mpeg2Settings: { // Mpeg2Settings
|
|
1895
1899
|
* // AdaptiveQuantization: "AUTO" || "HIGH" || "LOW" || "MEDIUM" || "OFF",
|
|
@@ -3350,6 +3350,12 @@ export interface H264Settings {
|
|
|
3350
3350
|
* @public
|
|
3351
3351
|
*/
|
|
3352
3352
|
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
3353
|
+
/**
|
|
3354
|
+
* Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will
|
|
3355
|
+
* apply an appropriate value.
|
|
3356
|
+
* @public
|
|
3357
|
+
*/
|
|
3358
|
+
MinQp?: number;
|
|
3353
3359
|
}
|
|
3354
3360
|
/**
|
|
3355
3361
|
* @public
|
|
@@ -3839,6 +3845,12 @@ export interface H265Settings {
|
|
|
3839
3845
|
* @public
|
|
3840
3846
|
*/
|
|
3841
3847
|
TreeblockSize?: H265TreeblockSize;
|
|
3848
|
+
/**
|
|
3849
|
+
* Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will
|
|
3850
|
+
* apply an appropriate value.
|
|
3851
|
+
* @public
|
|
3852
|
+
*/
|
|
3853
|
+
MinQp?: number;
|
|
3842
3854
|
}
|
|
3843
3855
|
/**
|
|
3844
3856
|
* @public
|
|
@@ -1129,6 +1129,7 @@ export interface H264Settings {
|
|
|
1129
1129
|
TemporalAq?: H264TemporalAq;
|
|
1130
1130
|
TimecodeInsertion?: H264TimecodeInsertionBehavior;
|
|
1131
1131
|
TimecodeBurninSettings?: TimecodeBurninSettings;
|
|
1132
|
+
MinQp?: number;
|
|
1132
1133
|
}
|
|
1133
1134
|
export declare const H265AdaptiveQuantization: {
|
|
1134
1135
|
readonly AUTO: "AUTO";
|
|
@@ -1294,6 +1295,7 @@ export interface H265Settings {
|
|
|
1294
1295
|
TilePadding?: H265TilePadding;
|
|
1295
1296
|
TileWidth?: number;
|
|
1296
1297
|
TreeblockSize?: H265TreeblockSize;
|
|
1298
|
+
MinQp?: number;
|
|
1297
1299
|
}
|
|
1298
1300
|
export declare const Mpeg2AdaptiveQuantization: {
|
|
1299
1301
|
readonly AUTO: "AUTO";
|
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.
|
|
4
|
+
"version": "3.644.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-medialive",
|