mongodb-stitch
Version:
[](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
14 lines • 619 B
JavaScript
import { CoreAwsSesServiceClient } from "mongodb-stitch-core-services-aws-ses";
import AwsSesServiceClientImpl from "./internal/AwsSesServiceClientImpl";
export var AwsSesServiceClient;
(function (AwsSesServiceClient) {
AwsSesServiceClient.factory = new (function () {
function class_1() {
}
class_1.prototype.getNamedClient = function (service, client) {
return new AwsSesServiceClientImpl(new CoreAwsSesServiceClient(service));
};
return class_1;
}())();
})(AwsSesServiceClient || (AwsSesServiceClient = {}));
//# sourceMappingURL=AwsSesServiceClient.js.map