@aws/lsp-codewhisperer 0.0.17 → 0.0.18

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 (1193) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/node_modules/@amzn/codewhisperer-streaming/dist-types/runtimeConfig.native.d.ts +1 -1
  4. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/README.md +4 -0
  5. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
  6. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  7. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  8. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  9. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  10. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/index.js +32 -0
  11. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  12. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  13. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  14. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  15. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  16. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  17. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  18. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  19. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
  20. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  21. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  22. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  23. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  24. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  25. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  26. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  27. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  28. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  29. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  30. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  31. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
  32. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  33. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/index.d.ts +32 -0
  34. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  35. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
  36. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  37. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  38. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  39. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  40. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  41. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  42. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  43. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  44. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  45. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  46. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  47. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  48. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  49. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  50. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  51. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  52. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  53. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  54. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
  55. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  56. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  57. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  58. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  59. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  60. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  61. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  62. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  63. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
  64. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  65. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  66. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
  67. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  68. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +32 -0
  69. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  70. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
  71. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  72. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  73. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  74. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  75. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  76. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  77. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  78. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  79. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  80. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  81. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  82. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  83. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  84. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  85. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  86. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  87. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  88. package/node_modules/{@aws-sdk/middleware-host-header → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types}/package.json +17 -16
  89. package/node_modules/@amzn/codewhisperer-streaming/package.json +2 -2
  90. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  91. package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  92. package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  93. package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  94. package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  95. package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  96. package/node_modules/@smithy/types/dist-es/logger.js +1 -0
  97. package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  98. package/node_modules/@smithy/types/dist-es/response.js +1 -0
  99. package/node_modules/@smithy/types/dist-es/retry.js +1 -0
  100. package/node_modules/@smithy/types/dist-es/serde.js +1 -0
  101. package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  102. package/node_modules/@smithy/types/dist-es/signature.js +1 -0
  103. package/node_modules/@smithy/types/dist-es/stream.js +1 -0
  104. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  105. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  106. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  107. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  108. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  109. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  110. package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  111. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  112. package/node_modules/@smithy/types/dist-es/uri.js +1 -0
  113. package/node_modules/@smithy/types/dist-es/util.js +1 -0
  114. package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  115. package/out/language-server/netTransform/resources/SupportedProjects.js +3 -0
  116. package/out/language-server/netTransform/resources/SupportedProjects.js.map +1 -1
  117. package/package.json +2 -7
  118. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -118
  119. package/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  120. package/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  121. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +0 -10
  122. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +0 -43
  123. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +0 -1
  124. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +0 -8
  125. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +0 -30
  126. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +0 -1
  127. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +0 -2
  128. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +0 -8
  129. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +0 -1
  130. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +0 -2
  131. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +0 -11
  132. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +0 -1
  133. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +0 -10
  134. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +0 -56
  135. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +0 -1
  136. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +0 -10
  137. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +0 -40
  138. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +0 -1
  139. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +0 -8
  140. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +0 -27
  141. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +0 -1
  142. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +0 -2
  143. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +0 -3
  144. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +0 -1
  145. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +0 -2
  146. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +0 -7
  147. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +0 -1
  148. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +0 -10
  149. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +0 -53
  150. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +0 -1
  151. package/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  152. package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  153. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -30
  154. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -2
  155. package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  156. package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  157. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -10
  158. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +0 -7
  159. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -106
  160. package/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  161. package/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  162. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +0 -17
  163. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +0 -124
  164. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +0 -1
  165. package/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +0 -20
  166. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js +0 -98
  167. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +0 -1
  168. package/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +0 -1
  169. package/node_modules/@aws-crypto/sha256-js/build/main/index.js +0 -5
  170. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +0 -1
  171. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +0 -12
  172. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +0 -85
  173. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +0 -1
  174. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +0 -5
  175. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +0 -322
  176. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +0 -1
  177. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +0 -17
  178. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +0 -121
  179. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +0 -1
  180. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +0 -20
  181. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +0 -95
  182. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +0 -1
  183. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +0 -1
  184. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +0 -2
  185. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +0 -1
  186. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +0 -12
  187. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +0 -82
  188. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +0 -1
  189. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +0 -5
  190. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +0 -319
  191. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +0 -1
  192. package/node_modules/@aws-crypto/sha256-js/package.json +0 -32
  193. package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  194. package/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  195. package/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  196. package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  197. package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  198. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -10
  199. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +0 -7
  200. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -66
  201. package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  202. package/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  203. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +0 -1
  204. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +0 -5
  205. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +0 -1
  206. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +0 -4
  207. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +0 -69
  208. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +0 -1
  209. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +0 -1
  210. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +0 -2
  211. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +0 -1
  212. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +0 -4
  213. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +0 -62
  214. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +0 -1
  215. package/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -28
  216. package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  217. package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  218. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -10
  219. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +0 -7
  220. package/node_modules/@aws-crypto/util/CHANGELOG.md +0 -71
  221. package/node_modules/@aws-crypto/util/LICENSE +0 -201
  222. package/node_modules/@aws-crypto/util/README.md +0 -16
  223. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +0 -2
  224. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +0 -24
  225. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +0 -1
  226. package/node_modules/@aws-crypto/util/build/main/index.d.ts +0 -4
  227. package/node_modules/@aws-crypto/util/build/main/index.js +0 -14
  228. package/node_modules/@aws-crypto/util/build/main/index.js.map +0 -1
  229. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +0 -2
  230. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js +0 -13
  231. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +0 -1
  232. package/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +0 -1
  233. package/node_modules/@aws-crypto/util/build/main/numToUint8.js +0 -15
  234. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +0 -1
  235. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +0 -1
  236. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +0 -20
  237. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +0 -1
  238. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +0 -2
  239. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +0 -20
  240. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +0 -1
  241. package/node_modules/@aws-crypto/util/build/module/index.d.ts +0 -4
  242. package/node_modules/@aws-crypto/util/build/module/index.js +0 -7
  243. package/node_modules/@aws-crypto/util/build/module/index.js.map +0 -1
  244. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +0 -2
  245. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +0 -9
  246. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +0 -1
  247. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +0 -1
  248. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +0 -11
  249. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +0 -1
  250. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +0 -1
  251. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +0 -16
  252. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +0 -1
  253. package/node_modules/@aws-crypto/util/package.json +0 -32
  254. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  255. package/node_modules/@aws-crypto/util/src/index.ts +0 -7
  256. package/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  257. package/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  258. package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  259. package/node_modules/@aws-crypto/util/tsconfig.json +0 -9
  260. package/node_modules/@aws-crypto/util/tsconfig.module.json +0 -7
  261. package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  262. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  263. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  264. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  265. package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  266. package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  267. package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  268. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  269. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  270. package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  271. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  272. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  273. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  274. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  275. package/node_modules/@aws-sdk/middleware-logger/package.json +0 -56
  276. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  277. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  278. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  279. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  280. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  281. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -55
  282. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  283. package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  284. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -123
  285. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -6
  286. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  287. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  288. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -72
  289. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -31
  290. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  291. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  292. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -17
  293. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  294. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  295. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -20
  296. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -17
  297. package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -57
  298. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  299. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  300. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -22
  301. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
  302. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
  303. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
  304. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  305. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
  306. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
  307. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  308. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
  309. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
  310. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -53
  311. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  312. package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  313. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -95
  314. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  315. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -39
  316. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  317. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  318. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
  319. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  320. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  321. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
  322. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  323. package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -63
  324. package/node_modules/@smithy/config-resolver/README.md +0 -10
  325. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  326. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  327. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  328. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  329. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  330. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -235
  331. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  332. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  333. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  334. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  335. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  336. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  337. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  338. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  339. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  340. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  341. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  342. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  343. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -9
  344. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -9
  345. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  346. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -11
  347. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -15
  348. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -15
  349. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  350. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -12
  351. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  352. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  353. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  354. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  355. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -1
  356. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -29
  357. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -5
  358. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -1
  359. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -12
  360. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  361. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  362. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  363. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  364. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  365. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  366. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  367. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  368. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  369. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  370. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  371. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  372. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -34
  373. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -10
  374. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -7
  375. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  376. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  377. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -12
  378. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -17
  379. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -11
  380. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -11
  381. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  382. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  383. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  384. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  385. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  386. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  387. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  388. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  389. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  390. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  391. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  392. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  393. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  394. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  395. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -10
  396. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -7
  397. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -14
  398. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -12
  399. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -12
  400. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -17
  401. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -11
  402. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -11
  403. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  404. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  405. package/node_modules/@smithy/config-resolver/package.json +0 -63
  406. package/node_modules/@smithy/fetch-http-handler/README.md +0 -11
  407. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  408. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -255
  409. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  410. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  411. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -138
  412. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  413. package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  414. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -50
  415. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
  416. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  417. package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  418. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  419. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
  420. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  421. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  422. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  423. package/node_modules/@smithy/fetch-http-handler/package.json +0 -62
  424. package/node_modules/@smithy/hash-node/README.md +0 -10
  425. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -66
  426. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -34
  427. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -13
  428. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  429. package/node_modules/@smithy/hash-node/node_modules/@smithy/util-utf8/LICENSE +0 -201
  430. package/node_modules/@smithy/hash-node/package.json +0 -63
  431. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  432. package/node_modules/@smithy/middleware-content-length/README.md +0 -4
  433. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -71
  434. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  435. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -6
  436. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  437. package/node_modules/@smithy/middleware-content-length/package.json +0 -62
  438. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  439. package/node_modules/@smithy/middleware-retry/README.md +0 -11
  440. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  441. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  442. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  443. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  444. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  445. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -425
  446. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  447. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  448. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  449. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  450. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  451. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  452. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  453. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -52
  454. package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +0 -27
  455. package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +0 -2
  456. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -7
  457. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -1
  458. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  459. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  460. package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +0 -7
  461. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -112
  462. package/node_modules/@smithy/middleware-retry/dist-es/util.js +0 -9
  463. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -20
  464. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -30
  465. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -45
  466. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  467. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  468. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -7
  469. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  470. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  471. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  472. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -5
  473. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -6
  474. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -20
  475. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -30
  476. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -45
  477. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -18
  478. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -4
  479. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  480. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  481. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  482. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  483. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -5
  484. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -6
  485. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -53
  486. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  487. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -53
  488. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +0 -2
  489. package/node_modules/@smithy/middleware-retry/package.json +0 -77
  490. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  491. package/node_modules/@smithy/middleware-serde/README.md +0 -4
  492. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  493. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -102
  494. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  495. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  496. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -25
  497. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  498. package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -22
  499. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -13
  500. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -5
  501. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  502. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -12
  503. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -6
  504. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -5
  505. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  506. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -12
  507. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  508. package/node_modules/@smithy/middleware-serde/package.json +0 -61
  509. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  510. package/node_modules/@smithy/node-config-provider/README.md +0 -4
  511. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  512. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  513. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  514. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  515. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  516. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -105
  517. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -5
  518. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  519. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  520. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  521. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +0 -12
  522. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  523. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -22
  524. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -7
  525. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -15
  526. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  527. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +0 -9
  528. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -1
  529. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -22
  530. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -7
  531. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -15
  532. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  533. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  534. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  535. package/node_modules/@smithy/node-config-provider/package.json +0 -64
  536. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/abort-controller/LICENSE +0 -201
  537. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http/LICENSE +0 -201
  538. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  539. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  540. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/LICENSE +0 -201
  541. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  542. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  543. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  544. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  545. package/node_modules/@smithy/node-http-handler/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  546. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  547. package/node_modules/@smithy/service-error-classification/README.md +0 -4
  548. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  549. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -98
  550. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -27
  551. package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -21
  552. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -26
  553. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -19
  554. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -26
  555. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -19
  556. package/node_modules/@smithy/service-error-classification/package.json +0 -58
  557. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  558. package/node_modules/@smithy/smithy-client/README.md +0 -10
  559. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  560. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  561. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  562. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  563. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  564. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  565. package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  566. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  567. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  568. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  569. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  570. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  571. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  572. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  573. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  574. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  575. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  576. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  577. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -1309
  578. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  579. package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  580. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  581. package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  582. package/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  583. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  584. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  585. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  586. package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  587. package/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  588. package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +0 -7
  589. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -42
  590. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  591. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -115
  592. package/node_modules/@smithy/smithy-client/dist-es/constants.js +0 -1
  593. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +0 -21
  594. package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +0 -190
  595. package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +0 -22
  596. package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +0 -26
  597. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -6
  598. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -22
  599. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  600. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -31
  601. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -15
  602. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  603. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +0 -16
  604. package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +0 -1
  605. package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  606. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -25
  607. package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +0 -3
  608. package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -33
  609. package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +0 -92
  610. package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +0 -230
  611. package/node_modules/@smithy/smithy-client/dist-es/quote-header.js +0 -6
  612. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  613. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +0 -14
  614. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +0 -19
  615. package/node_modules/@smithy/smithy-client/dist-es/split-every.js +0 -27
  616. package/node_modules/@smithy/smithy-client/dist-es/split-header.js +0 -37
  617. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +0 -11
  618. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -53
  619. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  620. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -113
  621. package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +0 -4
  622. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -9
  623. package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +0 -73
  624. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -13
  625. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +0 -28
  626. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  627. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -34
  628. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  629. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -25
  630. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  631. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  632. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +0 -15
  633. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  634. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  635. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -26
  636. package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +0 -5
  637. package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -24
  638. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  639. package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +0 -270
  640. package/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +0 -6
  641. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  642. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -14
  643. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  644. package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +0 -11
  645. package/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +0 -5
  646. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  647. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -53
  648. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  649. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -113
  650. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  651. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -9
  652. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -73
  653. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -13
  654. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  655. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  656. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -34
  657. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  658. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -25
  659. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  660. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  661. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -15
  662. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  663. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  664. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -26
  665. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  666. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -24
  667. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  668. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -270
  669. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +0 -6
  670. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  671. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -14
  672. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  673. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -11
  674. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +0 -5
  675. package/node_modules/@smithy/smithy-client/package.json +0 -66
  676. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  677. package/node_modules/@smithy/util-base64/README.md +0 -4
  678. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -35
  679. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  680. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  681. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  682. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -39
  683. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  684. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +0 -28
  685. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  686. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  687. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  688. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  689. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  690. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +0 -6
  691. package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +0 -8
  692. package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +0 -7
  693. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  694. package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +0 -9
  695. package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +0 -8
  696. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -6
  697. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  698. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  699. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  700. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  701. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  702. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/LICENSE +0 -201
  703. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/README.md +0 -4
  704. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  705. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  706. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  707. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  708. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  709. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  710. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  711. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  712. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  713. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  714. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  715. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  716. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  717. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  718. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  719. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  720. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  721. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  722. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  723. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  724. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  725. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  726. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  727. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  728. package/node_modules/@smithy/util-base64/node_modules/@smithy/util-utf8/package.json +0 -65
  729. package/node_modules/@smithy/util-base64/package.json +0 -72
  730. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  731. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  732. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  733. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -57
  734. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +0 -26
  735. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  736. package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +0 -4
  737. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  738. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  739. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  740. package/node_modules/@smithy/util-body-length-browser/package.json +0 -56
  741. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  742. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  743. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  744. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -53
  745. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -25
  746. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  747. package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +0 -4
  748. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  749. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  750. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  751. package/node_modules/@smithy/util-body-length-node/package.json +0 -60
  752. package/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  753. package/node_modules/@smithy/util-buffer-from/README.md +0 -10
  754. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  755. package/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  756. package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  757. package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  758. package/node_modules/@smithy/util-buffer-from/package.json +0 -60
  759. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  760. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -10
  761. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  762. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -25
  763. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -33
  764. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  765. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  766. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  767. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -27
  768. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  769. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  770. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  771. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  772. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  773. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  774. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  775. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  776. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  777. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
  778. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  779. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -10
  780. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  781. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  782. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -119
  783. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  784. package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +0 -6
  785. package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -11
  786. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  787. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  788. package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +0 -24
  789. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  790. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  791. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  792. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  793. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  794. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  795. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  796. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -65
  797. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  798. package/node_modules/@smithy/util-retry/README.md +0 -78
  799. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  800. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  801. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  802. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  803. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  804. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  805. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  806. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  807. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -348
  808. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  809. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -24
  810. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -18
  811. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -99
  812. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -65
  813. package/node_modules/@smithy/util-retry/dist-es/config.js +0 -7
  814. package/node_modules/@smithy/util-retry/dist-es/constants.js +0 -9
  815. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  816. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  817. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -7
  818. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -33
  819. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -32
  820. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -45
  821. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -26
  822. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -20
  823. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -59
  824. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  825. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  826. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -7
  827. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  828. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  829. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -45
  830. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  831. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  832. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  833. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  834. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  835. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  836. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  837. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -19
  838. package/node_modules/@smithy/util-retry/package.json +0 -67
  839. /package/node_modules/{@smithy/config-resolver → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types}/LICENSE +0 -0
  840. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/abort.js +0 -0
  841. /package/node_modules/{@aws-sdk/util-user-agent-browser/dist-es/configurations.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js} +0 -0
  842. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/checksum.js +0 -0
  843. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/client.js +0 -0
  844. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/command.js +0 -0
  845. /package/node_modules/{@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/connection.js} +0 -0
  846. /package/node_modules/{@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/credentials.js} +0 -0
  847. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/crypto.js +0 -0
  848. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/encode.js +0 -0
  849. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/eventStream.js +0 -0
  850. /package/node_modules/{@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/extensions/index.js} +0 -0
  851. /package/node_modules/{@smithy/config-resolver/dist-es/regionInfo/RegionHash.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/http.js} +0 -0
  852. /package/node_modules/{@smithy/middleware-retry/dist-es/types.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js} +0 -0
  853. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-es/httpHandler.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js} +0 -0
  854. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/protocol-http/dist-es/types.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/Identity.js} +0 -0
  855. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js} +0 -0
  856. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js} +0 -0
  857. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/logger.js +0 -0
  858. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/HttpSigner.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/middleware.js} +0 -0
  859. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/pagination.js +0 -0
  860. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/profile.js} +0 -0
  861. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/request.js} +0 -0
  862. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/response.js +0 -0
  863. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/extensions → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es}/retry.js +0 -0
  864. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/serde.js +0 -0
  865. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/shapes.js +0 -0
  866. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/signature.js +0 -0
  867. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/stream.js +0 -0
  868. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy/types/dist-es/connection/config.js → @amzn/codewhisperer-streaming/node_modules/@aws-sdk/types/dist-es/token.js} +0 -0
  869. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/uri.js +0 -0
  870. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/util.js +0 -0
  871. /package/node_modules/{@smithy/node-http-handler/node_modules/@smithy → @amzn/codewhisperer-streaming/node_modules/@aws-sdk}/types/dist-es/waiter.js +0 -0
  872. /package/node_modules/{@smithy/fetch-http-handler → @amzn/codewhisperer-streaming/node_modules/@smithy/util-utf8}/LICENSE +0 -0
  873. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/README.md +0 -0
  874. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  875. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -0
  876. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -0
  877. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -0
  878. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  879. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -0
  880. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -0
  881. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -0
  882. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-es/index.js +0 -0
  883. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -0
  884. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -0
  885. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -0
  886. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -0
  887. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -0
  888. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -0
  889. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -0
  890. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -0
  891. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -0
  892. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -0
  893. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -0
  894. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -0
  895. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -0
  896. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -0
  897. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -0
  898. /package/node_modules/{@smithy/hash-node → @amzn/codewhisperer-streaming}/node_modules/@smithy/util-utf8/package.json +0 -0
  899. /package/node_modules/@smithy/{hash-node → abort-controller}/LICENSE +0 -0
  900. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/README.md +0 -0
  901. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-cjs/AbortController.js +0 -0
  902. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-cjs/AbortSignal.js +0 -0
  903. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-cjs/index.js +0 -0
  904. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-es/AbortController.js +0 -0
  905. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-es/AbortSignal.js +0 -0
  906. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-es/index.js +0 -0
  907. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-types/AbortController.d.ts +0 -0
  908. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-types/AbortSignal.d.ts +0 -0
  909. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-types/index.d.ts +0 -0
  910. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-types/ts3.4/AbortController.d.ts +0 -0
  911. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-types/ts3.4/AbortSignal.d.ts +0 -0
  912. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/dist-types/ts3.4/index.d.ts +0 -0
  913. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/abort-controller → abort-controller}/package.json +0 -0
  914. /package/node_modules/{@aws-sdk/middleware-host-header → @smithy/protocol-http}/LICENSE +0 -0
  915. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/README.md +0 -0
  916. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/Field.js +0 -0
  917. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/Fields.js +0 -0
  918. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/extensions/httpExtensionConfiguration.js +0 -0
  919. /package/node_modules/@smithy/{config-resolver/dist-cjs/endpointsConfig → protocol-http/dist-cjs/extensions}/index.js +0 -0
  920. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/httpHandler.js +0 -0
  921. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/httpRequest.js +0 -0
  922. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/httpResponse.js +0 -0
  923. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/index.js +0 -0
  924. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-cjs/isValidHostname.js +0 -0
  925. /package/node_modules/@smithy/{middleware-retry → protocol-http}/dist-cjs/types.js +0 -0
  926. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/Field.js +0 -0
  927. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/Fields.js +0 -0
  928. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/extensions/httpExtensionConfiguration.js +0 -0
  929. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/extensions/index.js +0 -0
  930. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/connection/manager.js → protocol-http/dist-es/httpHandler.js} +0 -0
  931. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/httpRequest.js +0 -0
  932. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/httpResponse.js +0 -0
  933. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/index.js +0 -0
  934. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-es/isValidHostname.js +0 -0
  935. /package/node_modules/@smithy/{util-retry → protocol-http}/dist-es/types.js +0 -0
  936. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/Field.d.ts +0 -0
  937. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/Fields.d.ts +0 -0
  938. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -0
  939. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/extensions/index.d.ts +0 -0
  940. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/httpHandler.d.ts +0 -0
  941. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/httpRequest.d.ts +0 -0
  942. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/httpResponse.d.ts +0 -0
  943. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/index.d.ts +0 -0
  944. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/isValidHostname.d.ts +0 -0
  945. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/Field.d.ts +0 -0
  946. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/Fields.d.ts +0 -0
  947. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -0
  948. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/extensions/index.d.ts +0 -0
  949. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/httpHandler.d.ts +0 -0
  950. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/httpRequest.d.ts +0 -0
  951. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/httpResponse.d.ts +0 -0
  952. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/index.d.ts +0 -0
  953. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/isValidHostname.d.ts +0 -0
  954. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/ts3.4/types.d.ts +0 -0
  955. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/dist-types/types.d.ts +0 -0
  956. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http → protocol-http}/package.json +0 -0
  957. /package/node_modules/{@aws-sdk/util-user-agent-browser → @smithy/querystring-builder}/LICENSE +0 -0
  958. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/README.md +0 -0
  959. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-cjs/index.js +0 -0
  960. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-es/index.js +0 -0
  961. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-types/index.d.ts +0 -0
  962. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/dist-types/ts3.4/index.d.ts +0 -0
  963. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/querystring-builder → querystring-builder}/package.json +0 -0
  964. /package/node_modules/{@aws-sdk/middleware-recursion-detection → @smithy/types}/LICENSE +0 -0
  965. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/README.md +0 -0
  966. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/abort.js +0 -0
  967. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpApiKeyAuth.js +0 -0
  968. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpAuthScheme.js +0 -0
  969. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -0
  970. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/HttpSigner.js +0 -0
  971. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/IdentityProviderConfig.js +0 -0
  972. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/auth/auth.js +0 -0
  973. /package/node_modules/@smithy/{config-resolver/dist-cjs/regionConfig → types/dist-cjs/auth}/index.js +0 -0
  974. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/blob/blob-payload-input-types.js +0 -0
  975. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/checksum.js +0 -0
  976. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/client.js +0 -0
  977. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/command.js +0 -0
  978. /package/node_modules/@smithy/{config-resolver/dist-cjs/regionConfig → types/dist-cjs/connection}/config.js +0 -0
  979. /package/node_modules/@smithy/{config-resolver/dist-cjs/regionInfo → types/dist-cjs/connection}/index.js +0 -0
  980. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/manager.js +0 -0
  981. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/connection/pool.js +0 -0
  982. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/crypto.js +0 -0
  983. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -0
  984. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/encode.js +0 -0
  985. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoint.js +0 -0
  986. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/EndpointRuleObject.js +0 -0
  987. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/ErrorRuleObject.js +0 -0
  988. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/RuleSetObject.js +0 -0
  989. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/TreeRuleObject.js +0 -0
  990. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/protocol-http/dist-cjs/extensions → types/dist-cjs/endpoints}/index.js +0 -0
  991. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/endpoints/shared.js +0 -0
  992. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/eventStream.js +0 -0
  993. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/checksum.js +0 -0
  994. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/defaultClientConfiguration.js +0 -0
  995. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -0
  996. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/auth → types/dist-cjs/extensions}/index.js +0 -0
  997. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/extensions/retry.js +0 -0
  998. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/externals-check/browser-externals-check.js +0 -0
  999. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/http/httpHandlerInitialization.js +0 -0
  1000. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/http.js +0 -0
  1001. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/apiKeyIdentity.js +0 -0
  1002. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/awsCredentialIdentity.js +0 -0
  1003. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/identity.js +0 -0
  1004. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-cjs/connection → types/dist-cjs/identity}/index.js +0 -0
  1005. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/identity/tokenIdentity.js +0 -0
  1006. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/index.js +0 -0
  1007. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/logger.js +0 -0
  1008. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/middleware.js +0 -0
  1009. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/pagination.js +0 -0
  1010. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/profile.js +0 -0
  1011. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/response.js +0 -0
  1012. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/retry.js +0 -0
  1013. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/serde.js +0 -0
  1014. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/shapes.js +0 -0
  1015. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/signature.js +0 -0
  1016. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/stream.js +0 -0
  1017. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -0
  1018. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -0
  1019. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -0
  1020. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transfer.js +0 -0
  1021. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/client-method-transforms.js +0 -0
  1022. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -0
  1023. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/exact.js +0 -0
  1024. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/no-undefined.js +0 -0
  1025. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/transform/type-transform.js +0 -0
  1026. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/uri.js +0 -0
  1027. /package/node_modules/@smithy/{middleware-retry → types}/dist-cjs/util.js +0 -0
  1028. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-cjs/waiter.js +0 -0
  1029. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/connection/pool.js → types/dist-es/abort.js} +0 -0
  1030. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/HttpApiKeyAuth.js +0 -0
  1031. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js → types/dist-es/auth/HttpAuthScheme.js} +0 -0
  1032. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js → types/dist-es/auth/HttpAuthSchemeProvider.js} +0 -0
  1033. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js → types/dist-es/auth/HttpSigner.js} +0 -0
  1034. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js → types/dist-es/auth/IdentityProviderConfig.js} +0 -0
  1035. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/auth.js +0 -0
  1036. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/auth/index.js +0 -0
  1037. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js → types/dist-es/blob/blob-payload-input-types.js} +0 -0
  1038. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/endpoints/shared.js → types/dist-es/checksum.js} +0 -0
  1039. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js → types/dist-es/client.js} +0 -0
  1040. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js → types/dist-es/command.js} +0 -0
  1041. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js → types/dist-es/connection/config.js} +0 -0
  1042. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/connection/index.js +0 -0
  1043. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js → types/dist-es/connection/manager.js} +0 -0
  1044. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js → types/dist-es/connection/pool.js} +0 -0
  1045. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/identity/identity.js → types/dist-es/crypto.js} +0 -0
  1046. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es → types/dist-es/downlevel-ts3.4}/transform/type-transform.js +0 -0
  1047. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js → types/dist-es/encode.js} +0 -0
  1048. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoint.js +0 -0
  1049. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/retry.js → types/dist-es/endpoints/EndpointRuleObject.js} +0 -0
  1050. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js → types/dist-es/endpoints/ErrorRuleObject.js} +0 -0
  1051. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js → types/dist-es/endpoints/RuleSetObject.js} +0 -0
  1052. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js → types/dist-es/endpoints/TreeRuleObject.js} +0 -0
  1053. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/endpoints/index.js +0 -0
  1054. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js → types/dist-es/endpoints/shared.js} +0 -0
  1055. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js → types/dist-es/eventStream.js} +0 -0
  1056. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/checksum.js +0 -0
  1057. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/defaultClientConfiguration.js +0 -0
  1058. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/transform/exact.js → types/dist-es/extensions/defaultExtensionConfiguration.js} +0 -0
  1059. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/extensions/index.js +0 -0
  1060. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types/dist-es/transform/no-undefined.js → types/dist-es/extensions/retry.js} +0 -0
  1061. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/http.js +0 -0
  1062. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/identity/index.js +0 -0
  1063. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/index.js +0 -0
  1064. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/middleware.js +0 -0
  1065. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/profile.js +0 -0
  1066. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-es/transfer.js +0 -0
  1067. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/abort.d.ts +0 -0
  1068. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpApiKeyAuth.d.ts +0 -0
  1069. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpAuthScheme.d.ts +0 -0
  1070. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -0
  1071. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/HttpSigner.d.ts +0 -0
  1072. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/IdentityProviderConfig.d.ts +0 -0
  1073. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/auth.d.ts +0 -0
  1074. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/auth/index.d.ts +0 -0
  1075. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/blob/blob-payload-input-types.d.ts +0 -0
  1076. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/checksum.d.ts +0 -0
  1077. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/client.d.ts +0 -0
  1078. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/command.d.ts +0 -0
  1079. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/config.d.ts +0 -0
  1080. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/index.d.ts +0 -0
  1081. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/manager.d.ts +0 -0
  1082. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/connection/pool.d.ts +0 -0
  1083. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/crypto.d.ts +0 -0
  1084. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
  1085. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/encode.d.ts +0 -0
  1086. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoint.d.ts +0 -0
  1087. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/EndpointRuleObject.d.ts +0 -0
  1088. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/ErrorRuleObject.d.ts +0 -0
  1089. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/RuleSetObject.d.ts +0 -0
  1090. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/TreeRuleObject.d.ts +0 -0
  1091. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/index.d.ts +0 -0
  1092. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/endpoints/shared.d.ts +0 -0
  1093. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/eventStream.d.ts +0 -0
  1094. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/checksum.d.ts +0 -0
  1095. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/defaultClientConfiguration.d.ts +0 -0
  1096. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -0
  1097. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/index.d.ts +0 -0
  1098. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/extensions/retry.d.ts +0 -0
  1099. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/externals-check/browser-externals-check.d.ts +0 -0
  1100. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/http/httpHandlerInitialization.d.ts +0 -0
  1101. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/http.d.ts +0 -0
  1102. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/apiKeyIdentity.d.ts +0 -0
  1103. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/awsCredentialIdentity.d.ts +0 -0
  1104. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/identity.d.ts +0 -0
  1105. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/index.d.ts +0 -0
  1106. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/identity/tokenIdentity.d.ts +0 -0
  1107. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/index.d.ts +0 -0
  1108. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/logger.d.ts +0 -0
  1109. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/middleware.d.ts +0 -0
  1110. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/pagination.d.ts +0 -0
  1111. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/profile.d.ts +0 -0
  1112. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/response.d.ts +0 -0
  1113. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/retry.d.ts +0 -0
  1114. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/serde.d.ts +0 -0
  1115. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/shapes.d.ts +0 -0
  1116. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/signature.d.ts +0 -0
  1117. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/stream.d.ts +0 -0
  1118. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -0
  1119. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
  1120. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
  1121. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transfer.d.ts +0 -0
  1122. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/client-method-transforms.d.ts +0 -0
  1123. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -0
  1124. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/exact.d.ts +0 -0
  1125. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/no-undefined.d.ts +0 -0
  1126. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/transform/type-transform.d.ts +0 -0
  1127. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/abort.d.ts +0 -0
  1128. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -0
  1129. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -0
  1130. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -0
  1131. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -0
  1132. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -0
  1133. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/auth.d.ts +0 -0
  1134. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/auth/index.d.ts +0 -0
  1135. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -0
  1136. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/checksum.d.ts +0 -0
  1137. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/client.d.ts +0 -0
  1138. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/command.d.ts +0 -0
  1139. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/config.d.ts +0 -0
  1140. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/index.d.ts +0 -0
  1141. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/manager.d.ts +0 -0
  1142. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/connection/pool.d.ts +0 -0
  1143. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/crypto.d.ts +0 -0
  1144. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -0
  1145. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/encode.d.ts +0 -0
  1146. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoint.d.ts +0 -0
  1147. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -0
  1148. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -0
  1149. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -0
  1150. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -0
  1151. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/index.d.ts +0 -0
  1152. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/endpoints/shared.d.ts +0 -0
  1153. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/eventStream.d.ts +0 -0
  1154. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/checksum.d.ts +0 -0
  1155. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -0
  1156. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -0
  1157. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/index.d.ts +0 -0
  1158. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/extensions/retry.d.ts +0 -0
  1159. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -0
  1160. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -0
  1161. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/http.d.ts +0 -0
  1162. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -0
  1163. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -0
  1164. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/identity.d.ts +0 -0
  1165. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/index.d.ts +0 -0
  1166. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -0
  1167. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/index.d.ts +0 -0
  1168. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/logger.d.ts +0 -0
  1169. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/middleware.d.ts +0 -0
  1170. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/pagination.d.ts +0 -0
  1171. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/profile.d.ts +0 -0
  1172. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/response.d.ts +0 -0
  1173. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/retry.d.ts +0 -0
  1174. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/serde.d.ts +0 -0
  1175. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/shapes.d.ts +0 -0
  1176. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/signature.d.ts +0 -0
  1177. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/stream.d.ts +0 -0
  1178. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -0
  1179. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -0
  1180. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -0
  1181. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transfer.d.ts +0 -0
  1182. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -0
  1183. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -0
  1184. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/exact.d.ts +0 -0
  1185. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/no-undefined.d.ts +0 -0
  1186. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/transform/type-transform.d.ts +0 -0
  1187. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/uri.d.ts +0 -0
  1188. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/util.d.ts +0 -0
  1189. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/ts3.4/waiter.d.ts +0 -0
  1190. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/uri.d.ts +0 -0
  1191. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/util.d.ts +0 -0
  1192. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/dist-types/waiter.d.ts +0 -0
  1193. /package/node_modules/@smithy/{node-http-handler/node_modules/@smithy/types → types}/package.json +0 -0
@@ -1,85 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Sha256 = void 0;
4
- var tslib_1 = require("tslib");
5
- var constants_1 = require("./constants");
6
- var RawSha256_1 = require("./RawSha256");
7
- var util_1 = require("@aws-crypto/util");
8
- var Sha256 = /** @class */ (function () {
9
- function Sha256(secret) {
10
- this.secret = secret;
11
- this.hash = new RawSha256_1.RawSha256();
12
- this.reset();
13
- }
14
- Sha256.prototype.update = function (toHash) {
15
- if ((0, util_1.isEmptyData)(toHash) || this.error) {
16
- return;
17
- }
18
- try {
19
- this.hash.update((0, util_1.convertToBuffer)(toHash));
20
- }
21
- catch (e) {
22
- this.error = e;
23
- }
24
- };
25
- /* This synchronous method keeps compatibility
26
- * with the v2 aws-sdk.
27
- */
28
- Sha256.prototype.digestSync = function () {
29
- if (this.error) {
30
- throw this.error;
31
- }
32
- if (this.outer) {
33
- if (!this.outer.finished) {
34
- this.outer.update(this.hash.digest());
35
- }
36
- return this.outer.digest();
37
- }
38
- return this.hash.digest();
39
- };
40
- /* The underlying digest method here is synchronous.
41
- * To keep the same interface with the other hash functions
42
- * the default is to expose this as an async method.
43
- * However, it can sometimes be useful to have a sync method.
44
- */
45
- Sha256.prototype.digest = function () {
46
- return tslib_1.__awaiter(this, void 0, void 0, function () {
47
- return tslib_1.__generator(this, function (_a) {
48
- return [2 /*return*/, this.digestSync()];
49
- });
50
- });
51
- };
52
- Sha256.prototype.reset = function () {
53
- this.hash = new RawSha256_1.RawSha256();
54
- if (this.secret) {
55
- this.outer = new RawSha256_1.RawSha256();
56
- var inner = bufferFromSecret(this.secret);
57
- var outer = new Uint8Array(constants_1.BLOCK_SIZE);
58
- outer.set(inner);
59
- for (var i = 0; i < constants_1.BLOCK_SIZE; i++) {
60
- inner[i] ^= 0x36;
61
- outer[i] ^= 0x5c;
62
- }
63
- this.hash.update(inner);
64
- this.outer.update(outer);
65
- // overwrite the copied key in memory
66
- for (var i = 0; i < inner.byteLength; i++) {
67
- inner[i] = 0;
68
- }
69
- }
70
- };
71
- return Sha256;
72
- }());
73
- exports.Sha256 = Sha256;
74
- function bufferFromSecret(secret) {
75
- var input = (0, util_1.convertToBuffer)(secret);
76
- if (input.byteLength > constants_1.BLOCK_SIZE) {
77
- var bufferHash = new RawSha256_1.RawSha256();
78
- bufferHash.update(input);
79
- input = bufferHash.digest();
80
- }
81
- var buffer = new Uint8Array(constants_1.BLOCK_SIZE);
82
- buffer.set(input);
83
- return buffer;
84
- }
85
- //# sourceMappingURL=jsSha256.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jsSha256.js","sourceRoot":"","sources":["../../src/jsSha256.ts"],"names":[],"mappings":";;;;AAAA,yCAAyC;AACzC,yCAAwC;AAExC,yCAAgE;AAEhE;IAME,gBAAY,MAAmB;QAC7B,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,CAAC,IAAI,GAAG,IAAI,qBAAS,EAAE,CAAC;QAC5B,IAAI,CAAC,KAAK,EAAE,CAAC;IACf,CAAC;IAED,uBAAM,GAAN,UAAO,MAAkB;QACvB,IAAI,IAAA,kBAAW,EAAC,MAAM,CAAC,IAAI,IAAI,CAAC,KAAK,EAAE;YACrC,OAAO;SACR;QAED,IAAI;YACF,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,IAAA,sBAAe,EAAC,MAAM,CAAC,CAAC,CAAC;SAC3C;QAAC,OAAO,CAAC,EAAE;YACV,IAAI,CAAC,KAAK,GAAG,CAAC,CAAC;SAChB;IACH,CAAC;IAED;;OAEG;IACH,2BAAU,GAAV;QACE,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,MAAM,IAAI,CAAC,KAAK,CAAC;SAClB;QAED,IAAI,IAAI,CAAC,KAAK,EAAE;YACd,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE;gBACxB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;aACvC;YAED,OAAO,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE,CAAC;SAC5B;QAED,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACG,uBAAM,GAAZ;;;gBACE,sBAAO,IAAI,CAAC,UAAU,EAAE,EAAC;;;KAC1B;IAED,sBAAK,GAAL;QACE,IAAI,CAAC,IAAI,GAAG,IAAI,qBAAS,EAAE,CAAC;QAC5B,IAAI,IAAI,CAAC,MAAM,EAAE;YACf,IAAI,CAAC,KAAK,GAAG,IAAI,qBAAS,EAAE,CAAC;YAC7B,IAAM,KAAK,GAAG,gBAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAC5C,IAAM,KAAK,GAAG,IAAI,UAAU,CAAC,sBAAU,CAAC,CAAC;YACzC,KAAK,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;YAEjB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,sBAAU,EAAE,CAAC,EAAE,EAAE;gBACnC,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC;gBACjB,KAAK,CAAC,CAAC,CAAC,IAAI,IAAI,CAAC;aAClB;YAED,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YACxB,IAAI,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YAEzB,qCAAqC;YACrC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,UAAU,EAAE,CAAC,EAAE,EAAE;gBACzC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;aACd;SACF;IACH,CAAC;IACH,aAAC;AAAD,CAAC,AA1ED,IA0EC;AA1EY,wBAAM;AA4EnB,SAAS,gBAAgB,CAAC,MAAkB;IAC1C,IAAI,KAAK,GAAG,IAAA,sBAAe,EAAC,MAAM,CAAC,CAAC;IAEpC,IAAI,KAAK,CAAC,UAAU,GAAG,sBAAU,EAAE;QACjC,IAAM,UAAU,GAAG,IAAI,qBAAS,EAAE,CAAC;QACnC,UAAU,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QACzB,KAAK,GAAG,UAAU,CAAC,MAAM,EAAE,CAAC;KAC7B;IAED,IAAM,MAAM,GAAG,IAAI,UAAU,CAAC,sBAAU,CAAC,CAAC;IAC1C,MAAM,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAClB,OAAO,MAAM,CAAC;AAChB,CAAC"}
@@ -1,5 +0,0 @@
1
- export declare const hashTestVectors: Array<[Uint8Array, Uint8Array]>;
2
- /**
3
- * @see https://tools.ietf.org/html/rfc4231
4
- */
5
- export declare const hmacTestVectors: Array<[Uint8Array, Uint8Array, Uint8Array]>;
@@ -1,322 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.hmacTestVectors = exports.hashTestVectors = void 0;
4
- var util_hex_encoding_1 = require("@aws-sdk/util-hex-encoding");
5
- var millionChars = new Uint8Array(1000000);
6
- for (var i = 0; i < 1000000; i++) {
7
- millionChars[i] = 97;
8
- }
9
- exports.hashTestVectors = [
10
- [
11
- Uint8Array.from([97, 98, 99]),
12
- (0, util_hex_encoding_1.fromHex)("ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad")
13
- ],
14
- [
15
- new Uint8Array(0),
16
- (0, util_hex_encoding_1.fromHex)("e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
17
- ],
18
- [
19
- (0, util_hex_encoding_1.fromHex)("61"),
20
- (0, util_hex_encoding_1.fromHex)("ca978112ca1bbdcafac231b39a23dc4da786eff8147c4e72b9807785afee48bb")
21
- ],
22
- [
23
- (0, util_hex_encoding_1.fromHex)("6161"),
24
- (0, util_hex_encoding_1.fromHex)("961b6dd3ede3cb8ecbaacbd68de040cd78eb2ed5889130cceb4c49268ea4d506")
25
- ],
26
- [
27
- (0, util_hex_encoding_1.fromHex)("616161"),
28
- (0, util_hex_encoding_1.fromHex)("9834876dcfb05cb167a5c24953eba58c4ac89b1adf57f28f2f9d09af107ee8f0")
29
- ],
30
- [
31
- (0, util_hex_encoding_1.fromHex)("61616161"),
32
- (0, util_hex_encoding_1.fromHex)("61be55a8e2f6b4e172338bddf184d6dbee29c98853e0a0485ecee7f27b9af0b4")
33
- ],
34
- [
35
- (0, util_hex_encoding_1.fromHex)("6161616161"),
36
- (0, util_hex_encoding_1.fromHex)("ed968e840d10d2d313a870bc131a4e2c311d7ad09bdf32b3418147221f51a6e2")
37
- ],
38
- [
39
- (0, util_hex_encoding_1.fromHex)("616161616161"),
40
- (0, util_hex_encoding_1.fromHex)("ed02457b5c41d964dbd2f2a609d63fe1bb7528dbe55e1abf5b52c249cd735797")
41
- ],
42
- [
43
- (0, util_hex_encoding_1.fromHex)("61616161616161"),
44
- (0, util_hex_encoding_1.fromHex)("e46240714b5db3a23eee60479a623efba4d633d27fe4f03c904b9e219a7fbe60")
45
- ],
46
- [
47
- (0, util_hex_encoding_1.fromHex)("6161616161616161"),
48
- (0, util_hex_encoding_1.fromHex)("1f3ce40415a2081fa3eee75fc39fff8e56c22270d1a978a7249b592dcebd20b4")
49
- ],
50
- [
51
- (0, util_hex_encoding_1.fromHex)("616161616161616161"),
52
- (0, util_hex_encoding_1.fromHex)("f2aca93b80cae681221f0445fa4e2cae8a1f9f8fa1e1741d9639caad222f537d")
53
- ],
54
- [
55
- (0, util_hex_encoding_1.fromHex)("61616161616161616161"),
56
- (0, util_hex_encoding_1.fromHex)("bf2cb58a68f684d95a3b78ef8f661c9a4e5b09e82cc8f9cc88cce90528caeb27")
57
- ],
58
- [
59
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161"),
60
- (0, util_hex_encoding_1.fromHex)("28cb017dfc99073aa1b47c1b30f413e3ce774c4991eb4158de50f9dbb36d8043")
61
- ],
62
- [
63
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161"),
64
- (0, util_hex_encoding_1.fromHex)("f24abc34b13fade76e805799f71187da6cd90b9cac373ae65ed57f143bd664e5")
65
- ],
66
- [
67
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161"),
68
- (0, util_hex_encoding_1.fromHex)("a689d786e81340e45511dec6c7ab2d978434e5db123362450fe10cfac70d19d0")
69
- ],
70
- [
71
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161"),
72
- (0, util_hex_encoding_1.fromHex)("82cab7df0abfb9d95dca4e5937ce2968c798c726fea48c016bf9763221efda13")
73
- ],
74
- [
75
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161"),
76
- (0, util_hex_encoding_1.fromHex)("ef2df0b539c6c23de0f4cbe42648c301ae0e22e887340a4599fb4ef4e2678e48")
77
- ],
78
- [
79
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161"),
80
- (0, util_hex_encoding_1.fromHex)("0c0beacef8877bbf2416eb00f2b5dc96354e26dd1df5517320459b1236860f8c")
81
- ],
82
- [
83
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161"),
84
- (0, util_hex_encoding_1.fromHex)("b860666ee2966dd8f903be44ee605c6e1366f926d9f17a8f49937d11624eb99d")
85
- ],
86
- [
87
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161"),
88
- (0, util_hex_encoding_1.fromHex)("c926defaaa3d13eda2fc63a553bb7fb7326bece6e7cb67ca5296e4727d89bab4")
89
- ],
90
- [
91
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161"),
92
- (0, util_hex_encoding_1.fromHex)("a0b4aaab8a966e2193ba172d68162c4656860197f256b5f45f0203397ff3f99c")
93
- ],
94
- [
95
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161"),
96
- (0, util_hex_encoding_1.fromHex)("42492da06234ad0ac76f5d5debdb6d1ae027cffbe746a1c13b89bb8bc0139137")
97
- ],
98
- [
99
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161"),
100
- (0, util_hex_encoding_1.fromHex)("7df8e299c834de198e264c3e374bc58ecd9382252a705c183beb02f275571e3b")
101
- ],
102
- [
103
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161"),
104
- (0, util_hex_encoding_1.fromHex)("ec7c494df6d2a7ea36668d656e6b8979e33641bfea378c15038af3964db057a3")
105
- ],
106
- [
107
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161"),
108
- (0, util_hex_encoding_1.fromHex)("897d3e95b65f26676081f8b9f3a98b6ee4424566303e8d4e7c7522ebae219eab")
109
- ],
110
- [
111
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161"),
112
- (0, util_hex_encoding_1.fromHex)("09f61f8d9cd65e6a0c258087c485b6293541364e42bd97b2d7936580c8aa3c54")
113
- ],
114
- [
115
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161"),
116
- (0, util_hex_encoding_1.fromHex)("2f521e2a7d0bd812cbc035f4ed6806eb8d851793b04ba147e8f66b72f5d1f20f")
117
- ],
118
- [
119
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161"),
120
- (0, util_hex_encoding_1.fromHex)("9976d549a25115dab4e36d0c1fb8f31cb07da87dd83275977360eb7dc09e88de")
121
- ],
122
- [
123
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161"),
124
- (0, util_hex_encoding_1.fromHex)("cc0616e61cbd6e8e5e34e9fb2d320f37de915820206f5696c31f1fbd24aa16de")
125
- ],
126
- [
127
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161"),
128
- (0, util_hex_encoding_1.fromHex)("9c547cb8115a44883b9f70ba68f75117cd55359c92611875e386f8af98c172ab")
129
- ],
130
- [
131
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161"),
132
- (0, util_hex_encoding_1.fromHex)("6913c9c7fd42fe23df8b6bcd4dbaf1c17748948d97f2980b432319c39eddcf6c")
133
- ],
134
- [
135
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161"),
136
- (0, util_hex_encoding_1.fromHex)("3a54fc0cbc0b0ef48b6507b7788096235d10292dd3ae24e22f5aa062d4f9864a")
137
- ],
138
- [
139
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161"),
140
- (0, util_hex_encoding_1.fromHex)("61c60b487d1a921e0bcc9bf853dda0fb159b30bf57b2e2d2c753b00be15b5a09")
141
- ],
142
- [
143
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161"),
144
- (0, util_hex_encoding_1.fromHex)("3ba3f5f43b92602683c19aee62a20342b084dd5971ddd33808d81a328879a547")
145
- ],
146
- [
147
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161"),
148
- (0, util_hex_encoding_1.fromHex)("852785c805c77e71a22340a54e9d95933ed49121e7d2bf3c2d358854bc1359ea")
149
- ],
150
- [
151
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161"),
152
- (0, util_hex_encoding_1.fromHex)("a27c896c4859204843166af66f0e902b9c3b3ed6d2fd13d435abc020065c526f")
153
- ],
154
- [
155
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161"),
156
- (0, util_hex_encoding_1.fromHex)("629362afc62c74497caed2272e30f8125ecd0965f8d8d7cfc4e260f7f8dd319d")
157
- ],
158
- [
159
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161"),
160
- (0, util_hex_encoding_1.fromHex)("22c1d24bcd03e9aee9832efccd6da613fc702793178e5f12c945c7b67ddda933")
161
- ],
162
- [
163
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161"),
164
- (0, util_hex_encoding_1.fromHex)("21ec055b38ce759cd4d0f477e9bdec2c5b8199945db4439bae334a964df6246c")
165
- ],
166
- [
167
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161"),
168
- (0, util_hex_encoding_1.fromHex)("365a9c3e2c2af0a56e47a9dac51c2c5381bf8f41273bad3175e0e619126ad087")
169
- ],
170
- [
171
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161"),
172
- (0, util_hex_encoding_1.fromHex)("b4d5e56e929ba4cda349e9274e3603d0be246b82016bca20f363963c5f2d6845")
173
- ],
174
- [
175
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161"),
176
- (0, util_hex_encoding_1.fromHex)("e33cdf9c7f7120b98e8c78408953e07f2ecd183006b5606df349b4c212acf43e")
177
- ],
178
- [
179
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
180
- (0, util_hex_encoding_1.fromHex)("c0f8bd4dbc2b0c03107c1c37913f2a7501f521467f45dd0fef6958e9a4692719")
181
- ],
182
- [
183
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
184
- (0, util_hex_encoding_1.fromHex)("7a538607fdaab9296995929f451565bbb8142e1844117322aafd2b3d76b01aff")
185
- ],
186
- [
187
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
188
- (0, util_hex_encoding_1.fromHex)("66d34fba71f8f450f7e45598853e53bfc23bbd129027cbb131a2f4ffd7878cd0")
189
- ],
190
- [
191
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
192
- (0, util_hex_encoding_1.fromHex)("16849877c6c21ef0bfa68e4f6747300ddb171b170b9f00e189edc4c2fc4db93e")
193
- ],
194
- [
195
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
196
- (0, util_hex_encoding_1.fromHex)("52789e3423b72beeb898456a4f49662e46b0cbb960784c5ef4b1399d327e7c27")
197
- ],
198
- [
199
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
200
- (0, util_hex_encoding_1.fromHex)("6643110c5628fff59edf76d82d5bf573bf800f16a4d65dfb1e5d6f1a46296d0b")
201
- ],
202
- [
203
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
204
- (0, util_hex_encoding_1.fromHex)("11eaed932c6c6fddfc2efc394e609facf4abe814fc6180d03b14fce13a07d0e5")
205
- ],
206
- [
207
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
208
- (0, util_hex_encoding_1.fromHex)("97daac0ee9998dfcad6c9c0970da5ca411c86233a944c25b47566f6a7bc1ddd5")
209
- ],
210
- [
211
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
212
- (0, util_hex_encoding_1.fromHex)("8f9bec6a62dd28ebd36d1227745592de6658b36974a3bb98a4c582f683ea6c42")
213
- ],
214
- [
215
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
216
- (0, util_hex_encoding_1.fromHex)("160b4e433e384e05e537dc59b467f7cb2403f0214db15c5db58862a3f1156d2e")
217
- ],
218
- [
219
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
220
- (0, util_hex_encoding_1.fromHex)("bfc5fe0e360152ca98c50fab4ed7e3078c17debc2917740d5000913b686ca129")
221
- ],
222
- [
223
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
224
- (0, util_hex_encoding_1.fromHex)("6c1b3dc7a706b9dc81352a6716b9c666c608d8626272c64b914ab05572fc6e84")
225
- ],
226
- [
227
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
228
- (0, util_hex_encoding_1.fromHex)("abe346a7259fc90b4c27185419628e5e6af6466b1ae9b5446cac4bfc26cf05c4")
229
- ],
230
- [
231
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
232
- (0, util_hex_encoding_1.fromHex)("a3f01b6939256127582ac8ae9fb47a382a244680806a3f613a118851c1ca1d47")
233
- ],
234
- [
235
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
236
- (0, util_hex_encoding_1.fromHex)("9f4390f8d30c2dd92ec9f095b65e2b9ae9b0a925a5258e241c9f1e910f734318")
237
- ],
238
- [
239
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
240
- (0, util_hex_encoding_1.fromHex)("b35439a4ac6f0948b6d6f9e3c6af0f5f590ce20f1bde7090ef7970686ec6738a")
241
- ],
242
- [
243
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
244
- (0, util_hex_encoding_1.fromHex)("f13b2d724659eb3bf47f2dd6af1accc87b81f09f59f2b75e5c0bed6589dfe8c6")
245
- ],
246
- [
247
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
248
- (0, util_hex_encoding_1.fromHex)("d5c039b748aa64665782974ec3dc3025c042edf54dcdc2b5de31385b094cb678")
249
- ],
250
- [
251
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
252
- (0, util_hex_encoding_1.fromHex)("111bb261277afd65f0744b247cd3e47d386d71563d0ed995517807d5ebd4fba3")
253
- ],
254
- [
255
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
256
- (0, util_hex_encoding_1.fromHex)("11ee391211c6256460b6ed375957fadd8061cafbb31daf967db875aebd5aaad4")
257
- ],
258
- [
259
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
260
- (0, util_hex_encoding_1.fromHex)("35d5fc17cfbbadd00f5e710ada39f194c5ad7c766ad67072245f1fad45f0f530")
261
- ],
262
- [
263
- (0, util_hex_encoding_1.fromHex)("6161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
264
- (0, util_hex_encoding_1.fromHex)("f506898cc7c2e092f9eb9fadae7ba50383f5b46a2a4fe5597dbb553a78981268")
265
- ],
266
- [
267
- (0, util_hex_encoding_1.fromHex)("616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
268
- (0, util_hex_encoding_1.fromHex)("7d3e74a05d7db15bce4ad9ec0658ea98e3f06eeecf16b4c6fff2da457ddc2f34")
269
- ],
270
- [
271
- (0, util_hex_encoding_1.fromHex)("61616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161616161"),
272
- (0, util_hex_encoding_1.fromHex)("ffe054fe7ae0cb6dc65c3af9b61d5209f439851db43d0ba5997337df154668eb")
273
- ],
274
- [
275
- (0, util_hex_encoding_1.fromHex)("de188941a3375d3a8a061e67576e926dc71a7fa3f0cceb97452b4d3227965f9ea8cc75076d9fb9c5417aa5cb30fc22198b34982dbb629e"),
276
- (0, util_hex_encoding_1.fromHex)("038051e9c324393bd1ca1978dd0952c2aa3742ca4f1bd5cd4611cea83892d382")
277
- ],
278
- [
279
- millionChars,
280
- (0, util_hex_encoding_1.fromHex)("cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0")
281
- ],
282
- [
283
- (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"),
284
- (0, util_hex_encoding_1.fromHex)("45ad4b37c6e2fc0a2cfcc1b5da524132ec707615c2cae1dbbc43c97aa521db81")
285
- ]
286
- ];
287
- /**
288
- * @see https://tools.ietf.org/html/rfc4231
289
- */
290
- exports.hmacTestVectors = [
291
- [
292
- (0, util_hex_encoding_1.fromHex)("0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b0b"),
293
- (0, util_hex_encoding_1.fromHex)("4869205468657265"),
294
- (0, util_hex_encoding_1.fromHex)("b0344c61d8db38535ca8afceaf0bf12b881dc200c9833da726e9376c2e32cff7")
295
- ],
296
- [
297
- (0, util_hex_encoding_1.fromHex)("4a656665"),
298
- (0, util_hex_encoding_1.fromHex)("7768617420646f2079612077616e7420666f72206e6f7468696e673f"),
299
- (0, util_hex_encoding_1.fromHex)("5bdcc146bf60754e6a042426089575c75a003f089d2739839dec58b964ec3843")
300
- ],
301
- [
302
- (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"),
303
- (0, util_hex_encoding_1.fromHex)("dddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd"),
304
- (0, util_hex_encoding_1.fromHex)("773ea91e36800e46854db8ebd09181a72959098b3ef8c122d9635514ced565fe")
305
- ],
306
- [
307
- (0, util_hex_encoding_1.fromHex)("0102030405060708090a0b0c0d0e0f10111213141516171819"),
308
- (0, util_hex_encoding_1.fromHex)("cdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcdcd"),
309
- (0, util_hex_encoding_1.fromHex)("82558a389a443c0ea4cc819899f2083a85f0faa3e578f8077a2e3ff46729665b")
310
- ],
311
- [
312
- (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"),
313
- (0, util_hex_encoding_1.fromHex)("54657374205573696e67204c6172676572205468616e20426c6f636b2d53697a65204b6579202d2048617368204b6579204669727374"),
314
- (0, util_hex_encoding_1.fromHex)("60e431591ee0b67f0d8a26aacbf5b77f8e0bc6213728c5140546040f0ee37f54")
315
- ],
316
- [
317
- (0, util_hex_encoding_1.fromHex)("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"),
318
- (0, util_hex_encoding_1.fromHex)("5468697320697320612074657374207573696e672061206c6172676572207468616e20626c6f636b2d73697a65206b657920616e642061206c6172676572207468616e20626c6f636b2d73697a6520646174612e20546865206b6579206e6565647320746f20626520686173686564206265666f7265206265696e6720757365642062792074686520484d414320616c676f726974686d2e"),
319
- (0, util_hex_encoding_1.fromHex)("9b09ffa71b942fcb27635fbcd5b0e944bfdc63644f0713938a7f51535c3a35e2")
320
- ]
321
- ];
322
- //# sourceMappingURL=knownHashes.fixture.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"knownHashes.fixture.js","sourceRoot":"","sources":["../../src/knownHashes.fixture.ts"],"names":[],"mappings":"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"}
@@ -1,17 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare class RawSha256 {
5
- private state;
6
- private temp;
7
- private buffer;
8
- private bufferLength;
9
- private bytesHashed;
10
- /**
11
- * @internal
12
- */
13
- finished: boolean;
14
- update(data: Uint8Array): void;
15
- digest(): Uint8Array;
16
- private hashBuffer;
17
- }
@@ -1,121 +0,0 @@
1
- import { BLOCK_SIZE, DIGEST_LENGTH, INIT, KEY, MAX_HASHABLE_LENGTH } from "./constants";
2
- /**
3
- * @internal
4
- */
5
- var RawSha256 = /** @class */ (function () {
6
- function RawSha256() {
7
- this.state = Int32Array.from(INIT);
8
- this.temp = new Int32Array(64);
9
- this.buffer = new Uint8Array(64);
10
- this.bufferLength = 0;
11
- this.bytesHashed = 0;
12
- /**
13
- * @internal
14
- */
15
- this.finished = false;
16
- }
17
- RawSha256.prototype.update = function (data) {
18
- if (this.finished) {
19
- throw new Error("Attempted to update an already finished hash.");
20
- }
21
- var position = 0;
22
- var byteLength = data.byteLength;
23
- this.bytesHashed += byteLength;
24
- if (this.bytesHashed * 8 > MAX_HASHABLE_LENGTH) {
25
- throw new Error("Cannot hash more than 2^53 - 1 bits");
26
- }
27
- while (byteLength > 0) {
28
- this.buffer[this.bufferLength++] = data[position++];
29
- byteLength--;
30
- if (this.bufferLength === BLOCK_SIZE) {
31
- this.hashBuffer();
32
- this.bufferLength = 0;
33
- }
34
- }
35
- };
36
- RawSha256.prototype.digest = function () {
37
- if (!this.finished) {
38
- var bitsHashed = this.bytesHashed * 8;
39
- var bufferView = new DataView(this.buffer.buffer, this.buffer.byteOffset, this.buffer.byteLength);
40
- var undecoratedLength = this.bufferLength;
41
- bufferView.setUint8(this.bufferLength++, 0x80);
42
- // Ensure the final block has enough room for the hashed length
43
- if (undecoratedLength % BLOCK_SIZE >= BLOCK_SIZE - 8) {
44
- for (var i = this.bufferLength; i < BLOCK_SIZE; i++) {
45
- bufferView.setUint8(i, 0);
46
- }
47
- this.hashBuffer();
48
- this.bufferLength = 0;
49
- }
50
- for (var i = this.bufferLength; i < BLOCK_SIZE - 8; i++) {
51
- bufferView.setUint8(i, 0);
52
- }
53
- bufferView.setUint32(BLOCK_SIZE - 8, Math.floor(bitsHashed / 0x100000000), true);
54
- bufferView.setUint32(BLOCK_SIZE - 4, bitsHashed);
55
- this.hashBuffer();
56
- this.finished = true;
57
- }
58
- // The value in state is little-endian rather than big-endian, so flip
59
- // each word into a new Uint8Array
60
- var out = new Uint8Array(DIGEST_LENGTH);
61
- for (var i = 0; i < 8; i++) {
62
- out[i * 4] = (this.state[i] >>> 24) & 0xff;
63
- out[i * 4 + 1] = (this.state[i] >>> 16) & 0xff;
64
- out[i * 4 + 2] = (this.state[i] >>> 8) & 0xff;
65
- out[i * 4 + 3] = (this.state[i] >>> 0) & 0xff;
66
- }
67
- return out;
68
- };
69
- RawSha256.prototype.hashBuffer = function () {
70
- var _a = this, buffer = _a.buffer, state = _a.state;
71
- var state0 = state[0], state1 = state[1], state2 = state[2], state3 = state[3], state4 = state[4], state5 = state[5], state6 = state[6], state7 = state[7];
72
- for (var i = 0; i < BLOCK_SIZE; i++) {
73
- if (i < 16) {
74
- this.temp[i] =
75
- ((buffer[i * 4] & 0xff) << 24) |
76
- ((buffer[i * 4 + 1] & 0xff) << 16) |
77
- ((buffer[i * 4 + 2] & 0xff) << 8) |
78
- (buffer[i * 4 + 3] & 0xff);
79
- }
80
- else {
81
- var u = this.temp[i - 2];
82
- var t1_1 = ((u >>> 17) | (u << 15)) ^ ((u >>> 19) | (u << 13)) ^ (u >>> 10);
83
- u = this.temp[i - 15];
84
- var t2_1 = ((u >>> 7) | (u << 25)) ^ ((u >>> 18) | (u << 14)) ^ (u >>> 3);
85
- this.temp[i] =
86
- ((t1_1 + this.temp[i - 7]) | 0) + ((t2_1 + this.temp[i - 16]) | 0);
87
- }
88
- var t1 = ((((((state4 >>> 6) | (state4 << 26)) ^
89
- ((state4 >>> 11) | (state4 << 21)) ^
90
- ((state4 >>> 25) | (state4 << 7))) +
91
- ((state4 & state5) ^ (~state4 & state6))) |
92
- 0) +
93
- ((state7 + ((KEY[i] + this.temp[i]) | 0)) | 0)) |
94
- 0;
95
- var t2 = ((((state0 >>> 2) | (state0 << 30)) ^
96
- ((state0 >>> 13) | (state0 << 19)) ^
97
- ((state0 >>> 22) | (state0 << 10))) +
98
- ((state0 & state1) ^ (state0 & state2) ^ (state1 & state2))) |
99
- 0;
100
- state7 = state6;
101
- state6 = state5;
102
- state5 = state4;
103
- state4 = (state3 + t1) | 0;
104
- state3 = state2;
105
- state2 = state1;
106
- state1 = state0;
107
- state0 = (t1 + t2) | 0;
108
- }
109
- state[0] += state0;
110
- state[1] += state1;
111
- state[2] += state2;
112
- state[3] += state3;
113
- state[4] += state4;
114
- state[5] += state5;
115
- state[6] += state6;
116
- state[7] += state7;
117
- };
118
- return RawSha256;
119
- }());
120
- export { RawSha256 };
121
- //# sourceMappingURL=RawSha256.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RawSha256.js","sourceRoot":"","sources":["../../src/RawSha256.ts"],"names":[],"mappings":"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"}
@@ -1,20 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare const BLOCK_SIZE: number;
5
- /**
6
- * @internal
7
- */
8
- export declare const DIGEST_LENGTH: number;
9
- /**
10
- * @internal
11
- */
12
- export declare const KEY: Uint32Array;
13
- /**
14
- * @internal
15
- */
16
- export declare const INIT: number[];
17
- /**
18
- * @internal
19
- */
20
- export declare const MAX_HASHABLE_LENGTH: number;