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)

32 lines 1.09 kB
(function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = factory(require, exports); if (v !== undefined) module.exports = v; } else if (typeof define === "function" && define.amd) { define(["require", "exports"], factory); } })(function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Fields; (function (Fields) { Fields["MessageId"] = "messageId"; })(Fields || (Fields = {})); var AwsSesSendResult = (function () { function AwsSesSendResult(messageId) { this.messageId = messageId; } AwsSesSendResult.Decoder = new (function () { function class_1() { } class_1.prototype.decode = function (from) { return { messageId: from[Fields.MessageId] }; }; return class_1; }())(); return AwsSesSendResult; }()); exports.default = AwsSesSendResult; }); //# sourceMappingURL=AwsSesSendResult.js.map