-
- Downloads
Consolidate fluent client builder implementations (#668)
* Consolidate fluent client builder implementations
* Rename FluentClientDecorator to AwsFluentClientDecorator
* Remove potentially confusing Smithy details from AWS fluent clients
* Fix AWS client generics issue
* fix missing template param
* remove problematic whitespace
* Fix Clone derivation issue
* Fix unintentional removal of `from_conf_conn`
* Change `Standard` to `retry`
Co-authored-by:
Russell Cohen <rcoh@amazon.com>
Showing
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt 1 addition, 1 deletion...lin/software/amazon/smithy/rustsdk/AwsCodegenDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 120 additions, 0 deletions...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/FluentClientDecorator.kt 212 additions, 159 deletions...y/rust/codegen/smithy/generators/FluentClientDecorator.kt
- codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/HttpProtocolGenerator.kt 7 additions, 2 deletions...y/rust/codegen/smithy/generators/HttpProtocolGenerator.kt
Loading
Please register or sign in to comment