aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.96k stars 556 forks source link

Provide SendCommandCommand Status Update Guide #6128

Closed LumaC0 closed 1 month ago

LumaC0 commented 1 month ago

Describe the issue

The SendCommandCommand output features a Command object which includes Status and CompletedCount. The returned values for those keys will very likely be InProgress and a value less than the target count.

Provide a suggestion in the description of the command for how to follow up on those attributes. For instance, before moving on to another operation like reading the sendCommandCommand results in S3, I'd like to be sure all targets executed to completion.

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ssm/command/SendCommandCommand/

RanVaknin commented 1 month ago

Hi @LumaC0

Thanks for reaching out. The AWS SDK client specific docs are code generated from the source docs defined by each AWS service. Since they are code generated we cannot edit / change them. The changes need to be made upstream with the service team itself.

You can submit documentation feedback request by going to the main AWS website (source of truth) and click on the Feedback button on the top right corner of each doc page, or by clicking here. This will ensure that your documentation request makes it directly to the appropriate service team.

Since this is not actionable by the SDK team, I'm going to close this issue. Thanks again, Ran~

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