aws4-axios
Version:
Axios request interceptor for signing requests with AWSv4
4 lines (3 loc) • 590 B
TypeScript
import { MetadataBearer } from "@aws-sdk/types";
import { Client, Command, SmithyResolvedConfiguration } from "@smithy/smithy-client";
export declare const mockSend: <HandlerOptions, ClientInput extends object, ClientOutput extends MetadataBearer, ResolvedClientConfiguration extends SmithyResolvedConfiguration<HandlerOptions>, InputType extends ClientInput, OutputType extends ClientOutput>(client: new (config: never) => Client<HandlerOptions, ClientInput, ClientOutput, ResolvedClientConfiguration>) => jest.Mock<unknown, [Command<InputType, OutputType, ResolvedClientConfiguration>]>;