Injecting AWS SDK Client Library into a Service: Handling Type Errors

How would you go about injecting an actual client library (like @aws-sdk/client-ses) into a service? Attempted something like this but I'm getting type errors:
Was this page helpful?