@cdk8s/awscdk-resolver 0.0.118 → 0.0.120

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 (401) hide show
  1. package/.jsii +4 -4
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +30 -0
  4. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  5. package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.js → main/crossPlatformSha256.js} +0 -5
  6. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  7. package/node_modules/@aws-crypto/sha256-browser/build/{index.d.ts → main/index.d.ts} +0 -1
  8. package/node_modules/@aws-crypto/sha256-browser/build/{index.js → main/index.js} +1 -3
  9. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  10. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  11. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  12. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  13. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  14. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  15. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  16. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  17. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  18. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  19. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  20. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  21. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  22. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  23. package/node_modules/@aws-crypto/sha256-browser/build/{ie11Sha256.d.ts → module/webCryptoSha256.d.ts} +3 -2
  24. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  25. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  26. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  27. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  28. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  29. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  30. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  31. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  32. package/node_modules/@aws-crypto/{ie11-detection → sha256-browser/node_modules/@smithy/util-buffer-from}/LICENSE +4 -5
  33. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  34. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  35. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  36. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  37. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  38. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  39. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  40. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  41. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  42. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  43. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  44. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  45. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  46. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  47. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  48. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  49. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  50. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  51. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  52. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  53. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  54. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  55. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  56. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  57. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  58. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  59. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  60. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  61. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  62. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  63. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  64. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  65. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  66. package/node_modules/@aws-crypto/sha256-browser/package.json +11 -11
  67. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -4
  68. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -1
  69. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +3 -15
  70. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  71. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +20 -0
  72. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  73. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  74. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  75. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  76. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  77. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  78. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  79. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  80. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  81. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  82. package/node_modules/@aws-crypto/sha256-js/build/{constants.js.map → module/constants.js.map} +1 -1
  83. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  84. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  85. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  86. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  87. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  88. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  89. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  90. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  91. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  92. package/node_modules/@aws-crypto/sha256-js/package.json +11 -7
  93. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +3 -10
  94. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  95. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +20 -0
  96. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  97. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  98. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  99. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  100. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  101. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  102. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  103. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  104. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  105. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  106. package/node_modules/@aws-crypto/supports-web-crypto/package.json +7 -5
  107. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +3 -9
  108. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  109. package/node_modules/@aws-crypto/util/CHANGELOG.md +24 -0
  110. package/node_modules/@aws-crypto/util/build/{convertToBuffer.js → main/convertToBuffer.js} +2 -2
  111. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  112. package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  113. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  114. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  115. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  116. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  117. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  118. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  119. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  120. package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  121. package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  122. package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  123. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  124. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  125. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  126. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  127. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  128. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  129. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  130. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  131. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  132. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  133. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  134. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  135. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  136. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  137. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  138. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  139. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  140. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  141. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  142. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  143. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  144. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  145. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  146. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  147. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  148. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  149. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  150. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  151. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  152. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  153. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  154. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  155. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  156. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  157. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  158. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  159. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  160. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  161. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  162. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  163. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  164. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  165. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  166. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  167. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  168. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  169. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  170. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  171. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  172. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  173. package/node_modules/@aws-crypto/util/package.json +8 -7
  174. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +1 -1
  175. package/node_modules/@aws-crypto/util/tsconfig.json +2 -16
  176. package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  177. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  178. package/node_modules/@aws-sdk/client-sso/package.json +34 -34
  179. package/node_modules/@aws-sdk/client-sso-oidc/package.json +36 -36
  180. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  181. package/node_modules/@aws-sdk/core/package.json +6 -6
  182. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  183. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -9
  184. package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
  185. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  186. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  187. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  188. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  189. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  190. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  191. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  192. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  193. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  194. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  195. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  196. package/node_modules/@aws-sdk/types/package.json +2 -2
  197. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  198. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  199. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  200. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +7 -4
  201. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +6 -3
  202. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +7 -4
  203. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +6 -3
  204. package/node_modules/@smithy/abort-controller/package.json +3 -3
  205. package/node_modules/@smithy/config-resolver/package.json +5 -5
  206. package/node_modules/@smithy/core/package.json +9 -9
  207. package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
  208. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +13 -3
  209. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +11 -2
  210. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  211. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +1 -1
  212. package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
  213. package/node_modules/@smithy/hash-node/package.json +3 -3
  214. package/node_modules/@smithy/invalid-dependency/package.json +3 -3
  215. package/node_modules/@smithy/middleware-content-length/package.json +5 -5
  216. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  217. package/node_modules/@smithy/middleware-retry/package.json +10 -10
  218. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  219. package/node_modules/@smithy/middleware-stack/package.json +3 -3
  220. package/node_modules/@smithy/node-config-provider/package.json +5 -5
  221. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -15
  222. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +19 -6
  223. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +7 -1
  224. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  225. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  226. package/node_modules/@smithy/node-http-handler/package.json +6 -6
  227. package/node_modules/@smithy/property-provider/package.json +3 -3
  228. package/node_modules/@smithy/protocol-http/package.json +3 -3
  229. package/node_modules/@smithy/querystring-builder/package.json +3 -3
  230. package/node_modules/@smithy/querystring-parser/package.json +3 -3
  231. package/node_modules/@smithy/service-error-classification/package.json +3 -3
  232. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
  233. package/node_modules/@smithy/signature-v4/package.json +6 -6
  234. package/node_modules/@smithy/smithy-client/package.json +7 -7
  235. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
  236. package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  237. package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  238. package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -3
  239. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +5 -0
  240. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  241. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  242. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +4 -3
  243. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +5 -0
  244. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +2 -2
  245. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +3 -3
  246. package/node_modules/@smithy/types/dist-types/waiter.d.ts +3 -3
  247. package/node_modules/@smithy/types/package.json +1 -1
  248. package/node_modules/@smithy/url-parser/package.json +4 -4
  249. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
  250. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
  251. package/node_modules/@smithy/util-endpoints/package.json +4 -4
  252. package/node_modules/@smithy/util-middleware/package.json +3 -3
  253. package/node_modules/@smithy/util-retry/package.json +4 -4
  254. package/node_modules/@smithy/util-stream/package.json +6 -6
  255. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +6 -1
  256. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +7 -1
  257. package/node_modules/@smithy/util-waiter/package.json +4 -4
  258. package/package.json +4 -4
  259. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  260. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  261. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  262. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  263. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  264. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  265. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  266. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  267. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  268. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  269. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  270. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  271. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  272. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  273. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  274. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  275. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  276. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  277. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  278. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  279. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  280. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  281. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  282. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  283. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  284. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  285. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  286. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  287. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  288. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  289. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  290. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  291. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  292. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  293. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  294. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  295. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  296. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  297. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  298. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  299. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  300. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  301. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  302. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  303. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  304. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  305. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  306. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  307. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  308. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  309. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  310. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  311. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  312. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  313. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  314. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  315. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  316. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  317. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  318. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  319. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  320. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  321. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  322. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  323. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  324. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  325. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  326. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  327. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  328. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  329. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  330. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  331. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  332. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  333. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  334. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  335. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  336. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  337. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  338. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  339. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  340. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  341. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  342. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  343. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  344. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  345. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  346. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  347. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  348. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  349. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  350. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  351. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  352. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  353. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  354. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  355. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  356. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  357. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  358. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  359. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  360. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  361. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  362. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  363. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  364. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  365. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  366. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  367. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  368. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  369. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  370. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  371. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  372. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  373. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.d.ts → main/constants.d.ts} +0 -0
  374. /package/node_modules/@aws-crypto/sha256-browser/build/{constants.js → main/constants.js} +0 -0
  375. /package/node_modules/@aws-crypto/sha256-browser/build/{crossPlatformSha256.d.ts → main/crossPlatformSha256.d.ts} +0 -0
  376. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.d.ts → main/isEmptyData.d.ts} +0 -0
  377. /package/node_modules/@aws-crypto/sha256-browser/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  378. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.d.ts → main/webCryptoSha256.d.ts} +0 -0
  379. /package/node_modules/@aws-crypto/sha256-browser/build/{webCryptoSha256.js → main/webCryptoSha256.js} +0 -0
  380. /package/node_modules/@aws-crypto/{util/build → sha256-browser/build/module}/isEmptyData.d.ts +0 -0
  381. /package/node_modules/{@aws-sdk/util-utf8-browser → @aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer}/LICENSE +0 -0
  382. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.d.ts → main/RawSha256.d.ts} +0 -0
  383. /package/node_modules/@aws-crypto/sha256-js/build/{RawSha256.js → main/RawSha256.js} +0 -0
  384. /package/node_modules/@aws-crypto/sha256-js/build/{constants.d.ts → main/constants.d.ts} +0 -0
  385. /package/node_modules/@aws-crypto/sha256-js/build/{constants.js → main/constants.js} +0 -0
  386. /package/node_modules/@aws-crypto/sha256-js/build/{index.d.ts → main/index.d.ts} +0 -0
  387. /package/node_modules/@aws-crypto/sha256-js/build/{index.js → main/index.js} +0 -0
  388. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.d.ts → main/jsSha256.d.ts} +0 -0
  389. /package/node_modules/@aws-crypto/sha256-js/build/{jsSha256.js → main/jsSha256.js} +0 -0
  390. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.d.ts → main/knownHashes.fixture.d.ts} +0 -0
  391. /package/node_modules/@aws-crypto/sha256-js/build/{knownHashes.fixture.js → main/knownHashes.fixture.js} +0 -0
  392. /package/node_modules/@aws-crypto/supports-web-crypto/build/{index.d.ts → main/index.d.ts} +0 -0
  393. /package/node_modules/@aws-crypto/supports-web-crypto/build/{supportsWebCrypto.d.ts → main/supportsWebCrypto.d.ts} +0 -0
  394. /package/node_modules/@aws-crypto/util/build/{convertToBuffer.d.ts → main/convertToBuffer.d.ts} +0 -0
  395. /package/node_modules/@aws-crypto/util/build/{index.d.ts → main/index.d.ts} +0 -0
  396. /package/node_modules/@aws-crypto/util/build/{index.js → main/index.js} +0 -0
  397. /package/node_modules/@aws-crypto/util/build/{isEmptyData.js → main/isEmptyData.js} +0 -0
  398. /package/node_modules/@aws-crypto/util/build/{numToUint8.d.ts → main/numToUint8.d.ts} +0 -0
  399. /package/node_modules/@aws-crypto/util/build/{numToUint8.js → main/numToUint8.js} +0 -0
  400. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.d.ts → main/uint32ArrayFrom.d.ts} +0 -0
  401. /package/node_modules/@aws-crypto/util/build/{uint32ArrayFrom.js → main/uint32ArrayFrom.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.592.0",
3
+ "version": "3.598.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -67,11 +67,11 @@
67
67
  },
68
68
  "license": "Apache-2.0",
69
69
  "dependencies": {
70
- "@smithy/core": "^2.2.0",
71
- "@smithy/protocol-http": "^4.0.0",
72
- "@smithy/signature-v4": "^3.0.0",
73
- "@smithy/smithy-client": "^3.1.1",
74
- "@smithy/types": "^3.0.0",
70
+ "@smithy/core": "^2.2.1",
71
+ "@smithy/protocol-http": "^4.0.1",
72
+ "@smithy/signature-v4": "^3.1.0",
73
+ "@smithy/smithy-client": "^3.1.2",
74
+ "@smithy/types": "^3.1.0",
75
75
  "fast-xml-parser": "4.2.5",
76
76
  "tslib": "^2.6.2"
77
77
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.577.0",
28
- "@smithy/property-provider": "^3.1.0",
29
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/types": "3.598.0",
28
+ "@smithy/property-provider": "^3.1.1",
29
+ "@smithy/types": "^3.1.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.596.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,14 +26,14 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "3.577.0",
30
- "@smithy/fetch-http-handler": "^3.0.1",
31
- "@smithy/node-http-handler": "^3.0.0",
32
- "@smithy/property-provider": "^3.1.0",
33
- "@smithy/protocol-http": "^4.0.0",
34
- "@smithy/smithy-client": "^3.1.1",
35
- "@smithy/types": "^3.0.0",
36
- "@smithy/util-stream": "^3.0.1",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@smithy/fetch-http-handler": "^3.0.2",
31
+ "@smithy/node-http-handler": "^3.0.1",
32
+ "@smithy/property-provider": "^3.1.1",
33
+ "@smithy/protocol-http": "^4.0.1",
34
+ "@smithy/smithy-client": "^3.1.2",
35
+ "@smithy/types": "^3.1.0",
36
+ "@smithy/util-stream": "^3.0.2",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.596.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,16 +24,16 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/credential-provider-env": "3.587.0",
28
- "@aws-sdk/credential-provider-http": "3.596.0",
29
- "@aws-sdk/credential-provider-process": "3.587.0",
30
- "@aws-sdk/credential-provider-sso": "3.592.0",
31
- "@aws-sdk/credential-provider-web-identity": "3.587.0",
32
- "@aws-sdk/types": "3.577.0",
33
- "@smithy/credential-provider-imds": "^3.1.0",
34
- "@smithy/property-provider": "^3.1.0",
35
- "@smithy/shared-ini-file-loader": "^3.1.0",
36
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/credential-provider-env": "3.598.0",
28
+ "@aws-sdk/credential-provider-http": "3.598.0",
29
+ "@aws-sdk/credential-provider-process": "3.598.0",
30
+ "@aws-sdk/credential-provider-sso": "3.598.0",
31
+ "@aws-sdk/credential-provider-web-identity": "3.598.0",
32
+ "@aws-sdk/types": "3.598.0",
33
+ "@smithy/credential-provider-imds": "^3.1.1",
34
+ "@smithy/property-provider": "^3.1.1",
35
+ "@smithy/shared-ini-file-loader": "^3.1.1",
36
+ "@smithy/types": "^3.1.0",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
@@ -45,7 +45,7 @@
45
45
  "typescript": "~4.9.5"
46
46
  },
47
47
  "peerDependencies": {
48
- "@aws-sdk/client-sts": "^3.596.0"
48
+ "@aws-sdk/client-sts": "^3.598.0"
49
49
  },
50
50
  "types": "./dist-types/index.d.ts",
51
51
  "engines": {
@@ -5,9 +5,9 @@
5
5
 
6
6
  ## AWS Credential Provider for Node.JS
7
7
 
8
- This module provides a factory function, `fromEnv`, that will attempt to source
9
- AWS credentials from a Node.JS environment. It will attempt to find credentials
10
- from the following sources (listed in order of precedence):
8
+ This module provides a factory function, `defaultProvider`, that will attempt to
9
+ source AWS credentials from a Node.JS environment. It will attempt to find
10
+ credentials from the following sources (listed in order of precedence):
11
11
 
12
12
  - Environment variables exposed via `process.env`
13
13
  - SSO credentials from token cache
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.596.0",
3
+ "version": "3.600.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"
@@ -28,17 +28,17 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/credential-provider-env": "3.587.0",
32
- "@aws-sdk/credential-provider-http": "3.596.0",
33
- "@aws-sdk/credential-provider-ini": "3.596.0",
34
- "@aws-sdk/credential-provider-process": "3.587.0",
35
- "@aws-sdk/credential-provider-sso": "3.592.0",
36
- "@aws-sdk/credential-provider-web-identity": "3.587.0",
37
- "@aws-sdk/types": "3.577.0",
38
- "@smithy/credential-provider-imds": "^3.1.0",
39
- "@smithy/property-provider": "^3.1.0",
40
- "@smithy/shared-ini-file-loader": "^3.1.0",
41
- "@smithy/types": "^3.0.0",
31
+ "@aws-sdk/credential-provider-env": "3.598.0",
32
+ "@aws-sdk/credential-provider-http": "3.598.0",
33
+ "@aws-sdk/credential-provider-ini": "3.598.0",
34
+ "@aws-sdk/credential-provider-process": "3.598.0",
35
+ "@aws-sdk/credential-provider-sso": "3.598.0",
36
+ "@aws-sdk/credential-provider-web-identity": "3.598.0",
37
+ "@aws-sdk/types": "3.598.0",
38
+ "@smithy/credential-provider-imds": "^3.1.1",
39
+ "@smithy/property-provider": "^3.1.1",
40
+ "@smithy/shared-ini-file-loader": "^3.1.1",
41
+ "@smithy/types": "^3.1.0",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.577.0",
28
- "@smithy/property-provider": "^3.1.0",
29
- "@smithy/shared-ini-file-loader": "^3.1.0",
30
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/types": "3.598.0",
28
+ "@smithy/property-provider": "^3.1.1",
29
+ "@smithy/shared-ini-file-loader": "^3.1.1",
30
+ "@smithy/types": "^3.1.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.592.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.592.0",
28
- "@aws-sdk/token-providers": "3.587.0",
29
- "@aws-sdk/types": "3.577.0",
30
- "@smithy/property-provider": "^3.1.0",
31
- "@smithy/shared-ini-file-loader": "^3.1.0",
32
- "@smithy/types": "^3.0.0",
27
+ "@aws-sdk/client-sso": "3.598.0",
28
+ "@aws-sdk/token-providers": "3.598.0",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@smithy/property-provider": "^3.1.1",
31
+ "@smithy/shared-ini-file-loader": "^3.1.1",
32
+ "@smithy/types": "^3.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@aws-sdk/types": "3.577.0",
36
- "@smithy/property-provider": "^3.1.0",
37
- "@smithy/types": "^3.0.0",
35
+ "@aws-sdk/types": "3.598.0",
36
+ "@smithy/property-provider": "^3.1.1",
37
+ "@smithy/types": "^3.1.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "typescript": "~4.9.5"
47
47
  },
48
48
  "peerDependencies": {
49
- "@aws-sdk/client-sts": "^3.587.0"
49
+ "@aws-sdk/client-sts": "^3.598.0"
50
50
  },
51
51
  "types": "./dist-types/index.d.ts",
52
52
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-host-header",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.577.0",
25
- "@smithy/protocol-http": "^4.0.0",
26
- "@smithy/types": "^3.0.0",
24
+ "@aws-sdk/types": "3.598.0",
25
+ "@smithy/protocol-http": "^4.0.1",
26
+ "@smithy/types": "^3.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-logger",
@@ -22,8 +22,8 @@
22
22
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@smithy/types": "^3.0.0",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@smithy/types": "^3.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-recursion-detection",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.577.0",
25
- "@smithy/protocol-http": "^4.0.0",
26
- "@smithy/types": "^3.0.0",
24
+ "@aws-sdk/types": "3.598.0",
25
+ "@smithy/protocol-http": "^4.0.1",
26
+ "@smithy/types": "^3.1.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@aws-sdk/util-endpoints": "3.587.0",
27
- "@smithy/protocol-http": "^4.0.0",
28
- "@smithy/types": "^3.0.0",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@aws-sdk/util-endpoints": "3.598.0",
27
+ "@smithy/protocol-http": "^4.0.1",
28
+ "@smithy/types": "^3.1.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.577.0",
25
- "@smithy/node-config-provider": "^3.1.0",
26
- "@smithy/types": "^3.0.0",
24
+ "@aws-sdk/types": "3.598.0",
25
+ "@smithy/node-config-provider": "^3.1.1",
26
+ "@smithy/types": "^3.1.0",
27
27
  "@smithy/util-config-provider": "^3.0.0",
28
- "@smithy/util-middleware": "^3.0.0",
28
+ "@smithy/util-middleware": "^3.0.1",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "3.577.0",
30
- "@smithy/property-provider": "^3.1.0",
31
- "@smithy/shared-ini-file-loader": "^3.1.0",
32
- "@smithy/types": "^3.0.0",
29
+ "@aws-sdk/types": "3.598.0",
30
+ "@smithy/property-provider": "^3.1.1",
31
+ "@smithy/shared-ini-file-loader": "^3.1.1",
32
+ "@smithy/types": "^3.1.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -41,7 +41,7 @@
41
41
  "typescript": "~4.9.5"
42
42
  },
43
43
  "peerDependencies": {
44
- "@aws-sdk/client-sso-oidc": "^3.587.0"
44
+ "@aws-sdk/client-sso-oidc": "^3.598.0"
45
45
  },
46
46
  "types": "./dist-types/index.d.ts",
47
47
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^3.0.0",
44
+ "@smithy/types": "^3.1.0",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@smithy/types": "^3.0.0",
27
- "@smithy/util-endpoints": "^2.0.1",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@smithy/types": "^3.1.0",
27
+ "@smithy/util-endpoints": "^2.0.2",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.577.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -22,8 +22,8 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.577.0",
26
- "@smithy/types": "^3.0.0",
25
+ "@aws-sdk/types": "3.598.0",
26
+ "@smithy/types": "^3.1.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.587.0",
3
+ "version": "3.598.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -20,9 +20,9 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.577.0",
24
- "@smithy/node-config-provider": "^3.1.0",
25
- "@smithy/types": "^3.0.0",
23
+ "@aws-sdk/types": "3.598.0",
24
+ "@smithy/node-config-provider": "^3.1.1",
25
+ "@smithy/types": "^3.1.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "devDependencies": {
@@ -1,13 +1,16 @@
1
- import { AbortController as IAbortController } from "@smithy/types";
1
+ import { AbortController as DeprecatedAbortController } from "@smithy/types";
2
2
  import { AbortSignal } from "./AbortSignal";
3
- export { IAbortController };
4
3
  /**
5
- * This implementation was added as Node.js didn't support AbortController prior to 15.x
4
+ * @public
5
+ */
6
+ export { DeprecatedAbortController as IAbortController };
7
+ /**
8
+ * @deprecated This implementation was added as Node.js didn't support AbortController prior to 15.x
6
9
  * Use native implementation in browsers or Node.js \>=15.4.0.
7
10
  *
8
11
  * @public
9
12
  */
10
- export declare class AbortController implements IAbortController {
13
+ export declare class AbortController implements DeprecatedAbortController {
11
14
  readonly signal: AbortSignal;
12
15
  abort(): void;
13
16
  }
@@ -1,9 +1,12 @@
1
- import { AbortHandler, AbortSignal as IAbortSignal } from "@smithy/types";
2
- export { AbortHandler, IAbortSignal };
1
+ import { AbortHandler, AbortSignal as DeprecatedAbortSignal } from "@smithy/types";
3
2
  /**
4
3
  * @public
5
4
  */
6
- export declare class AbortSignal implements IAbortSignal {
5
+ export { AbortHandler, DeprecatedAbortSignal as IAbortSignal };
6
+ /**
7
+ * @public
8
+ */
9
+ export declare class AbortSignal implements DeprecatedAbortSignal {
7
10
  onabort: AbortHandler | null;
8
11
  private _aborted;
9
12
  constructor();
@@ -1,13 +1,16 @@
1
- import { AbortController as IAbortController } from "@smithy/types";
1
+ import { AbortController as DeprecatedAbortController } from "@smithy/types";
2
2
  import { AbortSignal } from "./AbortSignal";
3
- export { IAbortController };
4
3
  /**
5
- * This implementation was added as Node.js didn't support AbortController prior to 15.x
4
+ * @public
5
+ */
6
+ export { DeprecatedAbortController as IAbortController };
7
+ /**
8
+ * @deprecated This implementation was added as Node.js didn't support AbortController prior to 15.x
6
9
  * Use native implementation in browsers or Node.js \>=15.4.0.
7
10
  *
8
11
  * @public
9
12
  */
10
- export declare class AbortController implements IAbortController {
13
+ export declare class AbortController implements DeprecatedAbortController {
11
14
  readonly signal: AbortSignal;
12
15
  abort(): void;
13
16
  }
@@ -1,9 +1,12 @@
1
- import { AbortHandler, AbortSignal as IAbortSignal } from "@smithy/types";
2
- export { AbortHandler, IAbortSignal };
1
+ import { AbortHandler, AbortSignal as DeprecatedAbortSignal } from "@smithy/types";
3
2
  /**
4
3
  * @public
5
4
  */
6
- export declare class AbortSignal implements IAbortSignal {
5
+ export { AbortHandler, DeprecatedAbortSignal as IAbortSignal };
6
+ /**
7
+ * @public
8
+ */
9
+ export declare class AbortSignal implements DeprecatedAbortSignal {
7
10
  onabort: AbortHandler | null;
8
11
  private _aborted;
9
12
  constructor();
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -10,7 +10,7 @@
10
10
  "build:cjs": "node ../../scripts/inline abort-controller",
11
11
  "build:es": "yarn g:tsc -p tsconfig.es.json",
12
12
  "build:types": "yarn g:tsc -p tsconfig.types.json",
13
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
14
14
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
15
15
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
16
16
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/types": "^3.1.0",
27
+ "@smithy/types": "^3.2.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline config-resolver",
7
7
  "build:es": "yarn g:tsc -p tsconfig.es.json",
8
8
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
9
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
10
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
11
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
12
12
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/node-config-provider": "^3.1.1",
27
- "@smithy/types": "^3.1.0",
26
+ "@smithy/node-config-provider": "^3.1.2",
27
+ "@smithy/types": "^3.2.0",
28
28
  "@smithy/util-config-provider": "^3.0.0",
29
- "@smithy/util-middleware": "^3.0.1",
29
+ "@smithy/util-middleware": "^3.0.2",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {