We are excited to announce our new API Documentation.
Optional
credentialsThe credentials used to sign requests.
Optional
customThe custom user agent header that would be appended to default one
Optional
defaultsThe @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK.
Optional
disableDisable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation.
Optional
endpointThe size of the client cache storing endpoints from endpoint discovery operations. Defaults to 1000.
Optional
endpointWhether to call operations with endpoints given by service dynamically.
Setting this config to true
will enable endpoint discovery for all applicable operations.
Setting it to false
will explicitly disable endpoint discovery even though operations that
require endpoint discovery will presumably fail. Leaving it to undefined means SDK only do
endpoint discovery when it's required. Defaults to undefined
.
Optional
extensionsOptional extensions
Optional
loggerOptional logger for logging debug/info/warn/error.
Optional
retrySpecifies which retry algorithm to use.
Optional
signerThe signer to use when signing requests.
Optional
signingWhether to escape request path when signing the request.
Optional
signingThe region where you want to sign your request against. This can be different to the region in the endpoint.
Optional
systemAn offset value in milliseconds to apply to all signing times.
The configuration interface of TimestreamQueryClient class constructor that set the region, credentials and other options.