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

    Type Alias StructuralCommand<TInput, TOutput>

    StructuralCommand:
        | SmithyCommand<TInput, TOutput, any, any, any>
        | { input: TInput; __awsSdkVitestMockOutput?: TOutput }

    TypeScript utility types for working with AWS SDK mocks

    Type Parameters

    • TInput extends object
    • TOutput extends MetadataBearer