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

    Type Alias CommandOutputType<TCtor>

    CommandOutputType: InstanceType<TCtor> extends StructuralCommand<
        any,
        infer TOutput,
    >
        ? TOutput
        : MetadataBearer

    TypeScript utility types for working with AWS SDK mocks

    Type Parameters