Class __Client<HandlerOptions, ClientInput, ClientOutput, ResolvedClientConfiguration>

Type Parameters

  • HandlerOptions
  • ClientInput extends object
  • ClientOutput extends __MetadataBearer
  • ResolvedClientConfiguration extends SmithyResolvedConfiguration<HandlerOptions>

Hierarchy (View Summary)

Implements

Constructors

Properties

initConfig?: object

Holds an object reference to the initial configuration object. Used to check that the config resolver stack does not create dangling instances of an intermediate form of the configuration object.

middlewareStack: MiddlewareStack<ClientInput, ClientOutput>

Methods

  • Returns void