@aws/lsp-codewhisperer 0.0.17 → 0.0.19

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 (815) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.native.d.ts +1 -1
  4. package/node_modules/@amzn/codewhisperer-streaming/package.json +2 -2
  5. package/out/language-server/chat/chatController.js +31 -11
  6. package/out/language-server/chat/chatController.js.map +1 -1
  7. package/out/language-server/chat/chatController.test.js +364 -1
  8. package/out/language-server/chat/chatController.test.js.map +1 -1
  9. package/out/language-server/chat/telemetry/chatTelemetryController.test.js +2 -2
  10. package/out/language-server/chat/telemetry/chatTelemetryController.test.js.map +1 -1
  11. package/out/language-server/codeWhispererSecurityScanServer.d.ts +2 -2
  12. package/out/language-server/codeWhispererSecurityScanServer.js +1 -1
  13. package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
  14. package/out/language-server/codeWhispererServer.d.ts +2 -2
  15. package/out/language-server/codeWhispererServer.js +18 -12
  16. package/out/language-server/codeWhispererServer.js.map +1 -1
  17. package/out/language-server/codeWhispererServer.test.js +39 -12
  18. package/out/language-server/codeWhispererServer.test.js.map +1 -1
  19. package/out/language-server/codeWhispererService.d.ts +4 -4
  20. package/out/language-server/codeWhispererService.js +10 -7
  21. package/out/language-server/codeWhispererService.js.map +1 -1
  22. package/out/language-server/configuration/qConfigurationServer.d.ts +2 -2
  23. package/out/language-server/configuration/qConfigurationServer.js +2 -2
  24. package/out/language-server/configuration/qConfigurationServer.js.map +1 -1
  25. package/out/language-server/dependencyGraph/dependencyGraph.d.ts +1 -1
  26. package/out/language-server/netTransform/resources/SupportedProjects.js +3 -0
  27. package/out/language-server/netTransform/resources/SupportedProjects.js.map +1 -1
  28. package/out/language-server/netTransform/tests/validation.test.js +5 -3
  29. package/out/language-server/netTransform/tests/validation.test.js.map +1 -1
  30. package/out/language-server/netTransform/transformHandler.js +2 -2
  31. package/out/language-server/netTransform/transformHandler.js.map +1 -1
  32. package/out/language-server/netTransform/validation.d.ts +3 -2
  33. package/out/language-server/netTransform/validation.js +12 -5
  34. package/out/language-server/netTransform/validation.js.map +1 -1
  35. package/out/language-server/netTransformServer.d.ts +2 -2
  36. package/out/language-server/netTransformServer.js +1 -1
  37. package/out/language-server/netTransformServer.js.map +1 -1
  38. package/out/language-server/proxy-server.js +10 -10
  39. package/out/language-server/proxy-server.js.map +1 -1
  40. package/out/language-server/qChatServer.js +2 -2
  41. package/out/language-server/qChatServer.js.map +1 -1
  42. package/out/language-server/telemetry/codePercentage.test.js +1 -0
  43. package/out/language-server/telemetry/codePercentage.test.js.map +1 -1
  44. package/out/language-server/telemetry/userTriggerDecision.test.js +0 -5
  45. package/out/language-server/telemetry/userTriggerDecision.test.js.map +1 -1
  46. package/out/language-server/telemetryService.d.ts +2 -2
  47. package/out/language-server/telemetryService.js +2 -2
  48. package/out/language-server/telemetryService.js.map +1 -1
  49. package/out/language-server/telemetryService.test.js +23 -22
  50. package/out/language-server/telemetryService.test.js.map +1 -1
  51. package/out/language-server/testUtils.d.ts +1 -0
  52. package/out/language-server/testUtils.js +2 -1
  53. package/out/language-server/testUtils.js.map +1 -1
  54. package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +1 -1
  55. package/out/language-server/utils.d.ts +2 -2
  56. package/out/language-server/utils.js +2 -3
  57. package/out/language-server/utils.js.map +1 -1
  58. package/package.json +4 -8
  59. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -118
  60. package/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  61. package/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  62. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +0 -10
  63. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +0 -43
  64. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +0 -1
  65. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +0 -8
  66. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +0 -30
  67. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +0 -1
  68. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +0 -2
  69. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +0 -8
  70. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +0 -1
  71. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +0 -2
  72. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +0 -11
  73. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +0 -1
  74. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +0 -10
  75. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +0 -56
  76. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +0 -1
  77. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +0 -10
  78. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +0 -40
  79. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +0 -1
  80. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +0 -8
  81. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +0 -27
  82. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +0 -1
  83. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +0 -2
  84. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +0 -3
  85. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +0 -1
  86. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +0 -2
  87. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +0 -7
  88. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +0 -1
  89. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +0 -10
  90. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +0 -53
  91. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +0 -1
  92. package/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  93. package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  94. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -30
  95. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -2
  96. package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  97. package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  98. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -10
  99. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +0 -7
  100. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -106
  101. package/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  102. package/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  103. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +0 -17
  104. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +0 -124
  105. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +0 -1
  106. package/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +0 -20
  107. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js +0 -98
  108. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +0 -1
  109. package/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +0 -1
  110. package/node_modules/@aws-crypto/sha256-js/build/main/index.js +0 -5
  111. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +0 -1
  112. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +0 -12
  113. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +0 -85
  114. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +0 -1
  115. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +0 -5
  116. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +0 -322
  117. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +0 -1
  118. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +0 -17
  119. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +0 -121
  120. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +0 -1
  121. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +0 -20
  122. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +0 -95
  123. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +0 -1
  124. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +0 -1
  125. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +0 -2
  126. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +0 -1
  127. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +0 -12
  128. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +0 -82
  129. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +0 -1
  130. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +0 -5
  131. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +0 -319
  132. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +0 -1
  133. package/node_modules/@aws-crypto/sha256-js/package.json +0 -32
  134. package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  135. package/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  136. package/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  137. package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  138. package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  139. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -10
  140. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +0 -7
  141. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -66
  142. package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  143. package/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  144. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +0 -1
  145. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +0 -5
  146. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +0 -1
  147. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +0 -4
  148. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +0 -69
  149. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +0 -1
  150. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +0 -1
  151. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +0 -2
  152. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +0 -1
  153. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +0 -4
  154. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +0 -62
  155. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +0 -1
  156. package/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -28
  157. package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  158. package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  159. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -10
  160. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +0 -7
  161. package/node_modules/@aws-crypto/util/CHANGELOG.md +0 -71
  162. package/node_modules/@aws-crypto/util/LICENSE +0 -201
  163. package/node_modules/@aws-crypto/util/README.md +0 -16
  164. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +0 -2
  165. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +0 -24
  166. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +0 -1
  167. package/node_modules/@aws-crypto/util/build/main/index.d.ts +0 -4
  168. package/node_modules/@aws-crypto/util/build/main/index.js +0 -14
  169. package/node_modules/@aws-crypto/util/build/main/index.js.map +0 -1
  170. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +0 -2
  171. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js +0 -13
  172. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +0 -1
  173. package/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +0 -1
  174. package/node_modules/@aws-crypto/util/build/main/numToUint8.js +0 -15
  175. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +0 -1
  176. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +0 -1
  177. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +0 -20
  178. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +0 -1
  179. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +0 -2
  180. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +0 -20
  181. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +0 -1
  182. package/node_modules/@aws-crypto/util/build/module/index.d.ts +0 -4
  183. package/node_modules/@aws-crypto/util/build/module/index.js +0 -7
  184. package/node_modules/@aws-crypto/util/build/module/index.js.map +0 -1
  185. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +0 -2
  186. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +0 -9
  187. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +0 -1
  188. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +0 -1
  189. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +0 -11
  190. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +0 -1
  191. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +0 -1
  192. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +0 -16
  193. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +0 -1
  194. package/node_modules/@aws-crypto/util/package.json +0 -32
  195. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  196. package/node_modules/@aws-crypto/util/src/index.ts +0 -7
  197. package/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  198. package/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  199. package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  200. package/node_modules/@aws-crypto/util/tsconfig.json +0 -9
  201. package/node_modules/@aws-crypto/util/tsconfig.module.json +0 -7
  202. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  203. package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  204. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  205. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  206. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  207. package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  208. package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -55
  209. package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  210. package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  211. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  212. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  213. package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  214. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  215. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  216. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  217. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  218. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  219. package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  220. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  221. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  222. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  223. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  224. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  225. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  226. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  227. package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  228. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -123
  229. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -6
  230. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  231. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  232. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -72
  233. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -31
  234. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  235. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  236. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -17
  237. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  238. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  239. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -20
  240. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  241. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -57
  242. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  243. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  244. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  245. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  246. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  247. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  248. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
  249. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  250. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  251. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
  252. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  253. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  254. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
  255. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  256. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  257. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  258. package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  259. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -95
  260. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  261. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -39
  262. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  263. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  264. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
  265. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  266. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  267. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
  268. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  269. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -63
  270. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  271. package/node_modules/@smithy/config-resolver/README.md +0 -10
  272. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  273. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  274. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  275. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  276. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  277. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  278. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -235
  279. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  280. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  281. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  282. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  283. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  284. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  285. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  286. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  287. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  288. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  289. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  290. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  291. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  292. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  293. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  294. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -9
  295. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -9
  296. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  297. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -11
  298. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -15
  299. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -15
  300. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  301. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -12
  302. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  303. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  304. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  305. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  306. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  307. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  308. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  309. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  310. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -1
  311. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -29
  312. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -5
  313. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -1
  314. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -12
  315. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  316. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  317. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  318. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  319. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  320. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  321. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  322. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  323. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  324. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  325. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  326. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  327. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -34
  328. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -10
  329. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -7
  330. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  331. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  332. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -12
  333. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -17
  334. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -11
  335. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -11
  336. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  337. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  338. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  339. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  340. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  341. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  342. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  343. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  344. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  345. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  346. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  347. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  348. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  349. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  350. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -10
  351. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -7
  352. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -14
  353. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -12
  354. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -12
  355. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -17
  356. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -11
  357. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -11
  358. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  359. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  360. package/node_modules/@smithy/config-resolver/package.json +0 -63
  361. package/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
  362. package/node_modules/@smithy/fetch-http-handler/README.md +0 -11
  363. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  364. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -255
  365. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  366. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  367. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -138
  368. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  369. package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  370. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -50
  371. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
  372. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  373. package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  374. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  375. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
  376. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  377. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  378. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  379. package/node_modules/@smithy/fetch-http-handler/package.json +0 -62
  380. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  381. package/node_modules/@smithy/hash-node/README.md +0 -10
  382. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -66
  383. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -34
  384. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -13
  385. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  386. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/LICENSE +0 -201
  387. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/README.md +0 -4
  388. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  389. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  390. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  391. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  392. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  393. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  394. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  395. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  396. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  397. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  398. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  399. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  400. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  401. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  402. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  403. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  404. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  405. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  406. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  407. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  408. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  409. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  410. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  411. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  412. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/package.json +0 -65
  413. package/node_modules/@smithy/hash-node/package.json +0 -63
  414. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  415. package/node_modules/@smithy/middleware-content-length/README.md +0 -4
  416. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -71
  417. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  418. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -6
  419. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  420. package/node_modules/@smithy/middleware-content-length/package.json +0 -62
  421. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  422. package/node_modules/@smithy/middleware-retry/README.md +0 -11
  423. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  424. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  425. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  426. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  427. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  428. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -425
  429. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  430. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  431. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  432. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  433. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  434. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  435. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  436. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  437. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  438. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -52
  439. package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +0 -27
  440. package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +0 -2
  441. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -7
  442. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -1
  443. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  444. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  445. package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +0 -7
  446. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -112
  447. package/node_modules/@smithy/middleware-retry/dist-es/types.js +0 -1
  448. package/node_modules/@smithy/middleware-retry/dist-es/util.js +0 -9
  449. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -20
  450. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -30
  451. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -45
  452. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  453. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  454. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -7
  455. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  456. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  457. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  458. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -5
  459. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -6
  460. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -20
  461. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -30
  462. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -45
  463. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -18
  464. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -4
  465. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  466. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  467. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  468. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  469. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -5
  470. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -6
  471. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -53
  472. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  473. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -53
  474. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +0 -2
  475. package/node_modules/@smithy/middleware-retry/package.json +0 -77
  476. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  477. package/node_modules/@smithy/middleware-serde/README.md +0 -4
  478. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  479. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -102
  480. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  481. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  482. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -25
  483. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  484. package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -22
  485. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -13
  486. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -5
  487. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  488. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -12
  489. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -6
  490. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -5
  491. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  492. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -12
  493. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  494. package/node_modules/@smithy/middleware-serde/package.json +0 -61
  495. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  496. package/node_modules/@smithy/node-config-provider/README.md +0 -4
  497. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  498. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  499. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  500. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  501. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  502. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -105
  503. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -5
  504. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  505. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  506. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  507. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +0 -12
  508. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  509. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -22
  510. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -7
  511. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -15
  512. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  513. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +0 -9
  514. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -1
  515. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -22
  516. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -7
  517. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -15
  518. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  519. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  520. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  521. package/node_modules/@smithy/node-config-provider/package.json +0 -64
  522. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  523. package/node_modules/@smithy/service-error-classification/README.md +0 -4
  524. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  525. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -98
  526. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -27
  527. package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -21
  528. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -26
  529. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -19
  530. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -26
  531. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -19
  532. package/node_modules/@smithy/service-error-classification/package.json +0 -58
  533. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  534. package/node_modules/@smithy/smithy-client/README.md +0 -10
  535. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  536. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  537. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  538. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  539. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  540. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  541. package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  542. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  543. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  544. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  545. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  546. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  547. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  548. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  549. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  550. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  551. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  552. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  553. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -1309
  554. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  555. package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  556. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  557. package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  558. package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  559. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  560. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  561. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  562. package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  563. package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  564. package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +0 -7
  565. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -42
  566. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  567. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -115
  568. package/node_modules/@smithy/smithy-client/dist-es/constants.js +0 -1
  569. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +0 -21
  570. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +0 -190
  571. package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +0 -22
  572. package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +0 -26
  573. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -6
  574. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -22
  575. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  576. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -31
  577. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -15
  578. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  579. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +0 -16
  580. package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +0 -1
  581. package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  582. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -25
  583. package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +0 -3
  584. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -33
  585. package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +0 -92
  586. package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +0 -230
  587. package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +0 -6
  588. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  589. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +0 -14
  590. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +0 -19
  591. package/node_modules/@smithy/smithy-client/dist-es/split-every.js +0 -27
  592. package/node_modules/@smithy/smithy-client/dist-es/split-header.js +0 -37
  593. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +0 -11
  594. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -53
  595. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  596. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -113
  597. package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +0 -4
  598. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -9
  599. package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +0 -73
  600. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -13
  601. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +0 -28
  602. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  603. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -34
  604. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  605. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -25
  606. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  607. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  608. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +0 -15
  609. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  610. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  611. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -26
  612. package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +0 -5
  613. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -24
  614. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  615. package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +0 -270
  616. package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +0 -6
  617. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  618. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -14
  619. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  620. package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +0 -11
  621. package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +0 -5
  622. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  623. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -53
  624. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  625. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -113
  626. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  627. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -9
  628. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -73
  629. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -13
  630. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  631. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  632. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -34
  633. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  634. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -25
  635. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  636. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  637. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -15
  638. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  639. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  640. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -26
  641. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  642. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -24
  643. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  644. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -270
  645. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +0 -6
  646. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  647. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -14
  648. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  649. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -11
  650. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +0 -5
  651. package/node_modules/@smithy/smithy-client/package.json +0 -66
  652. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  653. package/node_modules/@smithy/util-base64/README.md +0 -4
  654. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -35
  655. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  656. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  657. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  658. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -39
  659. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  660. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +0 -28
  661. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  662. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  663. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  664. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  665. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  666. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +0 -6
  667. package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +0 -8
  668. package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +0 -7
  669. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  670. package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +0 -9
  671. package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +0 -8
  672. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -6
  673. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  674. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  675. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  676. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  677. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  678. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/LICENSE +0 -201
  679. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/README.md +0 -4
  680. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  681. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  682. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  683. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  684. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  685. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  686. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  687. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  688. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  689. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  690. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  691. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  692. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  693. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  694. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  695. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  696. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  697. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  698. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  699. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  700. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  701. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  702. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  703. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  704. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/package.json +0 -65
  705. package/node_modules/@smithy/util-base64/package.json +0 -72
  706. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  707. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  708. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  709. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -57
  710. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +0 -26
  711. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  712. package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +0 -4
  713. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  714. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  715. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  716. package/node_modules/@smithy/util-body-length-browser/package.json +0 -56
  717. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  718. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  719. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  720. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -53
  721. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -25
  722. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  723. package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +0 -4
  724. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  725. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  726. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  727. package/node_modules/@smithy/util-body-length-node/package.json +0 -60
  728. package/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  729. package/node_modules/@smithy/util-buffer-from/README.md +0 -10
  730. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  731. package/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  732. package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  733. package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  734. package/node_modules/@smithy/util-buffer-from/package.json +0 -60
  735. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  736. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -10
  737. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  738. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -25
  739. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -33
  740. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  741. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  742. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  743. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -27
  744. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  745. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  746. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  747. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  748. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  749. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  750. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  751. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  752. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  753. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
  754. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  755. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -10
  756. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  757. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  758. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -119
  759. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  760. package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +0 -6
  761. package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -11
  762. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  763. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  764. package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +0 -24
  765. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  766. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  767. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  768. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  769. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  770. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  771. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  772. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -65
  773. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  774. package/node_modules/@smithy/util-retry/README.md +0 -78
  775. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  776. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  777. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  778. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  779. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  780. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  781. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  782. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  783. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -348
  784. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  785. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -24
  786. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -18
  787. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -99
  788. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -65
  789. package/node_modules/@smithy/util-retry/dist-es/config.js +0 -7
  790. package/node_modules/@smithy/util-retry/dist-es/constants.js +0 -9
  791. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  792. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  793. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -7
  794. package/node_modules/@smithy/util-retry/dist-es/types.js +0 -1
  795. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -33
  796. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -32
  797. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -45
  798. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -26
  799. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -20
  800. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -59
  801. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  802. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  803. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -7
  804. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  805. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  806. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -45
  807. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  808. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  809. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  810. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  811. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  812. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  813. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  814. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -19
  815. package/node_modules/@smithy/util-retry/package.json +0 -67
@@ -1,22 +0,0 @@
1
- import { HttpRequest } from "@smithy/protocol-http";
2
- import { INVOCATION_ID_HEADER, REQUEST_HEADER } from "@smithy/util-retry";
3
- export const omitRetryHeadersMiddleware = () => (next) => async (args) => {
4
- const { request } = args;
5
- if (HttpRequest.isInstance(request)) {
6
- delete request.headers[INVOCATION_ID_HEADER];
7
- delete request.headers[REQUEST_HEADER];
8
- }
9
- return next(args);
10
- };
11
- export const omitRetryHeadersMiddlewareOptions = {
12
- name: "omitRetryHeadersMiddleware",
13
- tags: ["RETRY", "HEADERS", "OMIT_RETRY_HEADERS"],
14
- relation: "before",
15
- toMiddleware: "awsAuthMiddleware",
16
- override: true,
17
- };
18
- export const getOmitRetryHeadersPlugin = (options) => ({
19
- applyToStack: (clientStack) => {
20
- clientStack.addRelativeTo(omitRetryHeadersMiddleware(), omitRetryHeadersMiddlewareOptions);
21
- },
22
- });
@@ -1,7 +0,0 @@
1
- import { isClockSkewError, isRetryableByTrait, isThrottlingError, isTransientError, } from "@smithy/service-error-classification";
2
- export const defaultRetryDecider = (error) => {
3
- if (!error) {
4
- return false;
5
- }
6
- return isRetryableByTrait(error) || isClockSkewError(error) || isThrottlingError(error) || isTransientError(error);
7
- };
@@ -1,112 +0,0 @@
1
- import { HttpRequest, HttpResponse } from "@smithy/protocol-http";
2
- import { isServerError, isThrottlingError, isTransientError } from "@smithy/service-error-classification";
3
- import { NoOpLogger } from "@smithy/smithy-client";
4
- import { INVOCATION_ID_HEADER, REQUEST_HEADER } from "@smithy/util-retry";
5
- import { v4 } from "uuid";
6
- import { isStreamingPayload } from "./isStreamingPayload/isStreamingPayload";
7
- import { asSdkError } from "./util";
8
- export const retryMiddleware = (options) => (next, context) => async (args) => {
9
- let retryStrategy = await options.retryStrategy();
10
- const maxAttempts = await options.maxAttempts();
11
- if (isRetryStrategyV2(retryStrategy)) {
12
- retryStrategy = retryStrategy;
13
- let retryToken = await retryStrategy.acquireInitialRetryToken(context["partition_id"]);
14
- let lastError = new Error();
15
- let attempts = 0;
16
- let totalRetryDelay = 0;
17
- const { request } = args;
18
- const isRequest = HttpRequest.isInstance(request);
19
- if (isRequest) {
20
- request.headers[INVOCATION_ID_HEADER] = v4();
21
- }
22
- while (true) {
23
- try {
24
- if (isRequest) {
25
- request.headers[REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`;
26
- }
27
- const { response, output } = await next(args);
28
- retryStrategy.recordSuccess(retryToken);
29
- output.$metadata.attempts = attempts + 1;
30
- output.$metadata.totalRetryDelay = totalRetryDelay;
31
- return { response, output };
32
- }
33
- catch (e) {
34
- const retryErrorInfo = getRetryErrorInfo(e);
35
- lastError = asSdkError(e);
36
- if (isRequest && isStreamingPayload(request)) {
37
- (context.logger instanceof NoOpLogger ? console : context.logger)?.warn("An error was encountered in a non-retryable streaming request.");
38
- throw lastError;
39
- }
40
- try {
41
- retryToken = await retryStrategy.refreshRetryTokenForRetry(retryToken, retryErrorInfo);
42
- }
43
- catch (refreshError) {
44
- if (!lastError.$metadata) {
45
- lastError.$metadata = {};
46
- }
47
- lastError.$metadata.attempts = attempts + 1;
48
- lastError.$metadata.totalRetryDelay = totalRetryDelay;
49
- throw lastError;
50
- }
51
- attempts = retryToken.getRetryCount();
52
- const delay = retryToken.getRetryDelay();
53
- totalRetryDelay += delay;
54
- await new Promise((resolve) => setTimeout(resolve, delay));
55
- }
56
- }
57
- }
58
- else {
59
- retryStrategy = retryStrategy;
60
- if (retryStrategy?.mode)
61
- context.userAgent = [...(context.userAgent || []), ["cfg/retry-mode", retryStrategy.mode]];
62
- return retryStrategy.retry(next, args);
63
- }
64
- };
65
- const isRetryStrategyV2 = (retryStrategy) => typeof retryStrategy.acquireInitialRetryToken !== "undefined" &&
66
- typeof retryStrategy.refreshRetryTokenForRetry !== "undefined" &&
67
- typeof retryStrategy.recordSuccess !== "undefined";
68
- const getRetryErrorInfo = (error) => {
69
- const errorInfo = {
70
- error,
71
- errorType: getRetryErrorType(error),
72
- };
73
- const retryAfterHint = getRetryAfterHint(error.$response);
74
- if (retryAfterHint) {
75
- errorInfo.retryAfterHint = retryAfterHint;
76
- }
77
- return errorInfo;
78
- };
79
- const getRetryErrorType = (error) => {
80
- if (isThrottlingError(error))
81
- return "THROTTLING";
82
- if (isTransientError(error))
83
- return "TRANSIENT";
84
- if (isServerError(error))
85
- return "SERVER_ERROR";
86
- return "CLIENT_ERROR";
87
- };
88
- export const retryMiddlewareOptions = {
89
- name: "retryMiddleware",
90
- tags: ["RETRY"],
91
- step: "finalizeRequest",
92
- priority: "high",
93
- override: true,
94
- };
95
- export const getRetryPlugin = (options) => ({
96
- applyToStack: (clientStack) => {
97
- clientStack.add(retryMiddleware(options), retryMiddlewareOptions);
98
- },
99
- });
100
- export const getRetryAfterHint = (response) => {
101
- if (!HttpResponse.isInstance(response))
102
- return;
103
- const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after");
104
- if (!retryAfterHeaderName)
105
- return;
106
- const retryAfter = response.headers[retryAfterHeaderName];
107
- const retryAfterSeconds = Number(retryAfter);
108
- if (!Number.isNaN(retryAfterSeconds))
109
- return new Date(retryAfterSeconds * 1000);
110
- const retryAfterDate = new Date(retryAfter);
111
- return retryAfterDate;
112
- };
@@ -1,9 +0,0 @@
1
- export const asSdkError = (error) => {
2
- if (error instanceof Error)
3
- return error;
4
- if (error instanceof Object)
5
- return Object.assign(new Error(), error);
6
- if (typeof error === "string")
7
- return new Error(error);
8
- return new Error(`AWS SDK error wrapper for ${error}`);
9
- };
@@ -1,20 +0,0 @@
1
- import { FinalizeHandler, FinalizeHandlerArguments, MetadataBearer, Provider } from "@smithy/types";
2
- import { RateLimiter } from "@smithy/util-retry";
3
- import { StandardRetryStrategy, StandardRetryStrategyOptions } from "./StandardRetryStrategy";
4
- /**
5
- * Strategy options to be passed to AdaptiveRetryStrategy
6
- */
7
- export interface AdaptiveRetryStrategyOptions extends StandardRetryStrategyOptions {
8
- rateLimiter?: RateLimiter;
9
- }
10
- /**
11
- * @deprecated use AdaptiveRetryStrategy from @smithy/util-retry
12
- */
13
- export declare class AdaptiveRetryStrategy extends StandardRetryStrategy {
14
- private rateLimiter;
15
- constructor(maxAttemptsProvider: Provider<number>, options?: AdaptiveRetryStrategyOptions);
16
- retry<Input extends object, Ouput extends MetadataBearer>(next: FinalizeHandler<Input, Ouput>, args: FinalizeHandlerArguments<Input>): Promise<{
17
- response: unknown;
18
- output: Ouput;
19
- }>;
20
- }
@@ -1,30 +0,0 @@
1
- import { FinalizeHandler, FinalizeHandlerArguments, MetadataBearer, Provider, RetryStrategy } from "@smithy/types";
2
- import { DelayDecider, RetryDecider, RetryQuota } from "./types";
3
- /**
4
- * Strategy options to be passed to StandardRetryStrategy
5
- */
6
- export interface StandardRetryStrategyOptions {
7
- retryDecider?: RetryDecider;
8
- delayDecider?: DelayDecider;
9
- retryQuota?: RetryQuota;
10
- }
11
- /**
12
- * @deprecated use StandardRetryStrategy from @smithy/util-retry
13
- */
14
- export declare class StandardRetryStrategy implements RetryStrategy {
15
- private readonly maxAttemptsProvider;
16
- private retryDecider;
17
- private delayDecider;
18
- private retryQuota;
19
- mode: string;
20
- constructor(maxAttemptsProvider: Provider<number>, options?: StandardRetryStrategyOptions);
21
- private shouldRetry;
22
- private getMaxAttempts;
23
- retry<Input extends object, Ouput extends MetadataBearer>(next: FinalizeHandler<Input, Ouput>, args: FinalizeHandlerArguments<Input>, options?: {
24
- beforeRequest: Function;
25
- afterRequest: Function;
26
- }): Promise<{
27
- response: unknown;
28
- output: Ouput;
29
- }>;
30
- }
@@ -1,45 +0,0 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- import { Provider, RetryStrategy, RetryStrategyV2 } from "@smithy/types";
3
- export declare const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS";
4
- export declare const CONFIG_MAX_ATTEMPTS = "max_attempts";
5
- export declare const NODE_MAX_ATTEMPT_CONFIG_OPTIONS: LoadedConfigSelectors<number>;
6
- /**
7
- * @public
8
- */
9
- export interface RetryInputConfig {
10
- /**
11
- * The maximum number of times requests that encounter retryable failures should be attempted.
12
- */
13
- maxAttempts?: number | Provider<number>;
14
- /**
15
- * The strategy to retry the request. Using built-in exponential backoff strategy by default.
16
- */
17
- retryStrategy?: RetryStrategy | RetryStrategyV2;
18
- }
19
- /**
20
- * @internal
21
- */
22
- export interface PreviouslyResolved {
23
- /**
24
- * Specifies provider for retry algorithm to use.
25
- * @internal
26
- */
27
- retryMode: string | Provider<string>;
28
- }
29
- /**
30
- * @internal
31
- */
32
- export interface RetryResolvedConfig {
33
- /**
34
- * Resolved value for input config {@link RetryInputConfig.maxAttempts}
35
- */
36
- maxAttempts: Provider<number>;
37
- /**
38
- * Resolved value for input config {@link RetryInputConfig.retryStrategy}
39
- */
40
- retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>;
41
- }
42
- export declare const resolveRetryConfig: <T>(input: T & PreviouslyResolved & RetryInputConfig) => T & RetryResolvedConfig;
43
- export declare const ENV_RETRY_MODE = "AWS_RETRY_MODE";
44
- export declare const CONFIG_RETRY_MODE = "retry_mode";
45
- export declare const NODE_RETRY_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<string>;
@@ -1,18 +0,0 @@
1
- import { RetryQuota } from "./types";
2
- export interface DefaultRetryQuotaOptions {
3
- /**
4
- * The total amount of retry token to be incremented from retry token balance
5
- * if an SDK operation invocation succeeds without requiring a retry request.
6
- */
7
- noRetryIncrement?: number;
8
- /**
9
- * The total amount of retry tokens to be decremented from retry token balance.
10
- */
11
- retryCost?: number;
12
- /**
13
- * The total amount of retry tokens to be decremented from retry token balance
14
- * when a throttling error is encountered.
15
- */
16
- timeoutRetryCost?: number;
17
- }
18
- export declare const getDefaultRetryQuota: (initialRetryTokens: number, options?: DefaultRetryQuotaOptions) => RetryQuota;
@@ -1,4 +0,0 @@
1
- /**
2
- * Calculate a capped, fully-jittered exponential backoff time.
3
- */
4
- export declare const defaultDelayDecider: (delayBase: number, attempts: number) => number;
@@ -1,7 +0,0 @@
1
- export * from "./AdaptiveRetryStrategy";
2
- export * from "./StandardRetryStrategy";
3
- export * from "./configurations";
4
- export * from "./delayDecider";
5
- export * from "./omitRetryHeadersMiddleware";
6
- export * from "./retryDecider";
7
- export * from "./retryMiddleware";
@@ -1,5 +0,0 @@
1
- import type { HttpRequest } from "@smithy/protocol-http";
2
- /**
3
- * @internal
4
- */
5
- export declare const isStreamingPayload: (request: HttpRequest) => boolean;
@@ -1,5 +0,0 @@
1
- import type { HttpRequest } from "@smithy/protocol-http";
2
- /**
3
- * @internal
4
- */
5
- export declare const isStreamingPayload: (request: HttpRequest) => boolean;
@@ -1,4 +0,0 @@
1
- import { FinalizeHandler, MetadataBearer, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
- export declare const omitRetryHeadersMiddleware: () => <Output extends MetadataBearer = MetadataBearer>(next: FinalizeHandler<any, Output>) => FinalizeHandler<any, Output>;
3
- export declare const omitRetryHeadersMiddlewareOptions: RelativeMiddlewareOptions;
4
- export declare const getOmitRetryHeadersPlugin: (options: unknown) => Pluggable<any, any>;
@@ -1,5 +0,0 @@
1
- import { SdkError } from "@smithy/types";
2
- /**
3
- * @deprecated this is only used in the deprecated StandardRetryStrategy. Do not use in new code.
4
- */
5
- export declare const defaultRetryDecider: (error: SdkError) => boolean;
@@ -1,6 +0,0 @@
1
- import { AbsoluteLocation, FinalizeHandler, FinalizeRequestHandlerOptions, HandlerExecutionContext, MetadataBearer, Pluggable } from "@smithy/types";
2
- import { RetryResolvedConfig } from "./configurations";
3
- export declare const retryMiddleware: (options: RetryResolvedConfig) => <Output extends MetadataBearer = MetadataBearer>(next: FinalizeHandler<any, Output>, context: HandlerExecutionContext) => FinalizeHandler<any, Output>;
4
- export declare const retryMiddlewareOptions: FinalizeRequestHandlerOptions & AbsoluteLocation;
5
- export declare const getRetryPlugin: (options: RetryResolvedConfig) => Pluggable<any, any>;
6
- export declare const getRetryAfterHint: (response: unknown) => Date | undefined;
@@ -1,20 +0,0 @@
1
- import { FinalizeHandler, FinalizeHandlerArguments, MetadataBearer, Provider } from "@smithy/types";
2
- import { RateLimiter } from "@smithy/util-retry";
3
- import { StandardRetryStrategy, StandardRetryStrategyOptions } from "./StandardRetryStrategy";
4
- /**
5
- * Strategy options to be passed to AdaptiveRetryStrategy
6
- */
7
- export interface AdaptiveRetryStrategyOptions extends StandardRetryStrategyOptions {
8
- rateLimiter?: RateLimiter;
9
- }
10
- /**
11
- * @deprecated use AdaptiveRetryStrategy from @smithy/util-retry
12
- */
13
- export declare class AdaptiveRetryStrategy extends StandardRetryStrategy {
14
- private rateLimiter;
15
- constructor(maxAttemptsProvider: Provider<number>, options?: AdaptiveRetryStrategyOptions);
16
- retry<Input extends object, Ouput extends MetadataBearer>(next: FinalizeHandler<Input, Ouput>, args: FinalizeHandlerArguments<Input>): Promise<{
17
- response: unknown;
18
- output: Ouput;
19
- }>;
20
- }
@@ -1,30 +0,0 @@
1
- import { FinalizeHandler, FinalizeHandlerArguments, MetadataBearer, Provider, RetryStrategy } from "@smithy/types";
2
- import { DelayDecider, RetryDecider, RetryQuota } from "./types";
3
- /**
4
- * Strategy options to be passed to StandardRetryStrategy
5
- */
6
- export interface StandardRetryStrategyOptions {
7
- retryDecider?: RetryDecider;
8
- delayDecider?: DelayDecider;
9
- retryQuota?: RetryQuota;
10
- }
11
- /**
12
- * @deprecated use StandardRetryStrategy from @smithy/util-retry
13
- */
14
- export declare class StandardRetryStrategy implements RetryStrategy {
15
- private readonly maxAttemptsProvider;
16
- private retryDecider;
17
- private delayDecider;
18
- private retryQuota;
19
- mode: string;
20
- constructor(maxAttemptsProvider: Provider<number>, options?: StandardRetryStrategyOptions);
21
- private shouldRetry;
22
- private getMaxAttempts;
23
- retry<Input extends object, Ouput extends MetadataBearer>(next: FinalizeHandler<Input, Ouput>, args: FinalizeHandlerArguments<Input>, options?: {
24
- beforeRequest: Function;
25
- afterRequest: Function;
26
- }): Promise<{
27
- response: unknown;
28
- output: Ouput;
29
- }>;
30
- }
@@ -1,45 +0,0 @@
1
- import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
- import { Provider, RetryStrategy, RetryStrategyV2 } from "@smithy/types";
3
- export declare const ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS";
4
- export declare const CONFIG_MAX_ATTEMPTS = "max_attempts";
5
- export declare const NODE_MAX_ATTEMPT_CONFIG_OPTIONS: LoadedConfigSelectors<number>;
6
- /**
7
- * @public
8
- */
9
- export interface RetryInputConfig {
10
- /**
11
- * The maximum number of times requests that encounter retryable failures should be attempted.
12
- */
13
- maxAttempts?: number | Provider<number>;
14
- /**
15
- * The strategy to retry the request. Using built-in exponential backoff strategy by default.
16
- */
17
- retryStrategy?: RetryStrategy | RetryStrategyV2;
18
- }
19
- /**
20
- * @internal
21
- */
22
- export interface PreviouslyResolved {
23
- /**
24
- * Specifies provider for retry algorithm to use.
25
- * @internal
26
- */
27
- retryMode: string | Provider<string>;
28
- }
29
- /**
30
- * @internal
31
- */
32
- export interface RetryResolvedConfig {
33
- /**
34
- * Resolved value for input config {@link RetryInputConfig.maxAttempts}
35
- */
36
- maxAttempts: Provider<number>;
37
- /**
38
- * Resolved value for input config {@link RetryInputConfig.retryStrategy}
39
- */
40
- retryStrategy: Provider<RetryStrategyV2 | RetryStrategy>;
41
- }
42
- export declare const resolveRetryConfig: <T>(input: T & PreviouslyResolved & RetryInputConfig) => T & RetryResolvedConfig;
43
- export declare const ENV_RETRY_MODE = "AWS_RETRY_MODE";
44
- export declare const CONFIG_RETRY_MODE = "retry_mode";
45
- export declare const NODE_RETRY_MODE_CONFIG_OPTIONS: LoadedConfigSelectors<string>;
@@ -1,18 +0,0 @@
1
- import { RetryQuota } from "./types";
2
- export interface DefaultRetryQuotaOptions {
3
- /**
4
- * The total amount of retry token to be incremented from retry token balance
5
- * if an SDK operation invocation succeeds without requiring a retry request.
6
- */
7
- noRetryIncrement?: number;
8
- /**
9
- * The total amount of retry tokens to be decremented from retry token balance.
10
- */
11
- retryCost?: number;
12
- /**
13
- * The total amount of retry tokens to be decremented from retry token balance
14
- * when a throttling error is encountered.
15
- */
16
- timeoutRetryCost?: number;
17
- }
18
- export declare const getDefaultRetryQuota: (initialRetryTokens: number, options?: DefaultRetryQuotaOptions) => RetryQuota;
@@ -1,4 +0,0 @@
1
- /**
2
- * Calculate a capped, fully-jittered exponential backoff time.
3
- */
4
- export declare const defaultDelayDecider: (delayBase: number, attempts: number) => number;
@@ -1,7 +0,0 @@
1
- export * from "./AdaptiveRetryStrategy";
2
- export * from "./StandardRetryStrategy";
3
- export * from "./configurations";
4
- export * from "./delayDecider";
5
- export * from "./omitRetryHeadersMiddleware";
6
- export * from "./retryDecider";
7
- export * from "./retryMiddleware";
@@ -1,5 +0,0 @@
1
- import { HttpRequest } from "@smithy/protocol-http";
2
- /**
3
- * @internal
4
- */
5
- export declare const isStreamingPayload: (request: HttpRequest) => boolean;
@@ -1,5 +0,0 @@
1
- import { HttpRequest } from "@smithy/protocol-http";
2
- /**
3
- * @internal
4
- */
5
- export declare const isStreamingPayload: (request: HttpRequest) => boolean;
@@ -1,4 +0,0 @@
1
- import { FinalizeHandler, MetadataBearer, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
2
- export declare const omitRetryHeadersMiddleware: () => <Output extends MetadataBearer = MetadataBearer>(next: FinalizeHandler<any, Output>) => FinalizeHandler<any, Output>;
3
- export declare const omitRetryHeadersMiddlewareOptions: RelativeMiddlewareOptions;
4
- export declare const getOmitRetryHeadersPlugin: (options: unknown) => Pluggable<any, any>;
@@ -1,5 +0,0 @@
1
- import { SdkError } from "@smithy/types";
2
- /**
3
- * @deprecated this is only used in the deprecated StandardRetryStrategy. Do not use in new code.
4
- */
5
- export declare const defaultRetryDecider: (error: SdkError) => boolean;
@@ -1,6 +0,0 @@
1
- import { AbsoluteLocation, FinalizeHandler, FinalizeRequestHandlerOptions, HandlerExecutionContext, MetadataBearer, Pluggable } from "@smithy/types";
2
- import { RetryResolvedConfig } from "./configurations";
3
- export declare const retryMiddleware: (options: RetryResolvedConfig) => <Output extends MetadataBearer = MetadataBearer>(next: FinalizeHandler<any, Output>, context: HandlerExecutionContext) => FinalizeHandler<any, Output>;
4
- export declare const retryMiddlewareOptions: FinalizeRequestHandlerOptions & AbsoluteLocation;
5
- export declare const getRetryPlugin: (options: RetryResolvedConfig) => Pluggable<any, any>;
6
- export declare const getRetryAfterHint: (response: unknown) => Date | undefined;
@@ -1,53 +0,0 @@
1
- import { SdkError } from "@smithy/types";
2
- /**
3
- * Determines whether an error is retryable based on the number of retries
4
- * already attempted, the HTTP status code, and the error received (if any).
5
- *
6
- * @param error - The error encountered.
7
- */
8
- export interface RetryDecider {
9
- (error: SdkError): boolean;
10
- }
11
- /**
12
- * Determines the number of milliseconds to wait before retrying an action.
13
- *
14
- * @param delayBase - The base delay (in milliseconds).
15
- * @param attempts - The number of times the action has already been tried.
16
- */
17
- export interface DelayDecider {
18
- (delayBase: number, attempts: number): number;
19
- }
20
- /**
21
- * Interface that specifies the retry quota behavior.
22
- */
23
- export interface RetryQuota {
24
- /**
25
- * returns true if retry tokens are available from the retry quota bucket.
26
- */
27
- hasRetryTokens: (error: SdkError) => boolean;
28
- /**
29
- * returns token amount from the retry quota bucket.
30
- * throws error is retry tokens are not available.
31
- */
32
- retrieveRetryTokens: (error: SdkError) => number;
33
- /**
34
- * releases tokens back to the retry quota.
35
- */
36
- releaseRetryTokens: (releaseCapacityAmount?: number) => void;
37
- }
38
- export interface RateLimiter {
39
- /**
40
- * If there is sufficient capacity (tokens) available, it immediately returns.
41
- * If there is not sufficient capacity, it will either sleep a certain amount
42
- * of time until the rate limiter can retrieve a token from its token bucket
43
- * or raise an exception indicating there is insufficient capacity.
44
- */
45
- getSendToken: () => Promise<void>;
46
- /**
47
- * Updates the client sending rate based on response.
48
- * If the response was successful, the capacity and fill rate are increased.
49
- * If the response was a throttling response, the capacity and fill rate are
50
- * decreased. Transient errors do not affect the rate limiter.
51
- */
52
- updateClientSendingRate: (response: any) => void;
53
- }
@@ -1,2 +0,0 @@
1
- import { SdkError } from "@smithy/types";
2
- export declare const asSdkError: (error: unknown) => SdkError;
@@ -1,53 +0,0 @@
1
- import { SdkError } from "@smithy/types";
2
- /**
3
- * Determines whether an error is retryable based on the number of retries
4
- * already attempted, the HTTP status code, and the error received (if any).
5
- *
6
- * @param error - The error encountered.
7
- */
8
- export interface RetryDecider {
9
- (error: SdkError): boolean;
10
- }
11
- /**
12
- * Determines the number of milliseconds to wait before retrying an action.
13
- *
14
- * @param delayBase - The base delay (in milliseconds).
15
- * @param attempts - The number of times the action has already been tried.
16
- */
17
- export interface DelayDecider {
18
- (delayBase: number, attempts: number): number;
19
- }
20
- /**
21
- * Interface that specifies the retry quota behavior.
22
- */
23
- export interface RetryQuota {
24
- /**
25
- * returns true if retry tokens are available from the retry quota bucket.
26
- */
27
- hasRetryTokens: (error: SdkError) => boolean;
28
- /**
29
- * returns token amount from the retry quota bucket.
30
- * throws error is retry tokens are not available.
31
- */
32
- retrieveRetryTokens: (error: SdkError) => number;
33
- /**
34
- * releases tokens back to the retry quota.
35
- */
36
- releaseRetryTokens: (releaseCapacityAmount?: number) => void;
37
- }
38
- export interface RateLimiter {
39
- /**
40
- * If there is sufficient capacity (tokens) available, it immediately returns.
41
- * If there is not sufficient capacity, it will either sleep a certain amount
42
- * of time until the rate limiter can retrieve a token from its token bucket
43
- * or raise an exception indicating there is insufficient capacity.
44
- */
45
- getSendToken: () => Promise<void>;
46
- /**
47
- * Updates the client sending rate based on response.
48
- * If the response was successful, the capacity and fill rate are increased.
49
- * If the response was a throttling response, the capacity and fill rate are
50
- * decreased. Transient errors do not affect the rate limiter.
51
- */
52
- updateClientSendingRate: (response: any) => void;
53
- }
@@ -1,2 +0,0 @@
1
- import { SdkError } from "@smithy/types";
2
- export declare const asSdkError: (error: unknown) => SdkError;