rittenhop-dev/versions/5.94.2/node_modules/@aws-sdk/client-ses/dist-cjs/index.js
2024-09-23 19:40:12 -04:00

13 lines
686 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SESServiceException = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./SES"), exports);
tslib_1.__exportStar(require("./SESClient"), exports);
tslib_1.__exportStar(require("./commands"), exports);
tslib_1.__exportStar(require("./models"), exports);
tslib_1.__exportStar(require("./pagination"), exports);
tslib_1.__exportStar(require("./waiters"), exports);
var SESServiceException_1 = require("./models/SESServiceException");
Object.defineProperty(exports, "SESServiceException", { enumerable: true, get: function () { return SESServiceException_1.SESServiceException; } });