aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.98k stars 560 forks source link

Input props are not documented for v3, Lambda->InvokeCommand #5937

Closed JoeMuff999 closed 3 months ago

JoeMuff999 commented 3 months ago

Describe the issue

How do I find what parameters to use? I see the props are documented in the v2 docs

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lambda/command/InvokeCommand/

JoeMuff999 commented 3 months ago

I see that the props are documented in InvocationRequest. Could this be added to the InvokeCommand page?

RanVaknin commented 3 months ago

Hi @JoeMuff999

in the first link you sent the input structure is shown in the code example:

image

Since our documentation engine generates every class in a new page its not possible to consolidate them in one doc page.

Thanks, Ran~

JoeMuff999 commented 3 months ago

Thanks Ran. Would it be possible to add the link so others could find the details for each parameter? Would be happy to submit a small PR for it (I'm assuming its the comment header for InvokeCommand.ts)

RanVaknin commented 3 months ago

Hi @JoeMuff999 ,

It's not clear which link you are trying to add and where?

Thanks, Ran~

github-actions[bot] commented 3 months ago

This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.

github-actions[bot] commented 2 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.