Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

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

Hierarchy

  • Client

Properties

config: ResolvedClientConfiguration
destroy: (() => void)

Type declaration

    • (): void
    • Returns void

middlewareStack: MiddlewareStack<Input, Output>
send: InvokeFunction<Input, Output, ResolvedClientConfiguration>