Type for AwsStub class, but with the AWS Client class type as an only generic parameter.
let snsMock: AwsClientStub<SNSClient>;snsMock = mockClient(SNSClient); Copy
let snsMock: AwsClientStub<SNSClient>;snsMock = mockClient(SNSClient);
Type for AwsStub class, but with the AWS Client class type as an only generic parameter.