@mavogel/awscdk-rootmail 0.0.333 → 0.0.335

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 (1046) hide show
  1. package/.claude/settings.local.json +2 -1
  2. package/.jsii +3 -5
  3. package/CLAUDE.md +14 -30
  4. package/cdk.json +0 -1
  5. package/lib/rootmail.js +1 -1
  6. package/lib/ses-receive.js +1 -1
  7. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +3 -3
  8. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +3 -3
  9. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +4 -5
  10. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  11. package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +37 -37
  12. package/node_modules/@aws-sdk/client-route-53/package.json +36 -36
  13. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +5 -0
  14. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +5 -0
  15. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +5 -0
  18. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +5 -0
  19. package/node_modules/@aws-sdk/client-s3/package.json +50 -50
  20. package/node_modules/@aws-sdk/client-ses/package.json +35 -35
  21. package/node_modules/@aws-sdk/client-ssm/package.json +34 -34
  22. package/node_modules/@aws-sdk/core/dist-cjs/index.js +17 -0
  23. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  28. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  29. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  30. package/node_modules/@aws-sdk/core/package.json +11 -11
  31. package/node_modules/@aws-sdk/crc64-nvme/package.json +2 -2
  32. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  34. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  35. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  36. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  37. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  38. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  39. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  40. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +5 -5
  41. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +4 -4
  42. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +10 -10
  43. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  44. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +3 -3
  45. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  46. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  47. package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +3 -3
  48. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +11 -11
  49. package/node_modules/@aws-sdk/middleware-ssec/package.json +3 -3
  50. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  51. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  52. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  53. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -6
  54. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  55. package/node_modules/@aws-sdk/types/package.json +2 -2
  56. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  57. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
  58. package/node_modules/@aws-sdk/util-locate-window/package.json +12 -11
  59. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  60. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  61. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  62. package/node_modules/@smithy/config-resolver/README.md +10 -3
  63. package/node_modules/@smithy/config-resolver/package.json +10 -11
  64. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  65. package/node_modules/@smithy/credential-provider-imds/package.json +9 -10
  66. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  67. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
  68. package/node_modules/@smithy/eventstream-codec/package.json +6 -7
  69. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  70. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -8
  71. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  72. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -8
  73. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  74. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
  75. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  76. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -10
  77. package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
  78. package/node_modules/@smithy/hash-blob-browser/package.json +6 -7
  79. package/node_modules/@smithy/hash-node/README.md +10 -3
  80. package/node_modules/@smithy/hash-node/package.json +6 -7
  81. package/node_modules/@smithy/hash-stream-node/README.md +9 -4
  82. package/node_modules/@smithy/hash-stream-node/package.json +6 -7
  83. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  84. package/node_modules/@smithy/invalid-dependency/package.json +6 -7
  85. package/node_modules/@smithy/md5-js/README.md +10 -3
  86. package/node_modules/@smithy/md5-js/package.json +6 -7
  87. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  88. package/node_modules/@smithy/middleware-content-length/package.json +7 -8
  89. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  90. package/node_modules/@smithy/property-provider/README.md +10 -3
  91. package/node_modules/@smithy/property-provider/package.json +6 -7
  92. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -8
  93. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +13 -0
  94. package/node_modules/@smithy/signature-v4/package.json +9 -10
  95. package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -9
  96. package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -12
  97. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  98. package/node_modules/@smithy/util-endpoints/package.json +9 -10
  99. package/node_modules/@smithy/util-retry/dist-cjs/index.js +6 -0
  100. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +3 -0
  101. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +3 -0
  102. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +5 -0
  103. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +5 -0
  104. package/node_modules/@smithy/util-retry/package.json +1 -1
  105. package/node_modules/@smithy/util-waiter/package.json +7 -8
  106. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/CHANGELOG.md +172 -0
  107. package/node_modules/{function-bind → @zone-eu/mailsplit/node_modules/libmime}/LICENSE +1 -2
  108. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/README.md +207 -0
  109. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/charset.js +118 -0
  110. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/charsets.js +212 -0
  111. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/get-charset-name.js +227 -0
  112. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/libmime.js +924 -0
  113. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/lib/mimetypes.js +2049 -0
  114. package/node_modules/@zone-eu/mailsplit/node_modules/libmime/package.json +42 -0
  115. package/node_modules/bowser/README.md +74 -7
  116. package/node_modules/bowser/bundled.js +1 -1
  117. package/node_modules/bowser/es5.js +1 -1
  118. package/node_modules/bowser/index.d.ts +115 -12
  119. package/node_modules/bowser/package.json +17 -7
  120. package/node_modules/bowser/src/bowser.js +24 -8
  121. package/node_modules/bowser/src/constants.js +79 -18
  122. package/node_modules/bowser/src/parser-browsers.js +483 -0
  123. package/node_modules/bowser/src/parser-os.js +12 -0
  124. package/node_modules/bowser/src/parser-platforms.js +301 -1
  125. package/node_modules/bowser/src/parser.js +106 -10
  126. package/node_modules/bowser/src/utils.js +33 -15
  127. package/node_modules/htmlparser2/node_modules/entities/LICENSE +11 -0
  128. package/node_modules/htmlparser2/node_modules/entities/lib/decode.d.ts +211 -0
  129. package/node_modules/htmlparser2/node_modules/entities/lib/decode.d.ts.map +1 -0
  130. package/node_modules/htmlparser2/node_modules/entities/lib/decode.js +536 -0
  131. package/node_modules/htmlparser2/node_modules/entities/lib/decode.js.map +1 -0
  132. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.d.ts +19 -0
  133. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.d.ts.map +1 -0
  134. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js +76 -0
  135. package/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js.map +1 -0
  136. package/node_modules/htmlparser2/node_modules/entities/lib/encode.d.ts +22 -0
  137. package/node_modules/htmlparser2/node_modules/entities/lib/encode.d.ts.map +1 -0
  138. package/node_modules/htmlparser2/node_modules/entities/lib/encode.js +77 -0
  139. package/node_modules/htmlparser2/node_modules/entities/lib/encode.js.map +1 -0
  140. package/node_modules/htmlparser2/node_modules/entities/lib/escape.d.ts +43 -0
  141. package/node_modules/htmlparser2/node_modules/entities/lib/escape.d.ts.map +1 -0
  142. package/node_modules/htmlparser2/node_modules/entities/lib/escape.js +122 -0
  143. package/node_modules/htmlparser2/node_modules/entities/lib/escape.js.map +1 -0
  144. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.d.ts +211 -0
  145. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.d.ts.map +1 -0
  146. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.js +496 -0
  147. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode.js.map +1 -0
  148. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.d.ts +19 -0
  149. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.d.ts.map +1 -0
  150. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.js +71 -0
  151. package/node_modules/htmlparser2/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
  152. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.d.ts +22 -0
  153. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.d.ts.map +1 -0
  154. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.js +69 -0
  155. package/node_modules/htmlparser2/node_modules/entities/lib/esm/encode.js.map +1 -0
  156. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.d.ts +43 -0
  157. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.d.ts.map +1 -0
  158. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.js +116 -0
  159. package/node_modules/htmlparser2/node_modules/entities/lib/esm/escape.js.map +1 -0
  160. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.d.ts +3 -0
  161. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map +1 -0
  162. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
  163. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
  164. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts +3 -0
  165. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map +1 -0
  166. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
  167. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
  168. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.d.ts +8 -0
  169. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.d.ts.map +1 -0
  170. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.js +10 -0
  171. package/node_modules/htmlparser2/node_modules/entities/lib/esm/generated/encode-html.js.map +1 -0
  172. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.d.ts +96 -0
  173. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.d.ts.map +1 -0
  174. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.js +99 -0
  175. package/node_modules/htmlparser2/node_modules/entities/lib/esm/index.js.map +1 -0
  176. package/node_modules/htmlparser2/node_modules/entities/lib/esm/package.json +1 -0
  177. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.d.ts +3 -0
  178. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.d.ts.map +1 -0
  179. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js +9 -0
  180. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
  181. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.d.ts +3 -0
  182. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.d.ts.map +1 -0
  183. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
  184. package/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
  185. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.d.ts +8 -0
  186. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.d.ts.map +1 -0
  187. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js +12 -0
  188. package/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js.map +1 -0
  189. package/node_modules/htmlparser2/node_modules/entities/lib/index.d.ts +96 -0
  190. package/node_modules/htmlparser2/node_modules/entities/lib/index.d.ts.map +1 -0
  191. package/node_modules/htmlparser2/node_modules/entities/lib/index.js +126 -0
  192. package/node_modules/htmlparser2/node_modules/entities/lib/index.js.map +1 -0
  193. package/node_modules/htmlparser2/node_modules/entities/package.json +90 -0
  194. package/node_modules/htmlparser2/node_modules/entities/readme.md +122 -0
  195. package/node_modules/libmime/CHANGELOG.md +8 -0
  196. package/node_modules/libmime/README.md +1 -1
  197. package/node_modules/libmime/lib/charset.js +5 -5
  198. package/node_modules/libmime/lib/libmime.js +14 -9
  199. package/node_modules/libmime/node_modules/iconv-lite/LICENSE +21 -0
  200. package/node_modules/libmime/node_modules/iconv-lite/README.md +138 -0
  201. package/node_modules/libmime/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  202. package/node_modules/libmime/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  203. package/node_modules/libmime/node_modules/iconv-lite/encodings/index.js +23 -0
  204. package/node_modules/libmime/node_modules/iconv-lite/encodings/internal.js +218 -0
  205. package/node_modules/libmime/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  206. package/node_modules/libmime/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  207. package/node_modules/libmime/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  208. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  209. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  210. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  211. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  212. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  213. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  214. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  215. package/node_modules/libmime/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  216. package/node_modules/libmime/node_modules/iconv-lite/encodings/utf16.js +187 -0
  217. package/node_modules/libmime/node_modules/iconv-lite/encodings/utf32.js +307 -0
  218. package/node_modules/libmime/node_modules/iconv-lite/encodings/utf7.js +283 -0
  219. package/node_modules/libmime/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  220. package/node_modules/libmime/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  221. package/node_modules/libmime/node_modules/iconv-lite/lib/index.d.ts +129 -0
  222. package/node_modules/libmime/node_modules/iconv-lite/lib/index.js +182 -0
  223. package/node_modules/libmime/node_modules/iconv-lite/lib/streams.js +105 -0
  224. package/node_modules/libmime/node_modules/iconv-lite/package.json +70 -0
  225. package/node_modules/libmime/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  226. package/node_modules/libmime/package.json +4 -4
  227. package/node_modules/mailparser/.release-please-manifest.json +1 -1
  228. package/node_modules/mailparser/CHANGELOG.md +14 -0
  229. package/node_modules/mailparser/package.json +4 -4
  230. package/node_modules/nodemailer/CHANGELOG.md +8 -0
  231. package/node_modules/nodemailer/CLAUDE.md +55 -0
  232. package/node_modules/nodemailer/lib/smtp-connection/index.js +26 -4
  233. package/node_modules/nodemailer/package.json +4 -4
  234. package/node_modules/path-expression-matcher/README.md +214 -62
  235. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  236. package/node_modules/path-expression-matcher/lib/pem.d.cts +111 -0
  237. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  238. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  239. package/node_modules/path-expression-matcher/package.json +1 -1
  240. package/node_modules/path-expression-matcher/src/Expression.js +2 -2
  241. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  242. package/node_modules/path-expression-matcher/src/Matcher.js +247 -175
  243. package/node_modules/path-expression-matcher/src/index.d.ts +199 -194
  244. package/node_modules/path-expression-matcher/src/index.js +3 -2
  245. package/node_modules/strnum/package.json +1 -1
  246. package/package.json +27 -30
  247. package/lib/index-cli-synth.d.ts +0 -1
  248. package/lib/index-cli-synth.js +0 -68
  249. package/lib/scripts/publish-assets.d.ts +0 -1
  250. package/lib/scripts/publish-assets.js +0 -39
  251. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
  252. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
  253. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  254. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  255. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  256. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  257. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  258. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
  259. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  260. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  261. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  262. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  263. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  264. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  265. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  266. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  267. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  268. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  269. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  270. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  271. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  272. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  273. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  274. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  275. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  276. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  277. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  278. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  279. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  280. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  281. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  282. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  283. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  284. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  285. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  286. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  287. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  288. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  289. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  290. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  291. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  292. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  293. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  294. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  295. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  296. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  297. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  298. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  299. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  300. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  301. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  302. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  303. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  304. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  305. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  306. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  307. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  308. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  309. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  310. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  311. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  312. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  313. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  314. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  315. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  316. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  317. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  318. package/node_modules/@smithy/hash-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
  319. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  320. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -11
  321. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
  322. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
  323. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
  324. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  325. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  326. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  327. package/node_modules/@smithy/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
  328. package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
  329. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  330. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  331. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  332. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  333. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  334. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  335. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  336. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  337. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +0 -1
  338. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +0 -16
  339. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  340. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  341. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  342. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  343. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  344. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  345. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  346. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  347. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  348. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  349. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  350. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  351. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  352. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  353. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +0 -12
  354. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
  355. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +0 -4
  356. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +0 -9
  357. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  358. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  359. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  360. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  361. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  362. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  363. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  364. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  365. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  366. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -33
  367. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  368. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  369. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  370. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  371. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +0 -21
  372. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  373. package/node_modules/@smithy/middleware-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  374. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/LICENSE +0 -201
  375. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/README.md +0 -17
  376. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
  377. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -8
  378. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -23
  379. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -8
  380. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/chain.js +0 -21
  381. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  382. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  383. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -45
  384. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
  385. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  386. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
  387. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  388. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  389. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  390. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -40
  391. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/property-provider/package.json +0 -60
  392. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  393. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  394. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  395. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  396. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  397. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  398. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  399. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +0 -1
  400. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +0 -16
  401. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  402. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  403. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  404. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  405. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  406. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  407. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  408. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  409. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  410. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  411. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  412. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  413. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  414. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  415. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +0 -12
  416. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
  417. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +0 -4
  418. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +0 -9
  419. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  420. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  421. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  422. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  423. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  424. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  425. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  426. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  427. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  428. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -33
  429. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  430. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  431. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  432. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  433. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +0 -21
  434. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  435. package/node_modules/@smithy/node-config-provider/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  436. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
  437. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  438. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
  439. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  440. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  441. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  442. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  443. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
  444. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
  445. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  446. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  447. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  448. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  449. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  450. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  451. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
  452. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  453. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
  454. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
  455. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  456. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  457. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  458. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  459. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
  460. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  461. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  462. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
  463. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  464. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  465. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  466. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  467. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  468. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  469. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  470. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  471. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  472. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  473. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  474. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  475. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  476. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  477. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  478. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  479. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  480. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  481. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  482. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  483. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  484. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  485. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  486. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  487. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  488. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  489. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  490. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  491. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  492. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  493. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  494. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  495. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  496. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  497. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  498. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  499. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  500. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  501. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  502. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  503. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  504. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  505. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  506. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  507. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  508. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  509. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  510. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  511. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
  512. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  513. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  514. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  515. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  516. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  517. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  518. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
  519. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
  520. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  521. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
  522. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  523. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
  524. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
  525. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  526. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  527. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  528. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
  529. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  530. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  531. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  532. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  533. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  534. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  535. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  536. package/node_modules/async-retry/LICENSE.md +0 -21
  537. package/node_modules/async-retry/README.md +0 -53
  538. package/node_modules/async-retry/lib/index.js +0 -61
  539. package/node_modules/async-retry/package.json +0 -55
  540. package/node_modules/asynckit/LICENSE +0 -21
  541. package/node_modules/asynckit/README.md +0 -233
  542. package/node_modules/asynckit/bench.js +0 -76
  543. package/node_modules/asynckit/index.js +0 -6
  544. package/node_modules/asynckit/lib/abort.js +0 -29
  545. package/node_modules/asynckit/lib/async.js +0 -34
  546. package/node_modules/asynckit/lib/defer.js +0 -26
  547. package/node_modules/asynckit/lib/iterate.js +0 -75
  548. package/node_modules/asynckit/lib/readable_asynckit.js +0 -91
  549. package/node_modules/asynckit/lib/readable_parallel.js +0 -25
  550. package/node_modules/asynckit/lib/readable_serial.js +0 -25
  551. package/node_modules/asynckit/lib/readable_serial_ordered.js +0 -29
  552. package/node_modules/asynckit/lib/state.js +0 -37
  553. package/node_modules/asynckit/lib/streamify.js +0 -141
  554. package/node_modules/asynckit/lib/terminator.js +0 -29
  555. package/node_modules/asynckit/package.json +0 -63
  556. package/node_modules/asynckit/parallel.js +0 -43
  557. package/node_modules/asynckit/serial.js +0 -17
  558. package/node_modules/asynckit/serialOrdered.js +0 -75
  559. package/node_modules/asynckit/stream.js +0 -21
  560. package/node_modules/axios/CHANGELOG.md +0 -1416
  561. package/node_modules/axios/LICENSE +0 -7
  562. package/node_modules/axios/MIGRATION_GUIDE.md +0 -877
  563. package/node_modules/axios/README.md +0 -1946
  564. package/node_modules/axios/dist/axios.js +0 -4454
  565. package/node_modules/axios/dist/axios.js.map +0 -1
  566. package/node_modules/axios/dist/axios.min.js +0 -5
  567. package/node_modules/axios/dist/axios.min.js.map +0 -1
  568. package/node_modules/axios/dist/browser/axios.cjs +0 -4225
  569. package/node_modules/axios/dist/browser/axios.cjs.map +0 -1
  570. package/node_modules/axios/dist/esm/axios.js +0 -4245
  571. package/node_modules/axios/dist/esm/axios.js.map +0 -1
  572. package/node_modules/axios/dist/esm/axios.min.js +0 -3
  573. package/node_modules/axios/dist/esm/axios.min.js.map +0 -1
  574. package/node_modules/axios/dist/node/axios.cjs +0 -4697
  575. package/node_modules/axios/dist/node/axios.cjs.map +0 -1
  576. package/node_modules/axios/index.d.cts +0 -716
  577. package/node_modules/axios/index.d.ts +0 -810
  578. package/node_modules/axios/index.js +0 -43
  579. package/node_modules/axios/lib/adapters/README.md +0 -36
  580. package/node_modules/axios/lib/adapters/adapters.js +0 -130
  581. package/node_modules/axios/lib/adapters/fetch.js +0 -338
  582. package/node_modules/axios/lib/adapters/http.js +0 -952
  583. package/node_modules/axios/lib/adapters/xhr.js +0 -222
  584. package/node_modules/axios/lib/axios.js +0 -89
  585. package/node_modules/axios/lib/cancel/CancelToken.js +0 -135
  586. package/node_modules/axios/lib/cancel/CanceledError.js +0 -22
  587. package/node_modules/axios/lib/cancel/isCancel.js +0 -5
  588. package/node_modules/axios/lib/core/Axios.js +0 -261
  589. package/node_modules/axios/lib/core/AxiosError.js +0 -90
  590. package/node_modules/axios/lib/core/AxiosHeaders.js +0 -346
  591. package/node_modules/axios/lib/core/InterceptorManager.js +0 -72
  592. package/node_modules/axios/lib/core/README.md +0 -8
  593. package/node_modules/axios/lib/core/buildFullPath.js +0 -22
  594. package/node_modules/axios/lib/core/dispatchRequest.js +0 -77
  595. package/node_modules/axios/lib/core/mergeConfig.js +0 -107
  596. package/node_modules/axios/lib/core/settle.js +0 -31
  597. package/node_modules/axios/lib/core/transformData.js +0 -28
  598. package/node_modules/axios/lib/defaults/index.js +0 -172
  599. package/node_modules/axios/lib/defaults/transitional.js +0 -8
  600. package/node_modules/axios/lib/env/README.md +0 -3
  601. package/node_modules/axios/lib/env/classes/FormData.js +0 -2
  602. package/node_modules/axios/lib/env/data.js +0 -1
  603. package/node_modules/axios/lib/helpers/AxiosTransformStream.js +0 -156
  604. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -62
  605. package/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
  606. package/node_modules/axios/lib/helpers/README.md +0 -7
  607. package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +0 -29
  608. package/node_modules/axios/lib/helpers/bind.js +0 -14
  609. package/node_modules/axios/lib/helpers/buildURL.js +0 -66
  610. package/node_modules/axios/lib/helpers/callbackify.js +0 -18
  611. package/node_modules/axios/lib/helpers/combineURLs.js +0 -15
  612. package/node_modules/axios/lib/helpers/composeSignals.js +0 -56
  613. package/node_modules/axios/lib/helpers/cookies.js +0 -48
  614. package/node_modules/axios/lib/helpers/deprecatedMethod.js +0 -31
  615. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +0 -73
  616. package/node_modules/axios/lib/helpers/formDataToJSON.js +0 -95
  617. package/node_modules/axios/lib/helpers/formDataToStream.js +0 -118
  618. package/node_modules/axios/lib/helpers/fromDataURI.js +0 -53
  619. package/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -19
  620. package/node_modules/axios/lib/helpers/isAxiosError.js +0 -14
  621. package/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -16
  622. package/node_modules/axios/lib/helpers/null.js +0 -2
  623. package/node_modules/axios/lib/helpers/parseHeaders.js +0 -69
  624. package/node_modules/axios/lib/helpers/parseProtocol.js +0 -6
  625. package/node_modules/axios/lib/helpers/progressEventReducer.js +0 -51
  626. package/node_modules/axios/lib/helpers/readBlob.js +0 -15
  627. package/node_modules/axios/lib/helpers/resolveConfig.js +0 -70
  628. package/node_modules/axios/lib/helpers/speedometer.js +0 -55
  629. package/node_modules/axios/lib/helpers/spread.js +0 -28
  630. package/node_modules/axios/lib/helpers/throttle.js +0 -44
  631. package/node_modules/axios/lib/helpers/toFormData.js +0 -241
  632. package/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -19
  633. package/node_modules/axios/lib/helpers/trackStream.js +0 -89
  634. package/node_modules/axios/lib/helpers/validator.js +0 -110
  635. package/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -3
  636. package/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -3
  637. package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -4
  638. package/node_modules/axios/lib/platform/browser/index.js +0 -13
  639. package/node_modules/axios/lib/platform/common/utils.js +0 -52
  640. package/node_modules/axios/lib/platform/index.js +0 -7
  641. package/node_modules/axios/lib/platform/node/classes/FormData.js +0 -3
  642. package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +0 -4
  643. package/node_modules/axios/lib/platform/node/index.js +0 -37
  644. package/node_modules/axios/lib/utils.js +0 -919
  645. package/node_modules/axios/package.json +0 -187
  646. package/node_modules/bowser/CHANGELOG.md +0 -218
  647. package/node_modules/call-bind-apply-helpers/.eslintrc +0 -16
  648. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  649. package/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  650. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -23
  651. package/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  652. package/node_modules/call-bind-apply-helpers/README.md +0 -62
  653. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  654. package/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  655. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  656. package/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  657. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  658. package/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  659. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  660. package/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  661. package/node_modules/call-bind-apply-helpers/index.d.ts +0 -46
  662. package/node_modules/call-bind-apply-helpers/index.js +0 -15
  663. package/node_modules/call-bind-apply-helpers/package.json +0 -85
  664. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  665. package/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  666. package/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  667. package/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  668. package/node_modules/combined-stream/License +0 -19
  669. package/node_modules/combined-stream/Readme.md +0 -138
  670. package/node_modules/combined-stream/lib/combined_stream.js +0 -208
  671. package/node_modules/combined-stream/package.json +0 -25
  672. package/node_modules/delayed-stream/.npmignore +0 -1
  673. package/node_modules/delayed-stream/License +0 -19
  674. package/node_modules/delayed-stream/Makefile +0 -7
  675. package/node_modules/delayed-stream/Readme.md +0 -141
  676. package/node_modules/delayed-stream/lib/delayed_stream.js +0 -107
  677. package/node_modules/delayed-stream/package.json +0 -27
  678. package/node_modules/dunder-proto/.eslintrc +0 -5
  679. package/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  680. package/node_modules/dunder-proto/.nycrc +0 -13
  681. package/node_modules/dunder-proto/CHANGELOG.md +0 -24
  682. package/node_modules/dunder-proto/LICENSE +0 -21
  683. package/node_modules/dunder-proto/README.md +0 -54
  684. package/node_modules/dunder-proto/get.d.ts +0 -5
  685. package/node_modules/dunder-proto/get.js +0 -30
  686. package/node_modules/dunder-proto/package.json +0 -76
  687. package/node_modules/dunder-proto/set.d.ts +0 -5
  688. package/node_modules/dunder-proto/set.js +0 -35
  689. package/node_modules/dunder-proto/test/get.js +0 -34
  690. package/node_modules/dunder-proto/test/index.js +0 -4
  691. package/node_modules/dunder-proto/test/set.js +0 -50
  692. package/node_modules/dunder-proto/tsconfig.json +0 -9
  693. package/node_modules/es-define-property/.eslintrc +0 -13
  694. package/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  695. package/node_modules/es-define-property/.nycrc +0 -9
  696. package/node_modules/es-define-property/CHANGELOG.md +0 -29
  697. package/node_modules/es-define-property/LICENSE +0 -21
  698. package/node_modules/es-define-property/README.md +0 -49
  699. package/node_modules/es-define-property/index.d.ts +0 -3
  700. package/node_modules/es-define-property/index.js +0 -14
  701. package/node_modules/es-define-property/package.json +0 -81
  702. package/node_modules/es-define-property/test/index.js +0 -56
  703. package/node_modules/es-define-property/tsconfig.json +0 -10
  704. package/node_modules/es-errors/.eslintrc +0 -5
  705. package/node_modules/es-errors/.github/FUNDING.yml +0 -12
  706. package/node_modules/es-errors/CHANGELOG.md +0 -40
  707. package/node_modules/es-errors/LICENSE +0 -21
  708. package/node_modules/es-errors/README.md +0 -55
  709. package/node_modules/es-errors/eval.d.ts +0 -3
  710. package/node_modules/es-errors/eval.js +0 -4
  711. package/node_modules/es-errors/index.d.ts +0 -3
  712. package/node_modules/es-errors/index.js +0 -4
  713. package/node_modules/es-errors/package.json +0 -80
  714. package/node_modules/es-errors/range.d.ts +0 -3
  715. package/node_modules/es-errors/range.js +0 -4
  716. package/node_modules/es-errors/ref.d.ts +0 -3
  717. package/node_modules/es-errors/ref.js +0 -4
  718. package/node_modules/es-errors/syntax.d.ts +0 -3
  719. package/node_modules/es-errors/syntax.js +0 -4
  720. package/node_modules/es-errors/test/index.js +0 -19
  721. package/node_modules/es-errors/tsconfig.json +0 -49
  722. package/node_modules/es-errors/type.d.ts +0 -3
  723. package/node_modules/es-errors/type.js +0 -4
  724. package/node_modules/es-errors/uri.d.ts +0 -3
  725. package/node_modules/es-errors/uri.js +0 -4
  726. package/node_modules/es-object-atoms/.eslintrc +0 -16
  727. package/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  728. package/node_modules/es-object-atoms/CHANGELOG.md +0 -37
  729. package/node_modules/es-object-atoms/LICENSE +0 -21
  730. package/node_modules/es-object-atoms/README.md +0 -63
  731. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  732. package/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  733. package/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  734. package/node_modules/es-object-atoms/ToObject.js +0 -10
  735. package/node_modules/es-object-atoms/index.d.ts +0 -3
  736. package/node_modules/es-object-atoms/index.js +0 -4
  737. package/node_modules/es-object-atoms/isObject.d.ts +0 -3
  738. package/node_modules/es-object-atoms/isObject.js +0 -6
  739. package/node_modules/es-object-atoms/package.json +0 -80
  740. package/node_modules/es-object-atoms/test/index.js +0 -38
  741. package/node_modules/es-object-atoms/tsconfig.json +0 -6
  742. package/node_modules/es-set-tostringtag/.eslintrc +0 -13
  743. package/node_modules/es-set-tostringtag/.nycrc +0 -9
  744. package/node_modules/es-set-tostringtag/CHANGELOG.md +0 -67
  745. package/node_modules/es-set-tostringtag/LICENSE +0 -21
  746. package/node_modules/es-set-tostringtag/README.md +0 -53
  747. package/node_modules/es-set-tostringtag/index.d.ts +0 -10
  748. package/node_modules/es-set-tostringtag/index.js +0 -35
  749. package/node_modules/es-set-tostringtag/package.json +0 -78
  750. package/node_modules/es-set-tostringtag/test/index.js +0 -85
  751. package/node_modules/es-set-tostringtag/tsconfig.json +0 -9
  752. package/node_modules/follow-redirects/LICENSE +0 -18
  753. package/node_modules/follow-redirects/README.md +0 -155
  754. package/node_modules/follow-redirects/debug.js +0 -15
  755. package/node_modules/follow-redirects/http.js +0 -1
  756. package/node_modules/follow-redirects/https.js +0 -1
  757. package/node_modules/follow-redirects/index.js +0 -686
  758. package/node_modules/follow-redirects/package.json +0 -58
  759. package/node_modules/form-data/CHANGELOG.md +0 -659
  760. package/node_modules/form-data/License +0 -19
  761. package/node_modules/form-data/README.md +0 -355
  762. package/node_modules/form-data/index.d.ts +0 -62
  763. package/node_modules/form-data/lib/browser.js +0 -4
  764. package/node_modules/form-data/lib/form_data.js +0 -494
  765. package/node_modules/form-data/lib/populate.js +0 -10
  766. package/node_modules/form-data/package.json +0 -82
  767. package/node_modules/function-bind/.eslintrc +0 -21
  768. package/node_modules/function-bind/.github/FUNDING.yml +0 -12
  769. package/node_modules/function-bind/.github/SECURITY.md +0 -3
  770. package/node_modules/function-bind/.nycrc +0 -13
  771. package/node_modules/function-bind/CHANGELOG.md +0 -136
  772. package/node_modules/function-bind/README.md +0 -46
  773. package/node_modules/function-bind/implementation.js +0 -84
  774. package/node_modules/function-bind/index.js +0 -5
  775. package/node_modules/function-bind/package.json +0 -87
  776. package/node_modules/function-bind/test/.eslintrc +0 -9
  777. package/node_modules/function-bind/test/index.js +0 -252
  778. package/node_modules/get-intrinsic/.eslintrc +0 -38
  779. package/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  780. package/node_modules/get-intrinsic/.nycrc +0 -9
  781. package/node_modules/get-intrinsic/CHANGELOG.md +0 -178
  782. package/node_modules/get-intrinsic/LICENSE +0 -21
  783. package/node_modules/get-intrinsic/README.md +0 -71
  784. package/node_modules/get-intrinsic/index.js +0 -377
  785. package/node_modules/get-intrinsic/package.json +0 -97
  786. package/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  787. package/node_modules/get-proto/.eslintrc +0 -10
  788. package/node_modules/get-proto/.github/FUNDING.yml +0 -12
  789. package/node_modules/get-proto/.nycrc +0 -9
  790. package/node_modules/get-proto/CHANGELOG.md +0 -21
  791. package/node_modules/get-proto/LICENSE +0 -21
  792. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  793. package/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  794. package/node_modules/get-proto/README.md +0 -50
  795. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  796. package/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  797. package/node_modules/get-proto/index.d.ts +0 -5
  798. package/node_modules/get-proto/index.js +0 -27
  799. package/node_modules/get-proto/package.json +0 -81
  800. package/node_modules/get-proto/test/index.js +0 -68
  801. package/node_modules/get-proto/tsconfig.json +0 -9
  802. package/node_modules/gopd/.eslintrc +0 -16
  803. package/node_modules/gopd/.github/FUNDING.yml +0 -12
  804. package/node_modules/gopd/CHANGELOG.md +0 -45
  805. package/node_modules/gopd/LICENSE +0 -21
  806. package/node_modules/gopd/README.md +0 -40
  807. package/node_modules/gopd/gOPD.d.ts +0 -1
  808. package/node_modules/gopd/gOPD.js +0 -4
  809. package/node_modules/gopd/index.d.ts +0 -5
  810. package/node_modules/gopd/index.js +0 -15
  811. package/node_modules/gopd/package.json +0 -77
  812. package/node_modules/gopd/test/index.js +0 -36
  813. package/node_modules/gopd/tsconfig.json +0 -9
  814. package/node_modules/has-symbols/.eslintrc +0 -11
  815. package/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  816. package/node_modules/has-symbols/.nycrc +0 -9
  817. package/node_modules/has-symbols/CHANGELOG.md +0 -91
  818. package/node_modules/has-symbols/LICENSE +0 -21
  819. package/node_modules/has-symbols/README.md +0 -46
  820. package/node_modules/has-symbols/index.d.ts +0 -3
  821. package/node_modules/has-symbols/index.js +0 -14
  822. package/node_modules/has-symbols/package.json +0 -111
  823. package/node_modules/has-symbols/shams.d.ts +0 -3
  824. package/node_modules/has-symbols/shams.js +0 -45
  825. package/node_modules/has-symbols/test/index.js +0 -22
  826. package/node_modules/has-symbols/test/shams/core-js.js +0 -29
  827. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  828. package/node_modules/has-symbols/test/tests.js +0 -58
  829. package/node_modules/has-symbols/tsconfig.json +0 -10
  830. package/node_modules/has-tostringtag/.eslintrc +0 -5
  831. package/node_modules/has-tostringtag/.github/FUNDING.yml +0 -12
  832. package/node_modules/has-tostringtag/.nycrc +0 -13
  833. package/node_modules/has-tostringtag/CHANGELOG.md +0 -42
  834. package/node_modules/has-tostringtag/LICENSE +0 -21
  835. package/node_modules/has-tostringtag/README.md +0 -46
  836. package/node_modules/has-tostringtag/index.d.ts +0 -3
  837. package/node_modules/has-tostringtag/index.js +0 -8
  838. package/node_modules/has-tostringtag/package.json +0 -108
  839. package/node_modules/has-tostringtag/shams.d.ts +0 -3
  840. package/node_modules/has-tostringtag/shams.js +0 -8
  841. package/node_modules/has-tostringtag/test/index.js +0 -21
  842. package/node_modules/has-tostringtag/test/shams/core-js.js +0 -31
  843. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +0 -30
  844. package/node_modules/has-tostringtag/test/tests.js +0 -15
  845. package/node_modules/has-tostringtag/tsconfig.json +0 -49
  846. package/node_modules/hasown/.eslintrc +0 -5
  847. package/node_modules/hasown/.github/FUNDING.yml +0 -12
  848. package/node_modules/hasown/.nycrc +0 -13
  849. package/node_modules/hasown/CHANGELOG.md +0 -40
  850. package/node_modules/hasown/LICENSE +0 -21
  851. package/node_modules/hasown/README.md +0 -40
  852. package/node_modules/hasown/index.d.ts +0 -3
  853. package/node_modules/hasown/index.js +0 -8
  854. package/node_modules/hasown/package.json +0 -92
  855. package/node_modules/hasown/tsconfig.json +0 -6
  856. package/node_modules/math-intrinsics/.eslintrc +0 -16
  857. package/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  858. package/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  859. package/node_modules/math-intrinsics/LICENSE +0 -21
  860. package/node_modules/math-intrinsics/README.md +0 -50
  861. package/node_modules/math-intrinsics/abs.d.ts +0 -1
  862. package/node_modules/math-intrinsics/abs.js +0 -4
  863. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  864. package/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  865. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  866. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  867. package/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  868. package/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  869. package/node_modules/math-intrinsics/floor.d.ts +0 -1
  870. package/node_modules/math-intrinsics/floor.js +0 -4
  871. package/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  872. package/node_modules/math-intrinsics/isFinite.js +0 -12
  873. package/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  874. package/node_modules/math-intrinsics/isInteger.js +0 -16
  875. package/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  876. package/node_modules/math-intrinsics/isNaN.js +0 -6
  877. package/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  878. package/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  879. package/node_modules/math-intrinsics/max.d.ts +0 -1
  880. package/node_modules/math-intrinsics/max.js +0 -4
  881. package/node_modules/math-intrinsics/min.d.ts +0 -1
  882. package/node_modules/math-intrinsics/min.js +0 -4
  883. package/node_modules/math-intrinsics/mod.d.ts +0 -3
  884. package/node_modules/math-intrinsics/mod.js +0 -9
  885. package/node_modules/math-intrinsics/package.json +0 -86
  886. package/node_modules/math-intrinsics/pow.d.ts +0 -1
  887. package/node_modules/math-intrinsics/pow.js +0 -4
  888. package/node_modules/math-intrinsics/round.d.ts +0 -1
  889. package/node_modules/math-intrinsics/round.js +0 -4
  890. package/node_modules/math-intrinsics/sign.d.ts +0 -3
  891. package/node_modules/math-intrinsics/sign.js +0 -11
  892. package/node_modules/math-intrinsics/test/index.js +0 -192
  893. package/node_modules/math-intrinsics/tsconfig.json +0 -3
  894. package/node_modules/mime-db/HISTORY.md +0 -507
  895. package/node_modules/mime-db/LICENSE +0 -23
  896. package/node_modules/mime-db/README.md +0 -100
  897. package/node_modules/mime-db/db.json +0 -8519
  898. package/node_modules/mime-db/index.js +0 -12
  899. package/node_modules/mime-db/package.json +0 -60
  900. package/node_modules/mime-types/HISTORY.md +0 -397
  901. package/node_modules/mime-types/LICENSE +0 -23
  902. package/node_modules/mime-types/README.md +0 -113
  903. package/node_modules/mime-types/index.js +0 -188
  904. package/node_modules/mime-types/package.json +0 -44
  905. package/node_modules/proxy-from-env/LICENSE +0 -20
  906. package/node_modules/proxy-from-env/README.md +0 -163
  907. package/node_modules/proxy-from-env/index.cjs +0 -105
  908. package/node_modules/proxy-from-env/index.js +0 -103
  909. package/node_modules/proxy-from-env/package.json +0 -43
  910. package/node_modules/retry/License +0 -21
  911. package/node_modules/retry/README.md +0 -227
  912. package/node_modules/retry/example/dns.js +0 -31
  913. package/node_modules/retry/example/stop.js +0 -40
  914. package/node_modules/retry/index.js +0 -1
  915. package/node_modules/retry/lib/retry.js +0 -100
  916. package/node_modules/retry/lib/retry_operation.js +0 -162
  917. package/node_modules/retry/package.json +0 -36
  918. package/node_modules/strnum/.github/SECURITY.md +0 -5
  919. package/node_modules/strnum/.vscode/launch.json +0 -25
  920. package/node_modules/strnum/algo.stflow +0 -84
  921. package/node_modules/strnum/tests/infinity_test.js +0 -18
  922. package/node_modules/strnum/tests/strnum_test.js +0 -175
  923. package/node_modules/strnum/tests/temp.js +0 -8
  924. /package/node_modules/{entities → dom-serializer/node_modules/entities}/LICENSE +0 -0
  925. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.d.ts +0 -0
  926. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.d.ts.map +0 -0
  927. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.js +0 -0
  928. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode.js.map +0 -0
  929. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.d.ts +0 -0
  930. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.d.ts.map +0 -0
  931. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.js +0 -0
  932. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/decode_codepoint.js.map +0 -0
  933. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.d.ts +0 -0
  934. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.d.ts.map +0 -0
  935. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.js +0 -0
  936. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/encode.js.map +0 -0
  937. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.d.ts +0 -0
  938. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.d.ts.map +0 -0
  939. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.js +0 -0
  940. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/escape.js.map +0 -0
  941. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.d.ts +0 -0
  942. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.d.ts.map +0 -0
  943. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.js +0 -0
  944. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode.js.map +0 -0
  945. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.d.ts +0 -0
  946. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.d.ts.map +0 -0
  947. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.js +0 -0
  948. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/decode_codepoint.js.map +0 -0
  949. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.d.ts +0 -0
  950. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.d.ts.map +0 -0
  951. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.js +0 -0
  952. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/encode.js.map +0 -0
  953. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.d.ts +0 -0
  954. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.d.ts.map +0 -0
  955. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.js +0 -0
  956. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/escape.js.map +0 -0
  957. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.d.ts +0 -0
  958. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.d.ts.map +0 -0
  959. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.js +0 -0
  960. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-html.js.map +0 -0
  961. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.d.ts +0 -0
  962. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.d.ts.map +0 -0
  963. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.js +0 -0
  964. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/decode-data-xml.js.map +0 -0
  965. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.d.ts +0 -0
  966. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.d.ts.map +0 -0
  967. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.js +0 -0
  968. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/generated/encode-html.js.map +0 -0
  969. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.d.ts +0 -0
  970. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.d.ts.map +0 -0
  971. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.js +0 -0
  972. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/index.js.map +0 -0
  973. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/esm/package.json +0 -0
  974. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.d.ts +0 -0
  975. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.d.ts.map +0 -0
  976. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.js +0 -0
  977. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-html.js.map +0 -0
  978. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.d.ts +0 -0
  979. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.d.ts.map +0 -0
  980. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.js +0 -0
  981. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/decode-data-xml.js.map +0 -0
  982. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.d.ts +0 -0
  983. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.d.ts.map +0 -0
  984. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.js +0 -0
  985. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/generated/encode-html.js.map +0 -0
  986. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.d.ts +0 -0
  987. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.d.ts.map +0 -0
  988. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.js +0 -0
  989. /package/node_modules/{entities → dom-serializer/node_modules/entities}/lib/index.js.map +0 -0
  990. /package/node_modules/{entities → dom-serializer/node_modules/entities}/package.json +0 -0
  991. /package/node_modules/{entities → dom-serializer/node_modules/entities}/readme.md +0 -0
  992. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +0 -0
  993. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  994. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +0 -0
  995. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  996. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  997. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.cjs +0 -0
  998. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +0 -0
  999. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.min.js +0 -0
  1000. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.min.js.map +0 -0
  1001. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxparser.min.js +0 -0
  1002. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxparser.min.js.map +0 -0
  1003. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  1004. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  1005. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/pem.d.cts +0 -0
  1006. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +0 -0
  1007. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  1008. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  1009. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  1010. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +0 -0
  1011. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  1012. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  1013. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/pem.d.ts +0 -0
  1014. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  1015. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  1016. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  1017. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  1018. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  1019. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  1020. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  1021. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  1022. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  1023. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  1024. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  1025. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  1026. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  1027. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  1028. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  1029. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  1030. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  1031. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  1032. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  1033. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  1034. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  1035. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  1036. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  1037. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  1038. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  1039. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  1040. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  1041. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  1042. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  1043. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +0 -0
  1044. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +0 -0
  1045. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  1046. /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
@@ -13,8 +13,6 @@
13
13
  "@aws-sdk/client-s3": "^3.741.0",
14
14
  "@aws-sdk/client-ses": "^3.741.0",
15
15
  "@aws-sdk/client-ssm": "^3.741.0",
16
- "async-retry": "^1.3.3",
17
- "axios": "^1.7.9",
18
16
  "cdk-nag": "^2.37.55",
19
17
  "mailparser": "^3.7.2",
20
18
  "uuid": "^9.0.1"
@@ -8715,7 +8713,7 @@
8715
8713
  "stability": "experimental"
8716
8714
  },
8717
8715
  "homepage": "https://github.com/MV-Consulting/awscdk-rootmail",
8718
- "jsiiVersion": "5.9.36 (build 27873df)",
8716
+ "jsiiVersion": "5.9.37 (build 5176c0d)",
8719
8717
  "keywords": [
8720
8718
  "aws",
8721
8719
  "cdk",
@@ -9167,6 +9165,6 @@
9167
9165
  "symbolId": "src/ses-receive:SESReceiveProps"
9168
9166
  }
9169
9167
  },
9170
- "version": "0.0.333",
9171
- "fingerprint": "7VpT45MslMvM02k0brbStCfiAeJRqfADBK2lUOxyWHk="
9168
+ "version": "0.0.335",
9169
+ "fingerprint": "XuauoJiCx0E9aF0AAxnx/w5nZzpfNYkl9X3GU7yLyIA="
9172
9170
  }
package/CLAUDE.md CHANGED
@@ -38,49 +38,41 @@ The construct uses several custom resource handlers for orchestration:
38
38
  ### Build and Test
39
39
  ```bash
40
40
  # Build the project
41
- yarn build
41
+ npm run build
42
42
  # or
43
43
  npx projen build
44
44
 
45
45
  # Run tests
46
- yarn test
46
+ npm test
47
47
  # or
48
48
  npx projen test
49
49
 
50
50
  # Watch mode for tests
51
- yarn test:watch
51
+ npm run test:watch
52
52
 
53
53
  # Type checking and linting
54
- yarn eslint
54
+ npm run eslint
55
55
  ```
56
56
 
57
57
  ### CDK Operations
58
58
  ```bash
59
- # Synthesize CloudFormation templates
60
- yarn synth
61
- # or
62
- npx cdk synth -q
63
-
64
59
  # Prepare for integration tests
65
- yarn prepare-integ-test
60
+ npm run prepare-integ-test
66
61
 
67
62
  # Run integration tests
68
- yarn integ-test
63
+ npm run integ-test
69
64
  ```
70
65
 
71
66
  ### Development Workflow
72
67
  ```bash
73
68
  # Install dependencies
74
- yarn install
69
+ npm install
75
70
 
76
71
  # Compile TypeScript
77
- yarn compile
72
+ npm run compile
78
73
 
79
74
  # Package for distribution
80
- yarn package
81
-
82
- # Publish assets (for releases)
83
- yarn publish-assets
75
+ npm run package
84
76
  ```
85
77
 
86
78
  ## Testing
@@ -88,14 +80,14 @@ yarn publish-assets
88
80
  ### Unit Tests
89
81
  - Located in `test/` directory
90
82
  - Uses Jest with snapshot testing
91
- - Run with `yarn test`
83
+ - Run with `npm test`
92
84
  - Coverage reports generated in `coverage/` directory
93
85
 
94
86
  ### Integration Tests
95
87
  - Located in `integ-tests/` directory
96
88
  - Uses CDK Integration Testing framework
97
89
  - Tests real AWS deployments in regions: `eu-west-1`, `eu-west-2`
98
- - Run with `yarn integ-test`
90
+ - Run with `npm run integ-test`
99
91
  - Includes cleanup scripts for post-test resource removal
100
92
 
101
93
  ### Test Requirements
@@ -105,16 +97,15 @@ yarn publish-assets
105
97
  ## Key Configuration Files
106
98
 
107
99
  ### Projen Configuration
108
- - `.projenrc.ts` - Projen project configuration with custom GitHub workflows
100
+ - `.projenrc.ts` - Projen project configuration
109
101
  - Uses `@mavogel/mvc-projen` for standardized project setup
110
- - Defines complex CI/CD workflows for multi-region releases
111
102
 
112
103
  ### CDK Configuration
113
- - `cdk.json` - CDK app configuration pointing to `src/index-cli-synth.ts`
104
+ - `cdk.json` - CDK configuration
114
105
  - `tsconfig.json` - TypeScript configuration for JSII compilation
115
106
 
116
107
  ### Package Configuration
117
- - Uses Yarn Classic as package manager
108
+ - Uses npm as package manager
118
109
  - JSII-compatible TypeScript library for multi-language support
119
110
  - Bundles AWS SDK dependencies to avoid version conflicts
120
111
 
@@ -131,13 +122,6 @@ SES is not available in all regions. The construct validates deployment regions
131
122
  - `ap-southeast-1` (Singapore)
132
123
  - `ap-southeast-2` (Sydney)
133
124
 
134
- ## Release Process
135
-
136
- The project uses automated releases to S3 buckets across multiple regions:
137
- - **Dev releases**: On every PR to development S3 bucket
138
- - **Prod releases**: On version tags to production S3 bucket
139
- - **CloudFormation templates**: Available in both JSON and YAML formats
140
-
141
125
  ## Security and Compliance
142
126
 
143
127
  - Uses `cdk-nag` for AWS security best practices validation
package/cdk.json CHANGED
@@ -1,5 +1,4 @@
1
1
  {
2
- "app": "npx ts-node -P tsconfig.json --prefer-ts-exts src/index-cli-synth.ts",
3
2
  "output": "cdk.out",
4
3
  "watch": {
5
4
  "include": [
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.335" };
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.335" };
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";