We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4878864 commit b9441dfCopy full SHA for b9441df
src/aws-cpp-sdk-core/source/smithy/client/AwsSmithyClientBase.cpp
@@ -237,7 +237,7 @@ void AwsSmithyClientBase::MakeRequestAsync(Aws::AmazonWebServiceRequest const* c
237
AttemptOneRequestAsync(std::move(pRequestCtx));
238
}
239
240
-void AwsSmithyClientBase::UpdateAuthSchemeFromEndpoint(const Aws::Endpoint::AWSEndpoint& endpoint, AuthSchemeOption& authscheme) const
+void AwsSmithyClientBase::UpdateAuthSchemeFromEndpoint(const Aws::Endpoint::AWSEndpoint& endpoint, smithy::AuthSchemeOption& authscheme) const
241
{
242
//get signer Name from end point and pass this info
243
if (endpoint.GetAttributes()) {
0 commit comments