mkrei
mkrei
Facing the same issue currently. Based on a likely related [issue reported for TypeScript](https://github.com/microsoft/TypeScript/issues/50479) this may originate [in the AwsClientStub](https://github.com/m-radzikowski/aws-sdk-client-mock/blob/4a96d3479d126a4416b3d438a5946b4381522436/packages/aws-sdk-client-mock/src/awsClientStub.ts#L6), but I'm not remotely experienced enough in TS to provide...
After having another look and playing with the code a bit, it looks like my initial suspicion was wrong. The offending part of the code is not the AwsClientBehavior type,...