cloudstructs 0.9.42 → 0.9.43

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 (349) hide show
  1. package/.jsii +5 -5
  2. package/API.md +209 -13
  3. package/assets/slack-textract/detect.lambda/index.js +276 -88
  4. package/lib/codecommit-mirror/index.js +2 -2
  5. package/lib/dmarc/index.js +1 -1
  6. package/lib/ecs-service-roller/index.js +2 -2
  7. package/lib/email-receiver/receiver.js +1 -1
  8. package/lib/mjml-template/index.js +1 -1
  9. package/lib/saml-identity-provider/index.js +2 -2
  10. package/lib/slack-app/manifest.js +1 -1
  11. package/lib/slack-app/slack-app.js +2 -2
  12. package/lib/slack-events/index.js +1 -1
  13. package/lib/slack-textract/index.js +1 -1
  14. package/lib/ssl-server-test/index.js +1 -1
  15. package/lib/state-machine-cr-provider/index.js +1 -1
  16. package/lib/static-website/index.js +1 -1
  17. package/lib/toolkit-cleaner/index.js +1 -1
  18. package/lib/url-shortener/index.js +1 -1
  19. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  20. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +36 -1
  21. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  22. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +8 -4
  23. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -33
  24. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +3 -2
  25. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +198 -164
  26. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +9 -8
  27. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +39 -21
  28. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +89 -76
  29. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  30. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +52 -22
  31. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +29 -22
  32. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +82 -50
  33. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +7 -6
  34. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +3 -2
  35. package/node_modules/@slack/logger/node_modules/@types/node/package.json +3 -3
  36. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +13 -5
  37. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +221 -7
  38. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +2 -2
  39. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +2 -2
  40. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +88 -64
  41. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  42. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  43. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +34 -10
  44. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +11 -2
  45. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +20 -3
  46. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +24 -3
  47. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +40 -3
  48. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +25 -24
  49. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +1 -0
  50. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  51. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +5 -15
  52. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +5 -0
  53. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  54. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  55. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +82 -21
  56. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts +21 -0
  57. package/node_modules/@slack/types/dist/events/entity-details-requested.d.ts.map +1 -0
  58. package/node_modules/@slack/types/dist/events/entity-details-requested.js +3 -0
  59. package/node_modules/@slack/types/dist/events/entity-details-requested.js.map +1 -0
  60. package/node_modules/@slack/types/dist/events/index.d.ts +2 -1
  61. package/node_modules/@slack/types/dist/events/index.d.ts.map +1 -1
  62. package/node_modules/@slack/types/dist/events/index.js.map +1 -1
  63. package/node_modules/@slack/types/dist/message-metadata.d.ts +246 -1
  64. package/node_modules/@slack/types/dist/message-metadata.d.ts.map +1 -1
  65. package/node_modules/@slack/types/dist/message-metadata.js +21 -0
  66. package/node_modules/@slack/types/dist/message-metadata.js.map +1 -1
  67. package/node_modules/@slack/types/package.json +1 -1
  68. package/node_modules/@slack/web-api/dist/methods.d.ts +9 -2
  69. package/node_modules/@slack/web-api/dist/methods.d.ts.map +1 -1
  70. package/node_modules/@slack/web-api/dist/methods.js +7 -0
  71. package/node_modules/@slack/web-api/dist/methods.js.map +1 -1
  72. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +37 -9
  73. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  74. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts +46 -0
  75. package/node_modules/@slack/web-api/dist/types/request/entity.d.ts.map +1 -0
  76. package/node_modules/@slack/web-api/dist/types/request/entity.js +3 -0
  77. package/node_modules/@slack/web-api/dist/types/request/entity.js.map +1 -0
  78. package/node_modules/@slack/web-api/dist/types/request/index.d.ts +1 -0
  79. package/node_modules/@slack/web-api/dist/types/request/index.d.ts.map +1 -1
  80. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts +1 -1
  81. package/node_modules/@slack/web-api/dist/types/request/manifest.d.ts.map +1 -1
  82. package/node_modules/@slack/web-api/dist/types/request/search.d.ts +10 -1
  83. package/node_modules/@slack/web-api/dist/types/request/search.d.ts.map +1 -1
  84. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts +9 -0
  85. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.d.ts.map +1 -0
  86. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js +11 -0
  87. package/node_modules/@slack/web-api/dist/types/response/EntityPresentDetailsResponse.js.map +1 -0
  88. package/node_modules/@slack/web-api/dist/types/response/index.d.ts +1 -0
  89. package/node_modules/@slack/web-api/dist/types/response/index.d.ts.map +1 -1
  90. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  91. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +36 -1
  92. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  93. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +8 -4
  94. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -33
  95. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +3 -2
  96. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +198 -164
  97. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +9 -8
  98. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +39 -21
  99. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +89 -76
  100. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  101. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +52 -22
  102. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +29 -22
  103. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +82 -50
  104. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +7 -6
  105. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +3 -2
  106. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +3 -3
  107. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +13 -5
  108. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +221 -7
  109. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +2 -2
  110. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +2 -2
  111. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +88 -64
  112. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  113. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  114. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +34 -10
  115. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +11 -2
  116. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -3
  117. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +24 -3
  118. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +40 -3
  119. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +25 -24
  120. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +1 -0
  121. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  122. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +5 -15
  123. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +5 -0
  124. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  125. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  126. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +82 -21
  127. package/node_modules/@slack/web-api/package.json +2 -2
  128. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  129. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +36 -1
  130. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  131. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +8 -4
  132. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -33
  133. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +3 -2
  134. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +198 -164
  135. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +9 -8
  136. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +39 -21
  137. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +89 -76
  138. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  139. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +52 -22
  140. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +29 -22
  141. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +82 -50
  142. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +7 -6
  143. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +3 -2
  144. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +3 -3
  145. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +13 -5
  146. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +221 -7
  147. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -2
  148. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +2 -2
  149. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +88 -64
  150. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  151. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  152. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +34 -10
  153. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +11 -2
  154. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +20 -3
  155. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +24 -3
  156. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +40 -3
  157. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +25 -24
  158. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +1 -0
  159. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  160. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +5 -15
  161. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +5 -0
  162. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  163. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  164. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +82 -21
  165. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  166. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +36 -1
  167. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  168. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +8 -4
  169. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -33
  170. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +3 -2
  171. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +198 -164
  172. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +9 -8
  173. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +39 -21
  174. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +89 -76
  175. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  176. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +52 -22
  177. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +29 -22
  178. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +82 -50
  179. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +7 -6
  180. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +3 -2
  181. package/node_modules/@types/keyv/node_modules/@types/node/package.json +3 -3
  182. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +13 -5
  183. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +221 -7
  184. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -2
  185. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +2 -2
  186. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +88 -64
  187. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  188. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  189. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +34 -10
  190. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +11 -2
  191. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +20 -3
  192. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +24 -3
  193. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +40 -3
  194. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +25 -24
  195. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +1 -0
  196. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  197. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +5 -15
  198. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +5 -0
  199. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  200. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  201. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +82 -21
  202. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  203. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +36 -1
  204. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +9 -0
  205. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +8 -4
  206. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -33
  207. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +3 -2
  208. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +198 -164
  209. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +9 -8
  210. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +39 -21
  211. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +89 -76
  212. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +19 -0
  213. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +52 -22
  214. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +29 -22
  215. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +82 -50
  216. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +7 -6
  217. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +3 -2
  218. package/node_modules/@types/responselike/node_modules/@types/node/package.json +3 -3
  219. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +13 -5
  220. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +221 -7
  221. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -2
  222. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +2 -2
  223. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +88 -64
  224. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +10 -2
  225. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +16 -0
  226. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +34 -10
  227. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +11 -2
  228. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +20 -3
  229. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +24 -3
  230. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +40 -3
  231. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +25 -24
  232. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +1 -0
  233. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -1
  234. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +5 -15
  235. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +5 -0
  236. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  237. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +5 -3
  238. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +82 -21
  239. package/node_modules/axios/CHANGELOG.md +410 -346
  240. package/node_modules/axios/README.md +79 -51
  241. package/node_modules/axios/dist/axios.js +121 -46
  242. package/node_modules/axios/dist/axios.js.map +1 -1
  243. package/node_modules/axios/dist/axios.min.js +2 -2
  244. package/node_modules/axios/dist/axios.min.js.map +1 -1
  245. package/node_modules/axios/dist/browser/axios.cjs +126 -57
  246. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  247. package/node_modules/axios/dist/esm/axios.js +126 -57
  248. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  249. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  250. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  251. package/node_modules/axios/dist/node/axios.cjs +351 -97
  252. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  253. package/node_modules/axios/index.d.cts +4 -0
  254. package/node_modules/axios/index.d.ts +4 -0
  255. package/node_modules/axios/lib/adapters/adapters.js +85 -40
  256. package/node_modules/axios/lib/adapters/fetch.js +1 -1
  257. package/node_modules/axios/lib/adapters/http.js +224 -42
  258. package/node_modules/axios/lib/core/InterceptorManager.js +1 -1
  259. package/node_modules/axios/lib/core/mergeConfig.js +4 -4
  260. package/node_modules/axios/lib/env/data.js +1 -1
  261. package/node_modules/axios/lib/helpers/HttpStatusCode.js +6 -0
  262. package/node_modules/axios/lib/helpers/bind.js +7 -0
  263. package/node_modules/axios/lib/helpers/cookies.js +24 -13
  264. package/node_modules/axios/package.json +9 -4
  265. package/node_modules/mjml/LICENSE.md +21 -0
  266. package/node_modules/mjml/package.json +9 -8
  267. package/node_modules/mjml-accordion/LICENSE.md +21 -0
  268. package/node_modules/mjml-accordion/README.md +2 -2
  269. package/node_modules/mjml-accordion/lib/Accordion.js +8 -0
  270. package/node_modules/mjml-accordion/lib/AccordionElement.js +8 -0
  271. package/node_modules/mjml-accordion/lib/AccordionText.js +17 -3
  272. package/node_modules/mjml-accordion/lib/AccordionTitle.js +17 -3
  273. package/node_modules/mjml-accordion/package.json +4 -3
  274. package/node_modules/mjml-body/LICENSE.md +21 -0
  275. package/node_modules/mjml-body/package.json +4 -3
  276. package/node_modules/mjml-button/LICENSE.md +21 -0
  277. package/node_modules/mjml-button/README.md +1 -1
  278. package/node_modules/mjml-button/package.json +4 -3
  279. package/node_modules/mjml-carousel/LICENSE.md +21 -0
  280. package/node_modules/mjml-carousel/README.md +5 -5
  281. package/node_modules/mjml-carousel/lib/Carousel.js +15 -2
  282. package/node_modules/mjml-carousel/lib/CarouselImage.js +8 -1
  283. package/node_modules/mjml-carousel/package.json +4 -3
  284. package/node_modules/mjml-cli/LICENSE.md +21 -0
  285. package/node_modules/mjml-cli/package.json +7 -6
  286. package/node_modules/mjml-column/LICENSE.md +21 -0
  287. package/node_modules/mjml-column/lib/index.js +29 -3
  288. package/node_modules/mjml-column/package.json +4 -3
  289. package/node_modules/mjml-core/LICENSE.md +21 -0
  290. package/node_modules/mjml-core/lib/createComponent.js +4 -2
  291. package/node_modules/mjml-core/lib/index.js +3 -0
  292. package/node_modules/mjml-core/package.json +6 -5
  293. package/node_modules/mjml-divider/LICENSE.md +21 -0
  294. package/node_modules/mjml-divider/package.json +4 -3
  295. package/node_modules/mjml-group/LICENSE.md +21 -0
  296. package/node_modules/mjml-group/README.md +4 -4
  297. package/node_modules/mjml-group/package.json +4 -3
  298. package/node_modules/mjml-head/LICENSE.md +21 -0
  299. package/node_modules/mjml-head/package.json +4 -3
  300. package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
  301. package/node_modules/mjml-head-attributes/package.json +4 -3
  302. package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
  303. package/node_modules/mjml-head-breakpoint/package.json +4 -3
  304. package/node_modules/mjml-head-font/LICENSE.md +21 -0
  305. package/node_modules/mjml-head-font/package.json +4 -3
  306. package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
  307. package/node_modules/mjml-head-html-attributes/package.json +4 -3
  308. package/node_modules/mjml-head-preview/LICENSE.md +21 -0
  309. package/node_modules/mjml-head-preview/package.json +4 -3
  310. package/node_modules/mjml-head-style/LICENSE.md +21 -0
  311. package/node_modules/mjml-head-style/package.json +4 -3
  312. package/node_modules/mjml-head-title/LICENSE.md +21 -0
  313. package/node_modules/mjml-head-title/package.json +4 -3
  314. package/node_modules/mjml-hero/LICENSE.md +21 -0
  315. package/node_modules/mjml-hero/README.md +4 -4
  316. package/node_modules/mjml-hero/package.json +4 -3
  317. package/node_modules/mjml-image/LICENSE.md +21 -0
  318. package/node_modules/mjml-image/README.md +1 -1
  319. package/node_modules/mjml-image/package.json +4 -3
  320. package/node_modules/mjml-migrate/package.json +5 -4
  321. package/node_modules/mjml-navbar/LICENSE.md +21 -0
  322. package/node_modules/mjml-navbar/README.md +4 -4
  323. package/node_modules/mjml-navbar/lib/Navbar.js +2 -2
  324. package/node_modules/mjml-navbar/package.json +4 -3
  325. package/node_modules/mjml-parser-xml/package.json +4 -4
  326. package/node_modules/mjml-preset-core/LICENSE.md +21 -0
  327. package/node_modules/mjml-preset-core/package.json +28 -27
  328. package/node_modules/mjml-raw/LICENSE.md +21 -0
  329. package/node_modules/mjml-raw/package.json +4 -3
  330. package/node_modules/mjml-section/LICENSE.md +21 -0
  331. package/node_modules/mjml-section/lib/index.js +20 -4
  332. package/node_modules/mjml-section/package.json +4 -3
  333. package/node_modules/mjml-social/LICENSE.md +21 -0
  334. package/node_modules/mjml-social/README.md +1 -1
  335. package/node_modules/mjml-social/lib/SocialElement.js +3 -4
  336. package/node_modules/mjml-social/package.json +4 -3
  337. package/node_modules/mjml-spacer/LICENSE.md +21 -0
  338. package/node_modules/mjml-spacer/package.json +4 -3
  339. package/node_modules/mjml-table/LICENSE.md +21 -0
  340. package/node_modules/mjml-table/lib/index.js +12 -1
  341. package/node_modules/mjml-table/package.json +4 -3
  342. package/node_modules/mjml-text/LICENSE.md +21 -0
  343. package/node_modules/mjml-text/package.json +4 -3
  344. package/node_modules/mjml-validator/package.json +2 -2
  345. package/node_modules/mjml-wrapper/LICENSE.md +21 -0
  346. package/node_modules/mjml-wrapper/README.md +2 -1
  347. package/node_modules/mjml-wrapper/lib/index.js +11 -0
  348. package/node_modules/mjml-wrapper/package.json +5 -4
  349. package/package.json +19 -19
package/.jsii CHANGED
@@ -7,9 +7,9 @@
7
7
  ]
8
8
  },
9
9
  "bundled": {
10
- "@slack/web-api": "^7.11.0",
10
+ "@slack/web-api": "^7.12.0",
11
11
  "got": "^11.8.6",
12
- "mjml": "^4.16.1"
12
+ "mjml": "^4.17.0"
13
13
  },
14
14
  "dependencies": {
15
15
  "aws-cdk-lib": "^2.133.0",
@@ -3654,7 +3654,7 @@
3654
3654
  "stability": "stable"
3655
3655
  },
3656
3656
  "homepage": "https://github.com/jogold/cloudstructs.git",
3657
- "jsiiVersion": "5.9.9 (build 2b878e9)",
3657
+ "jsiiVersion": "5.9.14 (build 9fc28bd)",
3658
3658
  "keywords": [
3659
3659
  "cdk"
3660
3660
  ],
@@ -7820,6 +7820,6 @@
7820
7820
  "symbolId": "src/url-shortener/index:UrlShortenerProps"
7821
7821
  }
7822
7822
  },
7823
- "version": "0.9.42",
7824
- "fingerprint": "hD82Jv32xooFFPd5sy/jkZ7y+F5V8SF8m330m0ul6P8="
7823
+ "version": "0.9.43",
7824
+ "fingerprint": "rVD1atFY3TK6dgg5kKO2o+Co2nmifAL4eLNMrRLGbrI="
7825
7825
  }
package/API.md CHANGED
@@ -64,7 +64,7 @@ Returns a string representation of this construct.
64
64
 
65
65
  ---
66
66
 
67
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.CodeCommitMirror.isConstruct"></a>
67
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.CodeCommitMirror.isConstruct"></a>
68
68
 
69
69
  ```typescript
70
70
  import { CodeCommitMirror } from 'cloudstructs'
@@ -74,6 +74,20 @@ CodeCommitMirror.isConstruct(x: any)
74
74
 
75
75
  Checks if `x` is a construct.
76
76
 
77
+ Use this method instead of `instanceof` to properly detect `Construct`
78
+ instances, even when the construct library is symlinked.
79
+
80
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
81
+ disk are seen as independent, completely different libraries. As a
82
+ consequence, the class `Construct` in each copy of the `constructs` library
83
+ is seen as a different class, and an instance of one class will not test as
84
+ `instanceof` the other class. `npm install` will not create installations
85
+ like this, but users may manually symlink construct libraries together or
86
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
87
+ library can be accidentally installed, and `instanceof` will behave
88
+ unpredictably. It is safest to avoid using `instanceof`, and using
89
+ this type-testing method instead.
90
+
77
91
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.CodeCommitMirror.isConstruct.parameter.x"></a>
78
92
 
79
93
  - *Type:* any
@@ -165,7 +179,7 @@ Returns a string representation of this construct.
165
179
 
166
180
  ---
167
181
 
168
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.DmarcReporter.isConstruct"></a>
182
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.DmarcReporter.isConstruct"></a>
169
183
 
170
184
  ```typescript
171
185
  import { DmarcReporter } from 'cloudstructs'
@@ -175,6 +189,20 @@ DmarcReporter.isConstruct(x: any)
175
189
 
176
190
  Checks if `x` is a construct.
177
191
 
192
+ Use this method instead of `instanceof` to properly detect `Construct`
193
+ instances, even when the construct library is symlinked.
194
+
195
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
196
+ disk are seen as independent, completely different libraries. As a
197
+ consequence, the class `Construct` in each copy of the `constructs` library
198
+ is seen as a different class, and an instance of one class will not test as
199
+ `instanceof` the other class. `npm install` will not create installations
200
+ like this, but users may manually symlink construct libraries together or
201
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
202
+ library can be accidentally installed, and `instanceof` will behave
203
+ unpredictably. It is safest to avoid using `instanceof`, and using
204
+ this type-testing method instead.
205
+
178
206
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.DmarcReporter.isConstruct.parameter.x"></a>
179
207
 
180
208
  - *Type:* any
@@ -266,7 +294,7 @@ Returns a string representation of this construct.
266
294
 
267
295
  ---
268
296
 
269
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.EcsServiceRoller.isConstruct"></a>
297
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.EcsServiceRoller.isConstruct"></a>
270
298
 
271
299
  ```typescript
272
300
  import { EcsServiceRoller } from 'cloudstructs'
@@ -276,6 +304,20 @@ EcsServiceRoller.isConstruct(x: any)
276
304
 
277
305
  Checks if `x` is a construct.
278
306
 
307
+ Use this method instead of `instanceof` to properly detect `Construct`
308
+ instances, even when the construct library is symlinked.
309
+
310
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
311
+ disk are seen as independent, completely different libraries. As a
312
+ consequence, the class `Construct` in each copy of the `constructs` library
313
+ is seen as a different class, and an instance of one class will not test as
314
+ `instanceof` the other class. `npm install` will not create installations
315
+ like this, but users may manually symlink construct libraries together or
316
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
317
+ library can be accidentally installed, and `instanceof` will behave
318
+ unpredictably. It is safest to avoid using `instanceof`, and using
319
+ this type-testing method instead.
320
+
279
321
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.EcsServiceRoller.isConstruct.parameter.x"></a>
280
322
 
281
323
  - *Type:* any
@@ -367,7 +409,7 @@ Returns a string representation of this construct.
367
409
 
368
410
  ---
369
411
 
370
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.EmailReceiver.isConstruct"></a>
412
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.EmailReceiver.isConstruct"></a>
371
413
 
372
414
  ```typescript
373
415
  import { EmailReceiver } from 'cloudstructs'
@@ -377,6 +419,20 @@ EmailReceiver.isConstruct(x: any)
377
419
 
378
420
  Checks if `x` is a construct.
379
421
 
422
+ Use this method instead of `instanceof` to properly detect `Construct`
423
+ instances, even when the construct library is symlinked.
424
+
425
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
426
+ disk are seen as independent, completely different libraries. As a
427
+ consequence, the class `Construct` in each copy of the `constructs` library
428
+ is seen as a different class, and an instance of one class will not test as
429
+ `instanceof` the other class. `npm install` will not create installations
430
+ like this, but users may manually symlink construct libraries together or
431
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
432
+ library can be accidentally installed, and `instanceof` will behave
433
+ unpredictably. It is safest to avoid using `instanceof`, and using
434
+ this type-testing method instead.
435
+
380
436
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.EmailReceiver.isConstruct.parameter.x"></a>
381
437
 
382
438
  - *Type:* any
@@ -494,7 +550,7 @@ Returns a string representation of this construct.
494
550
 
495
551
  ---
496
552
 
497
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.MjmlTemplate.isConstruct"></a>
553
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.MjmlTemplate.isConstruct"></a>
498
554
 
499
555
  ```typescript
500
556
  import { MjmlTemplate } from 'cloudstructs'
@@ -504,6 +560,20 @@ MjmlTemplate.isConstruct(x: any)
504
560
 
505
561
  Checks if `x` is a construct.
506
562
 
563
+ Use this method instead of `instanceof` to properly detect `Construct`
564
+ instances, even when the construct library is symlinked.
565
+
566
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
567
+ disk are seen as independent, completely different libraries. As a
568
+ consequence, the class `Construct` in each copy of the `constructs` library
569
+ is seen as a different class, and an instance of one class will not test as
570
+ `instanceof` the other class. `npm install` will not create installations
571
+ like this, but users may manually symlink construct libraries together or
572
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
573
+ library can be accidentally installed, and `instanceof` will behave
574
+ unpredictably. It is safest to avoid using `instanceof`, and using
575
+ this type-testing method instead.
576
+
507
577
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.MjmlTemplate.isConstruct.parameter.x"></a>
508
578
 
509
579
  - *Type:* any
@@ -618,6 +688,20 @@ SamlIdentityProvider.isConstruct(x: any)
618
688
 
619
689
  Checks if `x` is a construct.
620
690
 
691
+ Use this method instead of `instanceof` to properly detect `Construct`
692
+ instances, even when the construct library is symlinked.
693
+
694
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
695
+ disk are seen as independent, completely different libraries. As a
696
+ consequence, the class `Construct` in each copy of the `constructs` library
697
+ is seen as a different class, and an instance of one class will not test as
698
+ `instanceof` the other class. `npm install` will not create installations
699
+ like this, but users may manually symlink construct libraries together or
700
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
701
+ library can be accidentally installed, and `instanceof` will behave
702
+ unpredictably. It is safest to avoid using `instanceof`, and using
703
+ this type-testing method instead.
704
+
621
705
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SamlIdentityProvider.isConstruct.parameter.x"></a>
622
706
 
623
707
  - *Type:* any
@@ -728,7 +812,7 @@ Returns a string representation of this construct.
728
812
 
729
813
  ---
730
814
 
731
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.SlackApp.isConstruct"></a>
815
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.SlackApp.isConstruct"></a>
732
816
 
733
817
  ```typescript
734
818
  import { SlackApp } from 'cloudstructs'
@@ -738,6 +822,20 @@ SlackApp.isConstruct(x: any)
738
822
 
739
823
  Checks if `x` is a construct.
740
824
 
825
+ Use this method instead of `instanceof` to properly detect `Construct`
826
+ instances, even when the construct library is symlinked.
827
+
828
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
829
+ disk are seen as independent, completely different libraries. As a
830
+ consequence, the class `Construct` in each copy of the `constructs` library
831
+ is seen as a different class, and an instance of one class will not test as
832
+ `instanceof` the other class. `npm install` will not create installations
833
+ like this, but users may manually symlink construct libraries together or
834
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
835
+ library can be accidentally installed, and `instanceof` will behave
836
+ unpredictably. It is safest to avoid using `instanceof`, and using
837
+ this type-testing method instead.
838
+
741
839
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SlackApp.isConstruct.parameter.x"></a>
742
840
 
743
841
  - *Type:* any
@@ -917,7 +1015,7 @@ Returns a string representation of this construct.
917
1015
 
918
1016
  ---
919
1017
 
920
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.SlackEvents.isConstruct"></a>
1018
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.SlackEvents.isConstruct"></a>
921
1019
 
922
1020
  ```typescript
923
1021
  import { SlackEvents } from 'cloudstructs'
@@ -927,6 +1025,20 @@ SlackEvents.isConstruct(x: any)
927
1025
 
928
1026
  Checks if `x` is a construct.
929
1027
 
1028
+ Use this method instead of `instanceof` to properly detect `Construct`
1029
+ instances, even when the construct library is symlinked.
1030
+
1031
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1032
+ disk are seen as independent, completely different libraries. As a
1033
+ consequence, the class `Construct` in each copy of the `constructs` library
1034
+ is seen as a different class, and an instance of one class will not test as
1035
+ `instanceof` the other class. `npm install` will not create installations
1036
+ like this, but users may manually symlink construct libraries together or
1037
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1038
+ library can be accidentally installed, and `instanceof` will behave
1039
+ unpredictably. It is safest to avoid using `instanceof`, and using
1040
+ this type-testing method instead.
1041
+
930
1042
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SlackEvents.isConstruct.parameter.x"></a>
931
1043
 
932
1044
  - *Type:* any
@@ -1031,7 +1143,7 @@ Returns a string representation of this construct.
1031
1143
 
1032
1144
  ---
1033
1145
 
1034
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.SlackTextract.isConstruct"></a>
1146
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.SlackTextract.isConstruct"></a>
1035
1147
 
1036
1148
  ```typescript
1037
1149
  import { SlackTextract } from 'cloudstructs'
@@ -1041,6 +1153,20 @@ SlackTextract.isConstruct(x: any)
1041
1153
 
1042
1154
  Checks if `x` is a construct.
1043
1155
 
1156
+ Use this method instead of `instanceof` to properly detect `Construct`
1157
+ instances, even when the construct library is symlinked.
1158
+
1159
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1160
+ disk are seen as independent, completely different libraries. As a
1161
+ consequence, the class `Construct` in each copy of the `constructs` library
1162
+ is seen as a different class, and an instance of one class will not test as
1163
+ `instanceof` the other class. `npm install` will not create installations
1164
+ like this, but users may manually symlink construct libraries together or
1165
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1166
+ library can be accidentally installed, and `instanceof` will behave
1167
+ unpredictably. It is safest to avoid using `instanceof`, and using
1168
+ this type-testing method instead.
1169
+
1044
1170
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SlackTextract.isConstruct.parameter.x"></a>
1045
1171
 
1046
1172
  - *Type:* any
@@ -1132,7 +1258,7 @@ Returns a string representation of this construct.
1132
1258
 
1133
1259
  ---
1134
1260
 
1135
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.SslServerTest.isConstruct"></a>
1261
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.SslServerTest.isConstruct"></a>
1136
1262
 
1137
1263
  ```typescript
1138
1264
  import { SslServerTest } from 'cloudstructs'
@@ -1142,6 +1268,20 @@ SslServerTest.isConstruct(x: any)
1142
1268
 
1143
1269
  Checks if `x` is a construct.
1144
1270
 
1271
+ Use this method instead of `instanceof` to properly detect `Construct`
1272
+ instances, even when the construct library is symlinked.
1273
+
1274
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1275
+ disk are seen as independent, completely different libraries. As a
1276
+ consequence, the class `Construct` in each copy of the `constructs` library
1277
+ is seen as a different class, and an instance of one class will not test as
1278
+ `instanceof` the other class. `npm install` will not create installations
1279
+ like this, but users may manually symlink construct libraries together or
1280
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1281
+ library can be accidentally installed, and `instanceof` will behave
1282
+ unpredictably. It is safest to avoid using `instanceof`, and using
1283
+ this type-testing method instead.
1284
+
1145
1285
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.SslServerTest.isConstruct.parameter.x"></a>
1146
1286
 
1147
1287
  - *Type:* any
@@ -1246,7 +1386,7 @@ Returns a string representation of this construct.
1246
1386
 
1247
1387
  ---
1248
1388
 
1249
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.StateMachineCustomResourceProvider.isConstruct"></a>
1389
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.StateMachineCustomResourceProvider.isConstruct"></a>
1250
1390
 
1251
1391
  ```typescript
1252
1392
  import { StateMachineCustomResourceProvider } from 'cloudstructs'
@@ -1256,6 +1396,20 @@ StateMachineCustomResourceProvider.isConstruct(x: any)
1256
1396
 
1257
1397
  Checks if `x` is a construct.
1258
1398
 
1399
+ Use this method instead of `instanceof` to properly detect `Construct`
1400
+ instances, even when the construct library is symlinked.
1401
+
1402
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1403
+ disk are seen as independent, completely different libraries. As a
1404
+ consequence, the class `Construct` in each copy of the `constructs` library
1405
+ is seen as a different class, and an instance of one class will not test as
1406
+ `instanceof` the other class. `npm install` will not create installations
1407
+ like this, but users may manually symlink construct libraries together or
1408
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1409
+ library can be accidentally installed, and `instanceof` will behave
1410
+ unpredictably. It is safest to avoid using `instanceof`, and using
1411
+ this type-testing method instead.
1412
+
1259
1413
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.StateMachineCustomResourceProvider.isConstruct.parameter.x"></a>
1260
1414
 
1261
1415
  - *Type:* any
@@ -1360,7 +1514,7 @@ Returns a string representation of this construct.
1360
1514
 
1361
1515
  ---
1362
1516
 
1363
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.StaticWebsite.isConstruct"></a>
1517
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.StaticWebsite.isConstruct"></a>
1364
1518
 
1365
1519
  ```typescript
1366
1520
  import { StaticWebsite } from 'cloudstructs'
@@ -1370,6 +1524,20 @@ StaticWebsite.isConstruct(x: any)
1370
1524
 
1371
1525
  Checks if `x` is a construct.
1372
1526
 
1527
+ Use this method instead of `instanceof` to properly detect `Construct`
1528
+ instances, even when the construct library is symlinked.
1529
+
1530
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1531
+ disk are seen as independent, completely different libraries. As a
1532
+ consequence, the class `Construct` in each copy of the `constructs` library
1533
+ is seen as a different class, and an instance of one class will not test as
1534
+ `instanceof` the other class. `npm install` will not create installations
1535
+ like this, but users may manually symlink construct libraries together or
1536
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1537
+ library can be accidentally installed, and `instanceof` will behave
1538
+ unpredictably. It is safest to avoid using `instanceof`, and using
1539
+ this type-testing method instead.
1540
+
1373
1541
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.StaticWebsite.isConstruct.parameter.x"></a>
1374
1542
 
1375
1543
  - *Type:* any
@@ -1500,7 +1668,7 @@ Returns a string representation of this construct.
1500
1668
 
1501
1669
  ---
1502
1670
 
1503
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.ToolkitCleaner.isConstruct"></a>
1671
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.ToolkitCleaner.isConstruct"></a>
1504
1672
 
1505
1673
  ```typescript
1506
1674
  import { ToolkitCleaner } from 'cloudstructs'
@@ -1510,6 +1678,20 @@ ToolkitCleaner.isConstruct(x: any)
1510
1678
 
1511
1679
  Checks if `x` is a construct.
1512
1680
 
1681
+ Use this method instead of `instanceof` to properly detect `Construct`
1682
+ instances, even when the construct library is symlinked.
1683
+
1684
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1685
+ disk are seen as independent, completely different libraries. As a
1686
+ consequence, the class `Construct` in each copy of the `constructs` library
1687
+ is seen as a different class, and an instance of one class will not test as
1688
+ `instanceof` the other class. `npm install` will not create installations
1689
+ like this, but users may manually symlink construct libraries together or
1690
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1691
+ library can be accidentally installed, and `instanceof` will behave
1692
+ unpredictably. It is safest to avoid using `instanceof`, and using
1693
+ this type-testing method instead.
1694
+
1513
1695
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.ToolkitCleaner.isConstruct.parameter.x"></a>
1514
1696
 
1515
1697
  - *Type:* any
@@ -1616,7 +1798,7 @@ Grant access to invoke the URL shortener if protected by IAM authorization.
1616
1798
 
1617
1799
  ---
1618
1800
 
1619
- ##### ~~`isConstruct`~~ <a name="isConstruct" id="cloudstructs.UrlShortener.isConstruct"></a>
1801
+ ##### `isConstruct` <a name="isConstruct" id="cloudstructs.UrlShortener.isConstruct"></a>
1620
1802
 
1621
1803
  ```typescript
1622
1804
  import { UrlShortener } from 'cloudstructs'
@@ -1626,6 +1808,20 @@ UrlShortener.isConstruct(x: any)
1626
1808
 
1627
1809
  Checks if `x` is a construct.
1628
1810
 
1811
+ Use this method instead of `instanceof` to properly detect `Construct`
1812
+ instances, even when the construct library is symlinked.
1813
+
1814
+ Explanation: in JavaScript, multiple copies of the `constructs` library on
1815
+ disk are seen as independent, completely different libraries. As a
1816
+ consequence, the class `Construct` in each copy of the `constructs` library
1817
+ is seen as a different class, and an instance of one class will not test as
1818
+ `instanceof` the other class. `npm install` will not create installations
1819
+ like this, but users may manually symlink construct libraries together or
1820
+ use a monorepo tool: in those cases, multiple copies of the `constructs`
1821
+ library can be accidentally installed, and `instanceof` will behave
1822
+ unpredictably. It is safest to avoid using `instanceof`, and using
1823
+ this type-testing method instead.
1824
+
1629
1825
  ###### `x`<sup>Required</sup> <a name="x" id="cloudstructs.UrlShortener.isConstruct.parameter.x"></a>
1630
1826
 
1631
1827
  - *Type:* any