You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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: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()
The text was updated successfully, but these errors were encountered: