Skip to content

Commit

Permalink
feat(smithy-client): update client defaults provider
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 2, 2022
1 parent aeb63b3 commit 02d4564
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/smithy-client/src/defaults-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,7 @@ export type ResolvedDefaultsMode = Exclude<DefaultsMode, "auto">;
* @internal
*/
export interface DefaultsModeConfigs {
/**
* The retry mode describing how the retry strategy control the traffic flow.
*/
retryMode?: string;
/**
* The maximum time in milliseconds that the connection phase of a request
* may take before the connection attempt is abandoned.
*/
connectionTimeout?: number;
/**
* This timeout measures the time between when the first byte is sent over an
* established, open connection and when the last byte is received from the
* service. If the response is not received by the timeout, then the request
* is considered timed out.
*/
requestTimeout?: number;
}

0 comments on commit 02d4564

Please sign in to comment.