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 Command<ClientInput, InputType, ClientOutput, OutputType, ResolvedConfiguration>

Type Parameters

  • ClientInput extends object

  • InputType extends ClientInput

  • ClientOutput extends MetadataBearer

  • OutputType extends ClientOutput

  • ResolvedConfiguration

Hierarchy

  • Command

Properties

input: InputType
middlewareStack: MiddlewareStack<InputType, OutputType>

Methods