Type alias AwsCommand<Input, Output, ClientInput, ClientOutput>

AwsCommand<Input, Output, ClientInput, ClientOutput>: Command<ClientInput, Input, ClientOutput, Output, any>

Type Parameters

  • Input extends ClientInput

  • Output extends ClientOutput

  • ClientInput extends object = any

  • ClientOutput extends MetadataBearer = any

Generated using TypeDoc