aws / aws-sdk-js-v3

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

Add Policy Action Name used by a command #6111

Closed juanf9224 closed 1 month ago

juanf9224 commented 1 month ago

Describe the issue

Currently in the docs there is no reference to the Policy Action that is used by the command, ie: cognito-idp:AdminGetUser. Would be helpful when trying to add a policy statement and not sure about the action this command uses, I just tried to find it in the doc but haven't seen it.

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cognito-identity-provider/command/AdminUpdateUserAttributesCommand/

RanVaknin commented 1 month ago

Hi @juanf9224 ,

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 edit 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 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.