Module client

Source
Available on crate feature client only.
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.
orchestrator
The client orchestrator implementation
retries
Smithy code related to retry handling and token buckets.
stalled_stream_protection
Stalled stream protection for clients
test_utiltest-util
Utilities for testing orchestrators. An orchestrator missing required components will panic when run. This module contains stub components that can be used when you only care about testing some specific aspect of the orchestrator.
waiters
Smithy support-code for code generated waiters.