From 8588bb34aa29d8d6a4fcfe5135e8e762bb37aad5 Mon Sep 17 00:00:00 2001 From: "John L." <47447266+aBurmeseDev@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:57:57 -0700 Subject: [PATCH] fix(docs): link to smithy/middleware-retry in Notable Changes Fixes broken link to RetryInputConfig from smithy/middleware-retry in Notable Changes --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index a91096095e78f..2c0c4ff9c3333 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -131,7 +131,7 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa - **v3**: **Deprecated**. SDK _does not_ follow redirects to avoid unintentional cross-region requests. - [`maxRetries`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#maxRetries-property) - **v2**: The maximum amount of retries to perform for a service request. - - **v3**: Changed to `maxAttempts`. See more in [v3 reference for RetryInputConfig](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/interfaces/_aws_sdk_middleware_retry.retryinputconfig-2.html#maxattempts). + - **v3**: Changed to `maxAttempts`. See more in [v3 reference for RetryInputConfig](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-middleware-retry/#maxattempts). Note that the `maxAttempt` should be `maxRetries + 1`. - [`paramValidation`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#paramValidation-property) - **v2**: Whether input parameters should be validated against the operation description before sending the request.