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
+8
View File
@@ -0,0 +1,8 @@
export * from "./SSMClient";
export * from "./SSM";
export * from "./commands";
export * from "./pagination";
export * from "./waiters";
export * from "./models";
import "@aws-sdk/util-endpoints";
export { SSMServiceException } from "./models/SSMServiceException";