Function default_timeout_config_plugin_v2

Source
pub fn default_timeout_config_plugin_v2(
    params: &DefaultPluginParams,
) -> Option<SharedRuntimePlugin>
Expand description

Runtime plugin that sets the default timeout config.

This version respects the behavior version to enable connection timeout by default for newer versions. For AWS SDK clients, connection timeout is enabled by default.