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 Pluggable<Input, Output>

Type Parameters

  • Input extends object

  • Output extends object

Hierarchy

Properties

Properties

applyToStack: ((stack: MiddlewareStack<Input, Output>) => void)

Type declaration

    • (stack: MiddlewareStack<Input, Output>): void
    • A function that mutate the passed in middleware stack. Functions implementing this interface can add, remove, modify existing middleware stack from clients or commands

      Parameters

      Returns void