We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a94bb3 commit 5498650Copy full SHA for 5498650
src/aws-cpp-sdk-core/include/aws/core/client/AWSClient.h
@@ -336,11 +336,6 @@ namespace Aws
336
*/
337
static void AppendRecursionDetectionHeader(std::shared_ptr<Aws::Http::HttpRequest> ioRequest);
338
339
- /**
340
- * Track credential provider usage and add User-Agent features.
341
- */
342
- void TrackCredentialProviderUsage(const Aws::AmazonWebServiceRequest& request) const;
343
-
344
static CoreErrors GuessBodylessErrorType(Aws::Http::HttpResponseCode responseCode);
345
static bool DoesResponseGenerateError(const std::shared_ptr<Aws::Http::HttpResponse>& response);
346
std::shared_ptr<smithy::components::tracing::TelemetryProvider> m_telemetryProvider;
0 commit comments