Open
Description
Describe the feature
Every code example in service client page in API reference docs has this line for client config but it's not clear as to what goes into (config)
for users that are new to SDK.
const client = new S3Client(config);

Here's developer guide that explains everything about client config that a user could refer to: https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/configuring-the-jssdk.html
Use Case
Previously asked by users:
- (short issue description) #6083
- what to put as a config? #6097
- config is missing and const makes the example hard to use #6624
- Example is missing a value for the key variable 'config' #6854
- (short issue description) #6070
- config is not defined #5944
- Where are we filling config object #5603
- Documentation Not Complete #5417
- config is not defined #5326
- client config object documentation #5260
- What is the value of the config? #5019
- Lack of examples #4452
Proposed Solution
Add a comment in code example users can reference.
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
v3
Environment details (OS name and version, etc.)
Node