@aws/lsp-codewhisperer 0.0.14 → 0.0.15

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 (2041) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +17 -1
  3. package/node_modules/@aws/lsp-fqn/tsconfig.tsbuildinfo +1 -1
  4. package/out/client/sigv4/codewhisperer.js +1 -2
  5. package/out/client/sigv4/codewhisperer.js.map +1 -1
  6. package/out/client/streamingClient/codewhispererStreamingClient.js +2 -2
  7. package/out/client/streamingClient/codewhispererStreamingClient.js.map +1 -1
  8. package/out/client/token/codewhisperer.js +1 -2
  9. package/out/client/token/codewhisperer.js.map +1 -1
  10. package/out/language-server/auto-trigger/autoTrigger.js.map +1 -1
  11. package/out/language-server/chat/chatController.d.ts +2 -0
  12. package/out/language-server/chat/chatController.js +22 -1
  13. package/out/language-server/chat/chatController.js.map +1 -1
  14. package/out/language-server/chat/chatEventParser.js.map +1 -1
  15. package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
  16. package/out/language-server/chat/chatSessionService.js.map +1 -1
  17. package/out/language-server/chat/constants.d.ts +1 -1
  18. package/out/language-server/chat/contexts/documentContext.js.map +1 -1
  19. package/out/language-server/chat/contexts/documentFqnExtractor.js.map +1 -1
  20. package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
  21. package/out/language-server/chat/contexts/utils.js +2 -3
  22. package/out/language-server/chat/contexts/utils.js.map +1 -1
  23. package/out/language-server/chat/quickActions.js +1 -1
  24. package/out/language-server/chat/quickActions.js.map +1 -1
  25. package/out/language-server/chat/telemetry/chatTelemetryController.js +2 -2
  26. package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
  27. package/out/language-server/chat/telemetry/clientTelemetry.js +4 -4
  28. package/out/language-server/chat/telemetry/clientTelemetry.js.map +1 -1
  29. package/out/language-server/chat/utils.js +3 -4
  30. package/out/language-server/chat/utils.js.map +1 -1
  31. package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
  32. package/out/language-server/codeWhispererServer.js +51 -37
  33. package/out/language-server/codeWhispererServer.js.map +1 -1
  34. package/out/language-server/codeWhispererServer.test.js +56 -0
  35. package/out/language-server/codeWhispererServer.test.js.map +1 -1
  36. package/out/language-server/codeWhispererService.d.ts +5 -0
  37. package/out/language-server/codeWhispererService.js +11 -0
  38. package/out/language-server/codeWhispererService.js.map +1 -1
  39. package/out/language-server/configuration/qConfigurationServer.d.ts +4 -0
  40. package/out/language-server/configuration/qConfigurationServer.js +31 -0
  41. package/out/language-server/configuration/qConfigurationServer.js.map +1 -0
  42. package/out/language-server/dependencyGraph/commonUtil.js +2 -3
  43. package/out/language-server/dependencyGraph/commonUtil.js.map +1 -1
  44. package/out/language-server/dependencyGraph/csharpDependencyGraph.js.map +1 -1
  45. package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js +1 -0
  46. package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js.map +1 -1
  47. package/out/language-server/dependencyGraph/dependencyGraph.d.ts +0 -1
  48. package/out/language-server/dependencyGraph/dependencyGraph.js.map +1 -1
  49. package/out/language-server/dependencyGraph/dependencyGraphFactory.js.map +1 -1
  50. package/out/language-server/dependencyGraph/gitIgnoreFilter.js +1 -1
  51. package/out/language-server/dependencyGraph/gitIgnoreFilter.js.map +1 -1
  52. package/out/language-server/languageDetection.js.map +1 -1
  53. package/out/language-server/languageDetection.test.js.map +1 -1
  54. package/out/language-server/mergeRightUtils.js +2 -3
  55. package/out/language-server/mergeRightUtils.js.map +1 -1
  56. package/out/language-server/models/constants.d.ts +15 -0
  57. package/out/language-server/models/constants.js +22 -0
  58. package/out/language-server/models/constants.js.map +1 -0
  59. package/out/language-server/models/model.d.ts +16 -0
  60. package/out/language-server/models/model.js +5 -0
  61. package/out/language-server/models/model.js.map +1 -0
  62. package/out/language-server/netTransform/artifactManager.d.ts +3 -5
  63. package/out/language-server/netTransform/artifactManager.js +42 -42
  64. package/out/language-server/netTransform/artifactManager.js.map +1 -1
  65. package/out/language-server/netTransform/converter.js +4 -4
  66. package/out/language-server/netTransform/converter.js.map +1 -1
  67. package/out/language-server/netTransform/metrics.js.map +1 -1
  68. package/out/language-server/netTransform/models.d.ts +1 -0
  69. package/out/language-server/netTransform/models.js +2 -2
  70. package/out/language-server/netTransform/models.js.map +1 -1
  71. package/out/language-server/netTransform/tests/converter.test.js.map +1 -1
  72. package/out/language-server/netTransform/tests/transformHandler.test.js.map +1 -1
  73. package/out/language-server/netTransform/transformHandler.d.ts +2 -1
  74. package/out/language-server/netTransform/transformHandler.js +24 -7
  75. package/out/language-server/netTransform/transformHandler.js.map +1 -1
  76. package/out/language-server/netTransform/validation.js +9 -10
  77. package/out/language-server/netTransform/validation.js.map +1 -1
  78. package/out/language-server/netTransformServer.js.map +1 -1
  79. package/out/language-server/proxy-server.d.ts +1 -0
  80. package/out/language-server/proxy-server.js +18 -1
  81. package/out/language-server/proxy-server.js.map +1 -1
  82. package/out/language-server/qChatServer.js +2 -0
  83. package/out/language-server/qChatServer.js.map +1 -1
  84. package/out/language-server/securityScan/securityScanDiagnosticsProvider.js.map +1 -1
  85. package/out/language-server/securityScan/securityScanHandler.d.ts +0 -1
  86. package/out/language-server/securityScan/securityScanHandler.js.map +1 -1
  87. package/out/language-server/session/sessionManager.d.ts +3 -0
  88. package/out/language-server/session/sessionManager.js +2 -0
  89. package/out/language-server/session/sessionManager.js.map +1 -1
  90. package/out/language-server/session/sessionManager.test.js +2 -2
  91. package/out/language-server/session/sessionManager.test.js.map +1 -1
  92. package/out/language-server/telemetry/codeDiffTracker.js +6 -4
  93. package/out/language-server/telemetry/codeDiffTracker.js.map +1 -1
  94. package/out/language-server/telemetry/codeDiffTracker.test.js.map +1 -1
  95. package/out/language-server/telemetry/codePercentage.js.map +1 -1
  96. package/out/language-server/telemetry/types.d.ts +10 -0
  97. package/out/language-server/telemetry/types.js +2 -2
  98. package/out/language-server/telemetry/types.js.map +1 -1
  99. package/out/language-server/telemetry/userTriggerDecision.test.js +20 -17
  100. package/out/language-server/telemetry/userTriggerDecision.test.js.map +1 -1
  101. package/out/language-server/testUtils.d.ts +6 -0
  102. package/out/language-server/testUtils.js +74 -1
  103. package/out/language-server/testUtils.js.map +1 -1
  104. package/out/language-server/utilities/filesystemUtilities.d.ts +8 -0
  105. package/out/language-server/utilities/filesystemUtilities.js +30 -0
  106. package/out/language-server/utilities/filesystemUtilities.js.map +1 -0
  107. package/out/language-server/utilities/filesystemUtilities.test.js +85 -0
  108. package/out/language-server/utilities/filesystemUtilities.test.js.map +1 -0
  109. package/out/language-server/{pathUtils.d.ts → utilities/pathUtils.d.ts} +10 -0
  110. package/out/language-server/{pathUtils.js → utilities/pathUtils.js} +31 -4
  111. package/out/language-server/utilities/pathUtils.js.map +1 -0
  112. package/out/language-server/utilities/pathUtils.test.js +43 -0
  113. package/out/language-server/utilities/pathUtils.test.js.map +1 -0
  114. package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.d.ts +13 -0
  115. package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js +48 -0
  116. package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js.map +1 -0
  117. package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.d.ts +5 -0
  118. package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js +49 -0
  119. package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js.map +1 -0
  120. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.d.ts +18 -0
  121. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js +205 -0
  122. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js.map +1 -0
  123. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js +157 -0
  124. package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js.map +1 -0
  125. package/out/language-server/utilities/supplementalContextUtil/rankBm25.d.ts +32 -0
  126. package/out/language-server/utilities/supplementalContextUtil/rankBm25.js +113 -0
  127. package/out/language-server/utilities/supplementalContextUtil/rankBm25.js.map +1 -0
  128. package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.d.ts +5 -0
  129. package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.js +57 -0
  130. package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.js.map +1 -0
  131. package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js +88 -0
  132. package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +1 -0
  133. package/out/language-server/utilities/textUtils.d.ts +1 -0
  134. package/out/language-server/utilities/textUtils.js +12 -0
  135. package/out/language-server/utilities/textUtils.js.map +1 -0
  136. package/out/language-server/utilities/textUtils.test.js +21 -0
  137. package/out/language-server/utilities/textUtils.test.js.map +1 -0
  138. package/out/language-server/utils.js +8 -8
  139. package/out/language-server/utils.js.map +1 -1
  140. package/package.json +4 -3
  141. package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -76
  142. package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
  143. package/node_modules/@aws-crypto/crc32/README.md +0 -16
  144. package/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +0 -7
  145. package/node_modules/@aws-crypto/crc32/build/aws_crc32.js +0 -31
  146. package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +0 -1
  147. package/node_modules/@aws-crypto/crc32/build/index.d.ts +0 -7
  148. package/node_modules/@aws-crypto/crc32/build/index.js +0 -108
  149. package/node_modules/@aws-crypto/crc32/build/index.js.map +0 -1
  150. package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
  151. package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
  152. package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
  153. package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +0 -51
  154. package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
  155. package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
  156. package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  157. package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  158. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +0 -37
  159. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
  160. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +0 -218
  161. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
  162. package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +0 -284
  163. package/node_modules/@aws-crypto/crc32/package.json +0 -28
  164. package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
  165. package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
  166. package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -23
  167. package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
  168. package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
  169. package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
  170. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
  171. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
  172. package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
  173. package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
  174. package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
  175. package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
  176. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
  177. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
  178. package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
  179. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
  180. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
  181. package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
  182. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
  183. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
  184. package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
  185. package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
  186. package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
  187. package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
  188. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
  189. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
  190. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
  191. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
  192. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
  193. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
  194. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  195. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  196. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
  197. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
  198. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
  199. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
  200. package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
  201. package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
  202. package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
  203. package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
  204. package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
  205. package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
  206. package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
  207. package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
  208. package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
  209. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -88
  210. package/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  211. package/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  212. package/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +0 -10
  213. package/node_modules/@aws-crypto/sha256-browser/build/constants.js +0 -43
  214. package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
  215. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +0 -8
  216. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
  217. package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
  218. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
  219. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
  220. package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
  221. package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
  222. package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
  223. package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
  224. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +0 -2
  225. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +0 -11
  226. package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
  227. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +0 -10
  228. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +0 -56
  229. package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
  230. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
  231. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
  232. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
  233. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
  234. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
  235. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
  236. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  237. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  238. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
  239. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
  240. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
  241. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
  242. package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
  243. package/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  244. package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  245. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -34
  246. package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
  247. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -3
  248. package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  249. package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  250. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -22
  251. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -86
  252. package/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  253. package/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  254. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +0 -17
  255. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +0 -124
  256. package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
  257. package/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +0 -20
  258. package/node_modules/@aws-crypto/sha256-js/build/constants.js +0 -98
  259. package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
  260. package/node_modules/@aws-crypto/sha256-js/build/index.d.ts +0 -1
  261. package/node_modules/@aws-crypto/sha256-js/build/index.js +0 -5
  262. package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
  263. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +0 -12
  264. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +0 -85
  265. package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
  266. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +0 -5
  267. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +0 -322
  268. package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
  269. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
  270. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
  271. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
  272. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
  273. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
  274. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
  275. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  276. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  277. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
  278. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
  279. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
  280. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
  281. package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
  282. package/node_modules/@aws-crypto/sha256-js/package.json +0 -28
  283. package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  284. package/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  285. package/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  286. package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  287. package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  288. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -17
  289. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -46
  290. package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  291. package/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  292. package/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +0 -1
  293. package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
  294. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +0 -4
  295. package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
  296. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
  297. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
  298. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
  299. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
  300. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
  301. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
  302. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  303. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  304. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
  305. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
  306. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
  307. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
  308. package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
  309. package/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -26
  310. package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  311. package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  312. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -16
  313. package/node_modules/@aws-crypto/util/CHANGELOG.md +0 -47
  314. package/node_modules/@aws-crypto/util/LICENSE +0 -201
  315. package/node_modules/@aws-crypto/util/README.md +0 -16
  316. package/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +0 -2
  317. package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
  318. package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
  319. package/node_modules/@aws-crypto/util/build/index.d.ts +0 -4
  320. package/node_modules/@aws-crypto/util/build/index.js +0 -14
  321. package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
  322. package/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +0 -2
  323. package/node_modules/@aws-crypto/util/build/isEmptyData.js +0 -13
  324. package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
  325. package/node_modules/@aws-crypto/util/build/numToUint8.d.ts +0 -1
  326. package/node_modules/@aws-crypto/util/build/numToUint8.js +0 -15
  327. package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
  328. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +0 -1
  329. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +0 -20
  330. package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
  331. package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
  332. package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
  333. package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
  334. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
  335. package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
  336. package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
  337. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
  338. package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
  339. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
  340. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
  341. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
  342. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
  343. package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
  344. package/node_modules/@aws-crypto/util/package.json +0 -31
  345. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  346. package/node_modules/@aws-crypto/util/src/index.ts +0 -7
  347. package/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  348. package/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  349. package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  350. package/node_modules/@aws-crypto/util/tsconfig.json +0 -23
  351. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  352. package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  353. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -39
  354. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  355. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  356. package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  357. package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
  358. package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  359. package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  360. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
  361. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -48
  362. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  363. package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  364. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  365. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  366. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  367. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  368. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -60
  369. package/node_modules/@aws-sdk/middleware-token/LICENSE +0 -201
  370. package/node_modules/@aws-sdk/middleware-token/README.md +0 -12
  371. package/node_modules/@aws-sdk/middleware-token/dist-cjs/configurations.js +0 -2
  372. package/node_modules/@aws-sdk/middleware-token/dist-cjs/getTokenPlugin.js +0 -10
  373. package/node_modules/@aws-sdk/middleware-token/dist-cjs/index.js +0 -7
  374. package/node_modules/@aws-sdk/middleware-token/dist-cjs/normalizeTokenProvider.js +0 -14
  375. package/node_modules/@aws-sdk/middleware-token/dist-cjs/resolveTokenConfig.js +0 -10
  376. package/node_modules/@aws-sdk/middleware-token/dist-cjs/tokenDefaultProvider.browser.js +0 -7
  377. package/node_modules/@aws-sdk/middleware-token/dist-cjs/tokenDefaultProvider.js +0 -5
  378. package/node_modules/@aws-sdk/middleware-token/dist-cjs/tokenMiddleware.js +0 -31
  379. package/node_modules/@aws-sdk/middleware-token/dist-es/getTokenPlugin.js +0 -6
  380. package/node_modules/@aws-sdk/middleware-token/dist-es/index.js +0 -4
  381. package/node_modules/@aws-sdk/middleware-token/dist-es/normalizeTokenProvider.js +0 -10
  382. package/node_modules/@aws-sdk/middleware-token/dist-es/resolveTokenConfig.js +0 -6
  383. package/node_modules/@aws-sdk/middleware-token/dist-es/tokenDefaultProvider.browser.js +0 -3
  384. package/node_modules/@aws-sdk/middleware-token/dist-es/tokenDefaultProvider.js +0 -2
  385. package/node_modules/@aws-sdk/middleware-token/dist-es/tokenMiddleware.js +0 -27
  386. package/node_modules/@aws-sdk/middleware-token/dist-types/configurations.d.ts +0 -19
  387. package/node_modules/@aws-sdk/middleware-token/dist-types/getTokenPlugin.d.ts +0 -6
  388. package/node_modules/@aws-sdk/middleware-token/dist-types/index.d.ts +0 -16
  389. package/node_modules/@aws-sdk/middleware-token/dist-types/normalizeTokenProvider.d.ts +0 -6
  390. package/node_modules/@aws-sdk/middleware-token/dist-types/resolveTokenConfig.d.ts +0 -5
  391. package/node_modules/@aws-sdk/middleware-token/dist-types/tokenDefaultProvider.browser.d.ts +0 -4
  392. package/node_modules/@aws-sdk/middleware-token/dist-types/tokenDefaultProvider.d.ts +0 -4
  393. package/node_modules/@aws-sdk/middleware-token/dist-types/tokenMiddleware.d.ts +0 -10
  394. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/configurations.d.ts +0 -7
  395. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/getTokenPlugin.d.ts +0 -5
  396. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/index.d.ts +0 -4
  397. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/normalizeTokenProvider.d.ts +0 -5
  398. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/resolveTokenConfig.d.ts +0 -4
  399. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/tokenDefaultProvider.browser.d.ts +0 -3
  400. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/tokenDefaultProvider.d.ts +0 -3
  401. package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/tokenMiddleware.d.ts +0 -12
  402. package/node_modules/@aws-sdk/middleware-token/package.json +0 -75
  403. package/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  404. package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  405. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -30
  406. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -5
  407. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -15
  408. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
  409. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -5
  410. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
  411. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
  412. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  413. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  414. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  415. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  416. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  417. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  418. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  419. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  420. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  421. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  422. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  423. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  424. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  425. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  426. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  427. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  428. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  429. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  430. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  431. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  432. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  433. package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -61
  434. package/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  435. package/node_modules/@aws-sdk/token-providers/README.md +0 -53
  436. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +0 -895
  437. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +0 -901
  438. package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -5
  439. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -82
  440. package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -11
  441. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -15
  442. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -14
  443. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -7
  444. package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -9
  445. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -11
  446. package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -11
  447. package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -12
  448. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +0 -872
  449. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +0 -878
  450. package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  451. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -78
  452. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -7
  453. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  454. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  455. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  456. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  457. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  458. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  459. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  460. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +0 -187
  461. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +0 -187
  462. package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  463. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
  464. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  465. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -5
  466. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -5
  467. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -4
  468. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  469. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +0 -235
  470. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +0 -235
  471. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  472. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -4
  473. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -7
  474. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
  475. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
  476. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -4
  477. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  478. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  479. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  480. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  481. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  482. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  483. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  484. package/node_modules/@aws-sdk/token-providers/package.json +0 -104
  485. package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  486. package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  487. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js +0 -4
  488. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js +0 -5
  489. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js +0 -16
  490. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -7
  491. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -6
  492. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -29
  493. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -19
  494. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -49
  495. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -213
  496. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -5
  497. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js +0 -15
  498. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -29
  499. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js +0 -14
  500. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -6
  501. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js +0 -5
  502. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -17
  503. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js +0 -5
  504. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js +0 -55
  505. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js +0 -5
  506. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js +0 -13
  507. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js +0 -5
  508. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -42
  509. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -10
  510. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -2
  511. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -2
  512. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -2
  513. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -2
  514. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -9
  515. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -2
  516. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js +0 -11
  517. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -19
  518. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -27
  519. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -32
  520. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -18
  521. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -20
  522. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -31
  523. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -40
  524. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -17
  525. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -16
  526. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -9
  527. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -25
  528. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -19
  529. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -11
  530. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js +0 -4
  531. package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js +0 -1
  532. package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js +0 -2
  533. package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js +0 -12
  534. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -4
  535. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  536. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  537. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -15
  538. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  539. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -213
  540. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
  541. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js +0 -11
  542. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
  543. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js +0 -10
  544. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
  545. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js +0 -1
  546. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
  547. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js +0 -1
  548. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js +0 -51
  549. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js +0 -1
  550. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js +0 -9
  551. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js +0 -1
  552. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -37
  553. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -6
  554. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  555. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  556. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js +0 -6
  557. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  558. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  559. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  560. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  561. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
  562. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
  563. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
  564. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
  565. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  566. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
  567. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
  568. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
  569. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
  570. package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js +0 -1
  571. package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
  572. package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts +0 -2
  573. package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
  574. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -4
  575. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  576. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  577. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  578. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  579. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
  580. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
  581. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
  582. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts +0 -10
  583. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
  584. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
  585. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
  586. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts +0 -5
  587. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  588. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
  589. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts +0 -7
  590. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
  591. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  592. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  593. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  594. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  595. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -4
  596. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  597. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  598. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  599. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  600. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -4
  601. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -11
  602. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -1
  603. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -11
  604. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  605. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -1
  606. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -4
  607. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -1
  608. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -4
  609. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -1
  610. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -6
  611. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -1
  612. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  613. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  614. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -15
  615. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -7
  616. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -19
  617. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -12
  618. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  619. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -29
  620. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -5
  621. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -13
  622. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -13
  623. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -6
  624. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -5
  625. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -6
  626. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -6
  627. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -5
  628. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -6
  629. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -5
  630. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -5
  631. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -6
  632. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -5
  633. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -5
  634. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -1
  635. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
  636. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -15
  637. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -7
  638. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -19
  639. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -10
  640. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  641. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -25
  642. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
  643. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  644. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  645. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
  646. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  647. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
  648. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  649. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
  650. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
  651. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  652. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
  653. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
  654. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  655. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
  656. package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts +0 -1
  657. package/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  658. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  659. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  660. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  661. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -23
  662. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  663. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  664. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
  665. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  666. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  667. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
  668. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  669. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  670. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
  671. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  672. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -56
  673. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  674. package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  675. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -42
  676. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
  677. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -38
  678. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
  679. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
  680. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  681. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
  682. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  683. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -67
  684. package/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
  685. package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
  686. package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
  687. package/node_modules/@smithy/abort-controller/LICENSE +0 -201
  688. package/node_modules/@smithy/abort-controller/README.md +0 -4
  689. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  690. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  691. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -82
  692. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  693. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  694. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  695. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -13
  696. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -18
  697. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  698. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -13
  699. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -18
  700. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  701. package/node_modules/@smithy/abort-controller/package.json +0 -62
  702. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  703. package/node_modules/@smithy/config-resolver/README.md +0 -10
  704. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  705. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  706. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  707. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  708. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  709. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  710. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -235
  711. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  712. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  713. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  714. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  715. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  716. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  717. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  718. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  719. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  720. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  721. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  722. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  723. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  724. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  725. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  726. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -9
  727. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -9
  728. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  729. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -11
  730. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -15
  731. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -15
  732. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  733. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -12
  734. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  735. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  736. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  737. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  738. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  739. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  740. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  741. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  742. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -1
  743. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -29
  744. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -5
  745. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -1
  746. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -12
  747. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  748. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  749. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  750. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  751. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  752. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  753. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  754. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  755. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  756. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  757. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  758. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  759. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -34
  760. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -10
  761. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -7
  762. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  763. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  764. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -12
  765. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -17
  766. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -11
  767. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -11
  768. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  769. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  770. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  771. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  772. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  773. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  774. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  775. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  776. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  777. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  778. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  779. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  780. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  781. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  782. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -10
  783. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -7
  784. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -14
  785. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -12
  786. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -12
  787. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -17
  788. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -11
  789. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -11
  790. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  791. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  792. package/node_modules/@smithy/config-resolver/package.json +0 -64
  793. package/node_modules/@smithy/credential-provider-imds/LICENSE +0 -201
  794. package/node_modules/@smithy/credential-provider-imds/README.md +0 -11
  795. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  796. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  797. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  798. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  799. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  800. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  801. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  802. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +0 -437
  803. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  804. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  805. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  806. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  807. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  808. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  809. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  810. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  811. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  812. package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  813. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  814. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  815. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  816. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +0 -9
  817. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -66
  818. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -132
  819. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +0 -7
  820. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -12
  821. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -3
  822. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -36
  823. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  824. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  825. package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +0 -1
  826. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +0 -17
  827. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -19
  828. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +0 -25
  829. package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -7
  830. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -13
  831. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -7
  832. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -13
  833. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  834. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -21
  835. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -10
  836. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +0 -28
  837. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -18
  838. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -40
  839. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -7
  840. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
  841. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -10
  842. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  843. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  844. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  845. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  846. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  847. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  848. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  849. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  850. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -18
  851. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  852. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  853. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  854. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  855. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  856. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  857. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  858. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  859. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +0 -7
  860. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  861. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  862. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +0 -16
  863. package/node_modules/@smithy/credential-provider-imds/package.json +0 -70
  864. package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
  865. package/node_modules/@smithy/eventstream-codec/README.md +0 -4
  866. package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
  867. package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
  868. package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
  869. package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
  870. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
  871. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
  872. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
  873. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
  874. package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
  875. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -468
  876. package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
  877. package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
  878. package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +0 -62
  879. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +0 -182
  880. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +0 -43
  881. package/node_modules/@smithy/eventstream-codec/dist-es/Message.js +0 -1
  882. package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +0 -14
  883. package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +0 -17
  884. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +0 -16
  885. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +0 -14
  886. package/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +0 -690
  887. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -8
  888. package/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js +0 -30
  889. package/node_modules/@smithy/eventstream-codec/dist-es/vectorTypes.fixture.js +0 -1
  890. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +0 -31
  891. package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +0 -12
  892. package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +0 -20
  893. package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +0 -26
  894. package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +0 -17
  895. package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +0 -18
  896. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +0 -17
  897. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +0 -17
  898. package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +0 -2
  899. package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -8
  900. package/node_modules/@smithy/eventstream-codec/dist-types/splitMessage.d.ts +0 -11
  901. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  902. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  903. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  904. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  905. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  906. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  907. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  908. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  909. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  910. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  911. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  912. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  913. package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +0 -12
  914. package/node_modules/@smithy/eventstream-codec/package.json +0 -61
  915. package/node_modules/@smithy/eventstream-serde-browser/LICENSE +0 -201
  916. package/node_modules/@smithy/eventstream-serde-browser/README.md +0 -10
  917. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
  918. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -103
  919. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
  920. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
  921. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +0 -19
  922. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  923. package/node_modules/@smithy/eventstream-serde-browser/dist-es/provider.js +0 -2
  924. package/node_modules/@smithy/eventstream-serde-browser/dist-es/utils.js +0 -28
  925. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +0 -47
  926. package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -12
  927. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +0 -3
  928. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  929. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  930. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  931. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  932. package/node_modules/@smithy/eventstream-serde-browser/dist-types/utils.d.ts +0 -13
  933. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -61
  934. package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
  935. package/node_modules/@smithy/eventstream-serde-node/README.md +0 -10
  936. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
  937. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -88
  938. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
  939. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
  940. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +0 -18
  941. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -2
  942. package/node_modules/@smithy/eventstream-serde-node/dist-es/provider.js +0 -2
  943. package/node_modules/@smithy/eventstream-serde-node/dist-es/utils.js +0 -26
  944. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -24
  945. package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -8
  946. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +0 -3
  947. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -24
  948. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  949. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  950. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -13
  951. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -13
  952. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -62
  953. package/node_modules/@smithy/eventstream-serde-universal/LICENSE +0 -201
  954. package/node_modules/@smithy/eventstream-serde-universal/README.md +0 -10
  955. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
  956. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/MockEventMessageSource.fixture.js +0 -1
  957. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/event.fixture.js +0 -1
  958. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
  959. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
  960. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -182
  961. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
  962. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +0 -23
  963. package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/MockEventMessageSource.fixture.js +0 -30
  964. package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/event.fixture.js +0 -4
  965. package/node_modules/@smithy/eventstream-serde-universal/dist-es/getChunkedStream.js +0 -66
  966. package/node_modules/@smithy/eventstream-serde-universal/dist-es/getUnmarshalledStream.js +0 -47
  967. package/node_modules/@smithy/eventstream-serde-universal/dist-es/index.js +0 -2
  968. package/node_modules/@smithy/eventstream-serde-universal/dist-es/provider.js +0 -2
  969. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +0 -23
  970. package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/MockEventMessageSource.fixture.d.ts +0 -22
  971. package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/event.fixture.d.ts +0 -17
  972. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getChunkedStream.d.ts +0 -4
  973. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +0 -18
  974. package/node_modules/@smithy/eventstream-serde-universal/dist-types/index.d.ts +0 -8
  975. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +0 -3
  976. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  977. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +0 -21
  978. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +0 -17
  979. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  980. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  981. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  982. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  983. package/node_modules/@smithy/eventstream-serde-universal/package.json +0 -63
  984. package/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
  985. package/node_modules/@smithy/fetch-http-handler/README.md +0 -4
  986. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  987. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -220
  988. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  989. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  990. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -111
  991. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  992. package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  993. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -45
  994. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
  995. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  996. package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  997. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  998. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
  999. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  1000. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  1001. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  1002. package/node_modules/@smithy/fetch-http-handler/package.json +0 -79
  1003. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  1004. package/node_modules/@smithy/hash-node/README.md +0 -10
  1005. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -66
  1006. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -34
  1007. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -13
  1008. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  1009. package/node_modules/@smithy/hash-node/package.json +0 -64
  1010. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  1011. package/node_modules/@smithy/invalid-dependency/README.md +0 -10
  1012. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -41
  1013. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  1014. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  1015. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  1016. package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +0 -3
  1017. package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +0 -1
  1018. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  1019. package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +0 -4
  1020. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +0 -5
  1021. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  1022. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  1023. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  1024. package/node_modules/@smithy/invalid-dependency/package.json +0 -57
  1025. package/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1026. package/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1027. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1028. package/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  1029. package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  1030. package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1031. package/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1032. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  1033. package/node_modules/@smithy/middleware-content-length/README.md +0 -4
  1034. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -71
  1035. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  1036. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -6
  1037. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  1038. package/node_modules/@smithy/middleware-content-length/package.json +0 -63
  1039. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  1040. package/node_modules/@smithy/middleware-endpoint/README.md +0 -10
  1041. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  1042. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  1043. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  1044. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  1045. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  1046. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  1047. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  1048. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  1049. package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  1050. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -254
  1051. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  1052. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  1053. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  1054. package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  1055. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +0 -32
  1056. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +0 -1
  1057. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  1058. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -45
  1059. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  1060. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  1061. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -10
  1062. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -32
  1063. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  1064. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -5
  1065. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -16
  1066. package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +0 -1
  1067. package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +0 -37
  1068. package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +0 -1
  1069. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +0 -13
  1070. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  1071. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +0 -1
  1072. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  1073. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  1074. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  1075. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -5
  1076. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  1077. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  1078. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -17
  1079. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -93
  1080. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +0 -4
  1081. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +0 -26
  1082. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
  1083. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  1084. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -1
  1085. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  1086. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  1087. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  1088. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
  1089. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  1090. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  1091. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -17
  1092. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -93
  1093. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  1094. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  1095. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -34
  1096. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +0 -34
  1097. package/node_modules/@smithy/middleware-endpoint/package.json +0 -73
  1098. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  1099. package/node_modules/@smithy/middleware-retry/README.md +0 -11
  1100. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  1101. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  1102. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  1103. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  1104. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  1105. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -425
  1106. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  1107. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  1108. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  1109. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  1110. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  1111. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  1112. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  1113. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  1114. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  1115. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -52
  1116. package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +0 -27
  1117. package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +0 -2
  1118. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -7
  1119. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -1
  1120. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  1121. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  1122. package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +0 -7
  1123. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -112
  1124. package/node_modules/@smithy/middleware-retry/dist-es/types.js +0 -1
  1125. package/node_modules/@smithy/middleware-retry/dist-es/util.js +0 -9
  1126. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -20
  1127. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -30
  1128. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -45
  1129. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  1130. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  1131. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -7
  1132. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1133. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1134. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  1135. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -5
  1136. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -6
  1137. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -20
  1138. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -30
  1139. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -45
  1140. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -18
  1141. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -4
  1142. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  1143. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1144. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1145. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  1146. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -5
  1147. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -6
  1148. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -53
  1149. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  1150. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -53
  1151. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +0 -2
  1152. package/node_modules/@smithy/middleware-retry/package.json +0 -78
  1153. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  1154. package/node_modules/@smithy/middleware-serde/README.md +0 -4
  1155. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  1156. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -102
  1157. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  1158. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  1159. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -25
  1160. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  1161. package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -22
  1162. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -13
  1163. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -5
  1164. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  1165. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -12
  1166. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -6
  1167. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -5
  1168. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1169. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -12
  1170. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  1171. package/node_modules/@smithy/middleware-serde/package.json +0 -62
  1172. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  1173. package/node_modules/@smithy/middleware-stack/README.md +0 -78
  1174. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  1175. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -318
  1176. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  1177. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +0 -281
  1178. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  1179. package/node_modules/@smithy/middleware-stack/dist-es/types.js +0 -1
  1180. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  1181. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  1182. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  1183. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1184. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  1185. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +0 -22
  1186. package/node_modules/@smithy/middleware-stack/package.json +0 -63
  1187. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  1188. package/node_modules/@smithy/node-config-provider/README.md +0 -4
  1189. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  1190. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  1191. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  1192. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  1193. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -87
  1194. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -5
  1195. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -13
  1196. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -22
  1197. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  1198. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  1199. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -22
  1200. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -7
  1201. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -15
  1202. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  1203. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -1
  1204. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -22
  1205. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -7
  1206. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -15
  1207. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  1208. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  1209. package/node_modules/@smithy/node-config-provider/package.json +0 -65
  1210. package/node_modules/@smithy/node-http-handler/LICENSE +0 -201
  1211. package/node_modules/@smithy/node-http-handler/README.md +0 -4
  1212. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  1213. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  1214. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -687
  1215. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  1216. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  1217. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  1218. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  1219. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  1220. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  1221. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  1222. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  1223. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  1224. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  1225. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  1226. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  1227. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  1228. package/node_modules/@smithy/node-http-handler/dist-es/constants.js +0 -1
  1229. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +0 -9
  1230. package/node_modules/@smithy/node-http-handler/dist-es/index.js +0 -3
  1231. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -184
  1232. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -86
  1233. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -32
  1234. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -159
  1235. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -19
  1236. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -81
  1237. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -21
  1238. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -8
  1239. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -6
  1240. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -11
  1241. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -14
  1242. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -19
  1243. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -52
  1244. package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +0 -5
  1245. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1246. package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +0 -3
  1247. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -37
  1248. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -22
  1249. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -13
  1250. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -57
  1251. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -14
  1252. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
  1253. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1254. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
  1255. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1256. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -7
  1257. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1258. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -14
  1259. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  1260. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  1261. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1262. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -36
  1263. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -22
  1264. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -13
  1265. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -57
  1266. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1267. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  1268. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1269. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  1270. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1271. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  1272. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  1273. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1274. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  1275. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -13
  1276. package/node_modules/@smithy/node-http-handler/package.json +0 -67
  1277. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  1278. package/node_modules/@smithy/property-provider/README.md +0 -10
  1279. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  1280. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  1281. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  1282. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  1283. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  1284. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -150
  1285. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  1286. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -9
  1287. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -11
  1288. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -9
  1289. package/node_modules/@smithy/property-provider/dist-es/chain.js +0 -21
  1290. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  1291. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  1292. package/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -45
  1293. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -17
  1294. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -17
  1295. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -17
  1296. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  1297. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  1298. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  1299. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -40
  1300. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -17
  1301. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -17
  1302. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -17
  1303. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  1304. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  1305. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  1306. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  1307. package/node_modules/@smithy/property-provider/package.json +0 -60
  1308. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  1309. package/node_modules/@smithy/protocol-http/README.md +0 -4
  1310. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  1311. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  1312. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  1313. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  1314. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  1315. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  1316. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  1317. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -237
  1318. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  1319. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  1320. package/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -23
  1321. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -19
  1322. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -22
  1323. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  1324. package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -1
  1325. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +0 -48
  1326. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -14
  1327. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  1328. package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -4
  1329. package/node_modules/@smithy/protocol-http/dist-es/types.js +0 -1
  1330. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -49
  1331. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -44
  1332. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -37
  1333. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  1334. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -37
  1335. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -23
  1336. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -16
  1337. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  1338. package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  1339. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
  1340. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  1341. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -37
  1342. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  1343. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -37
  1344. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -23
  1345. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -16
  1346. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  1347. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1348. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  1349. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -21
  1350. package/node_modules/@smithy/protocol-http/package.json +0 -61
  1351. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  1352. package/node_modules/@smithy/querystring-builder/README.md +0 -10
  1353. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -52
  1354. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  1355. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -5
  1356. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  1357. package/node_modules/@smithy/querystring-builder/package.json +0 -61
  1358. package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  1359. package/node_modules/@smithy/querystring-parser/README.md +0 -10
  1360. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -53
  1361. package/node_modules/@smithy/querystring-parser/dist-es/index.js +0 -23
  1362. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +0 -5
  1363. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  1364. package/node_modules/@smithy/querystring-parser/package.json +0 -60
  1365. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  1366. package/node_modules/@smithy/service-error-classification/README.md +0 -4
  1367. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  1368. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -98
  1369. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -27
  1370. package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -21
  1371. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -26
  1372. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -19
  1373. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -26
  1374. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -19
  1375. package/node_modules/@smithy/service-error-classification/package.json +0 -59
  1376. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1377. package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1378. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  1379. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  1380. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  1381. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1382. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  1383. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1384. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  1385. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  1386. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -190
  1387. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  1388. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  1389. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  1390. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  1391. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  1392. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  1393. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  1394. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  1395. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1396. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1397. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1398. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  1399. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1400. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  1401. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  1402. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  1403. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -27
  1404. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  1405. package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  1406. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  1407. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  1408. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  1409. package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
  1410. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1411. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  1412. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  1413. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  1414. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -5
  1415. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -4
  1416. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -44
  1417. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1418. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  1419. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -22
  1420. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -10
  1421. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  1422. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1423. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -15
  1424. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  1425. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1426. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1427. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1428. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1429. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -5
  1430. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -4
  1431. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -44
  1432. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1433. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  1434. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -22
  1435. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -10
  1436. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1437. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1438. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -15
  1439. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  1440. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -13
  1441. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -13
  1442. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1443. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  1444. package/node_modules/@smithy/smithy-client/README.md +0 -10
  1445. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  1446. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  1447. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  1448. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  1449. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  1450. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  1451. package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  1452. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  1453. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  1454. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  1455. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  1456. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  1457. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  1458. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  1459. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  1460. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  1461. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  1462. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  1463. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -1256
  1464. package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  1465. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  1466. package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  1467. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  1468. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  1469. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  1470. package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  1471. package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +0 -7
  1472. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -24
  1473. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -11
  1474. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -114
  1475. package/node_modules/@smithy/smithy-client/dist-es/constants.js +0 -1
  1476. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +0 -21
  1477. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +0 -187
  1478. package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +0 -22
  1479. package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +0 -26
  1480. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -6
  1481. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -22
  1482. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
  1483. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -31
  1484. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -15
  1485. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  1486. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +0 -16
  1487. package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +0 -1
  1488. package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  1489. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -22
  1490. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -33
  1491. package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +0 -92
  1492. package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +0 -230
  1493. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -19
  1494. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +0 -13
  1495. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +0 -19
  1496. package/node_modules/@smithy/smithy-client/dist-es/split-every.js +0 -27
  1497. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +0 -11
  1498. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -32
  1499. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -10
  1500. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -113
  1501. package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +0 -4
  1502. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -9
  1503. package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +0 -73
  1504. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -13
  1505. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +0 -28
  1506. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1507. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -34
  1508. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -7
  1509. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -25
  1510. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1511. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  1512. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +0 -15
  1513. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  1514. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  1515. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -23
  1516. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -24
  1517. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  1518. package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +0 -270
  1519. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -4
  1520. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -9
  1521. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -10
  1522. package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +0 -11
  1523. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  1524. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -32
  1525. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -10
  1526. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -113
  1527. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  1528. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -9
  1529. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -73
  1530. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -13
  1531. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  1532. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1533. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -34
  1534. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -7
  1535. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -25
  1536. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1537. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  1538. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -15
  1539. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  1540. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  1541. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -23
  1542. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -24
  1543. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  1544. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -270
  1545. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -4
  1546. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -9
  1547. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -10
  1548. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -11
  1549. package/node_modules/@smithy/smithy-client/package.json +0 -66
  1550. package/node_modules/@smithy/types/LICENSE +0 -201
  1551. package/node_modules/@smithy/types/README.md +0 -80
  1552. package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  1553. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  1554. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  1555. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  1556. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  1557. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  1558. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  1559. package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  1560. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  1561. package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  1562. package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  1563. package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  1564. package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  1565. package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  1566. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  1567. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  1568. package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  1569. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  1570. package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  1571. package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  1572. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  1573. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  1574. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  1575. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  1576. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  1577. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  1578. package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  1579. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  1580. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  1581. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  1582. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  1583. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  1584. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  1585. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  1586. package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  1587. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  1588. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  1589. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  1590. package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  1591. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  1592. package/node_modules/@smithy/types/dist-cjs/index.js +0 -149
  1593. package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  1594. package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  1595. package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  1596. package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  1597. package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  1598. package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  1599. package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  1600. package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  1601. package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  1602. package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  1603. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  1604. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  1605. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  1606. package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  1607. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  1608. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  1609. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  1610. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  1611. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  1612. package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  1613. package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  1614. package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  1615. package/node_modules/@smithy/types/dist-es/abort.js +0 -1
  1616. package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  1617. package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  1618. package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  1619. package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  1620. package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  1621. package/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  1622. package/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  1623. package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  1624. package/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  1625. package/node_modules/@smithy/types/dist-es/client.js +0 -1
  1626. package/node_modules/@smithy/types/dist-es/command.js +0 -1
  1627. package/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  1628. package/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  1629. package/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  1630. package/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  1631. package/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  1632. package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  1633. package/node_modules/@smithy/types/dist-es/encode.js +0 -1
  1634. package/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  1635. package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  1636. package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  1637. package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  1638. package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  1639. package/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  1640. package/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  1641. package/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  1642. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -39
  1643. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -11
  1644. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  1645. package/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  1646. package/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  1647. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  1648. package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  1649. package/node_modules/@smithy/types/dist-es/http.js +0 -5
  1650. package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  1651. package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  1652. package/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  1653. package/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  1654. package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  1655. package/node_modules/@smithy/types/dist-es/index.js +0 -36
  1656. package/node_modules/@smithy/types/dist-es/logger.js +0 -1
  1657. package/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  1658. package/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  1659. package/node_modules/@smithy/types/dist-es/profile.js +0 -6
  1660. package/node_modules/@smithy/types/dist-es/response.js +0 -1
  1661. package/node_modules/@smithy/types/dist-es/retry.js +0 -1
  1662. package/node_modules/@smithy/types/dist-es/serde.js +0 -1
  1663. package/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  1664. package/node_modules/@smithy/types/dist-es/signature.js +0 -1
  1665. package/node_modules/@smithy/types/dist-es/stream.js +0 -1
  1666. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  1667. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  1668. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  1669. package/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  1670. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  1671. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  1672. package/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  1673. package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  1674. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  1675. package/node_modules/@smithy/types/dist-es/uri.js +0 -1
  1676. package/node_modules/@smithy/types/dist-es/util.js +0 -1
  1677. package/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  1678. package/node_modules/@smithy/types/dist-types/abort.d.ts +0 -49
  1679. package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  1680. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  1681. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1682. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  1683. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  1684. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  1685. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  1686. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -41
  1687. package/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  1688. package/node_modules/@smithy/types/dist-types/client.d.ts +0 -44
  1689. package/node_modules/@smithy/types/dist-types/command.d.ts +0 -10
  1690. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -7
  1691. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  1692. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -28
  1693. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -24
  1694. package/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  1695. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  1696. package/node_modules/@smithy/types/dist-types/encode.d.ts +0 -19
  1697. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  1698. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -15
  1699. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -7
  1700. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -19
  1701. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -10
  1702. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  1703. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -25
  1704. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -108
  1705. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -55
  1706. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  1707. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1708. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  1709. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  1710. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  1711. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -79
  1712. package/node_modules/@smithy/types/dist-types/http.d.ts +0 -105
  1713. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  1714. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -27
  1715. package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  1716. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  1717. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  1718. package/node_modules/@smithy/types/dist-types/index.d.ts +0 -36
  1719. package/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  1720. package/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -510
  1721. package/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -26
  1722. package/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  1723. package/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  1724. package/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  1725. package/node_modules/@smithy/types/dist-types/serde.d.ts +0 -111
  1726. package/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -81
  1727. package/node_modules/@smithy/types/dist-types/signature.d.ts +0 -150
  1728. package/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  1729. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -33
  1730. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -62
  1731. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -53
  1732. package/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -33
  1733. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  1734. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -73
  1735. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  1736. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -62
  1737. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  1738. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -49
  1739. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  1740. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  1741. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1742. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  1743. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  1744. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  1745. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  1746. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  1747. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  1748. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -44
  1749. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -10
  1750. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -7
  1751. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  1752. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -28
  1753. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -24
  1754. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  1755. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  1756. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -19
  1757. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  1758. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -15
  1759. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -7
  1760. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -19
  1761. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -10
  1762. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  1763. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -25
  1764. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -108
  1765. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -55
  1766. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  1767. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1768. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  1769. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1770. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  1771. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -78
  1772. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -105
  1773. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  1774. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -27
  1775. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  1776. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  1777. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  1778. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -36
  1779. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  1780. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -510
  1781. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -26
  1782. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  1783. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  1784. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  1785. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -111
  1786. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -81
  1787. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -150
  1788. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  1789. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -33
  1790. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -61
  1791. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -52
  1792. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -33
  1793. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  1794. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -84
  1795. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  1796. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -82
  1797. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  1798. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  1799. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  1800. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  1801. package/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  1802. package/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  1803. package/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  1804. package/node_modules/@smithy/types/package.json +0 -61
  1805. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  1806. package/node_modules/@smithy/url-parser/README.md +0 -10
  1807. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -49
  1808. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  1809. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -5
  1810. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  1811. package/node_modules/@smithy/url-parser/package.json +0 -58
  1812. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  1813. package/node_modules/@smithy/util-base64/README.md +0 -4
  1814. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -35
  1815. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  1816. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  1817. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  1818. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -39
  1819. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  1820. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +0 -28
  1821. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  1822. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  1823. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  1824. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  1825. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  1826. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +0 -6
  1827. package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +0 -8
  1828. package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +0 -7
  1829. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  1830. package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +0 -9
  1831. package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +0 -8
  1832. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -6
  1833. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  1834. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  1835. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  1836. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  1837. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  1838. package/node_modules/@smithy/util-base64/package.json +0 -73
  1839. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  1840. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  1841. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  1842. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -57
  1843. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +0 -26
  1844. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  1845. package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +0 -4
  1846. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  1847. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  1848. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  1849. package/node_modules/@smithy/util-body-length-browser/package.json +0 -57
  1850. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  1851. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  1852. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  1853. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -53
  1854. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -25
  1855. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  1856. package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +0 -4
  1857. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  1858. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  1859. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  1860. package/node_modules/@smithy/util-body-length-node/package.json +0 -61
  1861. package/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1862. package/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1863. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1864. package/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1865. package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1866. package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1867. package/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1868. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  1869. package/node_modules/@smithy/util-config-provider/README.md +0 -4
  1870. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  1871. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -64
  1872. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  1873. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  1874. package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +0 -9
  1875. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  1876. package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +0 -9
  1877. package/node_modules/@smithy/util-config-provider/dist-es/types.js +0 -5
  1878. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +0 -10
  1879. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  1880. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +0 -9
  1881. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  1882. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  1883. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  1884. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  1885. package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +0 -4
  1886. package/node_modules/@smithy/util-config-provider/package.json +0 -62
  1887. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  1888. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -10
  1889. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  1890. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -25
  1891. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -33
  1892. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  1893. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  1894. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  1895. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -27
  1896. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  1897. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  1898. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  1899. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  1900. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  1901. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  1902. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  1903. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  1904. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  1905. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -66
  1906. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  1907. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -10
  1908. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  1909. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  1910. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -119
  1911. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  1912. package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +0 -6
  1913. package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -11
  1914. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  1915. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  1916. package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +0 -24
  1917. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  1918. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  1919. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  1920. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  1921. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  1922. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  1923. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  1924. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  1925. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  1926. package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  1927. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -67
  1928. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -33
  1929. package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +0 -12
  1930. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  1931. package/node_modules/@smithy/util-hex-encoding/package.json +0 -60
  1932. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  1933. package/node_modules/@smithy/util-middleware/README.md +0 -12
  1934. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  1935. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -45
  1936. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  1937. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +0 -2
  1938. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  1939. package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +0 -6
  1940. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  1941. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  1942. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +0 -7
  1943. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  1944. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  1945. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  1946. package/node_modules/@smithy/util-middleware/package.json +0 -66
  1947. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  1948. package/node_modules/@smithy/util-retry/README.md +0 -78
  1949. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  1950. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  1951. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  1952. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  1953. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  1954. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  1955. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  1956. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  1957. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -347
  1958. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  1959. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -24
  1960. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -18
  1961. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -99
  1962. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -65
  1963. package/node_modules/@smithy/util-retry/dist-es/config.js +0 -7
  1964. package/node_modules/@smithy/util-retry/dist-es/constants.js +0 -9
  1965. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  1966. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  1967. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -7
  1968. package/node_modules/@smithy/util-retry/dist-es/types.js +0 -1
  1969. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -33
  1970. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -32
  1971. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -45
  1972. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -26
  1973. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -20
  1974. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -59
  1975. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  1976. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  1977. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -7
  1978. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  1979. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  1980. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -45
  1981. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  1982. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  1983. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  1984. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  1985. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  1986. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  1987. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  1988. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -19
  1989. package/node_modules/@smithy/util-retry/package.json +0 -68
  1990. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  1991. package/node_modules/@smithy/util-stream/README.md +0 -6
  1992. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  1993. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  1994. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  1995. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -30
  1996. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -89
  1997. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -69
  1998. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -50
  1999. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -18
  2000. package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  2001. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -27
  2002. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -26
  2003. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -3
  2004. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  2005. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -45
  2006. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  2007. package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  2008. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  2009. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -7
  2010. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -3
  2011. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -7
  2012. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  2013. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  2014. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  2015. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  2016. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -7
  2017. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -3
  2018. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  2019. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  2020. package/node_modules/@smithy/util-stream/package.json +0 -95
  2021. package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  2022. package/node_modules/@smithy/util-uri-escape/README.md +0 -10
  2023. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  2024. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  2025. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -43
  2026. package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  2027. package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +0 -2
  2028. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  2029. package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -4
  2030. package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +0 -4
  2031. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  2032. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  2033. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  2034. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  2035. package/node_modules/@smithy/util-uri-escape/package.json +0 -59
  2036. package/out/language-server/pathUtils.js.map +0 -1
  2037. /package/{node_modules/@aws-sdk/middleware-token/dist-es/configurations.js → out/language-server/utilities/filesystemUtilities.test.d.ts} +0 -0
  2038. /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → out/language-server/utilities/pathUtils.test.d.ts} +0 -0
  2039. /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.d.ts} +0 -0
  2040. /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js → out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.d.ts} +0 -0
  2041. /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js → out/language-server/utilities/textUtils.test.d.ts} +0 -0
@@ -1,901 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UnsupportedGrantTypeException = exports.UnauthorizedClientException = exports.SlowDownException = exports.SSOOIDCClient = exports.InvalidScopeException = exports.InvalidRequestException = exports.InvalidClientException = exports.InternalServerException = exports.ExpiredTokenException = exports.CreateTokenCommand = exports.AuthorizationPendingException = exports.AccessDeniedException = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
8
- const config_resolver_1 = require("@smithy/config-resolver");
9
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
10
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
11
- const middleware_retry_1 = require("@smithy/middleware-retry");
12
- const smithy_client_1 = require("@smithy/smithy-client");
13
- var resolveClientEndpointParameters = (options) => {
14
- var _a, _b;
15
- return {
16
- ...options,
17
- useDualstackEndpoint: (_a = options.useDualstackEndpoint) !== null && _a !== void 0 ? _a : false,
18
- useFipsEndpoint: (_b = options.useFipsEndpoint) !== null && _b !== void 0 ? _b : false,
19
- defaultSigningName: "awsssooidc"
20
- };
21
- };
22
- var package_default = { version: "3.387.0" };
23
- const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
24
- const config_resolver_2 = require("@smithy/config-resolver");
25
- const hash_node_1 = require("@smithy/hash-node");
26
- const middleware_retry_2 = require("@smithy/middleware-retry");
27
- const node_config_provider_1 = require("@smithy/node-config-provider");
28
- const node_http_handler_1 = require("@smithy/node-http-handler");
29
- const util_body_length_node_1 = require("@smithy/util-body-length-node");
30
- const util_retry_1 = require("@smithy/util-retry");
31
- const smithy_client_2 = require("@smithy/smithy-client");
32
- const url_parser_1 = require("@smithy/url-parser");
33
- const util_base64_1 = require("@smithy/util-base64");
34
- const util_utf8_1 = require("@smithy/util-utf8");
35
- const util_endpoints_1 = require("@aws-sdk/util-endpoints");
36
- var p = "required";
37
- var q = "fn";
38
- var r = "argv";
39
- var s = "ref";
40
- var a = "PartitionResult";
41
- var b = "tree";
42
- var c = "error";
43
- var d = "endpoint";
44
- var e = { [p]: false, "type": "String" };
45
- var f = { [p]: true, "default": false, "type": "Boolean" };
46
- var g = { [s]: "Endpoint" };
47
- var h = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] };
48
- var i = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] };
49
- var j = {};
50
- var k = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsFIPS"] }] };
51
- var l = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: a }, "supportsDualStack"] }] };
52
- var m = [g];
53
- var n = [h];
54
- var o = [i];
55
- var _data = { version: "1.0", parameters: { Region: e, UseDualStack: f, UseFIPS: f, Endpoint: e }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: a }], type: b, rules: [{ conditions: [{ [q]: "isSet", [r]: m }, { [q]: "parseURL", [r]: m, assign: "url" }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: g, properties: j, headers: j }, type: d }] }] }, { conditions: [h, i], type: b, rules: [{ conditions: [k, l], type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [k], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: j, headers: j }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://oidc.{Region}.{PartitionResult#dnsSuffix}", properties: j, headers: j }, type: d }] }] };
56
- var ruleSet = _data;
57
- var defaultEndpointResolver = (endpointParams, context = {}) => {
58
- return (0, util_endpoints_1.resolveEndpoint)(ruleSet, {
59
- endpointParams,
60
- logger: context.logger
61
- });
62
- };
63
- var getRuntimeConfig = (config) => {
64
- var _a, _b, _c, _d, _e, _f, _g, _h, _j;
65
- return ({
66
- apiVersion: "2019-06-10",
67
- base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_1.fromBase64,
68
- base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_1.toBase64,
69
- disableHostPrefix: (_c = config === null || config === void 0 ? void 0 : config.disableHostPrefix) !== null && _c !== void 0 ? _c : false,
70
- endpointProvider: (_d = config === null || config === void 0 ? void 0 : config.endpointProvider) !== null && _d !== void 0 ? _d : defaultEndpointResolver,
71
- logger: (_e = config === null || config === void 0 ? void 0 : config.logger) !== null && _e !== void 0 ? _e : new smithy_client_2.NoOpLogger(),
72
- serviceId: (_f = config === null || config === void 0 ? void 0 : config.serviceId) !== null && _f !== void 0 ? _f : "SSO OIDC",
73
- urlParser: (_g = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _g !== void 0 ? _g : url_parser_1.parseUrl,
74
- utf8Decoder: (_h = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _h !== void 0 ? _h : util_utf8_1.fromUtf8,
75
- utf8Encoder: (_j = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _j !== void 0 ? _j : util_utf8_1.toUtf8
76
- });
77
- };
78
- const smithy_client_3 = require("@smithy/smithy-client");
79
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
80
- const smithy_client_4 = require("@smithy/smithy-client");
81
- var getRuntimeConfig2 = (config) => {
82
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
83
- (0, smithy_client_4.emitWarningIfUnsupportedVersion)(process.version);
84
- const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
85
- const defaultConfigProvider = () => defaultsMode().then(smithy_client_3.loadConfigsForDefaultMode);
86
- const clientSharedValues = getRuntimeConfig(config);
87
- return {
88
- ...clientSharedValues,
89
- ...config,
90
- runtime: "node",
91
- defaultsMode,
92
- bodyLengthChecker: (_a = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _a !== void 0 ? _a : util_body_length_node_1.calculateBodyLength,
93
- defaultUserAgentProvider: (_b = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _b !== void 0 ? _b : (0, util_user_agent_node_1.defaultUserAgent)({ serviceId: clientSharedValues.serviceId, clientVersion: package_default.version }),
94
- maxAttempts: (_c = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _c !== void 0 ? _c : (0, node_config_provider_1.loadConfig)(middleware_retry_2.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
95
- region: (_d = config === null || config === void 0 ? void 0 : config.region) !== null && _d !== void 0 ? _d : (0, node_config_provider_1.loadConfig)(config_resolver_2.NODE_REGION_CONFIG_OPTIONS, config_resolver_2.NODE_REGION_CONFIG_FILE_OPTIONS),
96
- requestHandler: (_e = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _e !== void 0 ? _e : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
97
- retryMode: (_f = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _f !== void 0 ? _f : (0, node_config_provider_1.loadConfig)({
98
- ...middleware_retry_2.NODE_RETRY_MODE_CONFIG_OPTIONS,
99
- default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE
100
- }),
101
- sha256: (_g = config === null || config === void 0 ? void 0 : config.sha256) !== null && _g !== void 0 ? _g : hash_node_1.Hash.bind(null, "sha256"),
102
- streamCollector: (_h = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _h !== void 0 ? _h : node_http_handler_1.streamCollector,
103
- useDualstackEndpoint: (_j = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _j !== void 0 ? _j : (0, node_config_provider_1.loadConfig)(config_resolver_2.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
104
- useFipsEndpoint: (_k = config === null || config === void 0 ? void 0 : config.useFipsEndpoint) !== null && _k !== void 0 ? _k : (0, node_config_provider_1.loadConfig)(config_resolver_2.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS)
105
- };
106
- };
107
- var SSOOIDCClient = class extends smithy_client_1.Client {
108
- constructor(...[configuration]) {
109
- const _config_0 = getRuntimeConfig2(configuration || {});
110
- const _config_1 = resolveClientEndpointParameters(_config_0);
111
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
112
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
113
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
114
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
115
- const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
116
- super(_config_6);
117
- this.config = _config_6;
118
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
119
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
120
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
121
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
122
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
123
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
124
- }
125
- destroy() {
126
- super.destroy();
127
- }
128
- };
129
- exports.SSOOIDCClient = SSOOIDCClient;
130
- const smithy_client_5 = require("@smithy/smithy-client");
131
- const middleware_endpoint_2 = require("@smithy/middleware-endpoint");
132
- const middleware_serde_1 = require("@smithy/middleware-serde");
133
- const smithy_client_6 = require("@smithy/smithy-client");
134
- const protocol_http_1 = require("@smithy/protocol-http");
135
- const smithy_client_7 = require("@smithy/smithy-client");
136
- const smithy_client_8 = require("@smithy/smithy-client");
137
- var SSOOIDCServiceException = class _SSOOIDCServiceException extends smithy_client_8.ServiceException {
138
- constructor(options) {
139
- super(options);
140
- Object.setPrototypeOf(this, _SSOOIDCServiceException.prototype);
141
- }
142
- };
143
- var AccessDeniedException = class _AccessDeniedException extends SSOOIDCServiceException {
144
- constructor(opts) {
145
- super({
146
- name: "AccessDeniedException",
147
- $fault: "client",
148
- ...opts
149
- });
150
- this.name = "AccessDeniedException";
151
- this.$fault = "client";
152
- Object.setPrototypeOf(this, _AccessDeniedException.prototype);
153
- this.error = opts.error;
154
- this.error_description = opts.error_description;
155
- }
156
- };
157
- exports.AccessDeniedException = AccessDeniedException;
158
- var AuthorizationPendingException = class _AuthorizationPendingException extends SSOOIDCServiceException {
159
- constructor(opts) {
160
- super({
161
- name: "AuthorizationPendingException",
162
- $fault: "client",
163
- ...opts
164
- });
165
- this.name = "AuthorizationPendingException";
166
- this.$fault = "client";
167
- Object.setPrototypeOf(this, _AuthorizationPendingException.prototype);
168
- this.error = opts.error;
169
- this.error_description = opts.error_description;
170
- }
171
- };
172
- exports.AuthorizationPendingException = AuthorizationPendingException;
173
- var ExpiredTokenException = class _ExpiredTokenException extends SSOOIDCServiceException {
174
- constructor(opts) {
175
- super({
176
- name: "ExpiredTokenException",
177
- $fault: "client",
178
- ...opts
179
- });
180
- this.name = "ExpiredTokenException";
181
- this.$fault = "client";
182
- Object.setPrototypeOf(this, _ExpiredTokenException.prototype);
183
- this.error = opts.error;
184
- this.error_description = opts.error_description;
185
- }
186
- };
187
- exports.ExpiredTokenException = ExpiredTokenException;
188
- var InternalServerException = class _InternalServerException extends SSOOIDCServiceException {
189
- constructor(opts) {
190
- super({
191
- name: "InternalServerException",
192
- $fault: "server",
193
- ...opts
194
- });
195
- this.name = "InternalServerException";
196
- this.$fault = "server";
197
- Object.setPrototypeOf(this, _InternalServerException.prototype);
198
- this.error = opts.error;
199
- this.error_description = opts.error_description;
200
- }
201
- };
202
- exports.InternalServerException = InternalServerException;
203
- var InvalidClientException = class _InvalidClientException extends SSOOIDCServiceException {
204
- constructor(opts) {
205
- super({
206
- name: "InvalidClientException",
207
- $fault: "client",
208
- ...opts
209
- });
210
- this.name = "InvalidClientException";
211
- this.$fault = "client";
212
- Object.setPrototypeOf(this, _InvalidClientException.prototype);
213
- this.error = opts.error;
214
- this.error_description = opts.error_description;
215
- }
216
- };
217
- exports.InvalidClientException = InvalidClientException;
218
- var InvalidGrantException = class _InvalidGrantException extends SSOOIDCServiceException {
219
- constructor(opts) {
220
- super({
221
- name: "InvalidGrantException",
222
- $fault: "client",
223
- ...opts
224
- });
225
- this.name = "InvalidGrantException";
226
- this.$fault = "client";
227
- Object.setPrototypeOf(this, _InvalidGrantException.prototype);
228
- this.error = opts.error;
229
- this.error_description = opts.error_description;
230
- }
231
- };
232
- var InvalidRequestException = class _InvalidRequestException extends SSOOIDCServiceException {
233
- constructor(opts) {
234
- super({
235
- name: "InvalidRequestException",
236
- $fault: "client",
237
- ...opts
238
- });
239
- this.name = "InvalidRequestException";
240
- this.$fault = "client";
241
- Object.setPrototypeOf(this, _InvalidRequestException.prototype);
242
- this.error = opts.error;
243
- this.error_description = opts.error_description;
244
- }
245
- };
246
- exports.InvalidRequestException = InvalidRequestException;
247
- var InvalidScopeException = class _InvalidScopeException extends SSOOIDCServiceException {
248
- constructor(opts) {
249
- super({
250
- name: "InvalidScopeException",
251
- $fault: "client",
252
- ...opts
253
- });
254
- this.name = "InvalidScopeException";
255
- this.$fault = "client";
256
- Object.setPrototypeOf(this, _InvalidScopeException.prototype);
257
- this.error = opts.error;
258
- this.error_description = opts.error_description;
259
- }
260
- };
261
- exports.InvalidScopeException = InvalidScopeException;
262
- var SlowDownException = class _SlowDownException extends SSOOIDCServiceException {
263
- constructor(opts) {
264
- super({
265
- name: "SlowDownException",
266
- $fault: "client",
267
- ...opts
268
- });
269
- this.name = "SlowDownException";
270
- this.$fault = "client";
271
- Object.setPrototypeOf(this, _SlowDownException.prototype);
272
- this.error = opts.error;
273
- this.error_description = opts.error_description;
274
- }
275
- };
276
- exports.SlowDownException = SlowDownException;
277
- var UnauthorizedClientException = class _UnauthorizedClientException extends SSOOIDCServiceException {
278
- constructor(opts) {
279
- super({
280
- name: "UnauthorizedClientException",
281
- $fault: "client",
282
- ...opts
283
- });
284
- this.name = "UnauthorizedClientException";
285
- this.$fault = "client";
286
- Object.setPrototypeOf(this, _UnauthorizedClientException.prototype);
287
- this.error = opts.error;
288
- this.error_description = opts.error_description;
289
- }
290
- };
291
- exports.UnauthorizedClientException = UnauthorizedClientException;
292
- var UnsupportedGrantTypeException = class _UnsupportedGrantTypeException extends SSOOIDCServiceException {
293
- constructor(opts) {
294
- super({
295
- name: "UnsupportedGrantTypeException",
296
- $fault: "client",
297
- ...opts
298
- });
299
- this.name = "UnsupportedGrantTypeException";
300
- this.$fault = "client";
301
- Object.setPrototypeOf(this, _UnsupportedGrantTypeException.prototype);
302
- this.error = opts.error;
303
- this.error_description = opts.error_description;
304
- }
305
- };
306
- exports.UnsupportedGrantTypeException = UnsupportedGrantTypeException;
307
- var InvalidClientMetadataException = class _InvalidClientMetadataException extends SSOOIDCServiceException {
308
- constructor(opts) {
309
- super({
310
- name: "InvalidClientMetadataException",
311
- $fault: "client",
312
- ...opts
313
- });
314
- this.name = "InvalidClientMetadataException";
315
- this.$fault = "client";
316
- Object.setPrototypeOf(this, _InvalidClientMetadataException.prototype);
317
- this.error = opts.error;
318
- this.error_description = opts.error_description;
319
- }
320
- };
321
- var se_CreateTokenCommand = async (input, context) => {
322
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
323
- const headers = {
324
- "content-type": "application/json"
325
- };
326
- const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}/token`;
327
- let body;
328
- body = JSON.stringify((0, smithy_client_7.take)(input, {
329
- clientId: [],
330
- clientSecret: [],
331
- code: [],
332
- deviceCode: [],
333
- grantType: [],
334
- redirectUri: [],
335
- refreshToken: [],
336
- scope: (_) => (0, smithy_client_7._json)(_)
337
- }));
338
- return new protocol_http_1.HttpRequest({
339
- protocol,
340
- hostname,
341
- port,
342
- method: "POST",
343
- headers,
344
- path: resolvedPath,
345
- body
346
- });
347
- };
348
- var se_RegisterClientCommand = async (input, context) => {
349
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
350
- const headers = {
351
- "content-type": "application/json"
352
- };
353
- const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}/client/register`;
354
- let body;
355
- body = JSON.stringify((0, smithy_client_7.take)(input, {
356
- clientName: [],
357
- clientType: [],
358
- scopes: (_) => (0, smithy_client_7._json)(_)
359
- }));
360
- return new protocol_http_1.HttpRequest({
361
- protocol,
362
- hostname,
363
- port,
364
- method: "POST",
365
- headers,
366
- path: resolvedPath,
367
- body
368
- });
369
- };
370
- var se_StartDeviceAuthorizationCommand = async (input, context) => {
371
- const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
372
- const headers = {
373
- "content-type": "application/json"
374
- };
375
- const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}/device_authorization`;
376
- let body;
377
- body = JSON.stringify((0, smithy_client_7.take)(input, {
378
- clientId: [],
379
- clientSecret: [],
380
- startUrl: []
381
- }));
382
- return new protocol_http_1.HttpRequest({
383
- protocol,
384
- hostname,
385
- port,
386
- method: "POST",
387
- headers,
388
- path: resolvedPath,
389
- body
390
- });
391
- };
392
- var de_CreateTokenCommand = async (output, context) => {
393
- if (output.statusCode !== 200 && output.statusCode >= 300) {
394
- return de_CreateTokenCommandError(output, context);
395
- }
396
- const contents = (0, smithy_client_7.map)({
397
- $metadata: deserializeMetadata(output)
398
- });
399
- const data = (0, smithy_client_7.expectNonNull)((0, smithy_client_7.expectObject)(await parseBody(output.body, context)), "body");
400
- const doc = (0, smithy_client_7.take)(data, {
401
- accessToken: smithy_client_7.expectString,
402
- expiresIn: smithy_client_7.expectInt32,
403
- idToken: smithy_client_7.expectString,
404
- refreshToken: smithy_client_7.expectString,
405
- tokenType: smithy_client_7.expectString
406
- });
407
- Object.assign(contents, doc);
408
- return contents;
409
- };
410
- var de_CreateTokenCommandError = async (output, context) => {
411
- const parsedOutput = {
412
- ...output,
413
- body: await parseErrorBody(output.body, context)
414
- };
415
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
416
- switch (errorCode) {
417
- case "AccessDeniedException":
418
- case "com.amazonaws.ssooidc#AccessDeniedException":
419
- throw await de_AccessDeniedExceptionRes(parsedOutput, context);
420
- case "AuthorizationPendingException":
421
- case "com.amazonaws.ssooidc#AuthorizationPendingException":
422
- throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);
423
- case "ExpiredTokenException":
424
- case "com.amazonaws.ssooidc#ExpiredTokenException":
425
- throw await de_ExpiredTokenExceptionRes(parsedOutput, context);
426
- case "InternalServerException":
427
- case "com.amazonaws.ssooidc#InternalServerException":
428
- throw await de_InternalServerExceptionRes(parsedOutput, context);
429
- case "InvalidClientException":
430
- case "com.amazonaws.ssooidc#InvalidClientException":
431
- throw await de_InvalidClientExceptionRes(parsedOutput, context);
432
- case "InvalidGrantException":
433
- case "com.amazonaws.ssooidc#InvalidGrantException":
434
- throw await de_InvalidGrantExceptionRes(parsedOutput, context);
435
- case "InvalidRequestException":
436
- case "com.amazonaws.ssooidc#InvalidRequestException":
437
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
438
- case "InvalidScopeException":
439
- case "com.amazonaws.ssooidc#InvalidScopeException":
440
- throw await de_InvalidScopeExceptionRes(parsedOutput, context);
441
- case "SlowDownException":
442
- case "com.amazonaws.ssooidc#SlowDownException":
443
- throw await de_SlowDownExceptionRes(parsedOutput, context);
444
- case "UnauthorizedClientException":
445
- case "com.amazonaws.ssooidc#UnauthorizedClientException":
446
- throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
447
- case "UnsupportedGrantTypeException":
448
- case "com.amazonaws.ssooidc#UnsupportedGrantTypeException":
449
- throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);
450
- default:
451
- const parsedBody = parsedOutput.body;
452
- return throwDefaultError({
453
- output,
454
- parsedBody,
455
- errorCode
456
- });
457
- }
458
- };
459
- var de_RegisterClientCommand = async (output, context) => {
460
- if (output.statusCode !== 200 && output.statusCode >= 300) {
461
- return de_RegisterClientCommandError(output, context);
462
- }
463
- const contents = (0, smithy_client_7.map)({
464
- $metadata: deserializeMetadata(output)
465
- });
466
- const data = (0, smithy_client_7.expectNonNull)((0, smithy_client_7.expectObject)(await parseBody(output.body, context)), "body");
467
- const doc = (0, smithy_client_7.take)(data, {
468
- authorizationEndpoint: smithy_client_7.expectString,
469
- clientId: smithy_client_7.expectString,
470
- clientIdIssuedAt: smithy_client_7.expectLong,
471
- clientSecret: smithy_client_7.expectString,
472
- clientSecretExpiresAt: smithy_client_7.expectLong,
473
- tokenEndpoint: smithy_client_7.expectString
474
- });
475
- Object.assign(contents, doc);
476
- return contents;
477
- };
478
- var de_RegisterClientCommandError = async (output, context) => {
479
- const parsedOutput = {
480
- ...output,
481
- body: await parseErrorBody(output.body, context)
482
- };
483
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
484
- switch (errorCode) {
485
- case "InternalServerException":
486
- case "com.amazonaws.ssooidc#InternalServerException":
487
- throw await de_InternalServerExceptionRes(parsedOutput, context);
488
- case "InvalidClientMetadataException":
489
- case "com.amazonaws.ssooidc#InvalidClientMetadataException":
490
- throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);
491
- case "InvalidRequestException":
492
- case "com.amazonaws.ssooidc#InvalidRequestException":
493
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
494
- case "InvalidScopeException":
495
- case "com.amazonaws.ssooidc#InvalidScopeException":
496
- throw await de_InvalidScopeExceptionRes(parsedOutput, context);
497
- default:
498
- const parsedBody = parsedOutput.body;
499
- return throwDefaultError({
500
- output,
501
- parsedBody,
502
- errorCode
503
- });
504
- }
505
- };
506
- var de_StartDeviceAuthorizationCommand = async (output, context) => {
507
- if (output.statusCode !== 200 && output.statusCode >= 300) {
508
- return de_StartDeviceAuthorizationCommandError(output, context);
509
- }
510
- const contents = (0, smithy_client_7.map)({
511
- $metadata: deserializeMetadata(output)
512
- });
513
- const data = (0, smithy_client_7.expectNonNull)((0, smithy_client_7.expectObject)(await parseBody(output.body, context)), "body");
514
- const doc = (0, smithy_client_7.take)(data, {
515
- deviceCode: smithy_client_7.expectString,
516
- expiresIn: smithy_client_7.expectInt32,
517
- interval: smithy_client_7.expectInt32,
518
- userCode: smithy_client_7.expectString,
519
- verificationUri: smithy_client_7.expectString,
520
- verificationUriComplete: smithy_client_7.expectString
521
- });
522
- Object.assign(contents, doc);
523
- return contents;
524
- };
525
- var de_StartDeviceAuthorizationCommandError = async (output, context) => {
526
- const parsedOutput = {
527
- ...output,
528
- body: await parseErrorBody(output.body, context)
529
- };
530
- const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
531
- switch (errorCode) {
532
- case "InternalServerException":
533
- case "com.amazonaws.ssooidc#InternalServerException":
534
- throw await de_InternalServerExceptionRes(parsedOutput, context);
535
- case "InvalidClientException":
536
- case "com.amazonaws.ssooidc#InvalidClientException":
537
- throw await de_InvalidClientExceptionRes(parsedOutput, context);
538
- case "InvalidRequestException":
539
- case "com.amazonaws.ssooidc#InvalidRequestException":
540
- throw await de_InvalidRequestExceptionRes(parsedOutput, context);
541
- case "SlowDownException":
542
- case "com.amazonaws.ssooidc#SlowDownException":
543
- throw await de_SlowDownExceptionRes(parsedOutput, context);
544
- case "UnauthorizedClientException":
545
- case "com.amazonaws.ssooidc#UnauthorizedClientException":
546
- throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);
547
- default:
548
- const parsedBody = parsedOutput.body;
549
- return throwDefaultError({
550
- output,
551
- parsedBody,
552
- errorCode
553
- });
554
- }
555
- };
556
- var throwDefaultError = (0, smithy_client_7.withBaseException)(SSOOIDCServiceException);
557
- var de_AccessDeniedExceptionRes = async (parsedOutput, context) => {
558
- const contents = (0, smithy_client_7.map)({});
559
- const data = parsedOutput.body;
560
- const doc = (0, smithy_client_7.take)(data, {
561
- error: smithy_client_7.expectString,
562
- error_description: smithy_client_7.expectString
563
- });
564
- Object.assign(contents, doc);
565
- const exception = new AccessDeniedException({
566
- $metadata: deserializeMetadata(parsedOutput),
567
- ...contents
568
- });
569
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
570
- };
571
- var de_AuthorizationPendingExceptionRes = async (parsedOutput, context) => {
572
- const contents = (0, smithy_client_7.map)({});
573
- const data = parsedOutput.body;
574
- const doc = (0, smithy_client_7.take)(data, {
575
- error: smithy_client_7.expectString,
576
- error_description: smithy_client_7.expectString
577
- });
578
- Object.assign(contents, doc);
579
- const exception = new AuthorizationPendingException({
580
- $metadata: deserializeMetadata(parsedOutput),
581
- ...contents
582
- });
583
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
584
- };
585
- var de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {
586
- const contents = (0, smithy_client_7.map)({});
587
- const data = parsedOutput.body;
588
- const doc = (0, smithy_client_7.take)(data, {
589
- error: smithy_client_7.expectString,
590
- error_description: smithy_client_7.expectString
591
- });
592
- Object.assign(contents, doc);
593
- const exception = new ExpiredTokenException({
594
- $metadata: deserializeMetadata(parsedOutput),
595
- ...contents
596
- });
597
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
598
- };
599
- var de_InternalServerExceptionRes = async (parsedOutput, context) => {
600
- const contents = (0, smithy_client_7.map)({});
601
- const data = parsedOutput.body;
602
- const doc = (0, smithy_client_7.take)(data, {
603
- error: smithy_client_7.expectString,
604
- error_description: smithy_client_7.expectString
605
- });
606
- Object.assign(contents, doc);
607
- const exception = new InternalServerException({
608
- $metadata: deserializeMetadata(parsedOutput),
609
- ...contents
610
- });
611
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
612
- };
613
- var de_InvalidClientExceptionRes = async (parsedOutput, context) => {
614
- const contents = (0, smithy_client_7.map)({});
615
- const data = parsedOutput.body;
616
- const doc = (0, smithy_client_7.take)(data, {
617
- error: smithy_client_7.expectString,
618
- error_description: smithy_client_7.expectString
619
- });
620
- Object.assign(contents, doc);
621
- const exception = new InvalidClientException({
622
- $metadata: deserializeMetadata(parsedOutput),
623
- ...contents
624
- });
625
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
626
- };
627
- var de_InvalidClientMetadataExceptionRes = async (parsedOutput, context) => {
628
- const contents = (0, smithy_client_7.map)({});
629
- const data = parsedOutput.body;
630
- const doc = (0, smithy_client_7.take)(data, {
631
- error: smithy_client_7.expectString,
632
- error_description: smithy_client_7.expectString
633
- });
634
- Object.assign(contents, doc);
635
- const exception = new InvalidClientMetadataException({
636
- $metadata: deserializeMetadata(parsedOutput),
637
- ...contents
638
- });
639
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
640
- };
641
- var de_InvalidGrantExceptionRes = async (parsedOutput, context) => {
642
- const contents = (0, smithy_client_7.map)({});
643
- const data = parsedOutput.body;
644
- const doc = (0, smithy_client_7.take)(data, {
645
- error: smithy_client_7.expectString,
646
- error_description: smithy_client_7.expectString
647
- });
648
- Object.assign(contents, doc);
649
- const exception = new InvalidGrantException({
650
- $metadata: deserializeMetadata(parsedOutput),
651
- ...contents
652
- });
653
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
654
- };
655
- var de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
656
- const contents = (0, smithy_client_7.map)({});
657
- const data = parsedOutput.body;
658
- const doc = (0, smithy_client_7.take)(data, {
659
- error: smithy_client_7.expectString,
660
- error_description: smithy_client_7.expectString
661
- });
662
- Object.assign(contents, doc);
663
- const exception = new InvalidRequestException({
664
- $metadata: deserializeMetadata(parsedOutput),
665
- ...contents
666
- });
667
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
668
- };
669
- var de_InvalidScopeExceptionRes = async (parsedOutput, context) => {
670
- const contents = (0, smithy_client_7.map)({});
671
- const data = parsedOutput.body;
672
- const doc = (0, smithy_client_7.take)(data, {
673
- error: smithy_client_7.expectString,
674
- error_description: smithy_client_7.expectString
675
- });
676
- Object.assign(contents, doc);
677
- const exception = new InvalidScopeException({
678
- $metadata: deserializeMetadata(parsedOutput),
679
- ...contents
680
- });
681
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
682
- };
683
- var de_SlowDownExceptionRes = async (parsedOutput, context) => {
684
- const contents = (0, smithy_client_7.map)({});
685
- const data = parsedOutput.body;
686
- const doc = (0, smithy_client_7.take)(data, {
687
- error: smithy_client_7.expectString,
688
- error_description: smithy_client_7.expectString
689
- });
690
- Object.assign(contents, doc);
691
- const exception = new SlowDownException({
692
- $metadata: deserializeMetadata(parsedOutput),
693
- ...contents
694
- });
695
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
696
- };
697
- var de_UnauthorizedClientExceptionRes = async (parsedOutput, context) => {
698
- const contents = (0, smithy_client_7.map)({});
699
- const data = parsedOutput.body;
700
- const doc = (0, smithy_client_7.take)(data, {
701
- error: smithy_client_7.expectString,
702
- error_description: smithy_client_7.expectString
703
- });
704
- Object.assign(contents, doc);
705
- const exception = new UnauthorizedClientException({
706
- $metadata: deserializeMetadata(parsedOutput),
707
- ...contents
708
- });
709
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
710
- };
711
- var de_UnsupportedGrantTypeExceptionRes = async (parsedOutput, context) => {
712
- const contents = (0, smithy_client_7.map)({});
713
- const data = parsedOutput.body;
714
- const doc = (0, smithy_client_7.take)(data, {
715
- error: smithy_client_7.expectString,
716
- error_description: smithy_client_7.expectString
717
- });
718
- Object.assign(contents, doc);
719
- const exception = new UnsupportedGrantTypeException({
720
- $metadata: deserializeMetadata(parsedOutput),
721
- ...contents
722
- });
723
- return (0, smithy_client_7.decorateServiceException)(exception, parsedOutput.body);
724
- };
725
- var deserializeMetadata = (output) => {
726
- var _a, _b;
727
- return ({
728
- httpStatusCode: output.statusCode,
729
- requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"],
730
- extendedRequestId: output.headers["x-amz-id-2"],
731
- cfId: output.headers["x-amz-cf-id"]
732
- });
733
- };
734
- var collectBodyString = (streamBody, context) => (0, smithy_client_7.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body));
735
- var parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
736
- if (encoded.length) {
737
- return JSON.parse(encoded);
738
- }
739
- return {};
740
- });
741
- var parseErrorBody = async (errorBody, context) => {
742
- var _a;
743
- const value = await parseBody(errorBody, context);
744
- value.message = (_a = value.message) !== null && _a !== void 0 ? _a : value.Message;
745
- return value;
746
- };
747
- var loadRestJsonErrorCode = (output, data) => {
748
- const findKey = (object, key) => Object.keys(object).find((k2) => k2.toLowerCase() === key.toLowerCase());
749
- const sanitizeErrorCode = (rawValue) => {
750
- let cleanValue = rawValue;
751
- if (typeof cleanValue === "number") {
752
- cleanValue = cleanValue.toString();
753
- }
754
- if (cleanValue.indexOf(",") >= 0) {
755
- cleanValue = cleanValue.split(",")[0];
756
- }
757
- if (cleanValue.indexOf(":") >= 0) {
758
- cleanValue = cleanValue.split(":")[0];
759
- }
760
- if (cleanValue.indexOf("#") >= 0) {
761
- cleanValue = cleanValue.split("#")[1];
762
- }
763
- return cleanValue;
764
- };
765
- const headerKey = findKey(output.headers, "x-amzn-errortype");
766
- if (headerKey !== void 0) {
767
- return sanitizeErrorCode(output.headers[headerKey]);
768
- }
769
- if (data.code !== void 0) {
770
- return sanitizeErrorCode(data.code);
771
- }
772
- if (data["__type"] !== void 0) {
773
- return sanitizeErrorCode(data["__type"]);
774
- }
775
- };
776
- var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_6.Command {
777
- constructor(input) {
778
- super();
779
- this.input = input;
780
- }
781
- static getEndpointParameterInstructions() {
782
- return {
783
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
784
- Endpoint: { type: "builtInParams", name: "endpoint" },
785
- Region: { type: "builtInParams", name: "region" },
786
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
787
- };
788
- }
789
- resolveMiddleware(clientStack, configuration, options) {
790
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
791
- this.middlewareStack.use((0, middleware_endpoint_2.getEndpointPlugin)(configuration, _CreateTokenCommand.getEndpointParameterInstructions()));
792
- const stack = clientStack.concat(this.middlewareStack);
793
- const { logger } = configuration;
794
- const clientName = "SSOOIDCClient";
795
- const commandName = "CreateTokenCommand";
796
- const handlerExecutionContext = {
797
- logger,
798
- clientName,
799
- commandName,
800
- inputFilterSensitiveLog: (_) => _,
801
- outputFilterSensitiveLog: (_) => _
802
- };
803
- const { requestHandler } = configuration;
804
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
805
- }
806
- serialize(input, context) {
807
- return se_CreateTokenCommand(input, context);
808
- }
809
- deserialize(output, context) {
810
- return de_CreateTokenCommand(output, context);
811
- }
812
- };
813
- exports.CreateTokenCommand = CreateTokenCommand;
814
- const middleware_endpoint_3 = require("@smithy/middleware-endpoint");
815
- const middleware_serde_2 = require("@smithy/middleware-serde");
816
- const smithy_client_9 = require("@smithy/smithy-client");
817
- var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_9.Command {
818
- constructor(input) {
819
- super();
820
- this.input = input;
821
- }
822
- static getEndpointParameterInstructions() {
823
- return {
824
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
825
- Endpoint: { type: "builtInParams", name: "endpoint" },
826
- Region: { type: "builtInParams", name: "region" },
827
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
828
- };
829
- }
830
- resolveMiddleware(clientStack, configuration, options) {
831
- this.middlewareStack.use((0, middleware_serde_2.getSerdePlugin)(configuration, this.serialize, this.deserialize));
832
- this.middlewareStack.use((0, middleware_endpoint_3.getEndpointPlugin)(configuration, _RegisterClientCommand.getEndpointParameterInstructions()));
833
- const stack = clientStack.concat(this.middlewareStack);
834
- const { logger } = configuration;
835
- const clientName = "SSOOIDCClient";
836
- const commandName = "RegisterClientCommand";
837
- const handlerExecutionContext = {
838
- logger,
839
- clientName,
840
- commandName,
841
- inputFilterSensitiveLog: (_) => _,
842
- outputFilterSensitiveLog: (_) => _
843
- };
844
- const { requestHandler } = configuration;
845
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
846
- }
847
- serialize(input, context) {
848
- return se_RegisterClientCommand(input, context);
849
- }
850
- deserialize(output, context) {
851
- return de_RegisterClientCommand(output, context);
852
- }
853
- };
854
- const middleware_endpoint_4 = require("@smithy/middleware-endpoint");
855
- const middleware_serde_3 = require("@smithy/middleware-serde");
856
- const smithy_client_10 = require("@smithy/smithy-client");
857
- var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends smithy_client_10.Command {
858
- constructor(input) {
859
- super();
860
- this.input = input;
861
- }
862
- static getEndpointParameterInstructions() {
863
- return {
864
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
865
- Endpoint: { type: "builtInParams", name: "endpoint" },
866
- Region: { type: "builtInParams", name: "region" },
867
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
868
- };
869
- }
870
- resolveMiddleware(clientStack, configuration, options) {
871
- this.middlewareStack.use((0, middleware_serde_3.getSerdePlugin)(configuration, this.serialize, this.deserialize));
872
- this.middlewareStack.use((0, middleware_endpoint_4.getEndpointPlugin)(configuration, _StartDeviceAuthorizationCommand.getEndpointParameterInstructions()));
873
- const stack = clientStack.concat(this.middlewareStack);
874
- const { logger } = configuration;
875
- const clientName = "SSOOIDCClient";
876
- const commandName = "StartDeviceAuthorizationCommand";
877
- const handlerExecutionContext = {
878
- logger,
879
- clientName,
880
- commandName,
881
- inputFilterSensitiveLog: (_) => _,
882
- outputFilterSensitiveLog: (_) => _
883
- };
884
- const { requestHandler } = configuration;
885
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
886
- }
887
- serialize(input, context) {
888
- return se_StartDeviceAuthorizationCommand(input, context);
889
- }
890
- deserialize(output, context) {
891
- return de_StartDeviceAuthorizationCommand(output, context);
892
- }
893
- };
894
- var commands = {
895
- CreateTokenCommand,
896
- RegisterClientCommand,
897
- StartDeviceAuthorizationCommand
898
- };
899
- var SSOOIDC = class extends SSOOIDCClient {
900
- };
901
- (0, smithy_client_5.createAggregatedClient)(commands, SSOOIDC);