pub fn default_retry_config_plugin_v2(
params: &DefaultPluginParams,
) -> Option<SharedRuntimePlugin>Available on crate feature
client only.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 with BehaviorVersion >= v2026_01_12, retries are enabled by default.