@shawnstack/quickforge 1.2.7 → 1.2.9

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 (858) hide show
  1. package/README.md +11 -6
  2. package/bin/quickforge.mjs +225 -0
  3. package/dist/assets/{anthropic-D8RiSrgU.js → anthropic-Djv-yfjG.js} +1 -1
  4. package/dist/assets/{azure-openai-responses-HfSOab1-.js → azure-openai-responses-CPKUoCEU.js} +1 -1
  5. package/dist/assets/{google-Dji--Rfh.js → google-C-R-u2qc.js} +1 -1
  6. package/dist/assets/{google-gemini-cli-DKeZCHCN.js → google-gemini-cli-dDAuABJc.js} +1 -1
  7. package/dist/assets/{google-vertex-CGyFU8XU.js → google-vertex-_Wbk8kup.js} +1 -1
  8. package/dist/assets/{index-DfjF6DZy.js → index-BX7ubNTi.js} +3 -3
  9. package/dist/assets/{mistral-BTn79foK.js → mistral-BRgU1d4N.js} +1 -1
  10. package/dist/assets/{openai-codex-responses-B3Ezwiv-.js → openai-codex-responses-vU6EYFL-.js} +1 -1
  11. package/dist/assets/{openai-completions-D_uj22TO.js → openai-completions-Ihn7oMVQ.js} +1 -1
  12. package/dist/assets/{openai-responses-CdzNOmkt.js → openai-responses-C9WUeUKV.js} +1 -1
  13. package/dist/assets/{openai-responses-shared-WH1q9OEz.js → openai-responses-shared-Cv0LKYNf.js} +1 -1
  14. package/dist/index.html +1 -1
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +2 -2
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +4 -4
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +38 -39
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +3 -3
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +14 -16
  21. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +20 -24
  22. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +2 -2
  23. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +9 -10
  24. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +1 -1
  25. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +6 -6
  26. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  27. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +2 -2
  28. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +2 -2
  29. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +2 -2
  30. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/CountTokensCommand.js +2 -2
  31. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/GetAsyncInvokeCommand.js +2 -2
  32. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +2 -2
  33. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithBidirectionalStreamCommand.js +2 -2
  34. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +2 -2
  35. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ListAsyncInvokesCommand.js +2 -2
  36. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/StartAsyncInvokeCommand.js +2 -2
  37. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/bdd.js +1 -1
  38. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
  39. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/BedrockRuntimeServiceException.js +1 -1
  40. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +5 -7
  41. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +5 -9
  42. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +1 -1
  43. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +3 -4
  44. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +2 -2
  45. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +6 -6
  46. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ApplyGuardrailCommand.d.ts +6 -4
  47. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseCommand.d.ts +6 -4
  48. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseStreamCommand.d.ts +6 -4
  49. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/CountTokensCommand.d.ts +6 -4
  50. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/GetAsyncInvokeCommand.d.ts +6 -4
  51. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelCommand.d.ts +7 -5
  52. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +6 -4
  53. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithResponseStreamCommand.d.ts +6 -4
  54. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ListAsyncInvokesCommand.d.ts +6 -4
  55. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/StartAsyncInvokeCommand.d.ts +6 -4
  56. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/endpoint/bdd.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/extensionConfiguration.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/BedrockRuntimeServiceException.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/errors.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +2 -2
  62. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +2 -2
  63. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +12 -18
  64. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ApplyGuardrailCommand.d.ts +6 -4
  65. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseCommand.d.ts +6 -8
  66. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseStreamCommand.d.ts +6 -4
  67. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/CountTokensCommand.d.ts +6 -4
  68. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/GetAsyncInvokeCommand.d.ts +6 -4
  69. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelCommand.d.ts +7 -5
  70. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +6 -4
  71. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithResponseStreamCommand.d.ts +6 -4
  72. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ListAsyncInvokesCommand.d.ts +6 -4
  73. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/StartAsyncInvokeCommand.d.ts +6 -4
  74. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/BedrockRuntimeServiceException.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/errors.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  80. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  81. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +18 -43
  82. package/node_modules/@aws-sdk/core/dist-cjs/index.js +65 -51
  83. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  84. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +2 -2
  85. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  86. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +56 -41
  87. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  88. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  89. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +1 -1
  90. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  91. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  92. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  93. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  94. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -1
  95. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  96. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  97. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +7 -6
  98. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
  99. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
  100. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  101. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  102. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  103. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +28 -13
  104. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  105. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -3
  106. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
  107. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  108. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -3
  109. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  110. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  111. package/node_modules/@aws-sdk/{util-format-url/dist-es/index.js → core/dist-es/submodules/util/util-format-url/format-url.js} +1 -1
  112. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +1 -0
  113. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
  114. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  115. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  116. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  117. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  118. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  119. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
  120. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +1 -0
  121. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  122. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  123. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  124. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
  126. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
  127. package/node_modules/@aws-sdk/core/package.json +16 -13
  128. package/node_modules/@aws-sdk/core/util.d.ts +7 -0
  129. package/node_modules/@aws-sdk/core/util.js +5 -0
  130. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  131. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  132. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  133. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  134. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  135. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  137. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  138. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  139. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  140. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  141. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  142. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
  143. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  144. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
  145. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  146. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  147. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  148. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  149. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  150. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
  151. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
  152. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
  158. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
  159. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  160. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  161. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  162. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
  163. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  164. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  165. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  166. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  167. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
  168. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
  169. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  170. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  171. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  172. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  173. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  174. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
  175. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
  176. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  177. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  178. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  179. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
  180. package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +2 -2
  181. package/node_modules/@aws-sdk/eventstream-handler-node/dist-es/EventStreamPayloadHandler.js +1 -1
  182. package/node_modules/@aws-sdk/eventstream-handler-node/dist-types/EventSigningTransformStream.d.ts +1 -1
  183. package/node_modules/@aws-sdk/eventstream-handler-node/dist-types/ts3.4/EventSigningTransformStream.d.ts +1 -1
  184. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -3
  185. package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -3
  186. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHandlingMiddleware.js +1 -1
  187. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHeaderMiddleware.js +1 -1
  188. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  189. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  190. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
  191. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  192. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +5 -0
  193. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -2
  194. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +1 -1
  195. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -3
  196. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -5
  197. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  198. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  199. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -6
  200. package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +13 -15
  201. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebSocketFetchHandler.js +5 -5
  202. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebsocketSignatureV4.js +1 -1
  203. package/node_modules/@aws-sdk/middleware-websocket/dist-es/middlewares/websocketEndpointMiddleware.js +1 -1
  204. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventSigningTransformStream.js +1 -1
  205. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventStreamPayloadHandler.js +1 -1
  206. package/node_modules/@aws-sdk/middleware-websocket/dist-types/WebSocketFetchHandler.d.ts +2 -2
  207. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/WebSocketFetchHandler.d.ts +2 -2
  208. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/ws-eventstream/EventSigningTransformStream.d.ts +1 -1
  209. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ws-eventstream/EventSigningTransformStream.d.ts +1 -1
  210. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -10
  211. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +520 -52
  212. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +454 -49
  213. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +399 -49
  214. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +593 -49
  215. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +835 -55
  216. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  217. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
  218. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  219. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  220. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  221. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
  222. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
  223. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  224. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
  225. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
  226. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  227. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
  228. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +5 -5
  230. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  231. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  232. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +1 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  234. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  235. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
  236. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +4 -8
  237. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  238. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +2 -2
  239. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  240. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +5 -5
  241. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  242. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  243. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +1 -1
  244. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
  245. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  246. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
  247. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +4 -8
  248. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  249. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +2 -2
  250. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  251. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
  252. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  253. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  254. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
  255. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  257. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
  258. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
  259. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  260. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
  261. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  262. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -5
  263. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
  264. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  265. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  266. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
  267. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +1 -1
  268. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
  269. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  270. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
  271. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -8
  272. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
  273. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -2
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  282. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  283. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
  284. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +5 -5
  285. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  286. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +1 -1
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
  288. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
  289. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  290. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +5 -5
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +1 -1
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
  298. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
  299. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  300. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
  301. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
  302. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
  303. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
  305. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  306. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  307. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  308. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  309. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  310. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
  311. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -13
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  315. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +1 -1
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  319. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -1
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +4 -4
  321. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +3 -3
  322. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +4 -4
  323. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
  324. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  325. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  326. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
  327. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  328. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  329. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
  330. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  331. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  332. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
  333. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
  334. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  335. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +1 -1
  336. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
  337. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
  338. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
  339. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  340. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
  341. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
  342. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
  343. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  344. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +1 -1
  345. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
  346. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
  347. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
  348. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  349. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
  350. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
  351. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
  352. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  353. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
  354. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  355. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  356. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
  357. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  358. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  359. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
  360. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
  361. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -12
  362. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  363. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  364. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
  365. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +1 -1
  366. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
  367. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  368. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -1
  369. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -4
  370. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +3 -3
  371. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +5 -5
  372. package/node_modules/@aws-sdk/nested-clients/package.json +13 -34
  373. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +6 -6
  374. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +6 -0
  375. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +4 -5
  376. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -2
  377. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +1 -2
  378. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +3 -3
  379. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  380. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +3 -6
  381. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  382. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -4
  383. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +38 -2
  384. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +2 -2
  385. package/node_modules/@aws-sdk/{middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js → signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js} +5 -10
  386. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -2
  387. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -1
  388. package/node_modules/@aws-sdk/{middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts → signature-v4-multi-region/dist-types/SignatureV4SignWithCredentials.d.ts} +14 -11
  389. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -5
  390. package/node_modules/@aws-sdk/{middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts → signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts} +3 -1
  391. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -2
  392. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -4
  393. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  394. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  395. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  396. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  397. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  398. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  399. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  400. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  401. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  402. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  403. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  404. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  405. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  406. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  407. package/node_modules/@aws-sdk/token-providers/package.json +4 -5
  408. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +9 -9
  409. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  410. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  411. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -1
  412. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  413. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -1
  414. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -1
  415. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  416. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -1
  417. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -1
  418. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -1
  419. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  420. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -1
  421. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -1
  422. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +1 -1
  423. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  424. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
  425. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -1
  426. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +1 -1
  427. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -1
  428. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  429. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  430. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  431. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  432. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -1
  433. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -3
  434. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +1 -34
  435. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +4 -0
  436. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +13 -10
  437. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +1 -0
  438. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +1 -0
  439. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +1 -0
  440. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +8 -3
  441. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +2 -2
  442. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +1 -1
  443. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  444. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  445. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
  446. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  447. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  448. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1 -1
  449. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +126 -174
  450. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +181 -85
  451. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +126 -174
  452. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  453. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +12 -7
  454. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +9 -5
  455. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +10 -3
  456. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +1 -1
  457. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +19 -21
  458. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +1 -1
  459. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +2 -2
  460. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +1 -1
  461. package/node_modules/{@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js → @smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js} +1 -1
  462. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +13 -7
  463. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +9 -5
  464. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +7 -3
  465. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +8 -12
  466. package/node_modules/{@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts → @smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts} +3 -0
  467. package/node_modules/@smithy/core/package.json +1 -1
  468. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  469. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  470. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  471. package/node_modules/@smithy/signature-v4/package.json +2 -2
  472. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -7
  473. package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -1
  474. package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -3
  475. package/node_modules/@smithy/util-utf8/package.json +33 -9
  476. package/package.json +1 -1
  477. package/server/index.mjs +8 -6
  478. package/server/routes/static.mjs +26 -1
  479. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  480. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  481. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  482. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  483. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  484. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  485. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  486. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  487. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  488. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  489. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  490. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  491. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  492. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  493. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  494. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  495. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  496. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  497. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  498. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  499. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  500. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  501. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  502. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  503. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  504. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  505. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  506. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  507. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  508. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  509. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  510. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  511. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +0 -62
  512. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -157
  513. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  514. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  515. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -81
  516. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  517. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  518. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  519. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  520. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  521. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  522. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  523. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  524. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  525. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +0 -18
  526. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
  527. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -9
  528. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -8
  529. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -7
  530. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -4
  531. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  532. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  533. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -11
  534. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -14
  535. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  536. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -11
  537. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -7
  538. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -4
  539. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  540. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  541. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  542. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  543. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  544. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  545. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  546. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -70
  547. package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +0 -201
  548. package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +0 -4
  549. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -581
  550. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +0 -11
  551. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +0 -7
  552. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +0 -36
  553. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +0 -32
  554. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +0 -9
  555. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +0 -25
  556. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +0 -41
  557. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +0 -42
  558. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +0 -33
  559. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +0 -39
  560. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -14
  561. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -49
  562. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +0 -13
  563. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -38
  564. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +0 -41
  565. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +0 -7
  566. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +0 -7
  567. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +0 -1
  568. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
  569. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -17
  570. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +0 -51
  571. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +0 -8
  572. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +0 -4
  573. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +0 -25
  574. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +0 -13
  575. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +0 -16
  576. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +0 -9
  577. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +0 -20
  578. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +0 -10
  579. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +0 -20
  580. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +0 -26
  581. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +0 -16
  582. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +0 -16
  583. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +0 -32
  584. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +0 -37
  585. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +0 -27
  586. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +0 -32
  587. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +0 -9
  588. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +0 -9
  589. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +0 -6
  590. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +0 -12
  591. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +0 -79
  592. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +0 -21
  593. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +0 -4
  594. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +0 -5
  595. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +0 -9
  596. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +0 -13
  597. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +0 -9
  598. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +0 -15
  599. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +0 -6
  600. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +0 -17
  601. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +0 -14
  602. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +0 -14
  603. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +0 -12
  604. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +0 -31
  605. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +0 -11
  606. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +0 -40
  607. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +0 -27
  608. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +0 -21
  609. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +0 -17
  610. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +0 -2
  611. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +0 -8
  612. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +0 -33
  613. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +0 -19
  614. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +0 -1
  615. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +0 -2
  616. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +0 -13
  617. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +0 -14
  618. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +0 -79
  619. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  620. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
  621. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  622. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  623. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  624. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  625. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  626. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  627. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  628. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  629. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  630. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
  631. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  632. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  633. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  634. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  635. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  636. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  637. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  638. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  639. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  640. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
  641. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  642. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  643. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  644. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  645. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  646. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  647. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  648. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  649. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  650. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
  651. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  652. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  653. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  654. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  655. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  656. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  657. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  658. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  659. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -55
  660. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  661. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
  662. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  663. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
  664. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  665. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  666. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -96
  667. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  668. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
  669. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  670. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
  671. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  672. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  673. package/node_modules/@aws-sdk/util-arn-parser/LICENSE +0 -201
  674. package/node_modules/@aws-sdk/util-arn-parser/README.md +0 -4
  675. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -27
  676. package/node_modules/@aws-sdk/util-arn-parser/package.json +0 -55
  677. package/node_modules/@aws-sdk/util-format-url/LICENSE +0 -201
  678. package/node_modules/@aws-sdk/util-format-url/README.md +0 -4
  679. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +0 -34
  680. package/node_modules/@aws-sdk/util-format-url/package.json +0 -56
  681. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  682. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  683. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -22
  684. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -1
  685. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -3
  686. package/node_modules/@smithy/config-resolver/package.json +0 -41
  687. package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
  688. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -11
  689. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -1
  690. package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -3
  691. package/node_modules/@smithy/eventstream-codec/package.json +0 -44
  692. package/node_modules/@smithy/eventstream-serde-browser/LICENSE +0 -201
  693. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -9
  694. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  695. package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -7
  696. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -44
  697. package/node_modules/@smithy/eventstream-serde-config-resolver/LICENSE +0 -201
  698. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -5
  699. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  700. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/index.d.ts +0 -3
  701. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -44
  702. package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
  703. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -6
  704. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -1
  705. package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -3
  706. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -44
  707. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  708. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -5
  709. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -1
  710. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -2
  711. package/node_modules/@smithy/hash-node/package.json +0 -41
  712. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  713. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -6
  714. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -1
  715. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -2
  716. package/node_modules/@smithy/invalid-dependency/package.json +0 -41
  717. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  718. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -7
  719. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -1
  720. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -2
  721. package/node_modules/@smithy/middleware-content-length/package.json +0 -41
  722. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  723. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -12
  724. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -1
  725. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -3
  726. package/node_modules/@smithy/middleware-endpoint/package.json +0 -41
  727. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  728. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -22
  729. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -1
  730. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -3
  731. package/node_modules/@smithy/middleware-retry/package.json +0 -41
  732. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  733. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -9
  734. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -1
  735. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -2
  736. package/node_modules/@smithy/middleware-serde/package.json +0 -41
  737. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  738. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -5
  739. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  740. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -2
  741. package/node_modules/@smithy/middleware-stack/package.json +0 -43
  742. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  743. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -5
  744. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  745. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -3
  746. package/node_modules/@smithy/node-config-provider/package.json +0 -43
  747. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  748. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -10
  749. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -1
  750. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -3
  751. package/node_modules/@smithy/property-provider/package.json +0 -41
  752. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  753. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -11
  754. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -1
  755. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -3
  756. package/node_modules/@smithy/protocol-http/package.json +0 -42
  757. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  758. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -5
  759. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -1
  760. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -2
  761. package/node_modules/@smithy/querystring-builder/package.json +0 -41
  762. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  763. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -16
  764. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -1
  765. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -3
  766. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -41
  767. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  768. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -75
  769. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -3
  770. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -7
  771. package/node_modules/@smithy/smithy-client/package.json +0 -42
  772. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  773. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -5
  774. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -1
  775. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -2
  776. package/node_modules/@smithy/url-parser/package.json +0 -41
  777. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  778. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -6
  779. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -1
  780. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  781. package/node_modules/@smithy/util-base64/package.json +0 -42
  782. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  783. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -5
  784. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  785. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -2
  786. package/node_modules/@smithy/util-body-length-browser/package.json +0 -42
  787. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  788. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -5
  789. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  790. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -2
  791. package/node_modules/@smithy/util-body-length-node/package.json +0 -42
  792. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  793. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -7
  794. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -1
  795. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -2
  796. package/node_modules/@smithy/util-config-provider/package.json +0 -43
  797. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  798. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -5
  799. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  800. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -3
  801. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -41
  802. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  803. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -5
  804. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  805. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -3
  806. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -41
  807. package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  808. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -12
  809. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -1
  810. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -3
  811. package/node_modules/@smithy/util-endpoints/package.json +0 -45
  812. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  813. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -6
  814. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -1
  815. package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +0 -2
  816. package/node_modules/@smithy/util-hex-encoding/package.json +0 -42
  817. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  818. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -6
  819. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -1
  820. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -2
  821. package/node_modules/@smithy/util-middleware/package.json +0 -46
  822. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  823. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -21
  824. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -1
  825. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -3
  826. package/node_modules/@smithy/util-retry/package.json +0 -46
  827. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  828. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -14
  829. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -1
  830. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -5
  831. package/node_modules/@smithy/util-stream/package.json +0 -43
  832. /package/node_modules/@aws-sdk/{util-arn-parser/dist-es/index.js → core/dist-es/submodules/util/util-arn-parser/arn.js} +0 -0
  833. /package/node_modules/@aws-sdk/{util-arn-parser/dist-types/index.d.ts → core/dist-types/submodules/util/util-arn-parser/arn.d.ts} +0 -0
  834. /package/node_modules/@aws-sdk/{util-format-url/dist-types/index.d.ts → core/dist-types/submodules/util/util-format-url/format-url.d.ts} +0 -0
  835. /package/node_modules/@aws-sdk/{util-arn-parser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts} +0 -0
  836. /package/node_modules/@aws-sdk/{util-format-url/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts} +0 -0
  837. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/README.md +0 -0
  838. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  839. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  840. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  841. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  842. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  843. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.browser.js +0 -0
  844. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.js +0 -0
  845. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUint8Array.js +0 -0
  846. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.browser.js +0 -0
  847. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.js +0 -0
  848. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -0
  849. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/fromUtf8.d.ts +0 -0
  850. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/toUint8Array.d.ts +0 -0
  851. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/toUtf8.browser.d.ts +0 -0
  852. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/toUtf8.d.ts +0 -0
  853. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -0
  854. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -0
  855. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/index.d.ts +0 -0
  856. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -0
  857. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -0
  858. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -0
@@ -3,6 +3,122 @@
3
3
  var protocols = require('@smithy/core/protocols');
4
4
  var endpoints = require('@smithy/core/endpoints');
5
5
 
6
+ const chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
7
+ const alphabetByEncoding = Object.entries(chars).reduce((acc, [i, c]) => {
8
+ acc[c] = Number(i);
9
+ return acc;
10
+ }, {});
11
+ const alphabetByValue = chars.split("");
12
+ const bitsPerLetter = 6;
13
+ const bitsPerByte = 8;
14
+ const maxLetterValue = 0b111111;
15
+
16
+ const fromBase64 = (input) => {
17
+ let totalByteLength = (input.length / 4) * 3;
18
+ if (input.slice(-2) === "==") {
19
+ totalByteLength -= 2;
20
+ }
21
+ else if (input.slice(-1) === "=") {
22
+ totalByteLength--;
23
+ }
24
+ const out = new ArrayBuffer(totalByteLength);
25
+ const dataView = new DataView(out);
26
+ for (let i = 0; i < input.length; i += 4) {
27
+ let bits = 0;
28
+ let bitLength = 0;
29
+ for (let j = i, limit = i + 3; j <= limit; j++) {
30
+ if (input[j] !== "=") {
31
+ if (!(input[j] in alphabetByEncoding)) {
32
+ throw new TypeError(`Invalid character ${input[j]} in base64 string.`);
33
+ }
34
+ bits |= alphabetByEncoding[input[j]] << ((limit - j) * bitsPerLetter);
35
+ bitLength += bitsPerLetter;
36
+ }
37
+ else {
38
+ bits >>= bitsPerLetter;
39
+ }
40
+ }
41
+ const chunkOffset = (i / 4) * 3;
42
+ bits >>= bitLength % bitsPerByte;
43
+ const byteLength = Math.floor(bitLength / bitsPerByte);
44
+ for (let k = 0; k < byteLength; k++) {
45
+ const offset = (byteLength - k - 1) * bitsPerByte;
46
+ dataView.setUint8(chunkOffset + k, (bits & (255 << offset)) >> offset);
47
+ }
48
+ }
49
+ return new Uint8Array(out);
50
+ };
51
+
52
+ const fromUtf8 = (input) => new TextEncoder().encode(input);
53
+
54
+ function toBase64(_input) {
55
+ let input;
56
+ if (typeof _input === "string") {
57
+ input = fromUtf8(_input);
58
+ }
59
+ else {
60
+ input = _input;
61
+ }
62
+ const isArrayLike = typeof input === "object" && typeof input.length === "number";
63
+ const isUint8Array = typeof input === "object" &&
64
+ typeof input.byteOffset === "number" &&
65
+ typeof input.byteLength === "number";
66
+ if (!isArrayLike && !isUint8Array) {
67
+ throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");
68
+ }
69
+ let str = "";
70
+ for (let i = 0; i < input.length; i += 3) {
71
+ let bits = 0;
72
+ let bitLength = 0;
73
+ for (let j = i, limit = Math.min(i + 3, input.length); j < limit; j++) {
74
+ bits |= input[j] << ((limit - j - 1) * bitsPerByte);
75
+ bitLength += bitsPerByte;
76
+ }
77
+ const bitClusterCount = Math.ceil(bitLength / bitsPerLetter);
78
+ bits <<= bitClusterCount * bitsPerLetter - bitLength;
79
+ for (let k = 1; k <= bitClusterCount; k++) {
80
+ const offset = (bitClusterCount - k) * bitsPerLetter;
81
+ str += alphabetByValue[(bits & (maxLetterValue << offset)) >> offset];
82
+ }
83
+ str += "==".slice(0, 4 - bitClusterCount);
84
+ }
85
+ return str;
86
+ }
87
+
88
+ function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
89
+ return class Uint8ArrayBlobAdapter extends Uint8Array {
90
+ static fromString(source, encoding = "utf-8") {
91
+ if (typeof source === "string") {
92
+ if (encoding === "base64") {
93
+ return Uint8ArrayBlobAdapter.mutate(fromBase64(source));
94
+ }
95
+ return Uint8ArrayBlobAdapter.mutate(fromUtf8(source));
96
+ }
97
+ throw new Error(`Unsupported conversion from ${typeof source} to Uint8ArrayBlobAdapter.`);
98
+ }
99
+ static mutate(source) {
100
+ Object.setPrototypeOf(source, Uint8ArrayBlobAdapter.prototype);
101
+ return source;
102
+ }
103
+ transformToString(encoding = "utf-8") {
104
+ if (encoding === "base64") {
105
+ return toBase64(this);
106
+ }
107
+ return toUtf8(this);
108
+ }
109
+ };
110
+ }
111
+
112
+ const toUtf8 = (input) => {
113
+ if (typeof input === "string") {
114
+ return input;
115
+ }
116
+ if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
117
+ throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
118
+ }
119
+ return new TextDecoder("utf-8").decode(input);
120
+ };
121
+
6
122
  const decimalToHex = Array.from({ length: 256 }, (_, i) => i.toString(16).padStart(2, "0"));
7
123
  function bindV4(getRandomValues) {
8
124
  if (typeof crypto !== "undefined" && typeof crypto.randomUUID === "function") {
@@ -721,107 +837,6 @@ function toHex(bytes) {
721
837
  return out;
722
838
  }
723
839
 
724
- const chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
725
- const alphabetByEncoding = Object.entries(chars).reduce((acc, [i, c]) => {
726
- acc[c] = Number(i);
727
- return acc;
728
- }, {});
729
- const alphabetByValue = chars.split("");
730
- const bitsPerLetter = 6;
731
- const bitsPerByte = 8;
732
- const maxLetterValue = 0b111111;
733
-
734
- const fromBase64$1 = (input) => {
735
- let totalByteLength = (input.length / 4) * 3;
736
- if (input.slice(-2) === "==") {
737
- totalByteLength -= 2;
738
- }
739
- else if (input.slice(-1) === "=") {
740
- totalByteLength--;
741
- }
742
- const out = new ArrayBuffer(totalByteLength);
743
- const dataView = new DataView(out);
744
- for (let i = 0; i < input.length; i += 4) {
745
- let bits = 0;
746
- let bitLength = 0;
747
- for (let j = i, limit = i + 3; j <= limit; j++) {
748
- if (input[j] !== "=") {
749
- if (!(input[j] in alphabetByEncoding)) {
750
- throw new TypeError(`Invalid character ${input[j]} in base64 string.`);
751
- }
752
- bits |= alphabetByEncoding[input[j]] << ((limit - j) * bitsPerLetter);
753
- bitLength += bitsPerLetter;
754
- }
755
- else {
756
- bits >>= bitsPerLetter;
757
- }
758
- }
759
- const chunkOffset = (i / 4) * 3;
760
- bits >>= bitLength % bitsPerByte;
761
- const byteLength = Math.floor(bitLength / bitsPerByte);
762
- for (let k = 0; k < byteLength; k++) {
763
- const offset = (byteLength - k - 1) * bitsPerByte;
764
- dataView.setUint8(chunkOffset + k, (bits & (255 << offset)) >> offset);
765
- }
766
- }
767
- return new Uint8Array(out);
768
- };
769
-
770
- const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
771
- Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
772
-
773
- const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => {
774
- if (!isArrayBuffer(input)) {
775
- throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`);
776
- }
777
- return Buffer.from(input, offset, length);
778
- };
779
- const fromString = (input, encoding) => {
780
- if (typeof input !== "string") {
781
- throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`);
782
- }
783
- return encoding ? Buffer.from(input, encoding) : Buffer.from(input);
784
- };
785
-
786
- const fromUtf8$1 = (input) => {
787
- const buf = fromString(input, "utf8");
788
- return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT);
789
- };
790
-
791
- function toBase64$1(_input) {
792
- let input;
793
- if (typeof _input === "string") {
794
- input = fromUtf8$1(_input);
795
- }
796
- else {
797
- input = _input;
798
- }
799
- const isArrayLike = typeof input === "object" && typeof input.length === "number";
800
- const isUint8Array = typeof input === "object" &&
801
- typeof input.byteOffset === "number" &&
802
- typeof input.byteLength === "number";
803
- if (!isArrayLike && !isUint8Array) {
804
- throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");
805
- }
806
- let str = "";
807
- for (let i = 0; i < input.length; i += 3) {
808
- let bits = 0;
809
- let bitLength = 0;
810
- for (let j = i, limit = Math.min(i + 3, input.length); j < limit; j++) {
811
- bits |= input[j] << ((limit - j - 1) * bitsPerByte);
812
- bitLength += bitsPerByte;
813
- }
814
- const bitClusterCount = Math.ceil(bitLength / bitsPerLetter);
815
- bits <<= bitClusterCount * bitsPerLetter - bitLength;
816
- for (let k = 1; k <= bitClusterCount; k++) {
817
- const offset = (bitClusterCount - k) * bitsPerLetter;
818
- str += alphabetByValue[(bits & (maxLetterValue << offset)) >> offset];
819
- }
820
- str += "==".slice(0, 4 - bitClusterCount);
821
- }
822
- return str;
823
- }
824
-
825
840
  const TEXT_ENCODER = typeof TextEncoder == "function" ? new TextEncoder() : null;
826
841
  const calculateBodyLength = (body) => {
827
842
  if (typeof body === "string") {
@@ -849,11 +864,9 @@ const calculateBodyLength = (body) => {
849
864
  throw new Error(`Body Length computation failed for ${body}`);
850
865
  };
851
866
 
852
- const fromUtf8 = (input) => new TextEncoder().encode(input);
853
-
854
867
  const toUint8Array = (data) => {
855
868
  if (typeof data === "string") {
856
- return fromUtf8$1(data);
869
+ return fromUtf8(data);
857
870
  }
858
871
  if (ArrayBuffer.isView(data)) {
859
872
  return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
@@ -861,15 +874,8 @@ const toUint8Array = (data) => {
861
874
  return new Uint8Array(data);
862
875
  };
863
876
 
864
- const toUtf8$1 = (input) => {
865
- if (typeof input === "string") {
866
- return input;
867
- }
868
- if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
869
- throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
870
- }
871
- return new TextDecoder("utf-8").decode(input);
872
- };
877
+ const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
878
+ Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
873
879
 
874
880
  const deserializerMiddleware = (options, deserializer) => (next, context) => async (args) => {
875
881
  const { response } = await next(args);
@@ -965,64 +971,6 @@ function getSerdePlugin(config, serializer, deserializer) {
965
971
  };
966
972
  }
967
973
 
968
- const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/;
969
- const fromBase64 = (input) => {
970
- if ((input.length * 3) % 4 !== 0) {
971
- throw new TypeError(`Incorrect padding on base64 string.`);
972
- }
973
- if (!BASE64_REGEX.exec(input)) {
974
- throw new TypeError(`Invalid base64 string.`);
975
- }
976
- const buffer = fromString(input, "base64");
977
- return new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
978
- };
979
-
980
- const toBase64 = (_input) => {
981
- let input;
982
- if (typeof _input === "string") {
983
- input = fromUtf8$1(_input);
984
- }
985
- else {
986
- input = _input;
987
- }
988
- if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
989
- throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");
990
- }
991
- return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("base64");
992
- };
993
-
994
- const toUtf8 = (input) => {
995
- if (typeof input === "string") {
996
- return input;
997
- }
998
- if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
999
- throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
1000
- }
1001
- return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("utf8");
1002
- };
1003
-
1004
- class Uint8ArrayBlobAdapter extends Uint8Array {
1005
- static fromString(source, encoding = "utf-8") {
1006
- if (typeof source === "string") {
1007
- if (encoding === "base64") {
1008
- return Uint8ArrayBlobAdapter.mutate(fromBase64(source));
1009
- }
1010
- return Uint8ArrayBlobAdapter.mutate(fromUtf8$1(source));
1011
- }
1012
- throw new Error(`Unsupported conversion from ${typeof source} to Uint8ArrayBlobAdapter.`);
1013
- }
1014
- static mutate(source) {
1015
- Object.setPrototypeOf(source, Uint8ArrayBlobAdapter.prototype);
1016
- return source;
1017
- }
1018
- transformToString(encoding = "utf-8") {
1019
- if (encoding === "base64") {
1020
- return toBase64(this);
1021
- }
1022
- return toUtf8(this);
1023
- }
1024
- }
1025
-
1026
974
  const ReadableStreamRef = typeof ReadableStream === "function" ? ReadableStream : function () { };
1027
975
  class ChecksumStream extends ReadableStreamRef {
1028
976
  }
@@ -1376,7 +1324,11 @@ async function splitStream(stream) {
1376
1324
  }
1377
1325
 
1378
1326
  const no = Symbol.for("node-only");
1327
+ const fromArrayBuffer = no;
1328
+ const fromString = no;
1379
1329
  const Hash = no;
1330
+ class Uint8ArrayBlobAdapter extends bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
1331
+ }
1380
1332
  const _getRandomValues = (array) => crypto.getRandomValues(array);
1381
1333
  const v4 = bindV4(_getRandomValues);
1382
1334
  const generateIdempotencyToken = v4;
@@ -1409,7 +1361,7 @@ exports.expectShort = expectShort;
1409
1361
  exports.expectString = expectString;
1410
1362
  exports.expectUnion = expectUnion;
1411
1363
  exports.fromArrayBuffer = fromArrayBuffer;
1412
- exports.fromBase64 = fromBase64$1;
1364
+ exports.fromBase64 = fromBase64;
1413
1365
  exports.fromHex = fromHex;
1414
1366
  exports.fromString = fromString;
1415
1367
  exports.fromUtf8 = fromUtf8;
@@ -1446,8 +1398,8 @@ exports.strictParseInt = strictParseInt;
1446
1398
  exports.strictParseInt32 = strictParseInt32;
1447
1399
  exports.strictParseLong = strictParseLong;
1448
1400
  exports.strictParseShort = strictParseShort;
1449
- exports.toBase64 = toBase64$1;
1401
+ exports.toBase64 = toBase64;
1450
1402
  exports.toHex = toHex;
1451
1403
  exports.toUint8Array = toUint8Array;
1452
- exports.toUtf8 = toUtf8$1;
1404
+ exports.toUtf8 = toUtf8;
1453
1405
  exports.v4 = v4;
@@ -6,6 +6,87 @@ var protocols = require('@smithy/core/protocols');
6
6
  var endpoints = require('@smithy/core/endpoints');
7
7
  var node_stream = require('node:stream');
8
8
 
9
+ const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
10
+ Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
11
+
12
+ const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => {
13
+ if (!isArrayBuffer(input)) {
14
+ throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`);
15
+ }
16
+ return Buffer.from(input, offset, length);
17
+ };
18
+ const fromString = (input, encoding) => {
19
+ if (typeof input !== "string") {
20
+ throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`);
21
+ }
22
+ return encoding ? Buffer.from(input, encoding) : Buffer.from(input);
23
+ };
24
+
25
+ const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/;
26
+ const fromBase64$1 = (input) => {
27
+ if ((input.length * 3) % 4 !== 0) {
28
+ throw new TypeError(`Incorrect padding on base64 string.`);
29
+ }
30
+ if (!BASE64_REGEX.exec(input)) {
31
+ throw new TypeError(`Invalid base64 string.`);
32
+ }
33
+ const buffer = fromString(input, "base64");
34
+ return new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
35
+ };
36
+
37
+ const fromUtf8$1 = (input) => {
38
+ const buf = fromString(input, "utf8");
39
+ return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT);
40
+ };
41
+
42
+ const toBase64$1 = (_input) => {
43
+ let input;
44
+ if (typeof _input === "string") {
45
+ input = fromUtf8$1(_input);
46
+ }
47
+ else {
48
+ input = _input;
49
+ }
50
+ if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
51
+ throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");
52
+ }
53
+ return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("base64");
54
+ };
55
+
56
+ function bindUint8ArrayBlobAdapter(toUtf8, fromUtf8, toBase64, fromBase64) {
57
+ return class Uint8ArrayBlobAdapter extends Uint8Array {
58
+ static fromString(source, encoding = "utf-8") {
59
+ if (typeof source === "string") {
60
+ if (encoding === "base64") {
61
+ return Uint8ArrayBlobAdapter.mutate(fromBase64(source));
62
+ }
63
+ return Uint8ArrayBlobAdapter.mutate(fromUtf8(source));
64
+ }
65
+ throw new Error(`Unsupported conversion from ${typeof source} to Uint8ArrayBlobAdapter.`);
66
+ }
67
+ static mutate(source) {
68
+ Object.setPrototypeOf(source, Uint8ArrayBlobAdapter.prototype);
69
+ return source;
70
+ }
71
+ transformToString(encoding = "utf-8") {
72
+ if (encoding === "base64") {
73
+ return toBase64(this);
74
+ }
75
+ return toUtf8(this);
76
+ }
77
+ };
78
+ }
79
+
80
+ const toUtf8$1 = (input) => {
81
+ if (typeof input === "string") {
82
+ return input;
83
+ }
84
+ if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
85
+ throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
86
+ }
87
+ return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("utf8");
88
+ };
89
+
9
90
  const decimalToHex = Array.from({ length: 256 }, (_, i) => i.toString(16).padStart(2, "0"));
10
91
  function bindV4(getRandomValues) {
11
92
  if (typeof crypto !== "undefined" && typeof crypto.randomUUID === "function") {
@@ -724,53 +805,6 @@ function toHex(bytes) {
724
805
  return out;
725
806
  }
726
807
 
727
- const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
728
- Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
729
-
730
- const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => {
731
- if (!isArrayBuffer(input)) {
732
- throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`);
733
- }
734
- return Buffer.from(input, offset, length);
735
- };
736
- const fromString = (input, encoding) => {
737
- if (typeof input !== "string") {
738
- throw new TypeError(`The "input" argument must be of type string. Received type ${typeof input} (${input})`);
739
- }
740
- return encoding ? Buffer.from(input, encoding) : Buffer.from(input);
741
- };
742
-
743
- const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/;
744
- const fromBase64 = (input) => {
745
- if ((input.length * 3) % 4 !== 0) {
746
- throw new TypeError(`Incorrect padding on base64 string.`);
747
- }
748
- if (!BASE64_REGEX.exec(input)) {
749
- throw new TypeError(`Invalid base64 string.`);
750
- }
751
- const buffer = fromString(input, "base64");
752
- return new Uint8Array(buffer.buffer, buffer.byteOffset, buffer.byteLength);
753
- };
754
-
755
- const fromUtf8 = (input) => {
756
- const buf = fromString(input, "utf8");
757
- return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT);
758
- };
759
-
760
- const toBase64 = (_input) => {
761
- let input;
762
- if (typeof _input === "string") {
763
- input = fromUtf8(_input);
764
- }
765
- else {
766
- input = _input;
767
- }
768
- if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
769
- throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");
770
- }
771
- return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("base64");
772
- };
773
-
774
808
  const calculateBodyLength = (body) => {
775
809
  if (!body) {
776
810
  return 0;
@@ -800,7 +834,7 @@ const calculateBodyLength = (body) => {
800
834
 
801
835
  const toUint8Array = (data) => {
802
836
  if (typeof data === "string") {
803
- return fromUtf8(data);
837
+ return fromUtf8$1(data);
804
838
  }
805
839
  if (ArrayBuffer.isView(data)) {
806
840
  return new Uint8Array(data.buffer, data.byteOffset, data.byteLength / Uint8Array.BYTES_PER_ELEMENT);
@@ -808,16 +842,6 @@ const toUint8Array = (data) => {
808
842
  return new Uint8Array(data);
809
843
  };
810
844
 
811
- const toUtf8 = (input) => {
812
- if (typeof input === "string") {
813
- return input;
814
- }
815
- if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
816
- throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
817
- }
818
- return fromArrayBuffer(input.buffer, input.byteOffset, input.byteLength).toString("utf8");
819
- };
820
-
821
845
  const deserializerMiddleware = (options, deserializer) => (next, context) => async (args) => {
822
846
  const { response } = await next(args);
823
847
  try {
@@ -946,28 +970,6 @@ function castSourceData(toCast, encoding) {
946
970
  return fromArrayBuffer(toCast);
947
971
  }
948
972
 
949
- class Uint8ArrayBlobAdapter extends Uint8Array {
950
- static fromString(source, encoding = "utf-8") {
951
- if (typeof source === "string") {
952
- if (encoding === "base64") {
953
- return Uint8ArrayBlobAdapter.mutate(fromBase64(source));
954
- }
955
- return Uint8ArrayBlobAdapter.mutate(fromUtf8(source));
956
- }
957
- throw new Error(`Unsupported conversion from ${typeof source} to Uint8ArrayBlobAdapter.`);
958
- }
959
- static mutate(source) {
960
- Object.setPrototypeOf(source, Uint8ArrayBlobAdapter.prototype);
961
- return source;
962
- }
963
- transformToString(encoding = "utf-8") {
964
- if (encoding === "base64") {
965
- return toBase64(this);
966
- }
967
- return toUtf8(this);
968
- }
969
- }
970
-
971
973
  let ChecksumStream$1 = class ChecksumStream extends node_stream.Duplex {
972
974
  expectedChecksum;
973
975
  checksumSourceLocation;
@@ -983,7 +985,7 @@ let ChecksumStream$1 = class ChecksumStream extends node_stream.Duplex {
983
985
  else {
984
986
  throw new Error(`@smithy/util-stream: unsupported source type ${source?.constructor?.name ?? source} in ChecksumStream.`);
985
987
  }
986
- this.base64Encoder = base64Encoder ?? toBase64;
988
+ this.base64Encoder = base64Encoder ?? toBase64$1;
987
989
  this.expectedChecksum = expectedChecksum;
988
990
  this.checksum = checksum;
989
991
  this.checksumSourceLocation = checksumSourceLocation;
@@ -1033,6 +1035,52 @@ const isBlob = (blob) => {
1033
1035
  return typeof Blob === "function" && (blob?.constructor?.name === Blob.name || blob instanceof Blob);
1034
1036
  };
1035
1037
 
1038
+ const fromUtf8 = (input) => new TextEncoder().encode(input);
1039
+
1040
+ const chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
1041
+ const alphabetByEncoding = Object.entries(chars).reduce((acc, [i, c]) => {
1042
+ acc[c] = Number(i);
1043
+ return acc;
1044
+ }, {});
1045
+ const alphabetByValue = chars.split("");
1046
+ const bitsPerLetter = 6;
1047
+ const bitsPerByte = 8;
1048
+ const maxLetterValue = 0b111111;
1049
+
1050
+ function toBase64(_input) {
1051
+ let input;
1052
+ if (typeof _input === "string") {
1053
+ input = fromUtf8(_input);
1054
+ }
1055
+ else {
1056
+ input = _input;
1057
+ }
1058
+ const isArrayLike = typeof input === "object" && typeof input.length === "number";
1059
+ const isUint8Array = typeof input === "object" &&
1060
+ typeof input.byteOffset === "number" &&
1061
+ typeof input.byteLength === "number";
1062
+ if (!isArrayLike && !isUint8Array) {
1063
+ throw new Error("@smithy/util-base64: toBase64 encoder function only accepts string | Uint8Array.");
1064
+ }
1065
+ let str = "";
1066
+ for (let i = 0; i < input.length; i += 3) {
1067
+ let bits = 0;
1068
+ let bitLength = 0;
1069
+ for (let j = i, limit = Math.min(i + 3, input.length); j < limit; j++) {
1070
+ bits |= input[j] << ((limit - j - 1) * bitsPerByte);
1071
+ bitLength += bitsPerByte;
1072
+ }
1073
+ const bitClusterCount = Math.ceil(bitLength / bitsPerLetter);
1074
+ bits <<= bitClusterCount * bitsPerLetter - bitLength;
1075
+ for (let k = 1; k <= bitClusterCount; k++) {
1076
+ const offset = (bitClusterCount - k) * bitsPerLetter;
1077
+ str += alphabetByValue[(bits & (maxLetterValue << offset)) >> offset];
1078
+ }
1079
+ str += "==".slice(0, 4 - bitClusterCount);
1080
+ }
1081
+ return str;
1082
+ }
1083
+
1036
1084
  const ReadableStreamRef = typeof ReadableStream === "function" ? ReadableStream : function () { };
1037
1085
  class ChecksumStream extends ReadableStreamRef {
1038
1086
  }
@@ -1390,6 +1438,52 @@ let Collector$1 = class Collector extends node_stream.Writable {
1390
1438
  }
1391
1439
  };
1392
1440
 
1441
+ const toUtf8 = (input) => {
1442
+ if (typeof input === "string") {
1443
+ return input;
1444
+ }
1445
+ if (typeof input !== "object" || typeof input.byteOffset !== "number" || typeof input.byteLength !== "number") {
1446
+ throw new Error("@smithy/util-utf8: toUtf8 encoder function only accepts string | Uint8Array.");
1447
+ }
1448
+ return new TextDecoder("utf-8").decode(input);
1449
+ };
1450
+
1451
+ const fromBase64 = (input) => {
1452
+ let totalByteLength = (input.length / 4) * 3;
1453
+ if (input.slice(-2) === "==") {
1454
+ totalByteLength -= 2;
1455
+ }
1456
+ else if (input.slice(-1) === "=") {
1457
+ totalByteLength--;
1458
+ }
1459
+ const out = new ArrayBuffer(totalByteLength);
1460
+ const dataView = new DataView(out);
1461
+ for (let i = 0; i < input.length; i += 4) {
1462
+ let bits = 0;
1463
+ let bitLength = 0;
1464
+ for (let j = i, limit = i + 3; j <= limit; j++) {
1465
+ if (input[j] !== "=") {
1466
+ if (!(input[j] in alphabetByEncoding)) {
1467
+ throw new TypeError(`Invalid character ${input[j]} in base64 string.`);
1468
+ }
1469
+ bits |= alphabetByEncoding[input[j]] << ((limit - j) * bitsPerLetter);
1470
+ bitLength += bitsPerLetter;
1471
+ }
1472
+ else {
1473
+ bits >>= bitsPerLetter;
1474
+ }
1475
+ }
1476
+ const chunkOffset = (i / 4) * 3;
1477
+ bits >>= bitLength % bitsPerByte;
1478
+ const byteLength = Math.floor(bitLength / bitsPerByte);
1479
+ for (let k = 0; k < byteLength; k++) {
1480
+ const offset = (byteLength - k - 1) * bitsPerByte;
1481
+ dataView.setUint8(chunkOffset + k, (bits & (255 << offset)) >> offset);
1482
+ }
1483
+ }
1484
+ return new Uint8Array(out);
1485
+ };
1486
+
1393
1487
  const streamCollector$1 = async (stream) => {
1394
1488
  if ((typeof Blob === "function" && stream instanceof Blob) || stream.constructor?.name === "Blob") {
1395
1489
  if (Blob.prototype.arrayBuffer !== undefined) {
@@ -1617,6 +1711,8 @@ async function splitStream(stream) {
1617
1711
  return [stream1, stream2];
1618
1712
  }
1619
1713
 
1714
+ class Uint8ArrayBlobAdapter extends bindUint8ArrayBlobAdapter(toUtf8$1, fromUtf8$1, toBase64$1, fromBase64$1) {
1715
+ }
1620
1716
  const _getRandomValues = node_crypto.getRandomValues;
1621
1717
  const v4 = bindV4(_getRandomValues);
1622
1718
  const generateIdempotencyToken = v4;
@@ -1649,10 +1745,10 @@ exports.expectShort = expectShort;
1649
1745
  exports.expectString = expectString;
1650
1746
  exports.expectUnion = expectUnion;
1651
1747
  exports.fromArrayBuffer = fromArrayBuffer;
1652
- exports.fromBase64 = fromBase64;
1748
+ exports.fromBase64 = fromBase64$1;
1653
1749
  exports.fromHex = fromHex;
1654
1750
  exports.fromString = fromString;
1655
- exports.fromUtf8 = fromUtf8;
1751
+ exports.fromUtf8 = fromUtf8$1;
1656
1752
  exports.generateIdempotencyToken = generateIdempotencyToken;
1657
1753
  exports.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream;
1658
1754
  exports.getSerdePlugin = getSerdePlugin;
@@ -1686,8 +1782,8 @@ exports.strictParseInt = strictParseInt;
1686
1782
  exports.strictParseInt32 = strictParseInt32;
1687
1783
  exports.strictParseLong = strictParseLong;
1688
1784
  exports.strictParseShort = strictParseShort;
1689
- exports.toBase64 = toBase64;
1785
+ exports.toBase64 = toBase64$1;
1690
1786
  exports.toHex = toHex;
1691
1787
  exports.toUint8Array = toUint8Array;
1692
- exports.toUtf8 = toUtf8;
1788
+ exports.toUtf8 = toUtf8$1;
1693
1789
  exports.v4 = v4;