get and store last run time in ssm

This commit is contained in:
2023-11-24 09:36:37 -05:00
parent efb6c7f143
commit 3ffaaa3412
1172 changed files with 94979 additions and 43814 deletions
@@ -0,0 +1,12 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SSMServiceException = exports.__ServiceException = void 0;
const smithy_client_1 = require("@smithy/smithy-client");
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
class SSMServiceException extends smithy_client_1.ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SSMServiceException.prototype);
}
}
exports.SSMServiceException = SSMServiceException;