You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: codegen/src/main/kotlin/software/amazon/smithy/rust/codegen/smithy/generators/client/FluentClientDecorator.kt
+60-20Lines changed: 60 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -184,37 +184,77 @@ class GenericFluentClient(codegenContext: CodegenContext) : FluentClientCustomiz
184
184
// Ignored as otherwise we'd need to pull in all these dev-dependencies.
185
185
/// ```rust,ignore
186
186
/// use aws_endpoint::AwsEndpointStage;
187
+
/// use aws_http::auth::CredentialsStage;
188
+
/// use aws_http::recursion_detection::RecursionDetectionStage;
187
189
/// use aws_http::user_agent::UserAgentStage;
188
190
/// use aws_sig_auth::middleware::SigV4SigningStage;
189
191
/// use aws_sig_auth::signer::SigV4Signer;
190
-
/// use aws_smithy_http_tower::map_request::MapRequestLayer;
191
-
/// use tower::layer::util::Stack;
192
+
/// use aws_smithy_client::retry::Config as RetryConfig;
193
+
/// use aws_smithy_http_tower::map_request::{AsyncMapRequestLayer, MapRequestLayer};
0 commit comments