Skip to main content

default_retry_config_plugin_v2

Function default_retry_config_plugin_v2 

Source
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 with BehaviorVersion >= v2026_01_12, retries are enabled by default.