Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

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