Module aws_smithy_runtime::client::dns
source · Available on crate feature
client
only.Expand description
Built-in DNS resolver implementations.
Structs§
- TokioDnsResolver
rt-tokio
and non-target_family="wasm"
DNS resolver that usestokio::spawn_blocking
to resolve DNS using the standard library.