Skip to content

Commit 4447542

Browse files
authored
docs: update NodeHttpHandler link (#6239)
1 parent d61b175 commit 4447542

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
5252

5353
A set of options to pass to the low-level HTTP request. These options are aggregated differently in v3. You can
5454
configure them by supplying a new `requestHandler`. Here's the example of setting http options in Node.js runtime. You
55-
can find more in [v3 reference for NodeHttpHandler](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
55+
can find more in [v3 reference for NodeHttpHandler](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
5656

5757
All v3 requests use HTTPS by default. You only need to provide custom httpsAgent.
5858

@@ -112,10 +112,10 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
112112
- `connectTimeout`
113113
- **v2**: Sets the socket to timeout after failing to establish a connection with the server after connectTimeout
114114
milliseconds.
115-
- **v3**: `connectionTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
115+
- **v3**: `connectionTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
116116
- `timeout`
117117
- **v2**: The number of milliseconds a request can take before automatically being terminated.
118-
- **v3**: `socketTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/classes/_aws_sdk_node_http_handler.nodehttphandler-1.html).
118+
- **v3**: `socketTimeout` is available [in `NodeHttpHandler` options](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-node-http-handler/).
119119
- `xhrAsync`
120120
- **v2**: Whether the SDK will send asynchronous HTTP requests.
121121
- **v3**: **Deprecated**. Requests are _always_ asynchronous.

0 commit comments

Comments
 (0)