@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
@@ -16,7 +16,7 @@ export class NodeHttpHandler {
16
16
  }
17
17
  return new NodeHttpHandler(instanceOrOptions);
18
18
  }
19
- static checkSocketUsage(agent, socketWarningTimestamp) {
19
+ static checkSocketUsage(agent, socketWarningTimestamp, logger = console) {
20
20
  const { sockets, requests, maxSockets } = agent;
21
21
  if (typeof maxSockets !== "number" || maxSockets === Infinity) {
22
22
  return socketWarningTimestamp;
@@ -30,7 +30,9 @@ export class NodeHttpHandler {
30
30
  const socketsInUse = sockets[origin]?.length ?? 0;
31
31
  const requestsEnqueued = requests[origin]?.length ?? 0;
32
32
  if (socketsInUse >= maxSockets && requestsEnqueued >= 2 * maxSockets) {
33
- console.warn("@smithy/node-http-handler:WARN", `socket usage at capacity=${socketsInUse} and ${requestsEnqueued} additional requests are enqueued.`, "See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html", "or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.");
33
+ logger?.warn?.(`@smithy/node-http-handler:WARN - socket usage at capacity=${socketsInUse} and ${requestsEnqueued} additional requests are enqueued.
34
+ See https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/node-configuring-maxsockets.html
35
+ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler config.`);
34
36
  return Date.now();
35
37
  }
36
38
  }
@@ -72,6 +74,7 @@ export class NodeHttpHandler {
72
74
  }
73
75
  return new hsAgent({ keepAlive, maxSockets, ...httpsAgent });
74
76
  })(),
77
+ logger: console,
75
78
  };
76
79
  }
77
80
  destroy() {
@@ -92,6 +95,7 @@ export class NodeHttpHandler {
92
95
  };
93
96
  const reject = async (arg) => {
94
97
  await writeRequestBodyPromise;
98
+ clearTimeout(socketCheckTimeoutId);
95
99
  _reject(arg);
96
100
  };
97
101
  if (!this.config) {
@@ -106,7 +110,7 @@ export class NodeHttpHandler {
106
110
  const isSSL = request.protocol === "https:";
107
111
  const agent = isSSL ? this.config.httpsAgent : this.config.httpAgent;
108
112
  socketCheckTimeoutId = setTimeout(() => {
109
- this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp);
113
+ this.socketWarningTimestamp = NodeHttpHandler.checkSocketUsage(agent, this.socketWarningTimestamp, this.config.logger);
110
114
  }, this.config.socketAcquisitionWarningTimeout ??
111
115
  (this.config.requestTimeout ?? 2000) + (this.config.connectionTimeout ?? 1000));
112
116
  const queryString = buildQueryString(request.query || {});
@@ -153,12 +157,18 @@ export class NodeHttpHandler {
153
157
  setConnectionTimeout(req, reject, this.config.connectionTimeout);
154
158
  setSocketTimeout(req, reject, this.config.requestTimeout);
155
159
  if (abortSignal) {
156
- abortSignal.onabort = () => {
157
- req.abort();
160
+ const onAbort = () => {
161
+ req.destroy();
158
162
  const abortError = new Error("Request aborted");
159
163
  abortError.name = "AbortError";
160
164
  reject(abortError);
161
165
  };
166
+ if (typeof abortSignal.addEventListener === "function") {
167
+ abortSignal.addEventListener("abort", onAbort);
168
+ }
169
+ else {
170
+ abortSignal.onabort = onAbort;
171
+ }
162
172
  }
163
173
  const httpAgent = nodeHttpsOptions.agent;
164
174
  if (typeof httpAgent === "object" && "keepAlive" in httpAgent) {
@@ -167,7 +177,10 @@ export class NodeHttpHandler {
167
177
  keepAliveMsecs: httpAgent.keepAliveMsecs,
168
178
  });
169
179
  }
170
- writeRequestBodyPromise = writeRequestBody(req, request, this.config.requestTimeout).catch(_reject);
180
+ writeRequestBodyPromise = writeRequestBody(req, request, this.config.requestTimeout).catch((e) => {
181
+ clearTimeout(socketCheckTimeoutId);
182
+ return _reject(e);
183
+ });
171
184
  });
172
185
  }
173
186
  updateHttpClientConfig(key, value) {
@@ -113,12 +113,18 @@ export class NodeHttp2Handler {
113
113
  });
114
114
  }
115
115
  if (abortSignal) {
116
- abortSignal.onabort = () => {
116
+ const onAbort = () => {
117
117
  req.close();
118
118
  const abortError = new Error("Request aborted");
119
119
  abortError.name = "AbortError";
120
120
  rejectWithDestroy(abortError);
121
121
  };
122
+ if (typeof abortSignal.addEventListener === "function") {
123
+ abortSignal.addEventListener("abort", onAbort);
124
+ }
125
+ else {
126
+ abortSignal.onabort = onAbort;
127
+ }
122
128
  }
123
129
  req.on("frameError", (type, code, id) => {
124
130
  rejectWithDestroy(new Error(`Frame type id ${type} in stream id ${id} has failed with code ${code}.`));
@@ -1,7 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  /// <reference types="node" />
3
3
  import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
4
- import type { NodeHttpHandlerOptions } from "@smithy/types";
4
+ import type { Logger, NodeHttpHandlerOptions } from "@smithy/types";
5
5
  import { HttpHandlerOptions, Provider } from "@smithy/types";
6
6
  import { Agent as hAgent } from "http";
7
7
  import { Agent as hsAgent } from "https";
@@ -23,9 +23,11 @@ export declare class NodeHttpHandler implements HttpHandler<NodeHttpHandlerOptio
23
23
  * @internal
24
24
  *
25
25
  * @param agent - http(s) agent in use by the NodeHttpHandler instance.
26
+ * @param socketWarningTimestamp - last socket usage check timestamp.
27
+ * @param logger - channel for the warning.
26
28
  * @returns timestamp of last emitted warning.
27
29
  */
28
- static checkSocketUsage(agent: hAgent | hsAgent, socketWarningTimestamp: number): number;
30
+ static checkSocketUsage(agent: hAgent | hsAgent, socketWarningTimestamp: number, logger?: Logger): number;
29
31
  constructor(options?: NodeHttpHandlerOptions | Provider<NodeHttpHandlerOptions | void>);
30
32
  private resolveDefaultConfig;
31
33
  destroy(): void;
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import { HttpHandler, HttpRequest, HttpResponse } from "@smithy/protocol-http";
3
- import { NodeHttpHandlerOptions } from "@smithy/types";
3
+ import { Logger, NodeHttpHandlerOptions } from "@smithy/types";
4
4
  import { HttpHandlerOptions, Provider } from "@smithy/types";
5
5
  import { Agent as hAgent } from "http";
6
6
  import { Agent as hsAgent } from "https";
@@ -22,9 +22,11 @@ export declare class NodeHttpHandler implements HttpHandler<NodeHttpHandlerOptio
22
22
  * @internal
23
23
  *
24
24
  * @param agent - http(s) agent in use by the NodeHttpHandler instance.
25
+ * @param socketWarningTimestamp - last socket usage check timestamp.
26
+ * @param logger - channel for the warning.
25
27
  * @returns timestamp of last emitted warning.
26
28
  */
27
- static checkSocketUsage(agent: hAgent | hsAgent, socketWarningTimestamp: number): number;
29
+ static checkSocketUsage(agent: hAgent | hsAgent, socketWarningTimestamp: number, logger?: Logger): number;
28
30
  constructor(options?: NodeHttpHandlerOptions | Provider<NodeHttpHandlerOptions | void>);
29
31
  private resolveDefaultConfig;
30
32
  destroy(): void;
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "3.0.1",
3
+ "version": "3.1.0",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
7
7
  "build:cjs": "node ../../scripts/inline node-http-handler",
8
8
  "build:es": "yarn g:tsc -p tsconfig.es.json",
9
9
  "build:types": "yarn g:tsc -p tsconfig.types.json",
10
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
10
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
11
11
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
12
12
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
13
13
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -25,10 +25,10 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@smithy/abort-controller": "^3.0.1",
29
- "@smithy/protocol-http": "^4.0.1",
30
- "@smithy/querystring-builder": "^3.0.1",
31
- "@smithy/types": "^3.1.0",
28
+ "@smithy/abort-controller": "^3.1.0",
29
+ "@smithy/protocol-http": "^4.0.2",
30
+ "@smithy/querystring-builder": "^3.0.2",
31
+ "@smithy/types": "^3.2.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
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 property-provider",
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\"",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^3.1.0",
25
+ "@smithy/types": "^3.2.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "engines": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
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 protocol-http",
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,7 +23,7 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/types": "^3.1.0",
26
+ "@smithy/types": "^3.2.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "engines": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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 querystring-builder",
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\"",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^3.1.0",
25
+ "@smithy/types": "^3.2.0",
26
26
  "@smithy/util-uri-escape": "^3.0.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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 querystring-parser",
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\"",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/types": "^3.1.0",
25
+ "@smithy/types": "^3.2.0",
26
26
  "tslib": "^2.6.2"
27
27
  },
28
28
  "engines": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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 service-error-classification",
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\"",
@@ -53,6 +53,6 @@
53
53
  "directory": ".release/package"
54
54
  },
55
55
  "dependencies": {
56
- "@smithy/types": "^3.1.0"
56
+ "@smithy/types": "^3.2.0"
57
57
  }
58
58
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "dependencies": {
5
- "@smithy/types": "^3.1.0",
5
+ "@smithy/types": "^3.2.0",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
@@ -17,7 +17,7 @@
17
17
  "build:cjs": "node ../../scripts/inline shared-ini-file-loader",
18
18
  "build:es": "yarn g:tsc -p tsconfig.es.json",
19
19
  "build:types": "yarn g:tsc -p tsconfig.types.json",
20
- "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
20
+ "build:types:downlevel": "rimraf dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
21
21
  "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
22
22
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo || exit 0",
23
23
  "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "3.0.1",
3
+ "version": "3.1.1",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
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 signature-v4",
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\"",
@@ -25,16 +25,16 @@
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
27
  "@smithy/is-array-buffer": "^3.0.0",
28
- "@smithy/types": "^3.1.0",
28
+ "@smithy/types": "^3.2.0",
29
29
  "@smithy/util-hex-encoding": "^3.0.0",
30
- "@smithy/util-middleware": "^3.0.1",
30
+ "@smithy/util-middleware": "^3.0.2",
31
31
  "@smithy/util-uri-escape": "^3.0.0",
32
32
  "@smithy/util-utf8": "^3.0.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@aws-crypto/sha256-js": "3.0.0",
37
- "@smithy/protocol-http": "^4.0.1",
36
+ "@aws-crypto/sha256-js": "5.2.0",
37
+ "@smithy/protocol-http": "^4.0.2",
38
38
  "concurrently": "7.0.0",
39
39
  "downlevel-dts": "0.10.1",
40
40
  "rimraf": "3.0.2",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
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 smithy-client",
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,11 +23,11 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@smithy/middleware-endpoint": "^3.0.2",
27
- "@smithy/middleware-stack": "^3.0.1",
28
- "@smithy/protocol-http": "^4.0.1",
29
- "@smithy/types": "^3.1.0",
30
- "@smithy/util-stream": "^3.0.2",
26
+ "@smithy/middleware-endpoint": "^3.0.3",
27
+ "@smithy/middleware-stack": "^3.0.2",
28
+ "@smithy/protocol-http": "^4.0.2",
29
+ "@smithy/types": "^3.2.0",
30
+ "@smithy/util-stream": "^3.0.4",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -0,0 +1 @@
1
+ module.exports = require("./index.js");
@@ -0,0 +1,7 @@
1
+ import type { AbortSignal as DeprecatedAbortSignal } from "./abort";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface AbortHandler {
6
+ (this: AbortSignal | DeprecatedAbortSignal, ev: any): any;
7
+ }
@@ -1,11 +1,11 @@
1
+ import type { AbortHandler } from "./abort-handler";
1
2
  /**
2
3
  * @public
3
4
  */
4
- export interface AbortHandler {
5
- (this: AbortSignal, ev: any): any;
6
- }
5
+ export { AbortHandler };
7
6
  /**
8
7
  * @public
8
+ * @deprecated use platform (global) type for AbortSignal.
9
9
  *
10
10
  * Holders of an AbortSignal object may query if the associated operation has
11
11
  * been aborted and register an onabort handler.
@@ -25,6 +25,7 @@ export interface AbortSignal {
25
25
  }
26
26
  /**
27
27
  * @public
28
+ * @deprecated use platform (global) type for AbortController.
28
29
  *
29
30
  * The AWS SDK uses a Controller/Signal model to allow for cooperative
30
31
  * cancellation of asynchronous operations. When initiating such an operation,
@@ -2,6 +2,7 @@
2
2
  /// <reference types="node" />
3
3
  import type { Agent as hAgent, AgentOptions as hAgentOptions } from "http";
4
4
  import type { Agent as hsAgent, AgentOptions as hsAgentOptions } from "https";
5
+ import { Logger } from "../logger";
5
6
  /**
6
7
  *
7
8
  * This type represents an alternate client constructor option for the entry
@@ -55,6 +56,10 @@ export interface NodeHttpHandlerOptions {
55
56
  * You can pass https.Agent or its constructor options.
56
57
  */
57
58
  httpsAgent?: hsAgent | hsAgentOptions;
59
+ /**
60
+ * Optional logger.
61
+ */
62
+ logger?: Logger;
58
63
  }
59
64
  /**
60
65
  * Represents the http options that can be passed to a browser http client.
@@ -1,4 +1,4 @@
1
- import { AbortSignal } from "./abort";
1
+ import { AbortSignal as DeprecatedAbortSignal } from "./abort";
2
2
  import { URI } from "./uri";
3
3
  /**
4
4
  * @public
@@ -96,7 +96,7 @@ export interface HttpMessage {
96
96
  * Represents the options that may be passed to an Http Handler.
97
97
  */
98
98
  export interface HttpHandlerOptions {
99
- abortSignal?: AbortSignal;
99
+ abortSignal?: AbortSignal | DeprecatedAbortSignal;
100
100
  /**
101
101
  * The maximum time in milliseconds that the connection phase of a request
102
102
  * may take before the connection attempt is abandoned.
@@ -0,0 +1,7 @@
1
+ import { AbortSignal as DeprecatedAbortSignal } from "./abort";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface AbortHandler {
6
+ (this: AbortSignal | DeprecatedAbortSignal, ev: any): any;
7
+ }
@@ -1,11 +1,11 @@
1
+ import { AbortHandler } from "./abort-handler";
1
2
  /**
2
3
  * @public
3
4
  */
4
- export interface AbortHandler {
5
- (this: AbortSignal, ev: any): any;
6
- }
5
+ export { AbortHandler };
7
6
  /**
8
7
  * @public
8
+ * @deprecated use platform (global) type for AbortSignal.
9
9
  *
10
10
  * Holders of an AbortSignal object may query if the associated operation has
11
11
  * been aborted and register an onabort handler.
@@ -25,6 +25,7 @@ export interface AbortSignal {
25
25
  }
26
26
  /**
27
27
  * @public
28
+ * @deprecated use platform (global) type for AbortController.
28
29
  *
29
30
  * The AWS SDK uses a Controller/Signal model to allow for cooperative
30
31
  * cancellation of asynchronous operations. When initiating such an operation,
@@ -1,6 +1,7 @@
1
1
  /// <reference types="node" />
2
2
  import { Agent as hAgent, AgentOptions as hAgentOptions } from "http";
3
3
  import { Agent as hsAgent, AgentOptions as hsAgentOptions } from "https";
4
+ import { Logger } from "../logger";
4
5
  /**
5
6
  *
6
7
  * This type represents an alternate client constructor option for the entry
@@ -54,6 +55,10 @@ export interface NodeHttpHandlerOptions {
54
55
  * You can pass https.Agent or its constructor options.
55
56
  */
56
57
  httpsAgent?: hsAgent | hsAgentOptions;
58
+ /**
59
+ * Optional logger.
60
+ */
61
+ logger?: Logger;
57
62
  }
58
63
  /**
59
64
  * Represents the http options that can be passed to a browser http client.
@@ -1,4 +1,4 @@
1
- import { AbortSignal } from "./abort";
1
+ import { AbortSignal as DeprecatedAbortSignal } from "./abort";
2
2
  import { URI } from "./uri";
3
3
  /**
4
4
  * @public
@@ -96,7 +96,7 @@ export interface HttpMessage {
96
96
  * Represents the options that may be passed to an Http Handler.
97
97
  */
98
98
  export interface HttpHandlerOptions {
99
- abortSignal?: AbortSignal;
99
+ abortSignal?: AbortSignal | DeprecatedAbortSignal;
100
100
  /**
101
101
  * The maximum time in milliseconds that the connection phase of a request
102
102
  * may take before the connection attempt is abandoned.
@@ -1,4 +1,4 @@
1
- import { AbortController } from "./abort";
1
+ import { AbortController as DeprecatedAbortController } from "./abort";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -15,11 +15,11 @@ export interface WaiterConfiguration<Client> {
15
15
  * @deprecated Use abortSignal
16
16
  * Abort controller. Used for ending the waiter early.
17
17
  */
18
- abortController?: AbortController;
18
+ abortController?: AbortController | DeprecatedAbortController;
19
19
  /**
20
20
  * Abort Signal. Used for ending the waiter early.
21
21
  */
22
- abortSignal?: AbortController["signal"];
22
+ abortSignal?: AbortController["signal"] | DeprecatedAbortController["signal"];
23
23
  /**
24
24
  * The minimum amount of time to delay between retries in seconds. This is the
25
25
  * floor of the exponential backoff. This value defaults to service default
@@ -1,4 +1,4 @@
1
- import { AbortController } from "./abort";
1
+ import { AbortController as DeprecatedAbortController } from "./abort";
2
2
  /**
3
3
  * @public
4
4
  */
@@ -15,11 +15,11 @@ export interface WaiterConfiguration<Client> {
15
15
  * @deprecated Use abortSignal
16
16
  * Abort controller. Used for ending the waiter early.
17
17
  */
18
- abortController?: AbortController;
18
+ abortController?: AbortController | DeprecatedAbortController;
19
19
  /**
20
20
  * Abort Signal. Used for ending the waiter early.
21
21
  */
22
- abortSignal?: AbortController["signal"];
22
+ abortSignal?: AbortController["signal"] | DeprecatedAbortController["signal"];
23
23
  /**
24
24
  * The minimum amount of time to delay between retries in seconds. This is the
25
25
  * floor of the exponential backoff. This value defaults to service default
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
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 types",
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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 url-parser",
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\"",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/querystring-parser": "^3.0.1",
26
- "@smithy/types": "^3.1.0",
25
+ "@smithy/querystring-parser": "^3.0.2",
26
+ "@smithy/types": "^3.2.0",
27
27
  "tslib": "^2.6.2"
28
28
  },
29
29
  "typesVersions": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
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 util-defaults-mode-browser",
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\"",
@@ -22,9 +22,9 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/property-provider": "^3.1.1",
26
- "@smithy/smithy-client": "^3.1.2",
27
- "@smithy/types": "^3.1.0",
25
+ "@smithy/property-provider": "^3.1.2",
26
+ "@smithy/smithy-client": "^3.1.4",
27
+ "@smithy/types": "^3.2.0",
28
28
  "bowser": "^2.11.0",
29
29
  "tslib": "^2.6.2"
30
30
  },