Skip to content

Documentation for authorizedUrl() method on CreatePresignedNotebookInstanceUrlResponse class is misleading #6022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jaw111 opened this issue Apr 10, 2025 · 2 comments
Labels
documentation This is a problem with documentation.

Comments

@jaw111
Copy link

jaw111 commented Apr 10, 2025

Describe the issue

The documentation says the authorizedUrl() method returns “a JSON object that contains the URL string” I was expecting the response to be a stringified JSON object like:

{
   "AuthorizedUrl": "string"
}

However the response just seems to the the URL as a string.

Links

https://sdk.amazonaws.com/java/api/2.31.18/software/amazon/awssdk/services/sagemaker/model/CreatePresignedNotebookInstanceUrlResponse.html#authorizedUrl()

@jaw111 jaw111 added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Apr 10, 2025
@RanVaknin RanVaknin removed the needs-triage This issue or PR still needs to be triaged. label Apr 18, 2025
@RanVaknin
Copy link
Contributor

Hi there,

The SDK is code-generated from the API model of each AWS service it interacts with. In this case the documentation is mentioned here. Since the SDK is generated from the service definition, the SDK team cannot edit that documentation directly. You can submit a documentation request by clicking on the feedback button on the top of each AWS doc page.

Since this is not actionable by the SDK team, I'm going to go ahead and close this issue.
Thank you for taking the time and reaching out.

All the best,
Ran~

@RanVaknin RanVaknin closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2025
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation.
Projects
None yet
Development

No branches or pull requests

2 participants