Description
Describe the bug
no type named 'HttpResponseOutcome' in namespace 'Aws::Client'
Regression Issue
- Select this option if this issue appears to be a regression.
Expected Behavior
able to build my application.
Current Behavior
unable to build my application.
Reproduction Steps
void OnRequestSucceeded(const Aws::String& serviceName, const Aws::String& requestName, const std::shared_ptr<const Aws::Http::HttpRequest>& request, const Aws::Client::HttpResponseOutcome& outcome, const CoreMetricsCollection& metricsFromCore, const Aws::Vector<void*>& contexts);
code snippet in aws/core/monitoring/MonitoringManager.h
clang error pops uo here saying: "no type named 'HttpResponseOutcome' in namespace 'Aws::Client'"
and also here: void OnRequestFailed(const Aws::String& serviceName, const Aws::String& requestName, const std::shared_ptr<const Aws::Http::HttpRequest>& request, const Aws::Client::HttpResponseOutcome& outcome, const CoreMetricsCollection& metricsFromCore, const Aws::Vector<void*>& contexts);
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.534
Compiler and Version used
clang 16
Operating System and version
macOS arm64 15.5