aws-sdk-js-v3 icon indicating copy to clipboard operation
aws-sdk-js-v3 copied to clipboard

[PutObjectCommand] Display expected types for Body parameter

Open hlimbo opened this issue 1 year ago • 3 comments

Describe the issue

In order to find out what the expected input types are for PutObjectCommandInput , I need to click on a new link to open https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Interface/PutObjectCommandInput

After that I need to open a few more links to view what data type is supported by NodeJsRuntimeStreamingBlobPayloadInputTypes. It would be nice to see what data types are supported for the PutObjectCommandInput without needing to open a separate page (In particular the Body property).

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/command/PutObjectCommand/

hlimbo avatar Feb 12 '24 22:02 hlimbo

HI @hlimbo - thanks for sharing the feedback.

As we're always looking for ways to improve our documentations, feedbacks like these are appreciated. Just to confirm that we're on the same page: you're referring to PutObjectCommand where it takes a few clicks to see NodeJsRuntimeStreamingBlobPayloadInputTypes. Screenshot for reference below.

Screenshot 2024-02-14 at 1 28 08 PM

Best, John

aBurmeseDev avatar Feb 14 '24 21:02 aBurmeseDev

This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.

github-actions[bot] avatar Feb 25 '24 00:02 github-actions[bot]

yes that is correct @aBurmeseDev

hlimbo avatar Feb 25 '24 04:02 hlimbo