-
Notifications
You must be signed in to change notification settings - Fork 197
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
Update SDK external types #3080
Conversation
"http::uri::Uri", | ||
"http::method::Method", | ||
|
||
### All below this line need to be fixed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The event stream one at the very bottom doesn't need to be fixed. It just needs a tooling upgrade.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the crate won't go 1.0 though—we might want a newtype?
aws/sdk/sdk-external-types.toml
Outdated
"http::header::map::HeaderMap", | ||
"http::header::value::HeaderValue", | ||
"aws_smithy_runtime_api::*", | ||
"aws_smithy_runtime::*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this will be an unstable crate, we should be careful about what gets allowed here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh good catch, bad copy-paste by me. It's actually unused.
A new generated diff is ready to view.
A new doc preview is ready to view. |
7db3ee9
to
3483d09
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
c9075ee
to
f815cd0
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
f815cd0
to
6ef4028
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
6ef4028
to
dfc5097
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
dfc5097
to
c9b880e
Compare
A new generated diff is ready to view.
A new doc preview is ready to view. |
Motivation and Context
Description
Prune / split out allow external types
Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.