Module aws_smithy_runtime::client

source ·
Available on crate feature client only.
Expand description

Runtime support logic for generated clients.

Modules§

  • Smithy auth scheme implementations.
  • Utility to simplify config building for config and config overrides.
  • Runtime plugins that provide defaults for clients.
  • Built-in DNS resolver implementations.
  • Code for applying endpoints to a request.
  • Built-in Smithy HTTP clients and connectors.
  • Smithy identity used by auth and signing.
  • Interceptors for Smithy clients.
  • The client orchestrator implementation
  • Smithy code related to retry handling and token buckets.
  • 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.