{"code":"import { CoreAwsSesServiceClient } from \"mongodb-stitch-core-services-aws-ses\";\r\nimport AwsSesServiceClientImpl from \"./internal/AwsSesServiceClientImpl\";\r\nexport var AwsSesServiceClient;\r\n(function (AwsSesServiceClient) {\r\n    AwsSesServiceClient.factory = new (function () {\r\n        function class_1() {\r\n        }\r\n        class_1.prototype.getNamedClient = function (service, client) {\r\n            return new AwsSesServiceClientImpl(new CoreAwsSesServiceClient(service));\r\n        };\r\n        return class_1;\r\n    }())();\r\n})(AwsSesServiceClient || (AwsSesServiceClient = {}));\r\n//# sourceMappingURL=AwsSesServiceClient.js.map","map":"{\"version\":3,\"file\":\"AwsSesServiceClient.js\",\"sourceRoot\":\"\",\"sources\":[\"../../src/AwsSesServiceClient.ts\"],\"names\":[],\"mappings\":\"AAqBA,OAAO,EAEL,uBAAuB,EACxB,MAAM,sCAAsC,CAAC;AAC9C,OAAO,uBAAuB,MAAM,oCAAoC,CAAC;AAyBzE,MAAM,KAAW,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IACrB,2BAAO,GAEhB;QAAI;QAOR,CAAC;QANQ,gCAAc,GAArB,UACE,OAAgC,EAChC,MAA2B;YAE3B,OAAO,IAAI,uBAAuB,CAAC,IAAI,uBAAuB,CAAC,OAAO,CAAC,CAAC,CAAC;QAC3E,CAAC;QACH,cAAC;IAAD,CAAC,AAPO,KAOL,CAAC;AACN,CAAC,EAXgB,mBAAmB,KAAnB,mBAAmB,QAWnC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/services/aws-ses/.rpt2_cache/placeholder/AwsSesServiceClient.d.ts","text":"import { NamedServiceClientFactory } from \"mongodb-stitch-browser-core\";\r\nimport { AwsSesSendResult } from \"mongodb-stitch-core-services-aws-ses\";\r\nexport interface AwsSesServiceClient {\r\n    sendEmail(to: string, from: string, subject: string, body: string): Promise<AwsSesSendResult>;\r\n}\r\nexport declare namespace AwsSesServiceClient {\r\n    const factory: NamedServiceClientFactory<AwsSesServiceClient>;\r\n}\r\n"}}
