Expand description
Runtime support logic for generated clients.
Modulesยง
- auth
- Smithy auth scheme implementations.
- config_
override - Utility to simplify config building for config and config overrides.
- defaults
- Runtime plugins that provide defaults for clients.
- dns
- Built-in DNS resolver implementations.
- endpoint
- Code for applying endpoints to a request.
- http
- Built-in Smithy HTTP clients and connectors.
- identity
- Smithy identity used by auth and signing.
- interceptors
- Interceptors for Smithy clients.
- metrics
- Tooling for collecting client metrics.
- orchestrator
- The client orchestrator implementation
- retries
- Smithy code related to retry handling and token buckets.
- stalled_
stream_ protection - Stalled stream protection for clients
- waiters
- Smithy support-code for code generated waiters.