pub fn default_retry_config_plugin_v2(
params: &DefaultPluginParams,
) -> Option<SharedRuntimePlugin>Expand description
Runtime plugin that sets the default retry strategy, config, and partition.
This version respects the behavior version to enable retries by default for newer versions. For AWS SDK clients, retries are enabled by default.