@mavogel/awscdk-rootmail 0.0.333 → 0.0.334

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 (689) hide show
  1. package/.claude/settings.local.json +2 -1
  2. package/.jsii +3 -3
  3. package/lib/rootmail.js +1 -1
  4. package/lib/ses-receive.js +1 -1
  5. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
  6. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
  7. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
  8. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  9. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +37 -37
  10. package/node_modules/@aws-sdk/client-route-53/package.json +36 -36
  11. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +5 -0
  12. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  13. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
  16. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +5 -0
  17. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  18. package/node_modules/@aws-sdk/client-ses/package.json +35 -35
  19. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  20. package/node_modules/@aws-sdk/core/dist-cjs/index.js +17 -0
  21. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
  22. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  23. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  24. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  25. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  26. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  27. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  28. package/node_modules/@aws-sdk/core/package.json +11 -11
  29. package/node_modules/@aws-sdk/crc64-nvme/package.json +2 -2
  30. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  31. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  32. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  33. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  34. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  35. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  36. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  37. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  38. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  39. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  40. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
  41. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  42. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  43. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  44. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  45. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
  46. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  47. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  48. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  49. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  50. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  51. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  52. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  53. package/node_modules/@aws-sdk/types/package.json +2 -2
  54. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  55. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  56. package/node_modules/@aws-sdk/util-locate-window/package.json +12 -11
  57. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  58. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  59. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  60. package/node_modules/@smithy/config-resolver/README.md +10 -3
  61. package/node_modules/@smithy/config-resolver/package.json +10 -11
  62. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  63. package/node_modules/@smithy/credential-provider-imds/package.json +9 -10
  64. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  65. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
  66. package/node_modules/@smithy/eventstream-codec/package.json +6 -7
  67. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  68. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -8
  69. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  70. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -8
  71. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  72. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
  73. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  74. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -10
  75. package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
  76. package/node_modules/@smithy/hash-blob-browser/package.json +6 -7
  77. package/node_modules/@smithy/hash-node/README.md +10 -3
  78. package/node_modules/@smithy/hash-node/package.json +6 -7
  79. package/node_modules/@smithy/hash-stream-node/README.md +9 -4
  80. package/node_modules/@smithy/hash-stream-node/package.json +6 -7
  81. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  82. package/node_modules/@smithy/invalid-dependency/package.json +6 -7
  83. package/node_modules/@smithy/md5-js/README.md +10 -3
  84. package/node_modules/@smithy/md5-js/package.json +6 -7
  85. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  86. package/node_modules/@smithy/middleware-content-length/package.json +7 -8
  87. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  88. package/node_modules/@smithy/property-provider/README.md +10 -3
  89. package/node_modules/@smithy/property-provider/package.json +6 -7
  90. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -8
  91. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +13 -0
  92. package/node_modules/@smithy/signature-v4/package.json +9 -10
  93. package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -9
  94. package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -12
  95. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  96. package/node_modules/@smithy/util-endpoints/package.json +9 -10
  97. package/node_modules/@smithy/util-retry/dist-cjs/index.js +6 -0
  98. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +3 -0
  99. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +3 -0
  100. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +5 -0
  101. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +5 -0
  102. package/node_modules/@smithy/util-retry/package.json +1 -1
  103. package/node_modules/@smithy/util-waiter/package.json +7 -8
  104. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/CHANGELOG.md +172 -0
  105. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/LICENSE +19 -0
  106. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/README.md +207 -0
  107. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/charset.js +118 -0
  108. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/charsets.js +212 -0
  109. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/get-charset-name.js +227 -0
  110. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/libmime.js +924 -0
  111. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/mimetypes.js +2049 -0
  112. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/package.json +42 -0
  113. package/node_modules/axios/CHANGELOG.md +1 -1
  114. package/node_modules/axios/README.md +90 -17
  115. package/node_modules/axios/dist/axios.js +47 -7
  116. package/node_modules/axios/dist/axios.js.map +1 -1
  117. package/node_modules/axios/dist/axios.min.js +3 -3
  118. package/node_modules/axios/dist/axios.min.js.map +1 -1
  119. package/node_modules/axios/dist/browser/axios.cjs +56 -8
  120. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  121. package/node_modules/axios/dist/esm/axios.js +56 -8
  122. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  123. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  124. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  125. package/node_modules/axios/dist/node/axios.cjs +123 -9
  126. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  127. package/node_modules/axios/lib/adapters/http.js +4 -2
  128. package/node_modules/axios/lib/core/Axios.js +19 -3
  129. package/node_modules/axios/lib/core/AxiosHeaders.js +35 -3
  130. package/node_modules/axios/lib/env/data.js +1 -1
  131. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +106 -0
  132. package/node_modules/axios/package.json +4 -1
  133. package/node_modules/bowser/README.md +74 -7
  134. package/node_modules/bowser/bundled.js +1 -1
  135. package/node_modules/bowser/es5.js +1 -1
  136. package/node_modules/bowser/index.d.ts +115 -12
  137. package/node_modules/bowser/package.json +17 -7
  138. package/node_modules/bowser/src/bowser.js +24 -8
  139. package/node_modules/bowser/src/constants.js +79 -18
  140. package/node_modules/bowser/src/parser-browsers.js +483 -0
  141. package/node_modules/bowser/src/parser-os.js +12 -0
  142. package/node_modules/bowser/src/parser-platforms.js +301 -1
  143. package/node_modules/bowser/src/parser.js +106 -10
  144. package/node_modules/bowser/src/utils.js +33 -15
  145. package/node_modules/call-bind-apply-helpers/.eslintrc +1 -0
  146. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +7 -0
  147. package/node_modules/call-bind-apply-helpers/index.d.ts +38 -20
  148. package/node_modules/call-bind-apply-helpers/index.js +1 -1
  149. package/node_modules/call-bind-apply-helpers/package.json +8 -8
  150. package/node_modules/call-bind-apply-helpers/test/index.js +4 -4
  151. package/node_modules/get-intrinsic/.eslintrc +4 -0
  152. package/node_modules/get-intrinsic/CHANGELOG.md +8 -0
  153. package/node_modules/get-intrinsic/index.js +1 -0
  154. package/node_modules/get-intrinsic/package.json +8 -8
  155. package/node_modules/htmlparser2/node_modules/entities/LICENSE +11 -0
  156. package/node_modules/htmlparser2/node_modules/entities/lib/decode.d.ts +211 -0
  157. package/node_modules/htmlparser2/node_modules/entities/lib/decode.d.ts.map +1 -0
  158. package/node_modules/htmlparser2/node_modules/entities/lib/decode.js +536 -0
  159. package/node_modules/htmlparser2/node_modules/entities/lib/decode.js.map +1 -0
  160. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.d.ts +19 -0
  161. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.d.ts.map +1 -0
  162. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js +76 -0
  163. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js.map +1 -0
  164. package/node_modules/htmlparser2/node_modules/entities/lib/encode.d.ts +22 -0
  165. package/node_modules/htmlparser2/node_modules/entities/lib/encode.d.ts.map +1 -0
  166. package/node_modules/htmlparser2/node_modules/entities/lib/encode.js +77 -0
  167. package/node_modules/htmlparser2/node_modules/entities/lib/encode.js.map +1 -0
  168. package/node_modules/htmlparser2/node_modules/entities/lib/escape.d.ts +43 -0
  169. package/node_modules/htmlparser2/node_modules/entities/lib/escape.d.ts.map +1 -0
  170. package/node_modules/htmlparser2/node_modules/entities/lib/escape.js +122 -0
  171. package/node_modules/htmlparser2/node_modules/entities/lib/escape.js.map +1 -0
  172. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.d.ts +211 -0
  173. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.d.ts.map +1 -0
  174. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.js +496 -0
  175. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.js.map +1 -0
  176. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.d.ts +19 -0
  177. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.d.ts.map +1 -0
  178. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.js +71 -0
  179. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
  180. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.d.ts +22 -0
  181. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.d.ts.map +1 -0
  182. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.js +69 -0
  183. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.js.map +1 -0
  184. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.d.ts +43 -0
  185. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.d.ts.map +1 -0
  186. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.js +116 -0
  187. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.js.map +1 -0
  188. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.d.ts +3 -0
  189. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map +1 -0
  190. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
  191. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
  192. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts +3 -0
  193. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map +1 -0
  194. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
  195. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
  196. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.d.ts +8 -0
  197. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.d.ts.map +1 -0
  198. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.js +10 -0
  199. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.js.map +1 -0
  200. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.d.ts +96 -0
  201. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.d.ts.map +1 -0
  202. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.js +99 -0
  203. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.js.map +1 -0
  204. package/node_modules/htmlparser2/node_modules/entities/lib/esm/package.json +1 -0
  205. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.d.ts +3 -0
  206. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.d.ts.map +1 -0
  207. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js +9 -0
  208. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
  209. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.d.ts +3 -0
  210. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.d.ts.map +1 -0
  211. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
  212. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
  213. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.d.ts +8 -0
  214. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.d.ts.map +1 -0
  215. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js +12 -0
  216. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js.map +1 -0
  217. package/node_modules/htmlparser2/node_modules/entities/lib/index.d.ts +96 -0
  218. package/node_modules/htmlparser2/node_modules/entities/lib/index.d.ts.map +1 -0
  219. package/node_modules/htmlparser2/node_modules/entities/lib/index.js +126 -0
  220. package/node_modules/htmlparser2/node_modules/entities/lib/index.js.map +1 -0
  221. package/node_modules/htmlparser2/node_modules/entities/package.json +90 -0
  222. package/node_modules/htmlparser2/node_modules/entities/readme.md +122 -0
  223. package/node_modules/libmime/CHANGELOG.md +8 -0
  224. package/node_modules/libmime/README.md +1 -1
  225. package/node_modules/libmime/lib/charset.js +5 -5
  226. package/node_modules/libmime/lib/libmime.js +14 -9
  227. package/node_modules/libmime/node_modules/iconv-lite/LICENSE +21 -0
  228. package/node_modules/libmime/node_modules/iconv-lite/README.md +138 -0
  229. package/node_modules/libmime/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  230. package/node_modules/libmime/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  231. package/node_modules/libmime/node_modules/iconv-lite/encodings/index.js +23 -0
  232. package/node_modules/libmime/node_modules/iconv-lite/encodings/internal.js +218 -0
  233. package/node_modules/libmime/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  234. package/node_modules/libmime/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  235. package/node_modules/libmime/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  236. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  237. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  238. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  239. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  240. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  241. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  242. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  243. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  244. package/node_modules/libmime/node_modules/iconv-lite/encodings/utf16.js +187 -0
  245. package/node_modules/libmime/node_modules/iconv-lite/encodings/utf32.js +307 -0
  246. package/node_modules/libmime/node_modules/iconv-lite/encodings/utf7.js +283 -0
  247. package/node_modules/libmime/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  248. package/node_modules/libmime/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  249. package/node_modules/libmime/node_modules/iconv-lite/lib/index.d.ts +129 -0
  250. package/node_modules/libmime/node_modules/iconv-lite/lib/index.js +182 -0
  251. package/node_modules/libmime/node_modules/iconv-lite/lib/streams.js +105 -0
  252. package/node_modules/libmime/node_modules/iconv-lite/package.json +70 -0
  253. package/node_modules/libmime/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  254. package/node_modules/libmime/package.json +4 -4
  255. package/node_modules/mailparser/.release-please-manifest.json +1 -1
  256. package/node_modules/mailparser/CHANGELOG.md +14 -0
  257. package/node_modules/mailparser/package.json +4 -4
  258. package/node_modules/nodemailer/CHANGELOG.md +8 -0
  259. package/node_modules/nodemailer/CLAUDE.md +55 -0
  260. package/node_modules/nodemailer/lib/smtp-connection/index.js +26 -4
  261. package/node_modules/nodemailer/package.json +4 -4
  262. package/node_modules/path-expression-matcher/README.md +214 -62
  263. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  264. package/node_modules/path-expression-matcher/lib/pem.d.cts +111 -0
  265. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  266. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  267. package/node_modules/path-expression-matcher/package.json +1 -1
  268. package/node_modules/path-expression-matcher/src/Expression.js +2 -2
  269. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  270. package/node_modules/path-expression-matcher/src/Matcher.js +247 -175
  271. package/node_modules/path-expression-matcher/src/index.d.ts +199 -194
  272. package/node_modules/path-expression-matcher/src/index.js +3 -2
  273. package/node_modules/strnum/package.json +1 -1
  274. package/package.json +27 -21
  275. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
  276. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
  277. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  278. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  279. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  280. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  281. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  282. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
  283. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  284. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  285. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  286. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  287. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  288. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  289. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  290. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  291. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  292. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  293. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  294. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  295. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  296. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  297. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  298. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  299. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  300. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  301. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  302. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  303. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  304. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  305. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  306. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  307. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  308. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  309. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  310. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  311. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  312. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  313. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  314. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  315. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  316. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  317. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  318. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  319. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  320. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  321. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  322. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  323. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  324. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  325. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  326. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  327. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  328. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  329. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  330. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  331. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  332. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  333. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  334. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  335. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  336. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  337. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  338. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  339. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  340. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  341. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  342. package/node_modules/@smithy/hash-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
  343. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  344. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -11
  345. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
  346. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
  347. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
  348. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  349. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  350. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  351. package/node_modules/@smithy/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
  352. package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
  353. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  354. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  355. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  356. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  357. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  358. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  359. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  360. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  361. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +0 -1
  362. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +0 -16
  363. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  364. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  365. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  366. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  367. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  368. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  369. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  370. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  371. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  372. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  373. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  374. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  375. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  376. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  377. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +0 -12
  378. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
  379. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +0 -4
  380. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +0 -9
  381. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  382. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  383. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  384. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  385. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  386. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  387. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  388. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  389. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  390. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -33
  391. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  392. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  393. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  394. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  395. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +0 -21
  396. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  397. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  398. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/LICENSE +0 -201
  399. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/README.md +0 -17
  400. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
  401. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -8
  402. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -23
  403. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -8
  404. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/chain.js +0 -21
  405. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  406. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  407. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -45
  408. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
  409. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  410. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
  411. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  412. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  413. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  414. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -40
  415. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +0 -60
  416. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  417. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  418. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  419. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  420. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  421. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  422. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  423. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +0 -1
  424. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +0 -16
  425. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  426. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  427. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  428. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  429. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  430. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  431. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  432. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  433. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  434. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  435. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  436. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  437. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  438. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  439. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +0 -12
  440. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
  441. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +0 -4
  442. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +0 -9
  443. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  444. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  445. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  446. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  447. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  448. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  449. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  450. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  451. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  452. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -33
  453. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  454. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  455. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  456. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  457. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +0 -21
  458. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  459. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  460. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
  461. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  462. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
  463. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  464. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  465. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  466. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  467. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
  468. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
  469. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  470. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  471. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  472. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  473. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  474. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  475. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
  476. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  477. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
  478. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
  479. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  480. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  481. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  482. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  483. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
  484. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  485. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  486. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
  487. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  488. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  489. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  490. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  491. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  492. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  493. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  494. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  495. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  496. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  497. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  498. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  499. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  500. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  501. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  502. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  503. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  504. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  505. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  506. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  507. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  508. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  509. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  510. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  511. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  512. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  513. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  514. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  515. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  516. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  517. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  518. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  519. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  520. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  521. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  522. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  523. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  524. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  525. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  526. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  527. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  528. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  529. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  530. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  531. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  532. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  533. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  534. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  535. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
  536. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  537. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  538. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  539. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  540. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  541. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  542. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
  543. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
  544. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  545. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
  546. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  547. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
  548. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
  549. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  550. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  551. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  552. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
  553. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  554. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  555. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  556. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  557. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  558. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  559. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  560. package/node_modules/bowser/CHANGELOG.md +0 -218
  561. package/node_modules/strnum/.github/SECURITY.md +0 -5
  562. package/node_modules/strnum/.vscode/launch.json +0 -25
  563. package/node_modules/strnum/algo.stflow +0 -84
  564. package/node_modules/strnum/tests/infinity_test.js +0 -18
  565. package/node_modules/strnum/tests/strnum_test.js +0 -175
  566. package/node_modules/strnum/tests/temp.js +0 -8
  567. /package/node_modules/{entities → dom-serializer/node_modules/entities}/LICENSE +0 -0
  568. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.d.ts +0 -0
  569. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.d.ts.map +0 -0
  570. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.js +0 -0
  571. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.js.map +0 -0
  572. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.d.ts +0 -0
  573. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.d.ts.map +0 -0
  574. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.js +0 -0
  575. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.js.map +0 -0
  576. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.d.ts +0 -0
  577. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.d.ts.map +0 -0
  578. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.js +0 -0
  579. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.js.map +0 -0
  580. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.d.ts +0 -0
  581. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.d.ts.map +0 -0
  582. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.js +0 -0
  583. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.js.map +0 -0
  584. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.d.ts +0 -0
  585. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.d.ts.map +0 -0
  586. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.js +0 -0
  587. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.js.map +0 -0
  588. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.d.ts +0 -0
  589. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.d.ts.map +0 -0
  590. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.js +0 -0
  591. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.js.map +0 -0
  592. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.d.ts +0 -0
  593. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.d.ts.map +0 -0
  594. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.js +0 -0
  595. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.js.map +0 -0
  596. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.d.ts +0 -0
  597. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.d.ts.map +0 -0
  598. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.js +0 -0
  599. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.js.map +0 -0
  600. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.d.ts +0 -0
  601. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.d.ts.map +0 -0
  602. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.js +0 -0
  603. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.js.map +0 -0
  604. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.d.ts +0 -0
  605. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.d.ts.map +0 -0
  606. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.js +0 -0
  607. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.js.map +0 -0
  608. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.d.ts +0 -0
  609. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.d.ts.map +0 -0
  610. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.js +0 -0
  611. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.js.map +0 -0
  612. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.d.ts +0 -0
  613. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.d.ts.map +0 -0
  614. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.js +0 -0
  615. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.js.map +0 -0
  616. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/package.json +0 -0
  617. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.d.ts +0 -0
  618. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.d.ts.map +0 -0
  619. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.js +0 -0
  620. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.js.map +0 -0
  621. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.d.ts +0 -0
  622. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.d.ts.map +0 -0
  623. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.js +0 -0
  624. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.js.map +0 -0
  625. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.d.ts +0 -0
  626. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.d.ts.map +0 -0
  627. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.js +0 -0
  628. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.js.map +0 -0
  629. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.d.ts +0 -0
  630. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.d.ts.map +0 -0
  631. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.js +0 -0
  632. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.js.map +0 -0
  633. /package/node_modules/{entities → dom-serializer/node_modules/entities}/package.json +0 -0
  634. /package/node_modules/{entities → dom-serializer/node_modules/entities}/readme.md +0 -0
  635. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +0 -0
  636. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  637. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +0 -0
  638. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  639. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  640. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.cjs +0 -0
  641. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +0 -0
  642. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.min.js +0 -0
  643. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.min.js.map +0 -0
  644. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxparser.min.js +0 -0
  645. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  646. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  647. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  648. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/pem.d.cts +0 -0
  649. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +0 -0
  650. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  651. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  652. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  653. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +0 -0
  654. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  655. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  656. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/pem.d.ts +0 -0
  657. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  658. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  659. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  660. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  661. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  662. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  663. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  664. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  665. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  666. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  667. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  668. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  669. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  670. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  671. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  672. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  673. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  674. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  675. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  676. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  677. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  678. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  679. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  680. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  681. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  682. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  683. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  684. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  685. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  686. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  687. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  688. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  689. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -5,7 +5,8 @@
5
5
  "Bash(npm view:*)",
6
6
  "Bash(yarn install:*)",
7
7
  "Bash(npx projen:*)",
8
- "Bash(npm run:*)"
8
+ "Bash(npm run:*)",
9
+ "Bash(npm install:*)"
9
10
  ],
10
11
  "deny": []
11
12
  }
package/.jsii CHANGED
@@ -8715,7 +8715,7 @@
8715
8715
  "stability": "experimental"
8716
8716
  },
8717
8717
  "homepage": "https://github.com/MV-Consulting/awscdk-rootmail",
8718
- "jsiiVersion": "5.9.36 (build 27873df)",
8718
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8719
8719
  "keywords": [
8720
8720
  "aws",
8721
8721
  "cdk",
@@ -9167,6 +9167,6 @@
9167
9167
  "symbolId": "src/ses-receive:SESReceiveProps"
9168
9168
  }
9169
9169
  },
9170
- "version": "0.0.333",
9171
- "fingerprint": "7VpT45MslMvM02k0brbStCfiAeJRqfADBK2lUOxyWHk="
9170
+ "version": "0.0.334",
9171
+ "fingerprint": "lZXJxzNDXzHM1j4uqfEAztnUuFp/fyACdtk9Y6No3rU="
9172
9172
  }
package/lib/rootmail.js CHANGED
@@ -82,7 +82,7 @@ class Rootmail extends constructs_1.Construct {
82
82
  }
83
83
  exports.Rootmail = Rootmail;
84
84
  _a = JSII_RTTI_SYMBOL_1;
85
- Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.333" };
85
+ Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.334" };
86
86
  /**
87
87
  * Aspect for setting all removal policies to DESTROY
88
88
  */
@@ -130,7 +130,7 @@ class SESReceive extends constructs_1.Construct {
130
130
  }
131
131
  exports.SESReceive = SESReceive;
132
132
  _a = JSII_RTTI_SYMBOL_1;
133
- SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.333" };
133
+ SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.334" };
134
134
  /**
135
135
  * Aspect for setting all removal policies to DESTROY
136
136
  */
@@ -81,10 +81,10 @@ class InvokeStoreMulti extends InvokeStoreBase {
81
81
  exports.InvokeStore = void 0;
82
82
  (function (InvokeStore) {
83
83
  let instance = null;
84
- async function getInstanceAsync() {
84
+ async function getInstanceAsync(forceInvokeStoreMulti) {
85
85
  if (!instance) {
86
86
  instance = (async () => {
87
- const isMulti = "AWS_LAMBDA_MAX_CONCURRENCY" in process.env;
87
+ const isMulti = forceInvokeStoreMulti === true || "AWS_LAMBDA_MAX_CONCURRENCY" in process.env;
88
88
  const newInstance = isMulti
89
89
  ? await InvokeStoreMulti.create()
90
90
  : new InvokeStoreSingle();
@@ -110,7 +110,7 @@ exports.InvokeStore = void 0;
110
110
  if (globalThis.awslambda?.InvokeStore) {
111
111
  delete globalThis.awslambda.InvokeStore;
112
112
  }
113
- globalThis.awslambda = {};
113
+ globalThis.awslambda = { InvokeStore: undefined };
114
114
  },
115
115
  }
116
116
  : undefined;
@@ -79,10 +79,10 @@ class InvokeStoreMulti extends InvokeStoreBase {
79
79
  var InvokeStore;
80
80
  (function (InvokeStore) {
81
81
  let instance = null;
82
- async function getInstanceAsync() {
82
+ async function getInstanceAsync(forceInvokeStoreMulti) {
83
83
  if (!instance) {
84
84
  instance = (async () => {
85
- const isMulti = "AWS_LAMBDA_MAX_CONCURRENCY" in process.env;
85
+ const isMulti = forceInvokeStoreMulti === true || "AWS_LAMBDA_MAX_CONCURRENCY" in process.env;
86
86
  const newInstance = isMulti
87
87
  ? await InvokeStoreMulti.create()
88
88
  : new InvokeStoreSingle();
@@ -108,7 +108,7 @@ var InvokeStore;
108
108
  if (globalThis.awslambda?.InvokeStore) {
109
109
  delete globalThis.awslambda.InvokeStore;
110
110
  }
111
- globalThis.awslambda = {};
111
+ globalThis.awslambda = { InvokeStore: undefined };
112
112
  },
113
113
  }
114
114
  : undefined;
@@ -3,10 +3,9 @@ interface Context {
3
3
  [key: symbol]: unknown;
4
4
  }
5
5
  declare global {
6
- var awslambda: {
7
- InvokeStore?: InvokeStoreBase;
8
- [key: string]: unknown;
9
- };
6
+ namespace awslambda {
7
+ let InvokeStore: InvokeStoreBase | undefined;
8
+ }
10
9
  }
11
10
  /**
12
11
  * Base class for AWS Lambda context storage implementations.
@@ -42,7 +41,7 @@ export declare abstract class InvokeStoreBase {
42
41
  * @public
43
42
  */
44
43
  export declare namespace InvokeStore {
45
- function getInstanceAsync(): Promise<InvokeStoreBase>;
44
+ function getInstanceAsync(forceInvokeStoreMulti?: boolean): Promise<InvokeStoreBase>;
46
45
  const _testing: {
47
46
  reset: () => void;
48
47
  } | undefined;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/lambda-invoke-store",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
5
5
  "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
6
6
  "main": "./dist-cjs/invoke-store.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-logs",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4
- "version": "3.1025.0",
4
+ "version": "3.1028.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",
@@ -27,49 +27,49 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/core": "^3.973.26",
31
- "@aws-sdk/credential-provider-node": "^3.972.29",
32
- "@aws-sdk/middleware-host-header": "^3.972.8",
33
- "@aws-sdk/middleware-logger": "^3.972.8",
34
- "@aws-sdk/middleware-recursion-detection": "^3.972.9",
35
- "@aws-sdk/middleware-user-agent": "^3.972.28",
36
- "@aws-sdk/region-config-resolver": "^3.972.10",
37
- "@aws-sdk/types": "^3.973.6",
38
- "@aws-sdk/util-endpoints": "^3.996.5",
39
- "@aws-sdk/util-user-agent-browser": "^3.972.8",
40
- "@aws-sdk/util-user-agent-node": "^3.973.14",
41
- "@smithy/config-resolver": "^4.4.13",
42
- "@smithy/core": "^3.23.13",
43
- "@smithy/eventstream-serde-browser": "^4.2.12",
44
- "@smithy/eventstream-serde-config-resolver": "^4.3.12",
45
- "@smithy/eventstream-serde-node": "^4.2.12",
46
- "@smithy/fetch-http-handler": "^5.3.15",
47
- "@smithy/hash-node": "^4.2.12",
48
- "@smithy/invalid-dependency": "^4.2.12",
49
- "@smithy/middleware-content-length": "^4.2.12",
50
- "@smithy/middleware-endpoint": "^4.4.28",
51
- "@smithy/middleware-retry": "^4.4.46",
52
- "@smithy/middleware-serde": "^4.2.16",
53
- "@smithy/middleware-stack": "^4.2.12",
54
- "@smithy/node-config-provider": "^4.3.12",
55
- "@smithy/node-http-handler": "^4.5.1",
56
- "@smithy/protocol-http": "^5.3.12",
57
- "@smithy/smithy-client": "^4.12.8",
58
- "@smithy/types": "^4.13.1",
59
- "@smithy/url-parser": "^4.2.12",
30
+ "@aws-sdk/core": "^3.973.27",
31
+ "@aws-sdk/credential-provider-node": "^3.972.30",
32
+ "@aws-sdk/middleware-host-header": "^3.972.9",
33
+ "@aws-sdk/middleware-logger": "^3.972.9",
34
+ "@aws-sdk/middleware-recursion-detection": "^3.972.10",
35
+ "@aws-sdk/middleware-user-agent": "^3.972.29",
36
+ "@aws-sdk/region-config-resolver": "^3.972.11",
37
+ "@aws-sdk/types": "^3.973.7",
38
+ "@aws-sdk/util-endpoints": "^3.996.6",
39
+ "@aws-sdk/util-user-agent-browser": "^3.972.9",
40
+ "@aws-sdk/util-user-agent-node": "^3.973.15",
41
+ "@smithy/config-resolver": "^4.4.14",
42
+ "@smithy/core": "^3.23.14",
43
+ "@smithy/eventstream-serde-browser": "^4.2.13",
44
+ "@smithy/eventstream-serde-config-resolver": "^4.3.13",
45
+ "@smithy/eventstream-serde-node": "^4.2.13",
46
+ "@smithy/fetch-http-handler": "^5.3.16",
47
+ "@smithy/hash-node": "^4.2.13",
48
+ "@smithy/invalid-dependency": "^4.2.13",
49
+ "@smithy/middleware-content-length": "^4.2.13",
50
+ "@smithy/middleware-endpoint": "^4.4.29",
51
+ "@smithy/middleware-retry": "^4.5.0",
52
+ "@smithy/middleware-serde": "^4.2.17",
53
+ "@smithy/middleware-stack": "^4.2.13",
54
+ "@smithy/node-config-provider": "^4.3.13",
55
+ "@smithy/node-http-handler": "^4.5.2",
56
+ "@smithy/protocol-http": "^5.3.13",
57
+ "@smithy/smithy-client": "^4.12.9",
58
+ "@smithy/types": "^4.14.0",
59
+ "@smithy/url-parser": "^4.2.13",
60
60
  "@smithy/util-base64": "^4.3.2",
61
61
  "@smithy/util-body-length-browser": "^4.2.2",
62
62
  "@smithy/util-body-length-node": "^4.2.3",
63
- "@smithy/util-defaults-mode-browser": "^4.3.44",
64
- "@smithy/util-defaults-mode-node": "^4.2.48",
65
- "@smithy/util-endpoints": "^3.3.3",
66
- "@smithy/util-middleware": "^4.2.12",
67
- "@smithy/util-retry": "^4.2.13",
63
+ "@smithy/util-defaults-mode-browser": "^4.3.45",
64
+ "@smithy/util-defaults-mode-node": "^4.2.49",
65
+ "@smithy/util-endpoints": "^3.3.4",
66
+ "@smithy/util-middleware": "^4.2.13",
67
+ "@smithy/util-retry": "^4.3.0",
68
68
  "@smithy/util-utf8": "^4.2.2",
69
69
  "tslib": "^2.6.2"
70
70
  },
71
71
  "devDependencies": {
72
- "@smithy/snapshot-testing": "^2.0.4",
72
+ "@smithy/snapshot-testing": "^2.0.5",
73
73
  "@tsconfig/node20": "20.1.8",
74
74
  "@types/node": "^20.14.8",
75
75
  "concurrently": "7.0.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-route-53",
3
3
  "description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
4
- "version": "3.1025.0",
4
+ "version": "3.1028.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-route-53",
@@ -27,48 +27,48 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/core": "^3.973.26",
31
- "@aws-sdk/credential-provider-node": "^3.972.29",
32
- "@aws-sdk/middleware-host-header": "^3.972.8",
33
- "@aws-sdk/middleware-logger": "^3.972.8",
34
- "@aws-sdk/middleware-recursion-detection": "^3.972.9",
35
- "@aws-sdk/middleware-sdk-route53": "^3.972.10",
36
- "@aws-sdk/middleware-user-agent": "^3.972.28",
37
- "@aws-sdk/region-config-resolver": "^3.972.10",
38
- "@aws-sdk/types": "^3.973.6",
39
- "@aws-sdk/util-endpoints": "^3.996.5",
40
- "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
- "@aws-sdk/util-user-agent-node": "^3.973.14",
42
- "@smithy/config-resolver": "^4.4.13",
43
- "@smithy/core": "^3.23.13",
44
- "@smithy/fetch-http-handler": "^5.3.15",
45
- "@smithy/hash-node": "^4.2.12",
46
- "@smithy/invalid-dependency": "^4.2.12",
47
- "@smithy/middleware-content-length": "^4.2.12",
48
- "@smithy/middleware-endpoint": "^4.4.28",
49
- "@smithy/middleware-retry": "^4.4.46",
50
- "@smithy/middleware-serde": "^4.2.16",
51
- "@smithy/middleware-stack": "^4.2.12",
52
- "@smithy/node-config-provider": "^4.3.12",
53
- "@smithy/node-http-handler": "^4.5.1",
54
- "@smithy/protocol-http": "^5.3.12",
55
- "@smithy/smithy-client": "^4.12.8",
56
- "@smithy/types": "^4.13.1",
57
- "@smithy/url-parser": "^4.2.12",
30
+ "@aws-sdk/core": "^3.973.27",
31
+ "@aws-sdk/credential-provider-node": "^3.972.30",
32
+ "@aws-sdk/middleware-host-header": "^3.972.9",
33
+ "@aws-sdk/middleware-logger": "^3.972.9",
34
+ "@aws-sdk/middleware-recursion-detection": "^3.972.10",
35
+ "@aws-sdk/middleware-sdk-route53": "^3.972.11",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.29",
37
+ "@aws-sdk/region-config-resolver": "^3.972.11",
38
+ "@aws-sdk/types": "^3.973.7",
39
+ "@aws-sdk/util-endpoints": "^3.996.6",
40
+ "@aws-sdk/util-user-agent-browser": "^3.972.9",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.15",
42
+ "@smithy/config-resolver": "^4.4.14",
43
+ "@smithy/core": "^3.23.14",
44
+ "@smithy/fetch-http-handler": "^5.3.16",
45
+ "@smithy/hash-node": "^4.2.13",
46
+ "@smithy/invalid-dependency": "^4.2.13",
47
+ "@smithy/middleware-content-length": "^4.2.13",
48
+ "@smithy/middleware-endpoint": "^4.4.29",
49
+ "@smithy/middleware-retry": "^4.5.0",
50
+ "@smithy/middleware-serde": "^4.2.17",
51
+ "@smithy/middleware-stack": "^4.2.13",
52
+ "@smithy/node-config-provider": "^4.3.13",
53
+ "@smithy/node-http-handler": "^4.5.2",
54
+ "@smithy/protocol-http": "^5.3.13",
55
+ "@smithy/smithy-client": "^4.12.9",
56
+ "@smithy/types": "^4.14.0",
57
+ "@smithy/url-parser": "^4.2.13",
58
58
  "@smithy/util-base64": "^4.3.2",
59
59
  "@smithy/util-body-length-browser": "^4.2.2",
60
60
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.44",
62
- "@smithy/util-defaults-mode-node": "^4.2.48",
63
- "@smithy/util-endpoints": "^3.3.3",
64
- "@smithy/util-middleware": "^4.2.12",
65
- "@smithy/util-retry": "^4.2.13",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.45",
62
+ "@smithy/util-defaults-mode-node": "^4.2.49",
63
+ "@smithy/util-endpoints": "^3.3.4",
64
+ "@smithy/util-middleware": "^4.2.13",
65
+ "@smithy/util-retry": "^4.3.0",
66
66
  "@smithy/util-utf8": "^4.2.2",
67
- "@smithy/util-waiter": "^4.2.14",
67
+ "@smithy/util-waiter": "^4.2.15",
68
68
  "tslib": "^2.6.2"
69
69
  },
70
70
  "devDependencies": {
71
- "@smithy/snapshot-testing": "^2.0.4",
71
+ "@smithy/snapshot-testing": "^2.0.5",
72
72
  "@tsconfig/node20": "20.1.8",
73
73
  "@types/node": "^20.14.8",
74
74
  "concurrently": "7.0.0",
@@ -2546,6 +2546,7 @@ const BucketLocationConstraint = {
2546
2546
  EU: "EU",
2547
2547
  af_south_1: "af-south-1",
2548
2548
  ap_east_1: "ap-east-1",
2549
+ ap_east_2: "ap-east-2",
2549
2550
  ap_northeast_1: "ap-northeast-1",
2550
2551
  ap_northeast_2: "ap-northeast-2",
2551
2552
  ap_northeast_3: "ap-northeast-3",
@@ -2556,7 +2557,10 @@ const BucketLocationConstraint = {
2556
2557
  ap_southeast_3: "ap-southeast-3",
2557
2558
  ap_southeast_4: "ap-southeast-4",
2558
2559
  ap_southeast_5: "ap-southeast-5",
2560
+ ap_southeast_6: "ap-southeast-6",
2561
+ ap_southeast_7: "ap-southeast-7",
2559
2562
  ca_central_1: "ca-central-1",
2563
+ ca_west_1: "ca-west-1",
2560
2564
  cn_north_1: "cn-north-1",
2561
2565
  cn_northwest_1: "cn-northwest-1",
2562
2566
  eu_central_1: "eu-central-1",
@@ -2570,6 +2574,7 @@ const BucketLocationConstraint = {
2570
2574
  il_central_1: "il-central-1",
2571
2575
  me_central_1: "me-central-1",
2572
2576
  me_south_1: "me-south-1",
2577
+ mx_central_1: "mx-central-1",
2573
2578
  sa_east_1: "sa-east-1",
2574
2579
  us_east_2: "us-east-2",
2575
2580
  us_gov_east_1: "us-gov-east-1",
@@ -109,6 +109,7 @@ export const BucketLocationConstraint = {
109
109
  EU: "EU",
110
110
  af_south_1: "af-south-1",
111
111
  ap_east_1: "ap-east-1",
112
+ ap_east_2: "ap-east-2",
112
113
  ap_northeast_1: "ap-northeast-1",
113
114
  ap_northeast_2: "ap-northeast-2",
114
115
  ap_northeast_3: "ap-northeast-3",
@@ -119,7 +120,10 @@ export const BucketLocationConstraint = {
119
120
  ap_southeast_3: "ap-southeast-3",
120
121
  ap_southeast_4: "ap-southeast-4",
121
122
  ap_southeast_5: "ap-southeast-5",
123
+ ap_southeast_6: "ap-southeast-6",
124
+ ap_southeast_7: "ap-southeast-7",
122
125
  ca_central_1: "ca-central-1",
126
+ ca_west_1: "ca-west-1",
123
127
  cn_north_1: "cn-north-1",
124
128
  cn_northwest_1: "cn-northwest-1",
125
129
  eu_central_1: "eu-central-1",
@@ -133,6 +137,7 @@ export const BucketLocationConstraint = {
133
137
  il_central_1: "il-central-1",
134
138
  me_central_1: "me-central-1",
135
139
  me_south_1: "me-south-1",
140
+ mx_central_1: "mx-central-1",
136
141
  sa_east_1: "sa-east-1",
137
142
  us_east_2: "us-east-2",
138
143
  us_gov_east_1: "us-gov-east-1",
@@ -187,7 +187,7 @@ declare const CreateBucketCommand_base: {
187
187
  * ACL: "private" || "public-read" || "public-read-write" || "authenticated-read",
188
188
  * Bucket: "STRING_VALUE", // required
189
189
  * CreateBucketConfiguration: { // CreateBucketConfiguration
190
- * LocationConstraint: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ca-central-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
190
+ * LocationConstraint: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
191
191
  * Location: { // LocationInfo
192
192
  * Type: "AvailabilityZone" || "LocalZone",
193
193
  * Name: "STRING_VALUE",
@@ -84,7 +84,7 @@ declare const GetBucketLocationCommand_base: {
84
84
  * const command = new GetBucketLocationCommand(input);
85
85
  * const response = await client.send(command);
86
86
  * // { // GetBucketLocationOutput
87
- * // LocationConstraint: "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ca-central-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
87
+ * // LocationConstraint: "af-south-1" || "ap-east-1" || "ap-east-2" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-6" || "ap-southeast-7" || "ca-central-1" || "ca-west-1" || "cn-north-1" || "cn-northwest-1" || "EU" || "eu-central-1" || "eu-central-2" || "eu-north-1" || "eu-south-1" || "eu-south-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "il-central-1" || "me-central-1" || "me-south-1" || "mx-central-1" || "sa-east-1" || "us-east-2" || "us-gov-east-1" || "us-gov-west-1" || "us-west-1" || "us-west-2",
88
88
  * // };
89
89
  *
90
90
  * ```
@@ -281,6 +281,7 @@ export declare const BucketLocationConstraint: {
281
281
  readonly EU: "EU";
282
282
  readonly af_south_1: "af-south-1";
283
283
  readonly ap_east_1: "ap-east-1";
284
+ readonly ap_east_2: "ap-east-2";
284
285
  readonly ap_northeast_1: "ap-northeast-1";
285
286
  readonly ap_northeast_2: "ap-northeast-2";
286
287
  readonly ap_northeast_3: "ap-northeast-3";
@@ -291,7 +292,10 @@ export declare const BucketLocationConstraint: {
291
292
  readonly ap_southeast_3: "ap-southeast-3";
292
293
  readonly ap_southeast_4: "ap-southeast-4";
293
294
  readonly ap_southeast_5: "ap-southeast-5";
295
+ readonly ap_southeast_6: "ap-southeast-6";
296
+ readonly ap_southeast_7: "ap-southeast-7";
294
297
  readonly ca_central_1: "ca-central-1";
298
+ readonly ca_west_1: "ca-west-1";
295
299
  readonly cn_north_1: "cn-north-1";
296
300
  readonly cn_northwest_1: "cn-northwest-1";
297
301
  readonly eu_central_1: "eu-central-1";
@@ -305,6 +309,7 @@ export declare const BucketLocationConstraint: {
305
309
  readonly il_central_1: "il-central-1";
306
310
  readonly me_central_1: "me-central-1";
307
311
  readonly me_south_1: "me-south-1";
312
+ readonly mx_central_1: "mx-central-1";
308
313
  readonly sa_east_1: "sa-east-1";
309
314
  readonly us_east_2: "us-east-2";
310
315
  readonly us_gov_east_1: "us-gov-east-1";
@@ -143,6 +143,7 @@ export declare const BucketLocationConstraint: {
143
143
  readonly EU: "EU";
144
144
  readonly af_south_1: "af-south-1";
145
145
  readonly ap_east_1: "ap-east-1";
146
+ readonly ap_east_2: "ap-east-2";
146
147
  readonly ap_northeast_1: "ap-northeast-1";
147
148
  readonly ap_northeast_2: "ap-northeast-2";
148
149
  readonly ap_northeast_3: "ap-northeast-3";
@@ -153,7 +154,10 @@ export declare const BucketLocationConstraint: {
153
154
  readonly ap_southeast_3: "ap-southeast-3";
154
155
  readonly ap_southeast_4: "ap-southeast-4";
155
156
  readonly ap_southeast_5: "ap-southeast-5";
157
+ readonly ap_southeast_6: "ap-southeast-6";
158
+ readonly ap_southeast_7: "ap-southeast-7";
156
159
  readonly ca_central_1: "ca-central-1";
160
+ readonly ca_west_1: "ca-west-1";
157
161
  readonly cn_north_1: "cn-north-1";
158
162
  readonly cn_northwest_1: "cn-northwest-1";
159
163
  readonly eu_central_1: "eu-central-1";
@@ -167,6 +171,7 @@ export declare const BucketLocationConstraint: {
167
171
  readonly il_central_1: "il-central-1";
168
172
  readonly me_central_1: "me-central-1";
169
173
  readonly me_south_1: "me-south-1";
174
+ readonly mx_central_1: "mx-central-1";
170
175
  readonly sa_east_1: "sa-east-1";
171
176
  readonly us_east_2: "us-east-2";
172
177
  readonly us_gov_east_1: "us-gov-east-1";
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.1025.0",
4
+ "version": "3.1028.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -30,62 +30,62 @@
30
30
  "@aws-crypto/sha1-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-browser": "5.2.0",
32
32
  "@aws-crypto/sha256-js": "5.2.0",
33
- "@aws-sdk/core": "^3.973.26",
34
- "@aws-sdk/credential-provider-node": "^3.972.29",
35
- "@aws-sdk/middleware-bucket-endpoint": "^3.972.8",
36
- "@aws-sdk/middleware-expect-continue": "^3.972.8",
37
- "@aws-sdk/middleware-flexible-checksums": "^3.974.6",
38
- "@aws-sdk/middleware-host-header": "^3.972.8",
39
- "@aws-sdk/middleware-location-constraint": "^3.972.8",
40
- "@aws-sdk/middleware-logger": "^3.972.8",
41
- "@aws-sdk/middleware-recursion-detection": "^3.972.9",
42
- "@aws-sdk/middleware-sdk-s3": "^3.972.27",
43
- "@aws-sdk/middleware-ssec": "^3.972.8",
44
- "@aws-sdk/middleware-user-agent": "^3.972.28",
45
- "@aws-sdk/region-config-resolver": "^3.972.10",
46
- "@aws-sdk/signature-v4-multi-region": "^3.996.15",
47
- "@aws-sdk/types": "^3.973.6",
48
- "@aws-sdk/util-endpoints": "^3.996.5",
49
- "@aws-sdk/util-user-agent-browser": "^3.972.8",
50
- "@aws-sdk/util-user-agent-node": "^3.973.14",
51
- "@smithy/config-resolver": "^4.4.13",
52
- "@smithy/core": "^3.23.13",
53
- "@smithy/eventstream-serde-browser": "^4.2.12",
54
- "@smithy/eventstream-serde-config-resolver": "^4.3.12",
55
- "@smithy/eventstream-serde-node": "^4.2.12",
56
- "@smithy/fetch-http-handler": "^5.3.15",
57
- "@smithy/hash-blob-browser": "^4.2.13",
58
- "@smithy/hash-node": "^4.2.12",
59
- "@smithy/hash-stream-node": "^4.2.12",
60
- "@smithy/invalid-dependency": "^4.2.12",
61
- "@smithy/md5-js": "^4.2.12",
62
- "@smithy/middleware-content-length": "^4.2.12",
63
- "@smithy/middleware-endpoint": "^4.4.28",
64
- "@smithy/middleware-retry": "^4.4.46",
65
- "@smithy/middleware-serde": "^4.2.16",
66
- "@smithy/middleware-stack": "^4.2.12",
67
- "@smithy/node-config-provider": "^4.3.12",
68
- "@smithy/node-http-handler": "^4.5.1",
69
- "@smithy/protocol-http": "^5.3.12",
70
- "@smithy/smithy-client": "^4.12.8",
71
- "@smithy/types": "^4.13.1",
72
- "@smithy/url-parser": "^4.2.12",
33
+ "@aws-sdk/core": "^3.973.27",
34
+ "@aws-sdk/credential-provider-node": "^3.972.30",
35
+ "@aws-sdk/middleware-bucket-endpoint": "^3.972.9",
36
+ "@aws-sdk/middleware-expect-continue": "^3.972.9",
37
+ "@aws-sdk/middleware-flexible-checksums": "^3.974.7",
38
+ "@aws-sdk/middleware-host-header": "^3.972.9",
39
+ "@aws-sdk/middleware-location-constraint": "^3.972.9",
40
+ "@aws-sdk/middleware-logger": "^3.972.9",
41
+ "@aws-sdk/middleware-recursion-detection": "^3.972.10",
42
+ "@aws-sdk/middleware-sdk-s3": "^3.972.28",
43
+ "@aws-sdk/middleware-ssec": "^3.972.9",
44
+ "@aws-sdk/middleware-user-agent": "^3.972.29",
45
+ "@aws-sdk/region-config-resolver": "^3.972.11",
46
+ "@aws-sdk/signature-v4-multi-region": "^3.996.16",
47
+ "@aws-sdk/types": "^3.973.7",
48
+ "@aws-sdk/util-endpoints": "^3.996.6",
49
+ "@aws-sdk/util-user-agent-browser": "^3.972.9",
50
+ "@aws-sdk/util-user-agent-node": "^3.973.15",
51
+ "@smithy/config-resolver": "^4.4.14",
52
+ "@smithy/core": "^3.23.14",
53
+ "@smithy/eventstream-serde-browser": "^4.2.13",
54
+ "@smithy/eventstream-serde-config-resolver": "^4.3.13",
55
+ "@smithy/eventstream-serde-node": "^4.2.13",
56
+ "@smithy/fetch-http-handler": "^5.3.16",
57
+ "@smithy/hash-blob-browser": "^4.2.14",
58
+ "@smithy/hash-node": "^4.2.13",
59
+ "@smithy/hash-stream-node": "^4.2.13",
60
+ "@smithy/invalid-dependency": "^4.2.13",
61
+ "@smithy/md5-js": "^4.2.13",
62
+ "@smithy/middleware-content-length": "^4.2.13",
63
+ "@smithy/middleware-endpoint": "^4.4.29",
64
+ "@smithy/middleware-retry": "^4.5.0",
65
+ "@smithy/middleware-serde": "^4.2.17",
66
+ "@smithy/middleware-stack": "^4.2.13",
67
+ "@smithy/node-config-provider": "^4.3.13",
68
+ "@smithy/node-http-handler": "^4.5.2",
69
+ "@smithy/protocol-http": "^5.3.13",
70
+ "@smithy/smithy-client": "^4.12.9",
71
+ "@smithy/types": "^4.14.0",
72
+ "@smithy/url-parser": "^4.2.13",
73
73
  "@smithy/util-base64": "^4.3.2",
74
74
  "@smithy/util-body-length-browser": "^4.2.2",
75
75
  "@smithy/util-body-length-node": "^4.2.3",
76
- "@smithy/util-defaults-mode-browser": "^4.3.44",
77
- "@smithy/util-defaults-mode-node": "^4.2.48",
78
- "@smithy/util-endpoints": "^3.3.3",
79
- "@smithy/util-middleware": "^4.2.12",
80
- "@smithy/util-retry": "^4.2.13",
81
- "@smithy/util-stream": "^4.5.21",
76
+ "@smithy/util-defaults-mode-browser": "^4.3.45",
77
+ "@smithy/util-defaults-mode-node": "^4.2.49",
78
+ "@smithy/util-endpoints": "^3.3.4",
79
+ "@smithy/util-middleware": "^4.2.13",
80
+ "@smithy/util-retry": "^4.3.0",
81
+ "@smithy/util-stream": "^4.5.22",
82
82
  "@smithy/util-utf8": "^4.2.2",
83
- "@smithy/util-waiter": "^4.2.14",
83
+ "@smithy/util-waiter": "^4.2.15",
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@aws-sdk/signature-v4-crt": "3.1025.0",
88
- "@smithy/snapshot-testing": "^2.0.4",
87
+ "@aws-sdk/signature-v4-crt": "3.1028.0",
88
+ "@smithy/snapshot-testing": "^2.0.5",
89
89
  "@tsconfig/node20": "20.1.8",
90
90
  "@types/node": "^20.14.8",
91
91
  "concurrently": "7.0.0",