aws-sdk-js-v3
aws-sdk-js-v3 copied to clipboard
Broken link to RetryInputConfig in Notable-Changes
Describe the issue
Link broken in Notable-Changes (UPGRADING.md)
See more in v3 reference for RetryInputConfig
maxRetries v2: The maximum amount of retries to perform for a service request. v3: Changed to maxAttempts. See more in v3 reference for RetryInputConfig. Note that the maxAttempt should be maxRetries + 1.
Links
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/migrating/notable-changes/#maxretries
Link has been fixed. See notable changes, and search "RetryInputConfig" which correctly links to https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-middleware-retry/Interface/RetryInputConfig/
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.