@shawnstack/quickforge 1.2.7 → 1.2.8

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 (845) hide show
  1. package/README.md +6 -6
  2. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +2 -2
  4. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +4 -4
  5. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +38 -39
  6. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +3 -3
  7. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +14 -16
  8. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +20 -24
  9. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +2 -2
  10. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +9 -10
  11. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +1 -1
  12. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +6 -6
  13. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  14. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +2 -2
  15. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +2 -2
  16. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +2 -2
  17. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/CountTokensCommand.js +2 -2
  18. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/GetAsyncInvokeCommand.js +2 -2
  19. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +2 -2
  20. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithBidirectionalStreamCommand.js +2 -2
  21. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +2 -2
  22. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ListAsyncInvokesCommand.js +2 -2
  23. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/StartAsyncInvokeCommand.js +2 -2
  24. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/bdd.js +1 -1
  25. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
  26. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/BedrockRuntimeServiceException.js +1 -1
  27. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +5 -7
  28. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +5 -9
  29. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +1 -1
  30. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +3 -4
  31. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +2 -2
  32. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +6 -6
  33. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ApplyGuardrailCommand.d.ts +6 -4
  34. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseCommand.d.ts +6 -4
  35. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseStreamCommand.d.ts +6 -4
  36. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/CountTokensCommand.d.ts +6 -4
  37. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/GetAsyncInvokeCommand.d.ts +6 -4
  38. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelCommand.d.ts +7 -5
  39. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +6 -4
  40. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithResponseStreamCommand.d.ts +6 -4
  41. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ListAsyncInvokesCommand.d.ts +6 -4
  42. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/StartAsyncInvokeCommand.d.ts +6 -4
  43. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/endpoint/bdd.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/extensionConfiguration.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/BedrockRuntimeServiceException.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/errors.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +2 -2
  49. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +12 -18
  51. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ApplyGuardrailCommand.d.ts +6 -4
  52. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseCommand.d.ts +6 -8
  53. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseStreamCommand.d.ts +6 -4
  54. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/CountTokensCommand.d.ts +6 -4
  55. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/GetAsyncInvokeCommand.d.ts +6 -4
  56. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelCommand.d.ts +7 -5
  57. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +6 -4
  58. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithResponseStreamCommand.d.ts +6 -4
  59. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ListAsyncInvokesCommand.d.ts +6 -4
  60. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/StartAsyncInvokeCommand.d.ts +6 -4
  61. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/BedrockRuntimeServiceException.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/errors.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  67. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -4
  68. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +18 -43
  69. package/node_modules/@aws-sdk/core/dist-cjs/index.js +65 -51
  70. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  71. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +2 -2
  72. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  73. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +56 -41
  74. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  75. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  76. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +1 -1
  77. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  78. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  79. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  80. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  81. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +1 -1
  82. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  83. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  84. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +7 -6
  85. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +1 -1
  86. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +1 -1
  87. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -2
  88. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  89. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +1 -2
  90. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +28 -13
  91. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +1 -1
  92. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -3
  93. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +1 -1
  94. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  95. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +2 -3
  96. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  97. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  98. 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
  99. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +1 -0
  100. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
  101. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  102. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  103. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  104. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  105. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  106. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
  107. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +1 -0
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
  114. package/node_modules/@aws-sdk/core/package.json +16 -13
  115. package/node_modules/@aws-sdk/core/util.d.ts +7 -0
  116. package/node_modules/@aws-sdk/core/util.js +5 -0
  117. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  118. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  119. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  120. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  121. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  122. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
  123. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  124. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  125. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  126. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  127. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  128. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  129. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
  130. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  131. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
  132. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  133. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  134. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  135. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  136. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
  139. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
  140. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  141. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  142. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  143. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
  144. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
  145. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
  146. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  147. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  148. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  149. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
  150. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  151. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  152. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  153. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  154. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
  155. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
  156. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  157. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  158. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  159. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  160. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  161. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
  162. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
  163. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  164. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  165. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  166. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
  167. package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +2 -2
  168. package/node_modules/@aws-sdk/eventstream-handler-node/dist-es/EventStreamPayloadHandler.js +1 -1
  169. package/node_modules/@aws-sdk/eventstream-handler-node/dist-types/EventSigningTransformStream.d.ts +1 -1
  170. package/node_modules/@aws-sdk/eventstream-handler-node/dist-types/ts3.4/EventSigningTransformStream.d.ts +1 -1
  171. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -3
  172. package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -3
  173. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHandlingMiddleware.js +1 -1
  174. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/eventStreamHeaderMiddleware.js +1 -1
  175. package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
  176. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  177. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
  178. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  179. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +5 -0
  180. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -2
  181. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +1 -1
  182. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -3
  183. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -5
  184. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  185. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  186. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -6
  187. package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +13 -15
  188. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebSocketFetchHandler.js +5 -5
  189. package/node_modules/@aws-sdk/middleware-websocket/dist-es/WebsocketSignatureV4.js +1 -1
  190. package/node_modules/@aws-sdk/middleware-websocket/dist-es/middlewares/websocketEndpointMiddleware.js +1 -1
  191. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventSigningTransformStream.js +1 -1
  192. package/node_modules/@aws-sdk/middleware-websocket/dist-es/ws-eventstream/EventStreamPayloadHandler.js +1 -1
  193. package/node_modules/@aws-sdk/middleware-websocket/dist-types/WebSocketFetchHandler.d.ts +2 -2
  194. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/WebSocketFetchHandler.d.ts +2 -2
  195. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/ws-eventstream/EventSigningTransformStream.d.ts +1 -1
  196. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ws-eventstream/EventSigningTransformStream.d.ts +1 -1
  197. package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -10
  198. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +520 -52
  199. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +454 -49
  200. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +399 -49
  201. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +593 -49
  202. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +835 -55
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  207. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  208. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +1 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
  210. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  211. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
  212. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
  213. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  214. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
  215. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  216. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +5 -5
  217. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  218. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  219. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +1 -1
  220. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  221. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  222. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
  223. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +4 -8
  224. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  225. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +2 -2
  226. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  227. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +5 -5
  228. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  230. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +1 -1
  231. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
  232. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
  234. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +4 -8
  235. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  236. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +2 -2
  237. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  238. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
  239. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  240. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  241. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +1 -1
  242. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
  243. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  244. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
  245. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
  246. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  247. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
  248. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  249. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -5
  250. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +5 -10
  251. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  252. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  253. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
  254. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +1 -1
  255. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  257. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
  258. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +4 -8
  259. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +3 -4
  260. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -2
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  264. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
  265. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  266. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  267. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
  268. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  269. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  270. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
  271. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +5 -5
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +1 -1
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +5 -5
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  282. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +1 -1
  283. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
  284. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
  285. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
  286. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
  288. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
  289. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
  290. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  297. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
  298. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
  299. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -13
  300. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  301. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  302. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
  303. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +1 -1
  304. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
  305. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  306. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -1
  307. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +4 -4
  308. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +3 -3
  309. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +4 -4
  310. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
  311. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +1 -1
  314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
  317. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  319. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
  320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
  321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +1 -1
  323. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
  324. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
  325. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
  326. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  327. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
  328. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
  329. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
  330. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  331. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +1 -1
  332. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
  333. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
  334. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
  335. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  336. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
  337. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
  338. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
  339. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  340. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +1 -1
  341. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  342. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  343. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
  344. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  345. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  346. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
  347. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
  348. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -12
  349. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  350. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  351. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
  352. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +1 -1
  353. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
  354. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  355. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -1
  356. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -4
  357. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +3 -3
  358. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +5 -5
  359. package/node_modules/@aws-sdk/nested-clients/package.json +13 -34
  360. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +6 -6
  361. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +6 -0
  362. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +4 -5
  363. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -2
  364. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +1 -2
  365. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +3 -3
  366. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  367. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +3 -6
  368. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  369. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -4
  370. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +38 -2
  371. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +2 -2
  372. 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
  373. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -2
  374. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +1 -1
  375. 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
  376. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -5
  377. 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
  378. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -2
  379. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -4
  380. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  381. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  382. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  383. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  384. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  385. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  386. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  387. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  388. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  389. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  390. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  391. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  392. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  393. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  394. package/node_modules/@aws-sdk/token-providers/package.json +4 -5
  395. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +9 -9
  396. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  397. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  398. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -1
  399. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  400. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -1
  401. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -1
  402. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  403. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -1
  404. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -1
  405. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -1
  406. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  407. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -1
  408. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -1
  409. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +1 -1
  410. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  411. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
  412. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -1
  413. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +1 -1
  414. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -1
  415. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  416. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  417. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  418. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  419. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -1
  420. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -3
  421. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +1 -34
  422. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +4 -0
  423. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +13 -10
  424. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +1 -0
  425. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +1 -0
  426. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +1 -0
  427. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +8 -3
  428. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +2 -2
  429. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +1 -1
  430. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  431. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  432. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
  433. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  434. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  435. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1 -1
  436. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +126 -174
  437. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +181 -85
  438. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +126 -174
  439. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  440. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +12 -7
  441. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +9 -5
  442. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +10 -3
  443. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +1 -1
  444. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +19 -21
  445. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +1 -1
  446. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +2 -2
  447. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +1 -1
  448. 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
  449. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +13 -7
  450. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +9 -5
  451. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +7 -3
  452. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +8 -12
  453. 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
  454. package/node_modules/@smithy/core/package.json +1 -1
  455. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  456. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  457. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  458. package/node_modules/@smithy/signature-v4/package.json +2 -2
  459. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -7
  460. package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -1
  461. package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -3
  462. package/node_modules/@smithy/util-utf8/package.json +33 -9
  463. package/package.json +1 -1
  464. package/server/index.mjs +8 -6
  465. package/server/routes/static.mjs +11 -0
  466. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  467. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  468. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  469. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  470. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  471. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  472. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  473. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  474. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  475. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  476. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  477. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  478. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  479. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  480. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  481. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  482. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  483. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  484. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  485. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  486. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  487. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  488. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  489. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  490. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  491. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  492. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  493. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  494. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  495. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  496. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  497. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  498. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +0 -62
  499. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -157
  500. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  501. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  502. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -81
  503. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  504. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  505. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  506. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  507. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  508. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  509. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  510. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  511. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  512. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +0 -18
  513. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
  514. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -9
  515. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -8
  516. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -7
  517. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -4
  518. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  519. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  520. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -11
  521. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -14
  522. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  523. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -11
  524. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -7
  525. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -4
  526. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  527. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  528. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  529. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  530. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  531. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  532. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  533. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -70
  534. package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +0 -201
  535. package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +0 -4
  536. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +0 -581
  537. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +0 -11
  538. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +0 -7
  539. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +0 -36
  540. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +0 -32
  541. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +0 -9
  542. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +0 -25
  543. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +0 -41
  544. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +0 -42
  545. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +0 -33
  546. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +0 -39
  547. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +0 -14
  548. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +0 -49
  549. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +0 -13
  550. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -38
  551. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +0 -41
  552. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +0 -7
  553. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +0 -7
  554. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +0 -1
  555. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +0 -1
  556. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +0 -17
  557. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +0 -51
  558. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +0 -8
  559. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +0 -4
  560. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +0 -25
  561. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +0 -13
  562. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +0 -16
  563. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +0 -9
  564. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +0 -20
  565. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +0 -10
  566. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +0 -20
  567. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +0 -26
  568. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +0 -16
  569. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +0 -16
  570. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +0 -32
  571. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +0 -37
  572. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +0 -27
  573. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +0 -32
  574. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +0 -9
  575. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +0 -9
  576. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +0 -6
  577. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +0 -12
  578. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +0 -79
  579. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +0 -21
  580. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +0 -4
  581. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +0 -5
  582. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +0 -9
  583. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +0 -13
  584. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +0 -9
  585. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +0 -15
  586. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +0 -6
  587. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +0 -17
  588. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +0 -14
  589. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +0 -14
  590. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +0 -12
  591. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +0 -31
  592. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +0 -11
  593. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +0 -40
  594. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +0 -27
  595. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +0 -21
  596. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +0 -17
  597. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +0 -2
  598. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +0 -8
  599. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +0 -33
  600. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +0 -19
  601. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +0 -1
  602. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +0 -2
  603. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +0 -13
  604. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +0 -14
  605. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +0 -79
  606. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  607. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +0 -100
  608. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  609. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  610. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  611. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  612. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  613. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  614. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  615. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  616. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  617. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +0 -90
  618. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  619. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  620. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  621. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  622. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  623. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  624. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  625. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  626. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  627. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +0 -80
  628. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  629. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  630. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  631. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  632. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  633. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  634. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  635. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  636. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  637. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +0 -80
  638. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  639. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  640. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  641. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  642. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  643. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  644. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  645. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  646. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -55
  647. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  648. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -144
  649. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  650. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +0 -150
  651. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  652. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  653. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -96
  654. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  655. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -74
  656. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  657. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -57
  658. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  659. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  660. package/node_modules/@aws-sdk/util-arn-parser/LICENSE +0 -201
  661. package/node_modules/@aws-sdk/util-arn-parser/README.md +0 -4
  662. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +0 -27
  663. package/node_modules/@aws-sdk/util-arn-parser/package.json +0 -55
  664. package/node_modules/@aws-sdk/util-format-url/LICENSE +0 -201
  665. package/node_modules/@aws-sdk/util-format-url/README.md +0 -4
  666. package/node_modules/@aws-sdk/util-format-url/dist-cjs/index.js +0 -34
  667. package/node_modules/@aws-sdk/util-format-url/package.json +0 -56
  668. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  669. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  670. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -22
  671. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -1
  672. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -3
  673. package/node_modules/@smithy/config-resolver/package.json +0 -41
  674. package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
  675. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -11
  676. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -1
  677. package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -3
  678. package/node_modules/@smithy/eventstream-codec/package.json +0 -44
  679. package/node_modules/@smithy/eventstream-serde-browser/LICENSE +0 -201
  680. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -9
  681. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  682. package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -7
  683. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -44
  684. package/node_modules/@smithy/eventstream-serde-config-resolver/LICENSE +0 -201
  685. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -5
  686. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  687. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/index.d.ts +0 -3
  688. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -44
  689. package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
  690. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -6
  691. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -1
  692. package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -3
  693. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -44
  694. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  695. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -5
  696. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -1
  697. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -2
  698. package/node_modules/@smithy/hash-node/package.json +0 -41
  699. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  700. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -6
  701. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -1
  702. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -2
  703. package/node_modules/@smithy/invalid-dependency/package.json +0 -41
  704. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  705. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -7
  706. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -1
  707. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -2
  708. package/node_modules/@smithy/middleware-content-length/package.json +0 -41
  709. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  710. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -12
  711. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -1
  712. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -3
  713. package/node_modules/@smithy/middleware-endpoint/package.json +0 -41
  714. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  715. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -22
  716. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -1
  717. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -3
  718. package/node_modules/@smithy/middleware-retry/package.json +0 -41
  719. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  720. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -9
  721. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -1
  722. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -2
  723. package/node_modules/@smithy/middleware-serde/package.json +0 -41
  724. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  725. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -5
  726. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  727. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -2
  728. package/node_modules/@smithy/middleware-stack/package.json +0 -43
  729. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  730. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -5
  731. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  732. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -3
  733. package/node_modules/@smithy/node-config-provider/package.json +0 -43
  734. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  735. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -10
  736. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -1
  737. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -3
  738. package/node_modules/@smithy/property-provider/package.json +0 -41
  739. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  740. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -11
  741. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -1
  742. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -3
  743. package/node_modules/@smithy/protocol-http/package.json +0 -42
  744. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  745. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -5
  746. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -1
  747. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -2
  748. package/node_modules/@smithy/querystring-builder/package.json +0 -41
  749. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  750. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -16
  751. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -1
  752. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -3
  753. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -41
  754. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  755. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -75
  756. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -3
  757. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -7
  758. package/node_modules/@smithy/smithy-client/package.json +0 -42
  759. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  760. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -5
  761. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -1
  762. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -2
  763. package/node_modules/@smithy/url-parser/package.json +0 -41
  764. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  765. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -6
  766. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -1
  767. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  768. package/node_modules/@smithy/util-base64/package.json +0 -42
  769. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  770. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -5
  771. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  772. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -2
  773. package/node_modules/@smithy/util-body-length-browser/package.json +0 -42
  774. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  775. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -5
  776. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  777. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -2
  778. package/node_modules/@smithy/util-body-length-node/package.json +0 -42
  779. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  780. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -7
  781. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -1
  782. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -2
  783. package/node_modules/@smithy/util-config-provider/package.json +0 -43
  784. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  785. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -5
  786. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  787. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -3
  788. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -41
  789. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  790. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -5
  791. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  792. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -3
  793. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -41
  794. package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  795. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -12
  796. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -1
  797. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -3
  798. package/node_modules/@smithy/util-endpoints/package.json +0 -45
  799. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  800. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -6
  801. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -1
  802. package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +0 -2
  803. package/node_modules/@smithy/util-hex-encoding/package.json +0 -42
  804. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  805. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -6
  806. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -1
  807. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -2
  808. package/node_modules/@smithy/util-middleware/package.json +0 -46
  809. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  810. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -21
  811. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -1
  812. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -3
  813. package/node_modules/@smithy/util-retry/package.json +0 -46
  814. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  815. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -14
  816. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -1
  817. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -5
  818. package/node_modules/@smithy/util-stream/package.json +0 -43
  819. /package/node_modules/@aws-sdk/{util-arn-parser/dist-es/index.js → core/dist-es/submodules/util/util-arn-parser/arn.js} +0 -0
  820. /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
  821. /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
  822. /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
  823. /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
  824. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/README.md +0 -0
  825. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  826. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  827. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  828. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  829. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  830. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.browser.js +0 -0
  831. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/fromUtf8.js +0 -0
  832. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUint8Array.js +0 -0
  833. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.browser.js +0 -0
  834. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-es/toUtf8.js +0 -0
  835. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -0
  836. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/fromUtf8.d.ts +0 -0
  837. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/toUint8Array.d.ts +0 -0
  838. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/toUtf8.browser.d.ts +0 -0
  839. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/toUtf8.d.ts +0 -0
  840. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -0
  841. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -0
  842. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/index.d.ts +0 -0
  843. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -0
  844. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -0
  845. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -0
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 速构 QuickForge
2
2
 
3
3
  <p align="center">
4
- <img alt="Version" src="https://img.shields.io/badge/version-1.2.7-blue" />
4
+ <img alt="Version" src="https://img.shields.io/badge/version-1.2.8-blue" />
5
5
  <img alt="License" src="https://img.shields.io/badge/license-MIT-green" />
6
6
  <img alt="Node" src="https://img.shields.io/badge/node-%3E%3D20-brightgreen" />
7
7
  <img alt="React" src="https://img.shields.io/badge/react-19-61DAFB?logo=react" />
@@ -27,26 +27,26 @@ Built with React 19, Vite 8, Tailwind CSS 4, and shadcn-style UI primitives. Use
27
27
  ### npm
28
28
 
29
29
  ```bash
30
- npm install -g @shawnstack/quickforge@1.2.7
30
+ npm install -g @shawnstack/quickforge@1.2.8
31
31
  qf
32
32
  ```
33
33
 
34
34
  ### Offline tarball
35
35
 
36
- The offline release package for `v1.2.6` is:
36
+ The offline release package for `v1.2.8` is:
37
37
 
38
38
  ```text
39
- package-offline/shawnstack-quickforge-1.2.6.tgz
39
+ package-offline/shawnstack-quickforge-1.2.8.tgz
40
40
  ```
41
41
 
42
42
  Install it on a machine with Node.js 20+ and npm:
43
43
 
44
44
  ```bash
45
- npm install -g ./package-offline/shawnstack-quickforge-1.2.6.tgz
45
+ npm install -g ./package-offline/shawnstack-quickforge-1.2.8.tgz
46
46
  qf
47
47
  ```
48
48
 
49
- The package was generated from tag `v1.2.6` and includes bundled runtime dependencies for offline installation.
49
+ The package was generated from tag `v1.2.8` and includes bundled runtime dependencies for offline installation.
50
50
 
51
51
  ## Quick Start
52
52
 
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.resolveHttpAuthSchemeConfig = exports.defaultBedrockRuntimeHttpAuthSchemeProvider = exports.defaultBedrockRuntimeHttpAuthSchemeParametersProvider = void 0;
4
4
  const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const core_1 = require("@smithy/core");
6
- const util_middleware_1 = require("@smithy/util-middleware");
6
+ const client_1 = require("@smithy/core/client");
7
7
  const defaultBedrockRuntimeHttpAuthSchemeParametersProvider = async (config, context, input) => {
8
8
  return {
9
- operation: (0, util_middleware_1.getSmithyContext)(context).operation,
10
- region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
9
+ operation: (0, client_1.getSmithyContext)(context).operation,
10
+ region: await (0, client_1.normalizeProvider)(config.region)() || (() => {
11
11
  throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
12
12
  })(),
13
13
  };
@@ -56,7 +56,7 @@ const resolveHttpAuthSchemeConfig = (config) => {
56
56
  const token = (0, core_1.memoizeIdentityProvider)(config.token, core_1.isIdentityExpired, core_1.doesIdentityRequireRefresh);
57
57
  const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
58
58
  return Object.assign(config_0, {
59
- authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
59
+ authSchemePreference: (0, client_1.normalizeProvider)(config.authSchemePreference ?? []),
60
60
  token,
61
61
  });
62
62
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.bdd = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const endpoints_1 = require("@smithy/core/endpoints");
5
5
  const k = "ref";
6
6
  const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
7
7
  const _data = {
@@ -46,4 +46,4 @@ const nodes = new Int32Array([
46
46
  3, r + 1, 13,
47
47
  4, r + 2, r + 3,
48
48
  ]);
49
- exports.bdd = util_endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
49
+ exports.bdd = endpoints_1.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -2,17 +2,17 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
4
  const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
- const util_endpoints_2 = require("@smithy/util-endpoints");
5
+ const endpoints_1 = require("@smithy/core/endpoints");
6
6
  const bdd_1 = require("./bdd");
7
- const cache = new util_endpoints_2.EndpointCache({
7
+ const cache = new endpoints_1.EndpointCache({
8
8
  size: 50,
9
9
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
10
10
  });
11
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
12
- return cache.get(endpointParams, () => (0, util_endpoints_2.decideEndpoint)(bdd_1.bdd, {
12
+ return cache.get(endpointParams, () => (0, endpoints_1.decideEndpoint)(bdd_1.bdd, {
13
13
  endpointParams: endpointParams,
14
14
  logger: context.logger,
15
15
  }));
16
16
  };
17
17
  exports.defaultEndpointResolver = defaultEndpointResolver;
18
- util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
18
+ endpoints_1.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
@@ -6,18 +6,17 @@ var middlewareLogger = require('@aws-sdk/middleware-logger');
6
6
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
7
7
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
8
8
  var middlewareWebsocket = require('@aws-sdk/middleware-websocket');
9
- var configResolver = require('@smithy/config-resolver');
10
9
  var core = require('@smithy/core');
10
+ var client = require('@smithy/core/client');
11
+ var config = require('@smithy/core/config');
12
+ var endpoints = require('@smithy/core/endpoints');
13
+ var eventStreams = require('@smithy/core/event-streams');
14
+ var protocols = require('@smithy/core/protocols');
15
+ var retry = require('@smithy/core/retry');
11
16
  var schema = require('@smithy/core/schema');
12
- var eventstreamSerdeConfigResolver = require('@smithy/eventstream-serde-config-resolver');
13
- var middlewareContentLength = require('@smithy/middleware-content-length');
14
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
15
- var middlewareRetry = require('@smithy/middleware-retry');
16
- var smithyClient = require('@smithy/smithy-client');
17
17
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
18
18
  var runtimeConfig = require('./runtimeConfig');
19
19
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
20
- var protocolHttp = require('@smithy/protocol-http');
21
20
  var schemas_0 = require('./schemas/schemas_0');
22
21
  var errors = require('./models/errors');
23
22
  var BedrockRuntimeServiceException = require('./models/BedrockRuntimeServiceException');
@@ -84,12 +83,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
84
83
  };
85
84
 
86
85
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
87
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
86
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
88
87
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
89
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
88
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
90
89
  };
91
90
 
92
- class BedrockRuntimeClient extends smithyClient.Client {
91
+ class BedrockRuntimeClient extends client.Client {
93
92
  config;
94
93
  constructor(...[configuration]) {
95
94
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -97,11 +96,11 @@ class BedrockRuntimeClient extends smithyClient.Client {
97
96
  this.initConfig = _config_0;
98
97
  const _config_1 = resolveClientEndpointParameters(_config_0);
99
98
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
100
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
101
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
99
+ const _config_3 = retry.resolveRetryConfig(_config_2);
100
+ const _config_4 = config.resolveRegionConfig(_config_3);
102
101
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
103
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
104
- const _config_7 = eventstreamSerdeConfigResolver.resolveEventStreamSerdeConfig(_config_6);
102
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
103
+ const _config_7 = eventStreams.resolveEventStreamSerdeConfig(_config_6);
105
104
  const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
106
105
  const _config_9 = middlewareEventstream.resolveEventStreamConfig(_config_8);
107
106
  const _config_10 = middlewareWebsocket.resolveWebSocketConfig(_config_9);
@@ -109,8 +108,8 @@ class BedrockRuntimeClient extends smithyClient.Client {
109
108
  this.config = _config_11;
110
109
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
111
110
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
112
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
113
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
111
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
112
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
114
113
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
115
114
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
116
115
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -128,11 +127,11 @@ class BedrockRuntimeClient extends smithyClient.Client {
128
127
  }
129
128
  }
130
129
 
131
- class ApplyGuardrailCommand extends smithyClient.Command
130
+ class ApplyGuardrailCommand extends client.Command
132
131
  .classBuilder()
133
132
  .ep(commonParams)
134
133
  .m(function (Command, cs, config, o) {
135
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
136
135
  })
137
136
  .s("AmazonBedrockFrontendService", "ApplyGuardrail", {})
138
137
  .n("BedrockRuntimeClient", "ApplyGuardrailCommand")
@@ -140,11 +139,11 @@ class ApplyGuardrailCommand extends smithyClient.Command
140
139
  .build() {
141
140
  }
142
141
 
143
- class ConverseCommand extends smithyClient.Command
142
+ class ConverseCommand extends client.Command
144
143
  .classBuilder()
145
144
  .ep(commonParams)
146
145
  .m(function (Command, cs, config, o) {
147
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
148
147
  })
149
148
  .s("AmazonBedrockFrontendService", "Converse", {})
150
149
  .n("BedrockRuntimeClient", "ConverseCommand")
@@ -152,11 +151,11 @@ class ConverseCommand extends smithyClient.Command
152
151
  .build() {
153
152
  }
154
153
 
155
- class ConverseStreamCommand extends smithyClient.Command
154
+ class ConverseStreamCommand extends client.Command
156
155
  .classBuilder()
157
156
  .ep(commonParams)
158
157
  .m(function (Command, cs, config, o) {
159
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
160
159
  })
161
160
  .s("AmazonBedrockFrontendService", "ConverseStream", {
162
161
  eventStream: {
@@ -168,11 +167,11 @@ class ConverseStreamCommand extends smithyClient.Command
168
167
  .build() {
169
168
  }
170
169
 
171
- class CountTokensCommand extends smithyClient.Command
170
+ class CountTokensCommand extends client.Command
172
171
  .classBuilder()
173
172
  .ep(commonParams)
174
173
  .m(function (Command, cs, config, o) {
175
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
174
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
176
175
  })
177
176
  .s("AmazonBedrockFrontendService", "CountTokens", {})
178
177
  .n("BedrockRuntimeClient", "CountTokensCommand")
@@ -180,11 +179,11 @@ class CountTokensCommand extends smithyClient.Command
180
179
  .build() {
181
180
  }
182
181
 
183
- class GetAsyncInvokeCommand extends smithyClient.Command
182
+ class GetAsyncInvokeCommand extends client.Command
184
183
  .classBuilder()
185
184
  .ep(commonParams)
186
185
  .m(function (Command, cs, config, o) {
187
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
186
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
188
187
  })
189
188
  .s("AmazonBedrockFrontendService", "GetAsyncInvoke", {})
190
189
  .n("BedrockRuntimeClient", "GetAsyncInvokeCommand")
@@ -192,11 +191,11 @@ class GetAsyncInvokeCommand extends smithyClient.Command
192
191
  .build() {
193
192
  }
194
193
 
195
- class InvokeModelCommand extends smithyClient.Command
194
+ class InvokeModelCommand extends client.Command
196
195
  .classBuilder()
197
196
  .ep(commonParams)
198
197
  .m(function (Command, cs, config, o) {
199
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
198
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
200
199
  })
201
200
  .s("AmazonBedrockFrontendService", "InvokeModel", {})
202
201
  .n("BedrockRuntimeClient", "InvokeModelCommand")
@@ -204,12 +203,12 @@ class InvokeModelCommand extends smithyClient.Command
204
203
  .build() {
205
204
  }
206
205
 
207
- class InvokeModelWithBidirectionalStreamCommand extends smithyClient.Command
206
+ class InvokeModelWithBidirectionalStreamCommand extends client.Command
208
207
  .classBuilder()
209
208
  .ep(commonParams)
210
209
  .m(function (Command, cs, config, o) {
211
210
  return [
212
- middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
211
+ endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
213
212
  middlewareEventstream.getEventStreamPlugin(config),
214
213
  middlewareWebsocket.getWebSocketPlugin(config, {
215
214
  headerPrefix: 'x-amz-bedrock-',
@@ -227,11 +226,11 @@ class InvokeModelWithBidirectionalStreamCommand extends smithyClient.Command
227
226
  .build() {
228
227
  }
229
228
 
230
- class InvokeModelWithResponseStreamCommand extends smithyClient.Command
229
+ class InvokeModelWithResponseStreamCommand extends client.Command
231
230
  .classBuilder()
232
231
  .ep(commonParams)
233
232
  .m(function (Command, cs, config, o) {
234
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
233
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
235
234
  })
236
235
  .s("AmazonBedrockFrontendService", "InvokeModelWithResponseStream", {
237
236
  eventStream: {
@@ -243,11 +242,11 @@ class InvokeModelWithResponseStreamCommand extends smithyClient.Command
243
242
  .build() {
244
243
  }
245
244
 
246
- class ListAsyncInvokesCommand extends smithyClient.Command
245
+ class ListAsyncInvokesCommand extends client.Command
247
246
  .classBuilder()
248
247
  .ep(commonParams)
249
248
  .m(function (Command, cs, config, o) {
250
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
249
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
250
  })
252
251
  .s("AmazonBedrockFrontendService", "ListAsyncInvokes", {})
253
252
  .n("BedrockRuntimeClient", "ListAsyncInvokesCommand")
@@ -255,11 +254,11 @@ class ListAsyncInvokesCommand extends smithyClient.Command
255
254
  .build() {
256
255
  }
257
256
 
258
- class StartAsyncInvokeCommand extends smithyClient.Command
257
+ class StartAsyncInvokeCommand extends client.Command
259
258
  .classBuilder()
260
259
  .ep(commonParams)
261
260
  .m(function (Command, cs, config, o) {
262
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
261
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
262
  })
264
263
  .s("AmazonBedrockFrontendService", "StartAsyncInvoke", {})
265
264
  .n("BedrockRuntimeClient", "StartAsyncInvokeCommand")
@@ -286,7 +285,7 @@ const paginators = {
286
285
  };
287
286
  class BedrockRuntime extends BedrockRuntimeClient {
288
287
  }
289
- smithyClient.createAggregatedClient(commands, BedrockRuntime, { paginators });
288
+ client.createAggregatedClient(commands, BedrockRuntime, { paginators });
290
289
 
291
290
  const AsyncInvokeStatus = {
292
291
  COMPLETED: "Completed",
@@ -529,8 +528,8 @@ const Trace = {
529
528
  ENABLED_FULL: "ENABLED_FULL",
530
529
  };
531
530
 
532
- exports.$Command = smithyClient.Command;
533
- exports.__Client = smithyClient.Client;
531
+ exports.$Command = client.Command;
532
+ exports.__Client = client.Client;
534
533
  exports.BedrockRuntimeServiceException = BedrockRuntimeServiceException.BedrockRuntimeServiceException;
535
534
  exports.ApplyGuardrailCommand = ApplyGuardrailCommand;
536
535
  exports.AsyncInvokeStatus = AsyncInvokeStatus;
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BedrockRuntimeServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class BedrockRuntimeServiceException extends smithy_client_1.ServiceException {
4
+ const client_1 = require("@smithy/core/client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return client_1.ServiceException; } });
6
+ class BedrockRuntimeServiceException extends client_1.ServiceException {
7
7
  constructor(options) {
8
8
  super(options);
9
9
  Object.setPrototypeOf(this, BedrockRuntimeServiceException.prototype);
@@ -6,38 +6,36 @@ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const middleware_websocket_1 = require("@aws-sdk/middleware-websocket");
8
8
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const eventstream_serde_browser_1 = require("@smithy/eventstream-serde-browser");
9
+ const client_1 = require("@smithy/core/client");
10
+ const config_1 = require("@smithy/core/config");
11
+ const event_streams_1 = require("@smithy/core/event-streams");
12
+ const retry_1 = require("@smithy/core/retry");
13
+ const serde_1 = require("@smithy/core/serde");
11
14
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
12
- const invalid_dependency_1 = require("@smithy/invalid-dependency");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
- const util_retry_1 = require("@smithy/util-retry");
17
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
16
  const getRuntimeConfig = (config) => {
19
- const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
20
- const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
17
+ const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
18
+ const defaultConfigProvider = () => defaultsMode().then(client_1.loadConfigsForDefaultMode);
21
19
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
22
20
  return {
23
21
  ...clientSharedValues,
24
22
  ...config,
25
23
  runtime: "browser",
26
24
  defaultsMode,
27
- bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_browser_1.calculateBodyLength,
25
+ bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
28
26
  credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
29
27
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_browser_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
30
28
  eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ?? middleware_websocket_1.eventStreamPayloadHandlerProvider,
31
- eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventstream_serde_browser_1.eventStreamSerdeProvider,
32
- maxAttempts: config?.maxAttempts ?? util_retry_1.DEFAULT_MAX_ATTEMPTS,
33
- region: config?.region ?? (0, invalid_dependency_1.invalidProvider)("Region is missing"),
29
+ eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? event_streams_1.eventStreamSerdeProvider,
30
+ maxAttempts: config?.maxAttempts ?? retry_1.DEFAULT_MAX_ATTEMPTS,
31
+ region: config?.region ?? (0, client_1.invalidProvider)("Region is missing"),
34
32
  requestHandler: middleware_websocket_1.WebSocketFetchHandler.create(config?.requestHandler
35
33
  ?? defaultConfigProvider, fetch_http_handler_1.FetchHttpHandler.create(defaultConfigProvider)),
36
- retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE),
34
+ retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE),
37
35
  sha256: config?.sha256 ?? sha256_browser_1.Sha256,
38
36
  streamCollector: config?.streamCollector ?? fetch_http_handler_1.streamCollector,
39
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
40
- useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_resolver_1.DEFAULT_USE_FIPS_ENDPOINT)),
37
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
38
+ useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(config_1.DEFAULT_USE_FIPS_ENDPOINT)),
41
39
  };
42
40
  };
43
41
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -9,22 +9,18 @@ const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
9
9
  const eventstream_handler_node_1 = require("@aws-sdk/eventstream-handler-node");
10
10
  const token_providers_1 = require("@aws-sdk/token-providers");
11
11
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
12
- const config_resolver_1 = require("@smithy/config-resolver");
13
12
  const core_1 = require("@smithy/core");
14
- const eventstream_serde_node_1 = require("@smithy/eventstream-serde-node");
15
- const hash_node_1 = require("@smithy/hash-node");
16
- const middleware_retry_1 = require("@smithy/middleware-retry");
17
- const node_config_provider_1 = require("@smithy/node-config-provider");
13
+ const client_2 = require("@smithy/core/client");
14
+ const config_1 = require("@smithy/core/config");
15
+ const event_streams_1 = require("@smithy/core/event-streams");
16
+ const retry_1 = require("@smithy/core/retry");
17
+ const serde_1 = require("@smithy/core/serde");
18
18
  const node_http_handler_1 = require("@smithy/node-http-handler");
19
- const smithy_client_1 = require("@smithy/smithy-client");
20
- const util_body_length_node_1 = require("@smithy/util-body-length-node");
21
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
22
- const util_retry_1 = require("@smithy/util-retry");
23
19
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
24
20
  const getRuntimeConfig = (config) => {
25
- (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
26
- const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
27
- const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
21
+ (0, client_2.emitWarningIfUnsupportedVersion)(process.version);
22
+ const defaultsMode = (0, config_1.resolveDefaultsModeConfig)(config);
23
+ const defaultConfigProvider = () => defaultsMode().then(client_2.loadConfigsForDefaultMode);
28
24
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
29
25
  (0, client_1.emitWarningIfUnsupportedVersion)(process.version);
30
26
  const loaderConfig = {
@@ -37,12 +33,12 @@ const getRuntimeConfig = (config) => {
37
33
  ...config,
38
34
  runtime: "node",
39
35
  defaultsMode,
40
- authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
41
- bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
36
+ authSchemePreference: config?.authSchemePreference ?? (0, config_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
37
+ bodyLengthChecker: config?.bodyLengthChecker ?? serde_1.calculateBodyLength,
42
38
  credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
43
39
  defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
44
40
  eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ?? eventstream_handler_node_1.eventStreamPayloadHandlerProvider,
45
- eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? eventstream_serde_node_1.eventStreamSerdeProvider,
41
+ eventStreamSerdeProvider: config?.eventStreamSerdeProvider ?? event_streams_1.eventStreamSerdeProvider,
46
42
  httpAuthSchemes: config?.httpAuthSchemes ?? [
47
43
  {
48
44
  schemeId: "aws.auth#sigv4",
@@ -62,22 +58,22 @@ const getRuntimeConfig = (config) => {
62
58
  signer: new core_1.HttpBearerAuthSigner(),
63
59
  },
64
60
  ],
65
- maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
66
- region: config?.region ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, { ...config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
61
+ maxAttempts: config?.maxAttempts ?? (0, config_1.loadConfig)(retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
62
+ region: config?.region ?? (0, config_1.loadConfig)(config_1.NODE_REGION_CONFIG_OPTIONS, { ...config_1.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
67
63
  requestHandler: node_http_handler_1.NodeHttp2Handler.create(config?.requestHandler ?? (async () => ({
68
64
  ...await defaultConfigProvider(),
69
65
  disableConcurrentStreams: true
70
66
  }))),
71
67
  retryMode: config?.retryMode ??
72
- (0, node_config_provider_1.loadConfig)({
73
- ...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
74
- default: async () => (await defaultConfigProvider()).retryMode || util_retry_1.DEFAULT_RETRY_MODE,
68
+ (0, config_1.loadConfig)({
69
+ ...retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
70
+ default: async () => (await defaultConfigProvider()).retryMode || retry_1.DEFAULT_RETRY_MODE,
75
71
  }, config),
76
- sha256: config?.sha256 ?? hash_node_1.Hash.bind(null, "sha256"),
72
+ sha256: config?.sha256 ?? serde_1.Hash.bind(null, "sha256"),
77
73
  streamCollector: config?.streamCollector ?? node_http_handler_1.streamCollector,
78
- useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
79
- useFipsEndpoint: config?.useFipsEndpoint ?? (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
80
- userAgentAppId: config?.userAgentAppId ?? (0, node_config_provider_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
74
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
75
+ useFipsEndpoint: config?.useFipsEndpoint ?? (0, config_1.loadConfig)(config_1.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
76
+ userAgentAppId: config?.userAgentAppId ?? (0, config_1.loadConfig)(util_user_agent_node_1.NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
81
77
  };
82
78
  };
83
79
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
- const invalid_dependency_1 = require("@smithy/invalid-dependency");
5
+ const client_1 = require("@smithy/core/client");
6
6
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
7
7
  const getRuntimeConfig = (config) => {
8
8
  const browserDefaults = (0, runtimeConfig_browser_1.getRuntimeConfig)(config);
@@ -11,7 +11,7 @@ const getRuntimeConfig = (config) => {
11
11
  ...config,
12
12
  runtime: "react-native",
13
13
  eventStreamPayloadHandlerProvider: config?.eventStreamPayloadHandlerProvider ?? (() => ({
14
- handle: (0, invalid_dependency_1.invalidFunction)("event stream request is not supported in ReactNative."),
14
+ handle: (0, client_1.invalidFunction)("event stream request is not supported in ReactNative."),
15
15
  })),
16
16
  sha256: config?.sha256 ?? sha256_js_1.Sha256,
17
17
  };
@@ -4,18 +4,17 @@ exports.getRuntimeConfig = void 0;
4
4
  const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
5
5
  const protocols_1 = require("@aws-sdk/core/protocols");
6
6
  const core_1 = require("@smithy/core");
7
- const smithy_client_1 = require("@smithy/smithy-client");
8
- const url_parser_1 = require("@smithy/url-parser");
9
- const util_base64_1 = require("@smithy/util-base64");
10
- const util_utf8_1 = require("@smithy/util-utf8");
7
+ const client_1 = require("@smithy/core/client");
8
+ const protocols_2 = require("@smithy/core/protocols");
9
+ const serde_1 = require("@smithy/core/serde");
11
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
12
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
13
12
  const schemas_0_1 = require("./schemas/schemas_0");
14
13
  const getRuntimeConfig = (config) => {
15
14
  return {
16
15
  apiVersion: "2023-09-30",
17
- base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64,
18
- base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64,
16
+ base64Decoder: config?.base64Decoder ?? serde_1.fromBase64,
17
+ base64Encoder: config?.base64Encoder ?? serde_1.toBase64,
19
18
  disableHostPrefix: config?.disableHostPrefix ?? false,
20
19
  endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver,
21
20
  extensions: config?.extensions ?? [],
@@ -32,7 +31,7 @@ const getRuntimeConfig = (config) => {
32
31
  signer: new core_1.HttpBearerAuthSigner(),
33
32
  },
34
33
  ],
35
- logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
34
+ logger: config?.logger ?? new client_1.NoOpLogger(),
36
35
  protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
37
36
  protocolSettings: config?.protocolSettings ?? {
38
37
  defaultNamespace: "com.amazonaws.bedrockruntime",
@@ -41,9 +40,9 @@ const getRuntimeConfig = (config) => {
41
40
  serviceTarget: "AmazonBedrockFrontendService",
42
41
  },
43
42
  serviceId: config?.serviceId ?? "Bedrock Runtime",
44
- urlParser: config?.urlParser ?? url_parser_1.parseUrl,
45
- utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
46
- utf8Encoder: config?.utf8Encoder ?? util_utf8_1.toUtf8,
43
+ urlParser: config?.urlParser ?? protocols_2.parseUrl,
44
+ utf8Decoder: config?.utf8Decoder ?? serde_1.fromUtf8,
45
+ utf8Encoder: config?.utf8Encoder ?? serde_1.toUtf8,
47
46
  };
48
47
  };
49
48
  exports.getRuntimeConfig = getRuntimeConfig;
@@ -1,4 +1,4 @@
1
- import { createAggregatedClient } from "@smithy/smithy-client";
1
+ import { createAggregatedClient } from "@smithy/core/client";
2
2
  import { BedrockRuntimeClient } from "./BedrockRuntimeClient";
3
3
  import { ApplyGuardrailCommand, } from "./commands/ApplyGuardrailCommand";
4
4
  import { ConverseCommand } from "./commands/ConverseCommand";
@@ -4,14 +4,14 @@ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
4
4
  import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detection";
5
5
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
6
6
  import { resolveWebSocketConfig, } from "@aws-sdk/middleware-websocket";
7
- import { resolveRegionConfig } from "@smithy/config-resolver";
8
7
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
8
+ import { Client as __Client, } from "@smithy/core/client";
9
+ import { resolveRegionConfig } from "@smithy/core/config";
10
+ import { resolveEndpointConfig } from "@smithy/core/endpoints";
11
+ import { resolveEventStreamSerdeConfig, } from "@smithy/core/event-streams";
12
+ import { getContentLengthPlugin } from "@smithy/core/protocols";
13
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/core/retry";
9
14
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
10
- import { resolveEventStreamSerdeConfig, } from "@smithy/eventstream-serde-config-resolver";
11
- import { getContentLengthPlugin } from "@smithy/middleware-content-length";
12
- import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
13
- import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
14
- import { Client as __Client, } from "@smithy/smithy-client";
15
15
  import { defaultBedrockRuntimeHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
16
16
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
17
17
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
@@ -1,6 +1,6 @@
1
1
  import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider } from "@smithy/core";
3
- import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
+ import { getSmithyContext, normalizeProvider } from "@smithy/core/client";
4
4
  export const defaultBedrockRuntimeHttpAuthSchemeParametersProvider = async (config, context, input) => {
5
5
  return {
6
6
  operation: getSmithyContext(context).operation,
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ApplyGuardrail$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { Converse$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { ConverseStream$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { CountTokens$ } from "../schemas/schemas_0";
5
5
  export { $Command };