I was looking to use [getSignedUrl](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#getSignedUrl-property) for uploading directly to s3, but didn't see the method in the generated s3 service. I do see it on the [s3 service on the aws sdk referenced on main](https://github.com/aws/aws-sdk-js/blob/7eb7cae1cb01c4541f3687822f238a957e142409/lib/services/s3.js) Am I looking in the wrong place? Thanks for your help!