Skip to content

Commit 3126319

Browse files
authored
docs: link to smithy/middleware-retry in Notable Changes (#6397)
1 parent 2c0f590 commit 3126319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
131131
- **v3**: **Deprecated**. SDK _does not_ follow redirects to avoid unintentional cross-region requests.
132132
- [`maxRetries`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#maxRetries-property)
133133
- **v2**: The maximum amount of retries to perform for a service request.
134-
- **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).
134+
- **v3**: Changed to `maxAttempts`. See more in [v3 reference for RetryInputConfig](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-middleware-retry/#maxattempts).
135135
Note that the `maxAttempt` should be `maxRetries + 1`.
136136
- [`paramValidation`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#paramValidation-property)
137137
- **v2**: Whether input parameters should be validated against the operation description before sending the request.

0 commit comments

Comments
 (0)