Crate aws_smithy_runtime
source ·Expand description
Runtime support logic and types for smithy-rs generated code.
Crate Features
http-auth: Enables auth scheme and identity resolver implementations for HTTP API Key, Basic Auth, Bearer Token, and Digest Auth.test-util: Enables utilities for unit tests. DO NOT ENABLE IN PRODUCTION.
Modules
- client
clientRuntime support logic for generated clients. - Cache for entries that have an expiration time.
- A data structure for persisting and sharing state between multiple clients.
- test_util
test-utilGeneral testing utilities.
Macros
- ev
connector-hyper-0-14-xandwire-mockandtest-utilandclientHelper to generate match expressions for events - match_events
connector-hyper-0-14-xandwire-mockandtest-utilandclientHelper macro to generate a series of test expectations - matcher
connector-hyper-0-14-xandwire-mockandtest-utilandclient