aws-sdk-js-v3
aws-sdk-js-v3 copied to clipboard
[PutObjectCommand] Display expected types for Body parameter
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/
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.
Best, John
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.
yes that is correct @aBurmeseDev