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

asked 9 months ago197 views
2 Answers
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
answered 9 months ago
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
SUPPORT ENGINEER
Q
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions