UNPKG

mongodb-stitch

Version:

[![Join the chat at https://gitter.im/mongodb/stitch](https://badges.gitter.im/mongodb/stitch.svg)](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

14 lines 619 B
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