TypeScript interface for AWS SDK Vitest matchers. This interface is used to extend Vitest's assertion types.
Assert that a command was received at least once.
The command constructor to check for
Assert that a command was received exactly N times.
The exact number of times
Assert that a command was received with specific input.
The expected input parameters
Assert that the Nth command call matches expectations.
The call number (1-indexed)
Assert that only expected commands were received.
Optional
Array of allowed command constructors
TypeScript interface for AWS SDK Vitest matchers. This interface is used to extend Vitest's assertion types.