{"code":"var AwsSesServiceClientImpl = (function () {\r\n    function AwsSesServiceClientImpl(proxy) {\r\n        this.proxy = proxy;\r\n    }\r\n    AwsSesServiceClientImpl.prototype.sendEmail = function (to, from, subject, body) {\r\n        return this.proxy.sendEmail(to, from, subject, body);\r\n    };\r\n    return AwsSesServiceClientImpl;\r\n}());\r\nexport default AwsSesServiceClientImpl;\r\n//# sourceMappingURL=AwsSesServiceClientImpl.js.map","map":"{\"version\":3,\"file\":\"AwsSesServiceClientImpl.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../src/internal/AwsSesServiceClientImpl.ts\"],\"names\":[],\"mappings\":\"AA2BA;IACE,iCAAoC,KAA8B;QAA9B,UAAK,GAAL,KAAK,CAAyB;IAAG,CAAC;IAU/D,2CAAS,GAAhB,UACE,EAAU,EACV,IAAY,EACZ,OAAe,EACf,IAAY;QAEZ,OAAO,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC;IACvD,CAAC;IACH,8BAAC;AAAD,CAAC,AAnBD,IAmBC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/services/aws-ses/.rpt2_cache/placeholder/internal/AwsSesServiceClientImpl.d.ts","text":"import { AwsSesSendResult, CoreAwsSesServiceClient } from \"mongodb-stitch-core-services-aws-ses\";\r\nimport { AwsSesServiceClient } from \"../AwsSesServiceClient\";\r\nexport default class AwsSesServiceClientImpl implements AwsSesServiceClient {\r\n    private readonly proxy;\r\n    constructor(proxy: CoreAwsSesServiceClient);\r\n    sendEmail(to: string, from: string, subject: string, body: string): Promise<AwsSesSendResult>;\r\n}\r\n"}}
