aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.06k stars 573 forks source link

It needs additional information #5957

Closed jscasca closed 6 months ago

jscasca commented 6 months ago

Describe the issue

It would be a great addition if there was information regarding getting the session ID or session ARN. It doesn't seem to be listed anywhere in the docs

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/device-farm/command/GetTestGridSessionCommand/

RanVaknin commented 6 months ago

Hi @jscasca ,

Each SDK client docs are auto generated from the official API docs of the respective service. The only way to edit those docs is to edit the "source of truth" which is controlled by the service team itself. You can submit documentation feedback using the Feedback button found on the top right of each official AWS doc page. https://docs.aws.amazon.com/devicefarm/latest/APIReference/API_GetTestGridSession.html

To answer your question, you can use ListTestGridSessionCommand to obtain the arn of the session.

Since this is not actionable by the SDK team, Im going to go ahead and close this issue.

Thanks for reaching out. All the best, Ran~

github-actions[bot] commented 5 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.