Available on crate feature
client
only.Expand description
Interceptors for clients.
Interceptors are operation lifecycle hooks that can read/modify requests and responses.
Re-exports§
pub use error::InterceptorError;
Modules§
- Interceptor context.
- Errors related to Smithy interceptors
Structs§
- Generalized interceptor disabling interface
- Interceptor wrapper that may be shared
Traits§
- An interceptor allows injecting code into the SDK ’s request execution pipeline.
Functions§
- Disable an interceptor with a given cause