No createinputcommand in MediaLiveClient AWS SDK for JavaScript v3

0

I want to create a medialive input using AWS SDK for JS v3, but cant seem to find the createinputcommand, the createchannelcommand has an InputId key in its input object but there is no function to create one.

On the management console we first create an input then attach it to a channel as an input attachment so where is the sdk function to create the input

已提問 10 個月前檢視次數 222 次
2 個答案
0

Thanks for your question. You may want to review the MediaLive API documentation, along with the SDK. https://docs.aws.amazon.com/medialive/latest/apireference/what-is.html

Specific to creating MediaLive inputs, please see the command format in this link, under POST, Operation ID: CreateInput https://docs.aws.amazon.com/medialive/latest/apireference/inputs.html

Also, you may want to look here for some MediaLive examples. https://docs.aws.amazon.com/code-library/latest/ug/medialive_code_examples.html

AWS
Mike-ME
已回答 10 個月前
0

Please note that currently, v3 does not have a CreateInput command (but v2 does have). Hence it is not viable to run this on v3 for the time being.

If you want to file this as a feature request, feel free to do so on the AWS JS v3 SDK GitHub issue. Make sure you use the 'feature-request' label. With that said, please note that there is no guarantee if it would be implemented.

Additional notes: it is not recommended to use v2 calls on v3 as they are not the same set of APIs and may break work-flows. More information on the v2 to v3 transition here.

AWS
支援工程師
Q
已回答 10 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南