Interface Client<Input, Output, ResolvedClientConfiguration>

A general interface for service clients, idempotent to browser or node clients This type corresponds to SmithyClient(https://github.com/aws/aws-sdk-js-v3/blob/main/packages/smithy-client/src/client.ts). It's provided for using without importing the SmithyClient class.

Type Parameters

  • Input extends object

  • Output extends MetadataBearer

  • ResolvedClientConfiguration

Implemented by

Properties

destroy: (() => void)

Type declaration

    • (): void
    • Returns void

middlewareStack: MiddlewareStack<Input, Output>