UNPKG

@aws-sdk/types

Version:
8 lines (7 loc) 226 B
export interface ConnectConfiguration { /** * The maximum time in milliseconds that the connection phase of a request * may take before the connection attempt is abandoned. */ requestTimeout?: number; }