Default false.
When true, the client will only resolve the middleware stack once per Command class. This means modifying the middlewareStack of the command or client after requests have been made will not be recognized.
Calling client.destroy() also clears this cache.
Enable this only if needing the additional time saved (0-1ms per request) and not needing middleware modifications between requests.
Resolved value for input config AwsSdkSigV4AuthInputConfig.credentials This provider MAY memoize the loaded credentials for certain period. See MemoizedProvider for more information.
Optional
customThe custom user agent header that would be appended to default one
The @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK.
Disable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation.
Optional
endpointCustom endpoint provided by the user. This is normalized to a single interface from the various acceptable types. This field will be undefined if a custom endpoint is not provided.
Optional
context: { Optional
logger?: LoggerOptional extensions
Optional logger for logging debug/info/warn/error.
Value for how many times a request will be made at most in case of retry.
The AWS region to which this client will send requests
The HTTP handler to use or its constructor options. Fetch in browser and Https in Nodejs.
Specifies which retry algorithm to use.
Resolved value for input config RetryInputConfig.retryStrategy
Resolved value for input config AwsSdkSigV4AuthInputConfig.signer
Resolved value for input config AwsSdkSigV4AuthInputConfig.signer
Optional
authScheme: AuthSchemeResolved value for input config AwsSdkSigV4AuthInputConfig.signingEscapePath
Resolved value for input config AwsSdkSigV4AuthInputConfig.systemClockOffset
Whether TLS is enabled for requests.
Enables IPv6/IPv4 dualstack endpoint.
Enables FIPS compatible endpoints.
The resolved configuration interface of RekognitionClient class. This is resolved and normalized from the constructor configuration interface.