Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Class $Command<Input, Output, ResolvedClientConfiguration, ClientInput, ClientOutput>Abstract

Type Parameters

  • Input extends ClientInput

  • Output extends ClientOutput

  • ResolvedClientConfiguration

  • ClientInput extends object = any

  • ClientOutput extends __MetadataBearer = any

Hierarchy

Implements

  • Command<ClientInput, Input, ClientOutput, Output, ResolvedClientConfiguration>

Constructors

Properties

Methods

Constructors

  • Type Parameters

    Returns $Command<Input, Output, ResolvedClientConfiguration, ClientInput, ClientOutput>

Properties

input: Input
middlewareStack: MiddlewareStack<Input, Output>

Methods

  • Parameters

    • stack: MiddlewareStack<ClientInput, ClientOutput>
    • configuration: ResolvedClientConfiguration
    • options: any

    Returns Handler<Input, Output>