AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Interceptor.h
1
5#pragma once
6#include <smithy/interceptor/InterceptorContext.h>
7
8namespace smithy
9{
10 namespace interceptor
11 {
13 {
14 public:
15 virtual ~Interceptor() = default;
16
19
22 };
23 }
24}
virtual ModifyRequestOutcome ModifyBeforeSigning(InterceptorContext &context)=0
virtual ModifyResponseOutcome ModifyBeforeDeserialization(InterceptorContext &context)=0