Module interceptors

Source
Expand description

Interceptors for clients.

Interceptors are operation lifecycle hooks that can read/modify requests and responses.

Re-exports§

pub use error::InterceptorError;

Modules§

context
Interceptor context.
error
Errors related to Smithy interceptors

Structs§

DisableInterceptor
Generalized interceptor disabling interface
SharedInterceptor
Interceptor wrapper that may be shared

Traits§

Intercept
An interceptor allows injecting code into the SDK ’s request execution pipeline.

Functions§

disable_interceptor
Disable an interceptor with a given cause