-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[autosync] Timeouts refactor (#1246)
* rename: in aws_smithy_types, timeout::TimeoutConfig is now timeout::Config update: timeout::Config now wraps 3 config structs (Http, Tcp, Api) update: aws_config timeout setting to work with timeout::Config changes update: providers to work with new timeout config structure update: codegen to work with new timeout config structure update: CHANGELOG.next.toml * add: missing copyright header * update: impl From instead of Into for timeout conf fix: clippy lints * fix: service config codegen for timeouts * fix: broken doc tests * fix: bad doc link * update: transfer aws_types::Config changes to new aws_types::SdkConfig * fix: two outdated doc tests * Apply suggestions from code review Co-authored-by: John DiSanti <[email protected]> * undo: doc change for timeout env vars refactor: move parse_str_as_timeout to aws_config and privatize it update: aws_config code for parse_str_as_timeout move remove: comments from private struct members update: comments for pub struct methods Co-authored-by: John DiSanti <[email protected]>
- Loading branch information
Showing
325 changed files
with
5,017 additions
and
4,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b01f6d1b3635320c14820dd8eaedff0f2d215412 | ||
107194f106a736426caccbd158e9fb756584ceb0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.