@aws-sdk/client-mediaconnect 3.1051.0 → 3.1052.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 +5 -0
- package/dist-cjs/schemas/schemas_0.js +8 -6
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +8 -6
- package/dist-types/commands/AddFlowOutputsCommand.d.ts +2 -0
- package/dist-types/commands/AddFlowSourcesCommand.d.ts +1 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFlowCommand.d.ts +3 -0
- package/dist-types/commands/UpdateFlowCommand.d.ts +3 -0
- package/dist-types/commands/UpdateFlowOutputCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFlowSourceCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +16 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1906,6 +1906,10 @@ const EncoderProfile = {
|
|
|
1906
1906
|
high: "high",
|
|
1907
1907
|
main: "main",
|
|
1908
1908
|
};
|
|
1909
|
+
const NdiOutputTimecodeSource = {
|
|
1910
|
+
EMBEDDED_TIMECODE: "EMBEDDED_TIMECODE",
|
|
1911
|
+
UTC_SYSTEM_TIME: "UTC_SYSTEM_TIME",
|
|
1912
|
+
};
|
|
1909
1913
|
const OutputStatus = {
|
|
1910
1914
|
DISABLED: "DISABLED",
|
|
1911
1915
|
ENABLED: "ENABLED",
|
|
@@ -2232,6 +2236,7 @@ exports.MediaLiveChannelPipelineId = MediaLiveChannelPipelineId;
|
|
|
2232
2236
|
exports.MediaLiveInputPipelineId = MediaLiveInputPipelineId;
|
|
2233
2237
|
exports.MediaLiveTransitEncryptionKeyType = MediaLiveTransitEncryptionKeyType;
|
|
2234
2238
|
exports.MediaStreamType = MediaStreamType;
|
|
2239
|
+
exports.NdiOutputTimecodeSource = NdiOutputTimecodeSource;
|
|
2235
2240
|
exports.NdiState = NdiState;
|
|
2236
2241
|
exports.NetworkInterfaceType = NetworkInterfaceType;
|
|
2237
2242
|
exports.OutputStatus = OutputStatus;
|
|
@@ -429,6 +429,7 @@ const _NMI = "NdiMediaInfo";
|
|
|
429
429
|
const _NMSI = "NdiMediaStreamInfo";
|
|
430
430
|
const _NN = "NetworkName";
|
|
431
431
|
const _NO = "NetworkOutput";
|
|
432
|
+
const _NOTS = "NdiOutputTimecodeSource";
|
|
432
433
|
const _NPN = "NdiProgramName";
|
|
433
434
|
const _NS = "NetworkSource";
|
|
434
435
|
const _NSHQ = "NdiSpeedHqQuality";
|
|
@@ -980,6 +981,7 @@ const _nIT = "networkInterfaceType";
|
|
|
980
981
|
const _nITe = "networkInterfaceTypes";
|
|
981
982
|
const _nN = "networkName";
|
|
982
983
|
const _nO = "networkOutput";
|
|
984
|
+
const _nOTS = "ndiOutputTimecodeSource";
|
|
983
985
|
const _nPN = "ndiProgramName";
|
|
984
986
|
const _nS = "networkSource";
|
|
985
987
|
const _nSHQ = "ndiSpeedHqQuality";
|
|
@@ -1345,8 +1347,8 @@ exports.AddMediaStreamRequest$ = [3, n0, _AMSR,
|
|
|
1345
1347
|
];
|
|
1346
1348
|
exports.AddOutputRequest$ = [3, n0, _AOR,
|
|
1347
1349
|
0,
|
|
1348
|
-
[_CAL, _D, _De, _E, _ML, _MSOC, _MLi, _N, _P, _Pr, _RI, _SCP, _SL, _SI, _VIA, _OS, _NSHQ, _NPN, _OT, _RIS, _RITE],
|
|
1349
|
-
[[64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => exports.Encryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [0, { [_jN]: _n }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => exports.VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [128 | 0, { [_jN]: _oT }], [0, { [_jN]: _rIS }], [() => exports.FlowTransitEncryption$, { [_jN]: _rITE }]]
|
|
1350
|
+
[_CAL, _D, _De, _E, _ML, _MSOC, _MLi, _N, _P, _Pr, _RI, _SCP, _SL, _SI, _VIA, _OS, _NSHQ, _NPN, _OT, _RIS, _RITE, _NOTS],
|
|
1351
|
+
[[64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => exports.Encryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [0, { [_jN]: _n }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => exports.VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [128 | 0, { [_jN]: _oT }], [0, { [_jN]: _rIS }], [() => exports.FlowTransitEncryption$, { [_jN]: _rITE }], [0, { [_jN]: _nOTS }]]
|
|
1350
1352
|
];
|
|
1351
1353
|
exports.AudioMonitoringSetting$ = [3, n0, _AMS,
|
|
1352
1354
|
0,
|
|
@@ -2535,8 +2537,8 @@ exports.ThumbnailDetails$ = [3, n0, _TD,
|
|
|
2535
2537
|
];
|
|
2536
2538
|
exports.Transport$ = [3, n0, _Tr,
|
|
2537
2539
|
0,
|
|
2538
|
-
[_Pr, _CAL, _MB, _ML, _MSB, _MLi, _RI, _SCP, _SIAe, _SL, _SLA, _SLP, _SI, _NSHQ, _NPN, _NSS],
|
|
2539
|
-
[[0, { [_jN]: _pr }], [64 | 0, { [_jN]: _cAL }], [1, { [_jN]: _mB }], [1, { [_jN]: _mL }], [1, { [_jN]: _mSB }], [1, { [_jN]: _mLi }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sLA }], [1, { [_jN]: _sLP }], [0, { [_jN]: _sI }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [() => exports.NdiSourceSettings$, { [_jN]: _nSS }]], 1
|
|
2540
|
+
[_Pr, _CAL, _MB, _ML, _MSB, _MLi, _RI, _SCP, _SIAe, _SL, _SLA, _SLP, _SI, _NSHQ, _NPN, _NSS, _NOTS],
|
|
2541
|
+
[[0, { [_jN]: _pr }], [64 | 0, { [_jN]: _cAL }], [1, { [_jN]: _mB }], [1, { [_jN]: _mL }], [1, { [_jN]: _mSB }], [1, { [_jN]: _mLi }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sLA }], [1, { [_jN]: _sLP }], [0, { [_jN]: _sI }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [() => exports.NdiSourceSettings$, { [_jN]: _nSS }], [0, { [_jN]: _nOTS }]], 1
|
|
2540
2542
|
];
|
|
2541
2543
|
exports.TransportMediaInfo$ = [3, n0, _TMI,
|
|
2542
2544
|
0,
|
|
@@ -2655,8 +2657,8 @@ exports.UpdateFlowMediaStreamResponse$ = [3, n0, _UFMSRp,
|
|
|
2655
2657
|
];
|
|
2656
2658
|
exports.UpdateFlowOutputRequest$ = [3, n0, _UFOR,
|
|
2657
2659
|
0,
|
|
2658
|
-
[_FA, _OA, _CAL, _D, _De, _E, _ML, _MSOC, _MLi, _P, _Pr, _RI, _SCP, _SIAe, _SL, _SI, _VIA, _OS, _NPN, _NSHQ, _RIS, _RITE],
|
|
2659
|
-
[[0, 1], [0, 1], [64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => exports.UpdateEncryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => exports.VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [0, { [_jN]: _nPN }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _rIS }], [() => exports.FlowTransitEncryption$, { [_jN]: _rITE }]], 2
|
|
2660
|
+
[_FA, _OA, _CAL, _D, _De, _E, _ML, _MSOC, _MLi, _P, _Pr, _RI, _SCP, _SIAe, _SL, _SI, _VIA, _OS, _NPN, _NSHQ, _RIS, _RITE, _NOTS],
|
|
2661
|
+
[[0, 1], [0, 1], [64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => exports.UpdateEncryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => exports.VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [0, { [_jN]: _nPN }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _rIS }], [() => exports.FlowTransitEncryption$, { [_jN]: _rITE }], [0, { [_jN]: _nOTS }]], 2
|
|
2660
2662
|
];
|
|
2661
2663
|
exports.UpdateFlowOutputResponse$ = [3, n0, _UFORp,
|
|
2662
2664
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -67,6 +67,10 @@ export const EncoderProfile = {
|
|
|
67
67
|
high: "high",
|
|
68
68
|
main: "main",
|
|
69
69
|
};
|
|
70
|
+
export const NdiOutputTimecodeSource = {
|
|
71
|
+
EMBEDDED_TIMECODE: "EMBEDDED_TIMECODE",
|
|
72
|
+
UTC_SYSTEM_TIME: "UTC_SYSTEM_TIME",
|
|
73
|
+
};
|
|
70
74
|
export const OutputStatus = {
|
|
71
75
|
DISABLED: "DISABLED",
|
|
72
76
|
ENABLED: "ENABLED",
|
|
@@ -418,6 +418,7 @@ const _NMI = "NdiMediaInfo";
|
|
|
418
418
|
const _NMSI = "NdiMediaStreamInfo";
|
|
419
419
|
const _NN = "NetworkName";
|
|
420
420
|
const _NO = "NetworkOutput";
|
|
421
|
+
const _NOTS = "NdiOutputTimecodeSource";
|
|
421
422
|
const _NPN = "NdiProgramName";
|
|
422
423
|
const _NS = "NetworkSource";
|
|
423
424
|
const _NSHQ = "NdiSpeedHqQuality";
|
|
@@ -969,6 +970,7 @@ const _nIT = "networkInterfaceType";
|
|
|
969
970
|
const _nITe = "networkInterfaceTypes";
|
|
970
971
|
const _nN = "networkName";
|
|
971
972
|
const _nO = "networkOutput";
|
|
973
|
+
const _nOTS = "ndiOutputTimecodeSource";
|
|
972
974
|
const _nPN = "ndiProgramName";
|
|
973
975
|
const _nS = "networkSource";
|
|
974
976
|
const _nSHQ = "ndiSpeedHqQuality";
|
|
@@ -1334,8 +1336,8 @@ export var AddMediaStreamRequest$ = [3, n0, _AMSR,
|
|
|
1334
1336
|
];
|
|
1335
1337
|
export var AddOutputRequest$ = [3, n0, _AOR,
|
|
1336
1338
|
0,
|
|
1337
|
-
[_CAL, _D, _De, _E, _ML, _MSOC, _MLi, _N, _P, _Pr, _RI, _SCP, _SL, _SI, _VIA, _OS, _NSHQ, _NPN, _OT, _RIS, _RITE],
|
|
1338
|
-
[[64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => Encryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [0, { [_jN]: _n }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [128 | 0, { [_jN]: _oT }], [0, { [_jN]: _rIS }], [() => FlowTransitEncryption$, { [_jN]: _rITE }]]
|
|
1339
|
+
[_CAL, _D, _De, _E, _ML, _MSOC, _MLi, _N, _P, _Pr, _RI, _SCP, _SL, _SI, _VIA, _OS, _NSHQ, _NPN, _OT, _RIS, _RITE, _NOTS],
|
|
1340
|
+
[[64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => Encryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [0, { [_jN]: _n }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [128 | 0, { [_jN]: _oT }], [0, { [_jN]: _rIS }], [() => FlowTransitEncryption$, { [_jN]: _rITE }], [0, { [_jN]: _nOTS }]]
|
|
1339
1341
|
];
|
|
1340
1342
|
export var AudioMonitoringSetting$ = [3, n0, _AMS,
|
|
1341
1343
|
0,
|
|
@@ -2524,8 +2526,8 @@ export var ThumbnailDetails$ = [3, n0, _TD,
|
|
|
2524
2526
|
];
|
|
2525
2527
|
export var Transport$ = [3, n0, _Tr,
|
|
2526
2528
|
0,
|
|
2527
|
-
[_Pr, _CAL, _MB, _ML, _MSB, _MLi, _RI, _SCP, _SIAe, _SL, _SLA, _SLP, _SI, _NSHQ, _NPN, _NSS],
|
|
2528
|
-
[[0, { [_jN]: _pr }], [64 | 0, { [_jN]: _cAL }], [1, { [_jN]: _mB }], [1, { [_jN]: _mL }], [1, { [_jN]: _mSB }], [1, { [_jN]: _mLi }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sLA }], [1, { [_jN]: _sLP }], [0, { [_jN]: _sI }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [() => NdiSourceSettings$, { [_jN]: _nSS }]], 1
|
|
2529
|
+
[_Pr, _CAL, _MB, _ML, _MSB, _MLi, _RI, _SCP, _SIAe, _SL, _SLA, _SLP, _SI, _NSHQ, _NPN, _NSS, _NOTS],
|
|
2530
|
+
[[0, { [_jN]: _pr }], [64 | 0, { [_jN]: _cAL }], [1, { [_jN]: _mB }], [1, { [_jN]: _mL }], [1, { [_jN]: _mSB }], [1, { [_jN]: _mLi }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sLA }], [1, { [_jN]: _sLP }], [0, { [_jN]: _sI }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _nPN }], [() => NdiSourceSettings$, { [_jN]: _nSS }], [0, { [_jN]: _nOTS }]], 1
|
|
2529
2531
|
];
|
|
2530
2532
|
export var TransportMediaInfo$ = [3, n0, _TMI,
|
|
2531
2533
|
0,
|
|
@@ -2644,8 +2646,8 @@ export var UpdateFlowMediaStreamResponse$ = [3, n0, _UFMSRp,
|
|
|
2644
2646
|
];
|
|
2645
2647
|
export var UpdateFlowOutputRequest$ = [3, n0, _UFOR,
|
|
2646
2648
|
0,
|
|
2647
|
-
[_FA, _OA, _CAL, _D, _De, _E, _ML, _MSOC, _MLi, _P, _Pr, _RI, _SCP, _SIAe, _SL, _SI, _VIA, _OS, _NPN, _NSHQ, _RIS, _RITE],
|
|
2648
|
-
[[0, 1], [0, 1], [64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => UpdateEncryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [0, { [_jN]: _nPN }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _rIS }], [() => FlowTransitEncryption$, { [_jN]: _rITE }]], 2
|
|
2649
|
+
[_FA, _OA, _CAL, _D, _De, _E, _ML, _MSOC, _MLi, _P, _Pr, _RI, _SCP, _SIAe, _SL, _SI, _VIA, _OS, _NPN, _NSHQ, _RIS, _RITE, _NOTS],
|
|
2650
|
+
[[0, 1], [0, 1], [64 | 0, { [_jN]: _cAL }], [0, { [_jN]: _d }], [0, { [_jN]: _de }], [() => UpdateEncryption$, { [_jN]: _en }], [1, { [_jN]: _mL }], [() => __listOfMediaStreamOutputConfigurationRequest, { [_jN]: _mSOC }], [1, { [_jN]: _mLi }], [1, { [_jN]: _p }], [0, { [_jN]: _pr }], [0, { [_jN]: _rI }], [1, { [_jN]: _sCP }], [0, { [_jN]: _sIAe }], [1, { [_jN]: _sL }], [0, { [_jN]: _sI }], [() => VpcInterfaceAttachment$, { [_jN]: _vIA }], [0, { [_jN]: _oS }], [0, { [_jN]: _nPN }], [1, { [_jN]: _nSHQ }], [0, { [_jN]: _rIS }], [() => FlowTransitEncryption$, { [_jN]: _rITE }], [0, { [_jN]: _nOTS }]], 2
|
|
2649
2651
|
];
|
|
2650
2652
|
export var UpdateFlowOutputResponse$ = [3, n0, _UFORp,
|
|
2651
2653
|
0,
|
|
@@ -106,6 +106,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
106
106
|
* Automatic: {},
|
|
107
107
|
* },
|
|
108
108
|
* },
|
|
109
|
+
* NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
109
110
|
* },
|
|
110
111
|
* ],
|
|
111
112
|
* };
|
|
@@ -176,6 +177,7 @@ declare const AddFlowOutputsCommand_base: {
|
|
|
176
177
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
177
178
|
* // SourceName: "STRING_VALUE",
|
|
178
179
|
* // },
|
|
180
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
179
181
|
* // },
|
|
180
182
|
* // VpcInterfaceAttachment: { // VpcInterfaceAttachment
|
|
181
183
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
@@ -171,6 +171,7 @@ declare const AddFlowSourcesCommand_base: {
|
|
|
171
171
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
172
172
|
* // SourceName: "STRING_VALUE",
|
|
173
173
|
* // },
|
|
174
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
174
175
|
* // },
|
|
175
176
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
176
177
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -157,6 +157,7 @@ declare const CreateFlowCommand_base: {
|
|
|
157
157
|
* Automatic: {},
|
|
158
158
|
* },
|
|
159
159
|
* },
|
|
160
|
+
* NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
160
161
|
* },
|
|
161
162
|
* ],
|
|
162
163
|
* Source: { // SetSourceRequest
|
|
@@ -477,6 +478,7 @@ declare const CreateFlowCommand_base: {
|
|
|
477
478
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
478
479
|
* // SourceName: "STRING_VALUE",
|
|
479
480
|
* // },
|
|
481
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
480
482
|
* // },
|
|
481
483
|
* // VpcInterfaceAttachment: { // VpcInterfaceAttachment
|
|
482
484
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
@@ -558,6 +560,7 @@ declare const CreateFlowCommand_base: {
|
|
|
558
560
|
* // NdiSourceSettings: {
|
|
559
561
|
* // SourceName: "STRING_VALUE",
|
|
560
562
|
* // },
|
|
563
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
561
564
|
* // },
|
|
562
565
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
563
566
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -647,6 +650,7 @@ declare const CreateFlowCommand_base: {
|
|
|
647
650
|
* // NdiSourceSettings: {
|
|
648
651
|
* // SourceName: "STRING_VALUE",
|
|
649
652
|
* // },
|
|
653
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
650
654
|
* // },
|
|
651
655
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
652
656
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -159,6 +159,7 @@ declare const DescribeFlowCommand_base: {
|
|
|
159
159
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
160
160
|
* // SourceName: "STRING_VALUE",
|
|
161
161
|
* // },
|
|
162
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
162
163
|
* // },
|
|
163
164
|
* // VpcInterfaceAttachment: { // VpcInterfaceAttachment
|
|
164
165
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
@@ -240,6 +241,7 @@ declare const DescribeFlowCommand_base: {
|
|
|
240
241
|
* // NdiSourceSettings: {
|
|
241
242
|
* // SourceName: "STRING_VALUE",
|
|
242
243
|
* // },
|
|
244
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
243
245
|
* // },
|
|
244
246
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
245
247
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -329,6 +331,7 @@ declare const DescribeFlowCommand_base: {
|
|
|
329
331
|
* // NdiSourceSettings: {
|
|
330
332
|
* // SourceName: "STRING_VALUE",
|
|
331
333
|
* // },
|
|
334
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
332
335
|
* // },
|
|
333
336
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
334
337
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -212,6 +212,7 @@ declare const UpdateFlowCommand_base: {
|
|
|
212
212
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
213
213
|
* // SourceName: "STRING_VALUE",
|
|
214
214
|
* // },
|
|
215
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
215
216
|
* // },
|
|
216
217
|
* // VpcInterfaceAttachment: { // VpcInterfaceAttachment
|
|
217
218
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
@@ -293,6 +294,7 @@ declare const UpdateFlowCommand_base: {
|
|
|
293
294
|
* // NdiSourceSettings: {
|
|
294
295
|
* // SourceName: "STRING_VALUE",
|
|
295
296
|
* // },
|
|
297
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
296
298
|
* // },
|
|
297
299
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
298
300
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -382,6 +384,7 @@ declare const UpdateFlowCommand_base: {
|
|
|
382
384
|
* // NdiSourceSettings: {
|
|
383
385
|
* // SourceName: "STRING_VALUE",
|
|
384
386
|
* // },
|
|
387
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
385
388
|
* // },
|
|
386
389
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
387
390
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -102,6 +102,7 @@ declare const UpdateFlowOutputCommand_base: {
|
|
|
102
102
|
* Automatic: {},
|
|
103
103
|
* },
|
|
104
104
|
* },
|
|
105
|
+
* NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
105
106
|
* };
|
|
106
107
|
* const command = new UpdateFlowOutputCommand(input);
|
|
107
108
|
* const response = await client.send(command);
|
|
@@ -169,6 +170,7 @@ declare const UpdateFlowOutputCommand_base: {
|
|
|
169
170
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
170
171
|
* // SourceName: "STRING_VALUE",
|
|
171
172
|
* // },
|
|
173
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
172
174
|
* // },
|
|
173
175
|
* // VpcInterfaceAttachment: { // VpcInterfaceAttachment
|
|
174
176
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
@@ -163,6 +163,7 @@ declare const UpdateFlowSourceCommand_base: {
|
|
|
163
163
|
* // NdiSourceSettings: { // NdiSourceSettings
|
|
164
164
|
* // SourceName: "STRING_VALUE",
|
|
165
165
|
* // },
|
|
166
|
+
* // NdiOutputTimecodeSource: "EMBEDDED_TIMECODE" || "UTC_SYSTEM_TIME",
|
|
166
167
|
* // },
|
|
167
168
|
* // VpcInterfaceName: "STRING_VALUE",
|
|
168
169
|
* // WhitelistCidr: "STRING_VALUE",
|
|
@@ -147,6 +147,18 @@ export declare const EncoderProfile: {
|
|
|
147
147
|
* @public
|
|
148
148
|
*/
|
|
149
149
|
export type EncoderProfile = (typeof EncoderProfile)[keyof typeof EncoderProfile];
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
* @enum
|
|
153
|
+
*/
|
|
154
|
+
export declare const NdiOutputTimecodeSource: {
|
|
155
|
+
readonly EMBEDDED_TIMECODE: "EMBEDDED_TIMECODE";
|
|
156
|
+
readonly UTC_SYSTEM_TIME: "UTC_SYSTEM_TIME";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export type NdiOutputTimecodeSource = (typeof NdiOutputTimecodeSource)[keyof typeof NdiOutputTimecodeSource];
|
|
150
162
|
/**
|
|
151
163
|
* @public
|
|
152
164
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { Algorithm, BridgePlacement, BridgeState, Colorimetry, ConnectionStatus, ContentQualityAnalysisState, Day, DesiredState, DurationUnits, EncoderProfile, EncodingName, EncodingProfile, EntitlementStatus, FailoverInputSourcePriorityMode, FailoverMode, FlowSize, FlowTransitEncryptionKeyType, ForwardErrorCorrectionState, GatewayState, InstanceState, KeyType, MaintenanceDay, MaintenanceScheduleType, MaintenanceType, MediaLiveChannelPipelineId, MediaLiveInputPipelineId, MediaLiveTransitEncryptionKeyType, MediaStreamType, NdiState, NetworkInterfaceType, OutputStatus, PriceUnits, Protocol, Range, ReservationState, ResourceType, RouterInputProtocol, RouterInputState, RouterInputTier, RouterInputTransitEncryptionKeyType, RouterInputType, RouterNetworkInterfaceState, RouterNetworkInterfaceType, RouterOutputProtocol, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RouterOutputType, RoutingScope, ScanMode, SourceType, State, Status, Tcs, ThumbnailState } from "./enums";
|
|
1
|
+
import type { Algorithm, BridgePlacement, BridgeState, Colorimetry, ConnectionStatus, ContentQualityAnalysisState, Day, DesiredState, DurationUnits, EncoderProfile, EncodingName, EncodingProfile, EntitlementStatus, FailoverInputSourcePriorityMode, FailoverMode, FlowSize, FlowTransitEncryptionKeyType, ForwardErrorCorrectionState, GatewayState, InstanceState, KeyType, MaintenanceDay, MaintenanceScheduleType, MaintenanceType, MediaLiveChannelPipelineId, MediaLiveInputPipelineId, MediaLiveTransitEncryptionKeyType, MediaStreamType, NdiOutputTimecodeSource, NdiState, NetworkInterfaceType, OutputStatus, PriceUnits, Protocol, Range, ReservationState, ResourceType, RouterInputProtocol, RouterInputState, RouterInputTier, RouterInputTransitEncryptionKeyType, RouterInputType, RouterNetworkInterfaceState, RouterNetworkInterfaceType, RouterOutputProtocol, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RouterOutputType, RoutingScope, ScanMode, SourceType, State, Status, Tcs, ThumbnailState } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Add a network output to an existing bridge. </p>
|
|
4
4
|
* @public
|
|
@@ -562,6 +562,11 @@ export interface AddOutputRequest {
|
|
|
562
562
|
* @public
|
|
563
563
|
*/
|
|
564
564
|
RouterIntegrationTransitEncryption?: FlowTransitEncryption | undefined;
|
|
565
|
+
/**
|
|
566
|
+
* <p>Controls how MediaConnect generates timecodes for NDI output frames. If you don't specify this field, MediaConnect uses <code>EMBEDDED_TIMECODE</code>.</p> <ul> <li> <p> <code>EMBEDDED_TIMECODE</code> (default) - Preserves timecodes from the input transport stream. The timecodes must be embedded in the video stream as SEI timing messages. If no embedded timecode is detected, MediaConnect uses the UTC system time instead.</p> </li> <li> <p> <code>UTC_SYSTEM_TIME</code> - Generates timecodes based on the system clock time when each frame is sent.</p> </li> </ul>
|
|
567
|
+
* @public
|
|
568
|
+
*/
|
|
569
|
+
NdiOutputTimecodeSource?: NdiOutputTimecodeSource | undefined;
|
|
565
570
|
}
|
|
566
571
|
/**
|
|
567
572
|
* <p>Configures settings for the <code>SilentAudio</code> metric. </p>
|
|
@@ -1539,6 +1544,11 @@ export interface Transport {
|
|
|
1539
1544
|
* @public
|
|
1540
1545
|
*/
|
|
1541
1546
|
NdiSourceSettings?: NdiSourceSettings | undefined;
|
|
1547
|
+
/**
|
|
1548
|
+
* <p>The timecode source for NDI output frames. For NDI outputs, this field is always present and defaults to <code>EMBEDDED_TIMECODE</code>.</p> <ul> <li> <p> <code>EMBEDDED_TIMECODE</code> - Preserves timecodes from the input transport stream. The timecodes must be embedded in the video stream as SEI timing messages. If no embedded timecode is detected, MediaConnect uses the UTC system time instead.</p> </li> <li> <p> <code>UTC_SYSTEM_TIME</code> - Generates timecodes based on the system clock time when each frame is sent.</p> </li> </ul>
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1551
|
+
NdiOutputTimecodeSource?: NdiOutputTimecodeSource | undefined;
|
|
1542
1552
|
}
|
|
1543
1553
|
/**
|
|
1544
1554
|
* <p>The settings for an output. </p>
|
|
@@ -6405,6 +6415,11 @@ export interface UpdateFlowOutputRequest {
|
|
|
6405
6415
|
* @public
|
|
6406
6416
|
*/
|
|
6407
6417
|
RouterIntegrationTransitEncryption?: FlowTransitEncryption | undefined;
|
|
6418
|
+
/**
|
|
6419
|
+
* <p>Controls how MediaConnect generates timecodes for NDI output frames. If you don't specify this field, MediaConnect leaves the value unchanged.</p> <ul> <li> <p> <code>EMBEDDED_TIMECODE</code> - Preserves timecodes from the input transport stream. The timecodes must be embedded in the video stream as SEI timing messages. If no embedded timecode is detected, MediaConnect uses the UTC system time instead.</p> </li> <li> <p> <code>UTC_SYSTEM_TIME</code> - Generates timecodes based on the system clock time when each frame is sent.</p> </li> </ul>
|
|
6420
|
+
* @public
|
|
6421
|
+
*/
|
|
6422
|
+
NdiOutputTimecodeSource?: NdiOutputTimecodeSource | undefined;
|
|
6408
6423
|
}
|
|
6409
6424
|
/**
|
|
6410
6425
|
* @public
|
|
@@ -79,6 +79,12 @@ export declare const EncoderProfile: {
|
|
|
79
79
|
};
|
|
80
80
|
export type EncoderProfile =
|
|
81
81
|
(typeof EncoderProfile)[keyof typeof EncoderProfile];
|
|
82
|
+
export declare const NdiOutputTimecodeSource: {
|
|
83
|
+
readonly EMBEDDED_TIMECODE: "EMBEDDED_TIMECODE";
|
|
84
|
+
readonly UTC_SYSTEM_TIME: "UTC_SYSTEM_TIME";
|
|
85
|
+
};
|
|
86
|
+
export type NdiOutputTimecodeSource =
|
|
87
|
+
(typeof NdiOutputTimecodeSource)[keyof typeof NdiOutputTimecodeSource];
|
|
82
88
|
export declare const OutputStatus: {
|
|
83
89
|
readonly DISABLED: "DISABLED";
|
|
84
90
|
readonly ENABLED: "ENABLED";
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
MediaLiveInputPipelineId,
|
|
28
28
|
MediaLiveTransitEncryptionKeyType,
|
|
29
29
|
MediaStreamType,
|
|
30
|
+
NdiOutputTimecodeSource,
|
|
30
31
|
NdiState,
|
|
31
32
|
NetworkInterfaceType,
|
|
32
33
|
OutputStatus,
|
|
@@ -200,6 +201,7 @@ export interface AddOutputRequest {
|
|
|
200
201
|
OutputTags?: Record<string, string> | undefined;
|
|
201
202
|
RouterIntegrationState?: State | undefined;
|
|
202
203
|
RouterIntegrationTransitEncryption?: FlowTransitEncryption | undefined;
|
|
204
|
+
NdiOutputTimecodeSource?: NdiOutputTimecodeSource | undefined;
|
|
203
205
|
}
|
|
204
206
|
export interface SilentAudio {
|
|
205
207
|
State?: State | undefined;
|
|
@@ -425,6 +427,7 @@ export interface Transport {
|
|
|
425
427
|
NdiSpeedHqQuality?: number | undefined;
|
|
426
428
|
NdiProgramName?: string | undefined;
|
|
427
429
|
NdiSourceSettings?: NdiSourceSettings | undefined;
|
|
430
|
+
NdiOutputTimecodeSource?: NdiOutputTimecodeSource | undefined;
|
|
428
431
|
}
|
|
429
432
|
export interface Output {
|
|
430
433
|
DataTransferSubscriberFeePercent?: number | undefined;
|
|
@@ -1923,6 +1926,7 @@ export interface UpdateFlowOutputRequest {
|
|
|
1923
1926
|
NdiSpeedHqQuality?: number | undefined;
|
|
1924
1927
|
RouterIntegrationState?: State | undefined;
|
|
1925
1928
|
RouterIntegrationTransitEncryption?: FlowTransitEncryption | undefined;
|
|
1929
|
+
NdiOutputTimecodeSource?: NdiOutputTimecodeSource | undefined;
|
|
1926
1930
|
}
|
|
1927
1931
|
export interface UpdateFlowOutputResponse {
|
|
1928
1932
|
FlowArn?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1052.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-mediaconnect",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.24.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
29
|
-
"@smithy/node-http-handler": "^4.7.
|
|
30
|
-
"@smithy/types": "^4.14.
|
|
24
|
+
"@aws-sdk/core": "^3.974.13",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.44",
|
|
26
|
+
"@aws-sdk/types": "^3.973.9",
|
|
27
|
+
"@smithy/core": "^3.24.3",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.4.3",
|
|
29
|
+
"@smithy/node-http-handler": "^4.7.3",
|
|
30
|
+
"@smithy/types": "^4.14.2",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|