TableCommand
type TableCommand<Output> = object;Interface-like type for table-level commands that execute directly against a DynamoTable.
Type Parameters
Section titled “Type Parameters”Output
Section titled “Output”Output
The output type of the command’s execute method.
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(table): Promise<Output>;Parameters
Section titled “Parameters”Returns
Section titled “Returns”Promise<Output>