AWS SDK Vitest Mock - API Reference - v1.0.93
    Preparing search index...

    Type Alias ClientConstructor<TClient>

    ClientConstructor:
        | (abstract new (...args: unknown[]) => TClient)
        | { prototype: TClient }

    TypeScript utility types for working with AWS SDK mocks

    Type Parameters