-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename aws_types::Config
to aws_types::SdkConfig`
#406
Comments
Yes, please! This was one of my primary sources of confusion when learning the SDK. One note:
I definitely retract my suggestion if there’s prior art in other SDKs that use the “Shared” terminology, though. |
aws_config::Config
to aws_config::SharedConfig`aws_types::Config
to aws_types::SdkConfig`
The PR has been merged and this feature is now pending release. Per a poll we held on the internal AWS Slack, we decided on |
|
This was released with |
|
Tell us about your request
Rename
aws_types::Config
toaws_types::SdkConfig
Tell us about the problem you're trying to solve.
Users struggle to understand the difference between a
Config
struct from a service SDK and aConfig
struct fromaws_types
. Renaming the type would make users less likely to think theConfig
structs are interchangeable.Are you currently working around this issue?
It's possible to alias the type but this doesn't help users that don't already know the difference
Additional context
No response
The text was updated successfully, but these errors were encountered: