aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
2.95k stars 554 forks source link

API Docs: command class signature has meaningless "extends" signature. #6173

Open kuhe opened 3 weeks ago

kuhe commented 3 weeks ago

Describe the issue

export declare class ListBucketsCommand extends ListBucketsCommand_base 

It's completely unclear what ListBucketsCommand_base is. The class' docs should point to the real base class at https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-smithy-client/Class/Command/.

That page doesn't really have much information either.

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-s3/Class/ListBucketsCommand/