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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠