@bitblit/ratchet-aws 4.0.99-alpha → 4.0.103-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. package/{dist/types → lib}/batch/aws-batch-background-processor.d.ts +1 -5
  2. package/{dist/es → lib}/batch/aws-batch-background-processor.js +6 -1
  3. package/lib/batch/aws-batch-background-processor.spec.js +15 -0
  4. package/{dist/types → lib}/batch/aws-batch-ratchet.d.ts +0 -3
  5. package/{dist/es → lib}/batch/aws-batch-ratchet.js +5 -1
  6. package/lib/batch/aws-batch-ratchet.spec.js +33 -0
  7. package/{dist/types → lib}/build/ratchet-aws-info.d.ts +1 -1
  8. package/{dist/types → lib}/cache/dynamo-db-storage-provider.d.ts +3 -3
  9. package/{dist/es → lib}/cache/dynamo-db-storage-provider.js +3 -1
  10. package/{dist/types → lib}/cache/s3-storage-provider.d.ts +3 -3
  11. package/{dist/es → lib}/cache/s3-storage-provider.js +4 -1
  12. package/{dist/types → lib}/cache/simple-cache-storage-provider.d.ts +1 -1
  13. package/{dist/types → lib}/cache/simple-cache.d.ts +3 -3
  14. package/{dist/es → lib}/cache/simple-cache.js +4 -2
  15. package/lib/cache/simple-cache.spec.js +67 -0
  16. package/{dist/es → lib}/cloudwatch/cloud-watch-log-group-ratchet.js +4 -2
  17. package/lib/cloudwatch/cloud-watch-log-group-ratchet.spec.js +19 -0
  18. package/{dist/es → lib}/cloudwatch/cloud-watch-logs-ratchet.js +6 -5
  19. package/lib/cloudwatch/cloud-watch-logs-ratchet.spec.js +84 -0
  20. package/{dist/types → lib}/cloudwatch/cloud-watch-metrics-ratchet.d.ts +3 -3
  21. package/{dist/es → lib}/cloudwatch/cloud-watch-metrics-ratchet.js +3 -2
  22. package/lib/cloudwatch/cloud-watch-metrics-ratchet.spec.js +23 -0
  23. package/{dist/types → lib}/daemon/daemon-like.d.ts +3 -3
  24. package/{dist/types → lib}/daemon/daemon-process-state-public-token.d.ts +1 -1
  25. package/{dist/types → lib}/daemon/daemon-util.d.ts +5 -11
  26. package/{dist/es → lib}/daemon/daemon-util.js +3 -3
  27. package/lib/daemon/daemon-util.spec.d.ts +4 -0
  28. package/lib/daemon/daemon-util.spec.js +79 -0
  29. package/{dist/types → lib}/daemon/daemon.d.ts +5 -5
  30. package/{dist/es → lib}/daemon/daemon.js +12 -6
  31. package/{dist/types → lib}/dao/prototype-dao-provider.d.ts +1 -1
  32. package/{dist/types → lib}/dao/prototype-dao.d.ts +2 -2
  33. package/{dist/es → lib}/dao/prototype-dao.js +13 -9
  34. package/lib/dao/prototype-dao.spec.d.ts +8 -0
  35. package/lib/dao/prototype-dao.spec.js +26 -0
  36. package/{dist/types → lib}/dao/s3-prototype-dao-provider.d.ts +3 -3
  37. package/{dist/es → lib}/dao/s3-prototype-dao-provider.js +3 -1
  38. package/{dist/types → lib}/dao/s3-simple-dao.d.ts +2 -2
  39. package/{dist/es → lib}/dao/s3-simple-dao.js +4 -2
  40. package/{dist/types → lib}/dynamodb/dynamo-ratchet-like.d.ts +3 -3
  41. package/{dist/types → lib}/dynamodb/dynamo-ratchet.d.ts +4 -4
  42. package/{dist/es → lib}/dynamodb/dynamo-ratchet.js +7 -6
  43. package/lib/dynamodb/dynamo-ratchet.spec.js +156 -0
  44. package/{dist/es → lib}/dynamodb/dynamo-table-ratchet.js +5 -4
  45. package/{dist/es → lib}/dynamodb/hash-spreader.js +8 -1
  46. package/lib/dynamodb/hash-spreader.spec.js +17 -0
  47. package/{dist/types → lib}/ec2/ec2-ratchet.d.ts +0 -11
  48. package/{dist/es → lib}/ec2/ec2-ratchet.js +7 -3
  49. package/lib/ec2/ec2-ratchet.spec.js +31 -0
  50. package/{dist/types → lib}/environment/cascade-environment-service-provider.d.ts +1 -4
  51. package/{dist/es → lib}/environment/cascade-environment-service-provider.js +3 -2
  52. package/{dist/types → lib}/environment/env-var-environment-service-provider.d.ts +1 -5
  53. package/{dist/es → lib}/environment/env-var-environment-service-provider.js +5 -4
  54. package/{dist/types → lib}/environment/environment-service-config.d.ts +0 -3
  55. package/lib/environment/environment-service-provider.d.ts +3 -0
  56. package/{dist/types → lib}/environment/environment-service.d.ts +2 -5
  57. package/{dist/es → lib}/environment/environment-service.js +13 -11
  58. package/lib/environment/environment-service.spec.js +22 -0
  59. package/{dist/types → lib}/environment/fixed-environment-service-provider.d.ts +1 -4
  60. package/{dist/es → lib}/environment/fixed-environment-service-provider.js +3 -2
  61. package/{dist/types → lib}/environment/s3-environment-service-provider.d.ts +1 -4
  62. package/{dist/es → lib}/environment/s3-environment-service-provider.js +7 -5
  63. package/{dist/types → lib}/environment/ssm-environment-service-provider.d.ts +1 -5
  64. package/{dist/es → lib}/environment/ssm-environment-service-provider.js +9 -6
  65. package/{dist/types → lib}/expiring-code/dynamo-expiring-code-provider.d.ts +4 -4
  66. package/{dist/es → lib}/expiring-code/dynamo-expiring-code-provider.js +2 -0
  67. package/{dist/types → lib}/expiring-code/expiring-code-provider.d.ts +1 -1
  68. package/{dist/types → lib}/expiring-code/expiring-code-ratchet.d.ts +3 -6
  69. package/{dist/es → lib}/expiring-code/expiring-code-ratchet.js +3 -2
  70. package/lib/expiring-code/expiring-code-ratchet.spec.js +7 -0
  71. package/{dist/types → lib}/expiring-code/s3-expiring-code-provider.d.ts +3 -3
  72. package/{dist/es → lib}/expiring-code/s3-expiring-code-provider.js +4 -1
  73. package/lib/expiring-code/s3-expiring-code-provider.spec.js +46 -0
  74. package/{dist/types → lib}/iam/aws-credentials-ratchet.d.ts +0 -5
  75. package/{dist/es → lib}/iam/aws-credentials-ratchet.js +2 -1
  76. package/{dist/es → lib}/lambda/lambda-event-type-guards.js +1 -1
  77. package/{dist/types → lib}/model/cloud-watch-metrics-minute-level-dynamo-count-request.d.ts +2 -2
  78. package/lib/model/dynamo/doc-put-item-command-input.js +1 -0
  79. package/lib/model/dynamo/doc-query-command-input.js +1 -0
  80. package/lib/model/dynamo/doc-scan-command-input.js +1 -0
  81. package/lib/model/dynamo/doc-update-item-command-input.js +1 -0
  82. package/{dist/es → lib}/route53/route-53-ratchet.js +3 -1
  83. package/{dist/types → lib}/runtime-parameter/cached-stored-runtime-parameter.d.ts +1 -1
  84. package/lib/runtime-parameter/cached-stored-runtime-parameter.js +1 -0
  85. package/{dist/types → lib}/runtime-parameter/dynamo-runtime-parameter-provider.d.ts +3 -3
  86. package/{dist/es → lib}/runtime-parameter/dynamo-runtime-parameter-provider.js +4 -2
  87. package/lib/runtime-parameter/dynamo-runtime-parameter-provider.spec.d.ts +1 -0
  88. package/lib/runtime-parameter/dynamo-runtime-parameter-provider.spec.js +49 -0
  89. package/{dist/types → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.d.ts +2 -9
  90. package/{dist/es → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.js +10 -8
  91. package/lib/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.d.ts +1 -0
  92. package/lib/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.js +37 -0
  93. package/{dist/types → lib}/runtime-parameter/memory-runtime-parameter-provider.d.ts +2 -6
  94. package/{dist/es → lib}/runtime-parameter/memory-runtime-parameter-provider.js +2 -1
  95. package/{dist/types → lib}/runtime-parameter/runtime-parameter-provider.d.ts +1 -6
  96. package/lib/runtime-parameter/runtime-parameter-provider.js +1 -0
  97. package/{dist/types → lib}/runtime-parameter/runtime-parameter-ratchet.d.ts +2 -2
  98. package/{dist/es → lib}/runtime-parameter/runtime-parameter-ratchet.js +4 -3
  99. package/lib/runtime-parameter/runtime-parameter-ratchet.spec.d.ts +1 -0
  100. package/lib/runtime-parameter/runtime-parameter-ratchet.spec.js +39 -0
  101. package/lib/runtime-parameter/stored-runtime-parameter.js +1 -0
  102. package/{dist/types → lib}/s3/s3-cache-ratchet.d.ts +3 -4
  103. package/{dist/es → lib}/s3/s3-cache-ratchet.js +7 -5
  104. package/lib/s3/s3-cache-ratchet.spec.d.ts +1 -0
  105. package/lib/s3/s3-cache-ratchet.spec.js +97 -0
  106. package/{dist/types → lib}/s3/s3-cache-to-local-disk-ratchet.d.ts +2 -5
  107. package/{dist/es → lib}/s3/s3-cache-to-local-disk-ratchet.js +8 -3
  108. package/lib/s3/s3-cache-to-local-dist-ratchet.spec.d.ts +1 -0
  109. package/lib/s3/s3-cache-to-local-dist-ratchet.spec.js +22 -0
  110. package/{dist/es → lib}/s3/s3-location-sync-ratchet.js +4 -1
  111. package/{dist/es → lib}/s3/s3-ratchet.js +1 -1
  112. package/lib/s3/s3-ratchet.spec.d.ts +1 -0
  113. package/lib/s3/s3-ratchet.spec.js +20 -0
  114. package/lib/ses/email-attachment.d.ts +5 -0
  115. package/lib/ses/email-attachment.js +1 -0
  116. package/{dist/types → lib}/ses/mailer-config.d.ts +2 -5
  117. package/lib/ses/mailer-config.js +1 -0
  118. package/{dist/types → lib}/ses/mailer-like.d.ts +2 -9
  119. package/lib/ses/mailer-like.js +1 -0
  120. package/{dist/types → lib}/ses/mailer.d.ts +4 -11
  121. package/{dist/es → lib}/ses/mailer.js +8 -6
  122. package/lib/ses/mailer.spec.d.ts +1 -0
  123. package/lib/ses/mailer.spec.js +104 -0
  124. package/{dist/types → lib}/ses/ratchet-template-renderer.d.ts +0 -4
  125. package/lib/ses/ratchet-template-renderer.js +1 -0
  126. package/lib/ses/ready-to-send-email.d.ts +13 -0
  127. package/lib/ses/ready-to-send-email.js +1 -0
  128. package/{dist/types → lib}/ses/remote-handlebars-template-renderer.d.ts +1 -3
  129. package/{dist/es → lib}/ses/remote-handlebars-template-renderer.js +6 -2
  130. package/lib/ses/resolved-ready-to-send-email.d.ts +5 -0
  131. package/lib/ses/resolved-ready-to-send-email.js +1 -0
  132. package/{dist/es → lib}/sns/sns-ratchet.js +4 -2
  133. package/lib/sns/sns-ratchet.spec.d.ts +1 -0
  134. package/lib/sns/sns-ratchet.spec.js +17 -0
  135. package/{dist/types → lib}/sync-lock/dynamo-db-sync-lock.d.ts +2 -2
  136. package/{dist/es → lib}/sync-lock/dynamo-db-sync-lock.js +5 -1
  137. package/lib/sync-lock/dynamo-db-sync-lock.spec.d.ts +1 -0
  138. package/lib/sync-lock/dynamo-db-sync-lock.spec.js +30 -0
  139. package/{dist/types → lib}/sync-lock/memory-sync-lock.d.ts +1 -4
  140. package/{dist/es → lib}/sync-lock/memory-sync-lock.js +3 -4
  141. package/lib/sync-lock/sync-lock-provider.js +1 -0
  142. package/package.json +11 -12
  143. package/dist/cjs/batch/aws-batch-background-processor.js +0 -44
  144. package/dist/cjs/batch/aws-batch-ratchet.js +0 -55
  145. package/dist/cjs/build/ratchet-aws-info.js +0 -18
  146. package/dist/cjs/cache/dynamo-db-storage-provider.js +0 -111
  147. package/dist/cjs/cache/s3-storage-provider.js +0 -44
  148. package/dist/cjs/cache/simple-cache-object-wrapper.js +0 -2
  149. package/dist/cjs/cache/simple-cache-read-options.js +0 -2
  150. package/dist/cjs/cache/simple-cache-storage-provider.js +0 -2
  151. package/dist/cjs/cache/simple-cache.js +0 -66
  152. package/dist/cjs/cloudwatch/cloud-watch-log-group-ratchet.js +0 -73
  153. package/dist/cjs/cloudwatch/cloud-watch-logs-ratchet.js +0 -173
  154. package/dist/cjs/cloudwatch/cloud-watch-metrics-ratchet.js +0 -57
  155. package/dist/cjs/daemon/daemon-like.js +0 -2
  156. package/dist/cjs/daemon/daemon-process-create-options.js +0 -2
  157. package/dist/cjs/daemon/daemon-process-state-public-token.js +0 -2
  158. package/dist/cjs/daemon/daemon-process-state.js +0 -2
  159. package/dist/cjs/daemon/daemon-util.js +0 -152
  160. package/dist/cjs/daemon/daemon.js +0 -126
  161. package/dist/cjs/dao/prototype-dao-config.js +0 -2
  162. package/dist/cjs/dao/prototype-dao-db.js +0 -2
  163. package/dist/cjs/dao/prototype-dao-provider.js +0 -2
  164. package/dist/cjs/dao/prototype-dao.js +0 -88
  165. package/dist/cjs/dao/s3-prototype-dao-provider.js +0 -28
  166. package/dist/cjs/dao/s3-simple-dao.js +0 -78
  167. package/dist/cjs/dao/simple-dao-item.js +0 -2
  168. package/dist/cjs/dynamodb/dynamo-ratchet-like.js +0 -2
  169. package/dist/cjs/dynamodb/dynamo-ratchet.js +0 -667
  170. package/dist/cjs/dynamodb/dynamo-table-ratchet.js +0 -91
  171. package/dist/cjs/dynamodb/hash-spreader.js +0 -62
  172. package/dist/cjs/ec2/ec2-ratchet.js +0 -107
  173. package/dist/cjs/environment/cascade-environment-service-provider.js +0 -27
  174. package/dist/cjs/environment/env-var-environment-service-provider.js +0 -33
  175. package/dist/cjs/environment/environment-service-config.js +0 -2
  176. package/dist/cjs/environment/environment-service-provider.js +0 -2
  177. package/dist/cjs/environment/environment-service.js +0 -52
  178. package/dist/cjs/environment/fixed-environment-service-provider.js +0 -24
  179. package/dist/cjs/environment/s3-environment-service-provider.js +0 -29
  180. package/dist/cjs/environment/ssm-environment-service-provider.js +0 -61
  181. package/dist/cjs/expiring-code/dynamo-expiring-code-provider.js +0 -26
  182. package/dist/cjs/expiring-code/expiring-code-params.js +0 -2
  183. package/dist/cjs/expiring-code/expiring-code-provider.js +0 -2
  184. package/dist/cjs/expiring-code/expiring-code-ratchet.js +0 -37
  185. package/dist/cjs/expiring-code/expiring-code.js +0 -2
  186. package/dist/cjs/expiring-code/s3-expiring-code-provider.js +0 -49
  187. package/dist/cjs/iam/aws-credentials-ratchet.js +0 -21
  188. package/dist/cjs/index.js +0 -81
  189. package/dist/cjs/lambda/lambda-event-detector.js +0 -42
  190. package/dist/cjs/lambda/lambda-event-type-guards.js +0 -28
  191. package/dist/cjs/model/cloud-watch-metrics-minute-level-dynamo-count-request.js +0 -2
  192. package/dist/cjs/model/cloud-watch-metrics-unit.js +0 -33
  193. package/dist/cjs/model/dynamo/doc-put-item-command-input.js +0 -2
  194. package/dist/cjs/model/dynamo/doc-query-command-input.js +0 -2
  195. package/dist/cjs/model/dynamo/doc-scan-command-input.js +0 -2
  196. package/dist/cjs/model/dynamo/doc-update-item-command-input.js +0 -2
  197. package/dist/cjs/model/dynamo-count-result.js +0 -2
  198. package/dist/cjs/route53/route-53-ratchet.js +0 -57
  199. package/dist/cjs/runtime-parameter/cached-stored-runtime-parameter.js +0 -2
  200. package/dist/cjs/runtime-parameter/dynamo-runtime-parameter-provider.js +0 -38
  201. package/dist/cjs/runtime-parameter/global-variable-override-runtime-parameter-provider.js +0 -54
  202. package/dist/cjs/runtime-parameter/memory-runtime-parameter-provider.js +0 -30
  203. package/dist/cjs/runtime-parameter/runtime-parameter-provider.js +0 -2
  204. package/dist/cjs/runtime-parameter/runtime-parameter-ratchet.js +0 -74
  205. package/dist/cjs/runtime-parameter/stored-runtime-parameter.js +0 -2
  206. package/dist/cjs/s3/s3-cache-ratchet.js +0 -332
  207. package/dist/cjs/s3/s3-cache-to-local-disk-ratchet.js +0 -105
  208. package/dist/cjs/s3/s3-location-sync-ratchet.js +0 -142
  209. package/dist/cjs/s3/s3-ratchet.js +0 -26
  210. package/dist/cjs/ses/email-attachment.js +0 -2
  211. package/dist/cjs/ses/mailer-config.js +0 -2
  212. package/dist/cjs/ses/mailer-like.js +0 -2
  213. package/dist/cjs/ses/mailer.js +0 -208
  214. package/dist/cjs/ses/ratchet-template-renderer.js +0 -2
  215. package/dist/cjs/ses/ready-to-send-email.js +0 -2
  216. package/dist/cjs/ses/remote-handlebars-template-renderer.js +0 -79
  217. package/dist/cjs/ses/resolved-ready-to-send-email.js +0 -2
  218. package/dist/cjs/sns/sns-ratchet.js +0 -47
  219. package/dist/cjs/sync-lock/dynamo-db-sync-lock.js +0 -69
  220. package/dist/cjs/sync-lock/memory-sync-lock.js +0 -40
  221. package/dist/cjs/sync-lock/sync-lock-provider.js +0 -2
  222. package/dist/es/index.js +0 -78
  223. package/dist/tsconfig.cjs.tsbuildinfo +0 -1
  224. package/dist/tsconfig.es.tsbuildinfo +0 -1
  225. package/dist/tsconfig.types.tsbuildinfo +0 -1
  226. package/dist/types/environment/environment-service-provider.d.ts +0 -7
  227. package/dist/types/index.d.ts +0 -81
  228. package/dist/types/ses/email-attachment.d.ts +0 -23
  229. package/dist/types/ses/ready-to-send-email.d.ts +0 -66
  230. package/dist/types/ses/resolved-ready-to-send-email.d.ts +0 -16
  231. /package/{dist/es/cache/simple-cache-object-wrapper.js → lib/batch/aws-batch-background-processor.spec.d.ts} +0 -0
  232. /package/{dist/es/cache/simple-cache-read-options.js → lib/batch/aws-batch-ratchet.spec.d.ts} +0 -0
  233. /package/{dist/es → lib}/build/ratchet-aws-info.js +0 -0
  234. /package/{dist/types → lib}/cache/simple-cache-object-wrapper.d.ts +0 -0
  235. /package/{dist/es/cache/simple-cache-storage-provider.js → lib/cache/simple-cache-object-wrapper.js} +0 -0
  236. /package/{dist/types → lib}/cache/simple-cache-read-options.d.ts +0 -0
  237. /package/{dist/es/daemon/daemon-like.js → lib/cache/simple-cache-read-options.js} +0 -0
  238. /package/{dist/es/daemon/daemon-process-create-options.js → lib/cache/simple-cache-storage-provider.js} +0 -0
  239. /package/{dist/es/daemon/daemon-process-state-public-token.js → lib/cache/simple-cache.spec.d.ts} +0 -0
  240. /package/{dist/types → lib}/cloudwatch/cloud-watch-log-group-ratchet.d.ts +0 -0
  241. /package/{dist/es/daemon/daemon-process-state.js → lib/cloudwatch/cloud-watch-log-group-ratchet.spec.d.ts} +0 -0
  242. /package/{dist/types → lib}/cloudwatch/cloud-watch-logs-ratchet.d.ts +0 -0
  243. /package/{dist/es/dao/prototype-dao-config.js → lib/cloudwatch/cloud-watch-logs-ratchet.spec.d.ts} +0 -0
  244. /package/{dist/es/dao/prototype-dao-db.js → lib/cloudwatch/cloud-watch-metrics-ratchet.spec.d.ts} +0 -0
  245. /package/{dist/es/dao/prototype-dao-provider.js → lib/daemon/daemon-like.js} +0 -0
  246. /package/{dist/types → lib}/daemon/daemon-process-create-options.d.ts +0 -0
  247. /package/{dist/es/dao/simple-dao-item.js → lib/daemon/daemon-process-create-options.js} +0 -0
  248. /package/{dist/es/dynamodb/dynamo-ratchet-like.js → lib/daemon/daemon-process-state-public-token.js} +0 -0
  249. /package/{dist/types → lib}/daemon/daemon-process-state.d.ts +0 -0
  250. /package/{dist/es/environment/environment-service-config.js → lib/daemon/daemon-process-state.js} +0 -0
  251. /package/{dist/types → lib}/dao/prototype-dao-config.d.ts +0 -0
  252. /package/{dist/es/environment/environment-service-provider.js → lib/dao/prototype-dao-config.js} +0 -0
  253. /package/{dist/types → lib}/dao/prototype-dao-db.d.ts +0 -0
  254. /package/{dist/es/expiring-code/expiring-code-params.js → lib/dao/prototype-dao-db.js} +0 -0
  255. /package/{dist/es/expiring-code/expiring-code-provider.js → lib/dao/prototype-dao-provider.js} +0 -0
  256. /package/{dist/types → lib}/dao/simple-dao-item.d.ts +0 -0
  257. /package/{dist/es/expiring-code/expiring-code.js → lib/dao/simple-dao-item.js} +0 -0
  258. /package/{dist/es/model/cloud-watch-metrics-minute-level-dynamo-count-request.js → lib/dynamodb/dynamo-ratchet-like.js} +0 -0
  259. /package/{dist/es/model/dynamo-count-result.js → lib/dynamodb/dynamo-ratchet.spec.d.ts} +0 -0
  260. /package/{dist/types → lib}/dynamodb/dynamo-table-ratchet.d.ts +0 -0
  261. /package/{dist/types → lib}/dynamodb/hash-spreader.d.ts +0 -0
  262. /package/{dist/es/model/dynamo/doc-put-item-command-input.js → lib/dynamodb/hash-spreader.spec.d.ts} +0 -0
  263. /package/{dist/es/model/dynamo/doc-query-command-input.js → lib/ec2/ec2-ratchet.spec.d.ts} +0 -0
  264. /package/{dist/es/model/dynamo/doc-scan-command-input.js → lib/environment/environment-service-config.js} +0 -0
  265. /package/{dist/es/model/dynamo/doc-update-item-command-input.js → lib/environment/environment-service-provider.js} +0 -0
  266. /package/{dist/es/runtime-parameter/cached-stored-runtime-parameter.js → lib/environment/environment-service.spec.d.ts} +0 -0
  267. /package/{dist/types → lib}/expiring-code/expiring-code-params.d.ts +0 -0
  268. /package/{dist/es/runtime-parameter/runtime-parameter-provider.js → lib/expiring-code/expiring-code-params.js} +0 -0
  269. /package/{dist/es/runtime-parameter/stored-runtime-parameter.js → lib/expiring-code/expiring-code-provider.js} +0 -0
  270. /package/{dist/es/ses/email-attachment.js → lib/expiring-code/expiring-code-ratchet.spec.d.ts} +0 -0
  271. /package/{dist/types → lib}/expiring-code/expiring-code.d.ts +0 -0
  272. /package/{dist/es/ses/mailer-config.js → lib/expiring-code/expiring-code.js} +0 -0
  273. /package/{dist/es/ses/mailer-like.js → lib/expiring-code/s3-expiring-code-provider.spec.d.ts} +0 -0
  274. /package/{dist/es/ses/ratchet-template-renderer.js → lib/index.d.ts} +0 -0
  275. /package/{dist/es/ses/ready-to-send-email.js → lib/index.js} +0 -0
  276. /package/{dist/types → lib}/lambda/lambda-event-detector.d.ts +0 -0
  277. /package/{dist/es → lib}/lambda/lambda-event-detector.js +0 -0
  278. /package/{dist/types → lib}/lambda/lambda-event-type-guards.d.ts +0 -0
  279. /package/{dist/es/ses/resolved-ready-to-send-email.js → lib/model/cloud-watch-metrics-minute-level-dynamo-count-request.js} +0 -0
  280. /package/{dist/types → lib}/model/cloud-watch-metrics-unit.d.ts +0 -0
  281. /package/{dist/es → lib}/model/cloud-watch-metrics-unit.js +0 -0
  282. /package/{dist/types → lib}/model/dynamo/doc-put-item-command-input.d.ts +0 -0
  283. /package/{dist/types → lib}/model/dynamo/doc-query-command-input.d.ts +0 -0
  284. /package/{dist/types → lib}/model/dynamo/doc-scan-command-input.d.ts +0 -0
  285. /package/{dist/types → lib}/model/dynamo/doc-update-item-command-input.d.ts +0 -0
  286. /package/{dist/types → lib}/model/dynamo-count-result.d.ts +0 -0
  287. /package/{dist/es/sync-lock/sync-lock-provider.js → lib/model/dynamo-count-result.js} +0 -0
  288. /package/{dist/types → lib}/route53/route-53-ratchet.d.ts +0 -0
  289. /package/{dist/types → lib}/runtime-parameter/stored-runtime-parameter.d.ts +0 -0
  290. /package/{dist/types → lib}/s3/s3-location-sync-ratchet.d.ts +0 -0
  291. /package/{dist/types → lib}/s3/s3-ratchet.d.ts +0 -0
  292. /package/{dist/types → lib}/sns/sns-ratchet.d.ts +0 -0
  293. /package/{dist/types → lib}/sync-lock/sync-lock-provider.d.ts +0 -0
@@ -1,7 +0,0 @@
1
- /**
2
- * Classes implementing EnvironmentServiceProvider offer the ability to fetch a configuration
3
- * object from _somewhere_
4
- */
5
- export interface EnvironmentServiceProvider<T> {
6
- fetchConfig(name: string): Promise<T>;
7
- }
@@ -1,81 +0,0 @@
1
- /**
2
- * @file Automatically generated by barrelsby.
3
- */
4
- export * from './batch/aws-batch-background-processor';
5
- export * from './batch/aws-batch-ratchet';
6
- export * from './build/ratchet-aws-info';
7
- export * from './cache/dynamo-db-storage-provider';
8
- export * from './cache/s3-storage-provider';
9
- export * from './cache/simple-cache-object-wrapper';
10
- export * from './cache/simple-cache-read-options';
11
- export * from './cache/simple-cache-storage-provider';
12
- export * from './cache/simple-cache';
13
- export * from './cloudwatch/cloud-watch-log-group-ratchet';
14
- export * from './cloudwatch/cloud-watch-logs-ratchet';
15
- export * from './cloudwatch/cloud-watch-metrics-ratchet';
16
- export * from './daemon/daemon-like';
17
- export * from './daemon/daemon-process-create-options';
18
- export * from './daemon/daemon-process-state-public-token';
19
- export * from './daemon/daemon-process-state';
20
- export * from './daemon/daemon-util';
21
- export * from './daemon/daemon';
22
- export * from './dao/prototype-dao-config';
23
- export * from './dao/prototype-dao-db';
24
- export * from './dao/prototype-dao-provider';
25
- export * from './dao/prototype-dao';
26
- export * from './dao/s3-prototype-dao-provider';
27
- export * from './dao/s3-simple-dao';
28
- export * from './dao/simple-dao-item';
29
- export * from './dynamodb/dynamo-ratchet-like';
30
- export * from './dynamodb/dynamo-ratchet';
31
- export * from './dynamodb/dynamo-table-ratchet';
32
- export * from './dynamodb/hash-spreader';
33
- export * from './ec2/ec2-ratchet';
34
- export * from './environment/cascade-environment-service-provider';
35
- export * from './environment/env-var-environment-service-provider';
36
- export * from './environment/environment-service-config';
37
- export * from './environment/environment-service-provider';
38
- export * from './environment/environment-service';
39
- export * from './environment/fixed-environment-service-provider';
40
- export * from './environment/s3-environment-service-provider';
41
- export * from './environment/ssm-environment-service-provider';
42
- export * from './expiring-code/dynamo-expiring-code-provider';
43
- export * from './expiring-code/expiring-code-params';
44
- export * from './expiring-code/expiring-code-provider';
45
- export * from './expiring-code/expiring-code-ratchet';
46
- export * from './expiring-code/expiring-code';
47
- export * from './expiring-code/s3-expiring-code-provider';
48
- export * from './iam/aws-credentials-ratchet';
49
- export * from './lambda/lambda-event-detector';
50
- export * from './lambda/lambda-event-type-guards';
51
- export * from './model/cloud-watch-metrics-minute-level-dynamo-count-request';
52
- export * from './model/cloud-watch-metrics-unit';
53
- export * from './model/dynamo-count-result';
54
- export * from './model/dynamo/doc-put-item-command-input';
55
- export * from './model/dynamo/doc-query-command-input';
56
- export * from './model/dynamo/doc-scan-command-input';
57
- export * from './model/dynamo/doc-update-item-command-input';
58
- export * from './route53/route-53-ratchet';
59
- export * from './runtime-parameter/cached-stored-runtime-parameter';
60
- export * from './runtime-parameter/dynamo-runtime-parameter-provider';
61
- export * from './runtime-parameter/global-variable-override-runtime-parameter-provider';
62
- export * from './runtime-parameter/memory-runtime-parameter-provider';
63
- export * from './runtime-parameter/runtime-parameter-provider';
64
- export * from './runtime-parameter/runtime-parameter-ratchet';
65
- export * from './runtime-parameter/stored-runtime-parameter';
66
- export * from './s3/s3-cache-ratchet';
67
- export * from './s3/s3-cache-to-local-disk-ratchet';
68
- export * from './s3/s3-location-sync-ratchet';
69
- export * from './s3/s3-ratchet';
70
- export * from './ses/email-attachment';
71
- export * from './ses/mailer-config';
72
- export * from './ses/mailer-like';
73
- export * from './ses/mailer';
74
- export * from './ses/ratchet-template-renderer';
75
- export * from './ses/ready-to-send-email';
76
- export * from './ses/remote-handlebars-template-renderer';
77
- export * from './ses/resolved-ready-to-send-email';
78
- export * from './sns/sns-ratchet';
79
- export * from './sync-lock/dynamo-db-sync-lock';
80
- export * from './sync-lock/memory-sync-lock';
81
- export * from './sync-lock/sync-lock-provider';
@@ -1,23 +0,0 @@
1
- /**
2
- * tbd
3
- * @interface EmailAttachment
4
- */
5
- export interface EmailAttachment {
6
- /**
7
- * @type {string}
8
- * @memberof EmailAttachment
9
- */
10
- filename?: string;
11
- /**
12
- *
13
- * @type {string}
14
- * @memberof EmailAttachment
15
- */
16
- contentType?: string;
17
- /**
18
- *
19
- * @type {string}
20
- * @memberof EmailAttachment
21
- */
22
- base64Data?: string;
23
- }
@@ -1,66 +0,0 @@
1
- /**
2
- * @interface ReadyToSendEmail
3
- */
4
- import { EmailAttachment } from './email-attachment';
5
- export interface ReadyToSendEmail {
6
- /**
7
- *
8
- * @type {Array<string>}
9
- * @memberof ReadyToSendEmail
10
- */
11
- destinationAddresses?: Array<string>;
12
- /**
13
- *
14
- * @type {Array<string>}
15
- * @memberof ReadyToSendEmail
16
- */
17
- bccAddresses?: Array<string>;
18
- /**
19
- *
20
- * @type {Array<EmailAttachment>}
21
- * @memberof ReadyToSendEmail
22
- */
23
- attachments?: Array<EmailAttachment>;
24
- /**
25
- *
26
- * @type {string}
27
- * @memberof ReadyToSendEmail
28
- */
29
- fromAddress?: string;
30
- /**
31
- *
32
- * @type {string}
33
- * @memberof ReadyToSendEmail
34
- */
35
- txtMessage?: string;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof ReadyToSendEmail
40
- */
41
- htmlMessage?: string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof ReadyToSendEmail
46
- */
47
- subject?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof ReadyToSendEmail
52
- */
53
- fromName?: string;
54
- /**
55
- *
56
- * @type {boolean}
57
- * @memberof ReadyToSendEmail
58
- */
59
- doNotAutoBcc?: boolean;
60
- /**
61
- *
62
- * @type {boolean}
63
- * @memberof ReadyToSendEmail
64
- */
65
- doNotArchive?: boolean;
66
- }
@@ -1,16 +0,0 @@
1
- /**
2
- * @interface ResolvedReadyToSendEmail
3
- */
4
- import { ReadyToSendEmail } from './ready-to-send-email';
5
- export interface ResolvedReadyToSendEmail extends ReadyToSendEmail {
6
- /**
7
- * The list of destination addresses before any sending/filtering rules were applied
8
- * @type {Array<string>}
9
- * @memberof ReadyToSendEmail
10
- */
11
- srcDestinationAddresses?: string[];
12
- /**
13
- * The original list of bcc addresses before any auto-bcc were added
14
- */
15
- srcBccAddresses?: string[];
16
- }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes