Skip to content

Commit 02d4564

Browse files
author
awstools
committed
feat(smithy-client): update client defaults provider
1 parent aeb63b3 commit 02d4564

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

packages/smithy-client/src/defaults-mode.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,7 @@ export type ResolvedDefaultsMode = Exclude<DefaultsMode, "auto">;
5050
* @internal
5151
*/
5252
export interface DefaultsModeConfigs {
53-
/**
54-
* The retry mode describing how the retry strategy control the traffic flow.
55-
*/
5653
retryMode?: string;
57-
/**
58-
* The maximum time in milliseconds that the connection phase of a request
59-
* may take before the connection attempt is abandoned.
60-
*/
6154
connectionTimeout?: number;
62-
/**
63-
* This timeout measures the time between when the first byte is sent over an
64-
* established, open connection and when the last byte is received from the
65-
* service. If the response is not received by the timeout, then the request
66-
* is considered timed out.
67-
*/
6855
requestTimeout?: number;
6956
}

0 commit comments

Comments
 (0)