The configuration interface of TokensClient class constructor that set the region, credentials and other options.

Hierarchy

Properties

defaultsMode?: DefaultsMode | Provider<DefaultsMode>

The @smithy/smithy-client#DefaultsMode that will be used to determine how certain default configuration options are resolved in the SDK.

disableHostPrefix?: boolean

Disable dynamically changing the endpoint of the client based on the hostPrefix trait of an operation.

logger?: Logger

Optional logger for logging debug/info/warn/error.

retryMode?: string | Provider<string>

Specifies which retry algorithm to use.

stage?: string | Provider<string>