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()