@psnext/slingcli 2.5.20260705-1 → 2.5.20260710-1

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 (316) hide show
  1. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +55 -141
  2. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -3
  3. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js +1 -1
  4. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js +48 -19
  5. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -1
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js +0 -5
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -3
  8. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -2
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -3
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +19 -20
  11. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +5 -3
  12. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +5 -5
  13. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -5
  14. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +5 -5
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -0
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +5 -1
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -1
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/shared.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -3
  24. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +3 -2
  25. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +22 -20
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -1
  28. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -3
  29. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -1
  30. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -3
  31. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +24 -2
  32. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  33. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +31 -20
  34. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -1
  35. package/node_modules/@aws-sdk/core/package.json +7 -7
  36. package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -1
  37. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +2 -4
  38. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +10 -1
  39. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  40. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +16 -10
  41. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +16 -10
  42. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  43. package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +4 -4
  44. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  45. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
  46. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +2 -4
  49. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +2 -1
  50. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  51. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +1 -2
  52. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +2 -8
  53. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +7 -2
  54. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  55. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -1
  56. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +2 -1
  57. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +6 -1
  58. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  59. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -1
  60. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +2 -4
  61. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +2 -1
  62. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  63. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +3 -4
  64. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -4
  65. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +5 -16
  66. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +5 -4
  67. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -4
  68. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +7 -4
  69. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +7 -4
  70. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
  71. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +4 -8
  74. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +7 -2
  75. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  76. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
  77. package/node_modules/@aws-sdk/middleware-eventstream/dist-es/index.js +4 -4
  78. package/node_modules/@aws-sdk/middleware-eventstream/dist-types/index.d.ts +5 -4
  79. package/node_modules/@aws-sdk/middleware-eventstream/dist-types/ts3.4/index.d.ts +14 -4
  80. package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
  81. package/node_modules/@aws-sdk/middleware-websocket/dist-es/index.js +4 -4
  82. package/node_modules/@aws-sdk/middleware-websocket/dist-types/index.d.ts +6 -4
  83. package/node_modules/@aws-sdk/middleware-websocket/dist-types/ts3.4/index.d.ts +9 -4
  84. package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
  85. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  86. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  87. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  88. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  89. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  91. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +4 -4
  92. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  93. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  94. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -1
  95. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +1 -5
  96. package/node_modules/@aws-sdk/types/dist-es/index.js +4 -34
  97. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -1
  98. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  99. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +2 -1
  100. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -2
  101. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -1
  102. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -1
  103. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -1
  104. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -1
  105. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  106. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -1
  107. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -1
  108. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -1
  109. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  110. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +7 -7
  111. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
  112. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  113. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -5
  114. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +42 -34
  115. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -1
  116. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  117. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
  118. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  119. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
  120. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -1
  121. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -1
  122. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -1
  123. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -1
  124. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +2 -1
  125. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +2 -5
  126. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  127. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  128. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +17 -5
  129. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +225 -34
  130. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +1 -1
  131. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -1
  132. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
  133. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -1
  134. package/node_modules/@aws-sdk/types/package.json +2 -2
  135. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -2
  136. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +2 -11
  137. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
  138. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  139. package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +17 -0
  140. package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +3 -173
  141. package/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.models.js +72 -0
  142. package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +1 -1
  143. package/node_modules/@earendil-works/pi-ai/dist/providers/huggingface.models.js +18 -0
  144. package/node_modules/@earendil-works/pi-ai/dist/providers/openai.models.js +72 -0
  145. package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +36 -0
  146. package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +295 -79
  147. package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +86 -1
  148. package/node_modules/@earendil-works/pi-ai/dist/providers/xai.models.js +18 -0
  149. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.d.ts +271 -602
  150. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js +271 -602
  151. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_attributes.js.map +1 -1
  152. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.d.ts +26 -0
  153. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js +26 -0
  154. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_events.js.map +1 -1
  155. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.d.ts +176 -111
  156. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js +176 -111
  157. package/node_modules/@opentelemetry/semantic-conventions/build/esm/experimental_metrics.js.map +1 -1
  158. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.d.ts +511 -6
  159. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js +511 -6
  160. package/node_modules/@opentelemetry/semantic-conventions/build/esm/stable_attributes.js.map +1 -1
  161. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.d.ts +1 -1
  162. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js +1 -1
  163. package/node_modules/@opentelemetry/semantic-conventions/build/esm/version.js.map +1 -1
  164. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.d.ts +271 -602
  165. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js +271 -602
  166. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_attributes.js.map +1 -1
  167. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.d.ts +26 -0
  168. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js +26 -0
  169. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_events.js.map +1 -1
  170. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.d.ts +176 -111
  171. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js +176 -111
  172. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/experimental_metrics.js.map +1 -1
  173. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.d.ts +511 -6
  174. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js +511 -6
  175. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/stable_attributes.js.map +1 -1
  176. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.d.ts +1 -1
  177. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js +1 -1
  178. package/node_modules/@opentelemetry/semantic-conventions/build/esnext/version.js.map +1 -1
  179. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.d.ts +271 -602
  180. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js +307 -655
  181. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_attributes.js.map +1 -1
  182. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.d.ts +26 -0
  183. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js +27 -1
  184. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_events.js.map +1 -1
  185. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.d.ts +176 -111
  186. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js +183 -118
  187. package/node_modules/@opentelemetry/semantic-conventions/build/src/experimental_metrics.js.map +1 -1
  188. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.d.ts +511 -6
  189. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js +533 -9
  190. package/node_modules/@opentelemetry/semantic-conventions/build/src/stable_attributes.js.map +1 -1
  191. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.d.ts +1 -1
  192. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js +1 -1
  193. package/node_modules/@opentelemetry/semantic-conventions/build/src/version.js.map +1 -1
  194. package/node_modules/@opentelemetry/semantic-conventions/package.json +4 -4
  195. package/node_modules/@protobufjs/utf8/CHANGELOG.md +8 -0
  196. package/node_modules/@protobufjs/utf8/index.js +29 -18
  197. package/node_modules/@protobufjs/utf8/package.json +2 -2
  198. package/node_modules/@protobufjs/utf8/tests/index.js +5 -0
  199. package/node_modules/@smithy/core/dist-es/index.js +5 -5
  200. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -3
  201. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -2
  202. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -3
  203. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -3
  204. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -3
  205. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +1 -1
  206. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -1
  207. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -1
  208. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -2
  209. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +11 -11
  210. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -7
  211. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -2
  212. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -13
  213. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -14
  214. package/node_modules/@smithy/core/dist-types/index.d.ts +7 -5
  215. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -3
  216. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -2
  217. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -3
  218. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -3
  219. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -3
  220. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +1 -1
  221. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -1
  222. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -1
  223. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +1 -1
  224. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -2
  225. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +12 -11
  226. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -7
  227. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -2
  228. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -13
  229. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -14
  230. package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +2 -2
  231. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +2 -1
  232. package/node_modules/@smithy/core/package.json +2 -2
  233. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +3 -4
  234. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +5 -4
  235. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  236. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  237. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  238. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -4
  239. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +5 -4
  240. package/node_modules/@smithy/signature-v4/package.json +3 -3
  241. package/node_modules/@smithy/types/dist-es/auth/index.js +2 -6
  242. package/node_modules/@smithy/types/dist-es/connection/index.js +1 -3
  243. package/node_modules/@smithy/types/dist-es/endpoints/index.js +1 -5
  244. package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -2
  245. package/node_modules/@smithy/types/dist-es/identity/index.js +1 -4
  246. package/node_modules/@smithy/types/dist-es/index.js +7 -43
  247. package/node_modules/@smithy/types/dist-es/metrics.js +1 -0
  248. package/node_modules/@smithy/types/dist-types/abort.d.ts +1 -1
  249. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -6
  250. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -3
  251. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -5
  252. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +6 -4
  253. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -4
  254. package/node_modules/@smithy/types/dist-types/index.d.ts +51 -43
  255. package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
  256. package/node_modules/@smithy/types/package.json +1 -1
  257. package/node_modules/@types/node/README.md +1 -1
  258. package/node_modules/@types/node/fs/promises.d.ts +16 -6
  259. package/node_modules/@types/node/package.json +2 -2
  260. package/node_modules/gaxios/build/cjs/src/gaxios.js +1 -1
  261. package/node_modules/gaxios/build/cjs/src/gaxios.js.map +1 -1
  262. package/node_modules/gaxios/build/cjs/test/test.getch.js +66 -0
  263. package/node_modules/gaxios/build/cjs/test/test.getch.js.map +1 -1
  264. package/node_modules/gaxios/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
  265. package/node_modules/gaxios/build/esm/src/gaxios.js +1 -1
  266. package/node_modules/gaxios/build/esm/src/gaxios.js.map +1 -1
  267. package/node_modules/gaxios/build/esm/test/test.getch.js +66 -0
  268. package/node_modules/gaxios/build/esm/test/test.getch.js.map +1 -1
  269. package/node_modules/gaxios/build/esm/tsconfig.tsbuildinfo +1 -1
  270. package/node_modules/gaxios/package.json +4 -4
  271. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +1 -1
  272. package/node_modules/lru-cache/dist/commonjs/browser/index.js +11 -4
  273. package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +1 -1
  274. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js +1 -1
  275. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +3 -3
  276. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  277. package/node_modules/lru-cache/dist/commonjs/index.js +11 -4
  278. package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  279. package/node_modules/lru-cache/dist/commonjs/index.min.js +1 -1
  280. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +3 -3
  281. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +1 -1
  282. package/node_modules/lru-cache/dist/commonjs/node/index.js +11 -4
  283. package/node_modules/lru-cache/dist/commonjs/node/index.js.map +1 -1
  284. package/node_modules/lru-cache/dist/commonjs/node/index.min.js +1 -1
  285. package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +3 -3
  286. package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +1 -1
  287. package/node_modules/lru-cache/dist/esm/browser/index.js +11 -4
  288. package/node_modules/lru-cache/dist/esm/browser/index.js.map +1 -1
  289. package/node_modules/lru-cache/dist/esm/browser/index.min.js +1 -1
  290. package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +3 -3
  291. package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  292. package/node_modules/lru-cache/dist/esm/index.js +11 -4
  293. package/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  294. package/node_modules/lru-cache/dist/esm/index.min.js +1 -1
  295. package/node_modules/lru-cache/dist/esm/index.min.js.map +3 -3
  296. package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +1 -1
  297. package/node_modules/lru-cache/dist/esm/node/index.js +11 -4
  298. package/node_modules/lru-cache/dist/esm/node/index.js.map +1 -1
  299. package/node_modules/lru-cache/dist/esm/node/index.min.js +1 -1
  300. package/node_modules/lru-cache/dist/esm/node/index.min.js.map +3 -3
  301. package/node_modules/lru-cache/package.json +1 -1
  302. package/package.json +2 -2
  303. package/sling-default-packages.json +2 -1
  304. package/slingshot/index.js +126 -126
  305. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js +0 -15
  306. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js +0 -14
  307. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js +0 -9
  308. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +0 -75
  309. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -10
  310. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -8
  311. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -8
  312. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -6
  313. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -1
  314. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -3
  315. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -3
  316. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -4
@@ -1 +1 @@
1
- export { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool } from "@smithy/types";
1
+ export type { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool, } from "@smithy/types";
@@ -1 +1 @@
1
- export { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types";
1
+ export type { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types";
@@ -1 +1 @@
1
- export { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types";
1
+ export type { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types";
@@ -1 +1,2 @@
1
- export { EndpointARN, EndpointPartition, EndpointURLScheme, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "@smithy/types";
1
+ export { EndpointURLScheme } from "@smithy/types";
2
+ export type { EndpointARN, EndpointPartition, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "@smithy/types";
@@ -1 +1 @@
1
- export { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "@smithy/types";
1
+ export type { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "@smithy/types";
@@ -1,5 +1,5 @@
1
1
  import type { HttpResponse } from "@smithy/types";
2
- export { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types";
2
+ export type { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types";
3
3
  /**
4
4
  * @public
5
5
  *
@@ -1,6 +1,7 @@
1
1
  import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, Logger, RequestHandler } from "@smithy/types";
2
2
  import type { AwsSdkCredentialsFeatures } from "../feature-ids";
3
- export { AwsCredentialIdentity, AwsCredentialIdentityProvider, IdentityProvider } from "@smithy/types";
3
+ export type { IdentityProvider } from "@smithy/types";
4
+ export type { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
4
5
  /**
5
6
  * @public
6
7
  */
@@ -30,31 +31,30 @@ export interface AwsIdentityProperties {
30
31
  };
31
32
  }
32
33
  /**
33
- * @public
34
- *
35
34
  * Variation of {@link IdentityProvider} which accepts a contextual
36
35
  * client configuration that includes an AWS region and potentially other
37
36
  * configurable fields.
38
37
  *
39
38
  * Used to link a credential provider to a client if it is being called
40
39
  * in the context of a client.
40
+ *
41
+ * @public
41
42
  */
42
43
  export type RuntimeConfigIdentityProvider<T> = (awsIdentityProperties?: AwsIdentityProperties) => Promise<T>;
43
44
  /**
44
- * @public
45
- *
46
45
  * Variation of {@link AwsCredentialIdentityProvider} which accepts a contextual
47
46
  * client configuration that includes an AWS region and potentially other
48
47
  * configurable fields.
49
48
  *
50
49
  * Used to link a credential provider to a client if it is being called
51
50
  * in the context of a client.
51
+ *
52
+ * @public
52
53
  */
53
54
  export type RuntimeConfigAwsCredentialIdentityProvider = RuntimeConfigIdentityProvider<AwsCredentialIdentity>;
54
55
  /**
55
- * @public
56
- *
57
56
  * AwsCredentialIdentity with source attribution metadata.
57
+ * @public
58
58
  */
59
59
  export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & {
60
60
  $source?: AwsSdkCredentialsFeatures;
@@ -1 +1 @@
1
- export { Identity, IdentityProvider } from "@smithy/types";
1
+ export type { Identity, IdentityProvider } from "@smithy/types";
@@ -1,6 +1,6 @@
1
1
  import type { TokenIdentity } from "@smithy/types";
2
2
  import type { AwsSdkTokenFeatures } from "../feature-ids";
3
- export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
3
+ export type { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
4
  /**
5
5
  * @public
6
6
  *
@@ -1,5 +1,5 @@
1
- export * from "./AnonymousIdentity";
2
- export * from "./AwsCredentialIdentity";
3
- export * from "./Identity";
4
- export * from "./LoginIdentity";
5
- export * from "./TokenIdentity";
1
+ export type { AnonymousIdentity } from "./AnonymousIdentity";
2
+ export type { IdentityProvider, AwsCredentialIdentity, AwsCredentialIdentityProvider, AwsIdentityProperties, RuntimeConfigIdentityProvider, RuntimeConfigAwsCredentialIdentityProvider, AttributedAwsCredentialIdentity, } from "./AwsCredentialIdentity";
3
+ export type { Identity } from "./Identity";
4
+ export type { LoginIdentity, LoginIdentityProvider } from "./LoginIdentity";
5
+ export type { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./TokenIdentity";
@@ -1,34 +1,42 @@
1
- export * from "./abort";
2
- export * from "./auth";
3
- export * from "./blob/blob-types";
4
- export * from "./checksum";
5
- export * from "./client";
6
- export * from "./command";
7
- export * from "./connection";
8
- export * from "./credentials";
9
- export * from "./crypto";
10
- export * from "./dns";
11
- export * from "./encode";
12
- export * from "./endpoint";
13
- export * from "./eventStream";
14
- export * from "./extensions";
15
- export * from "./feature-ids";
16
- export * from "./function";
17
- export * from "./http";
18
- export * from "./identity";
19
- export * from "./logger";
20
- export * from "./middleware";
21
- export * from "./pagination";
22
- export * from "./profile";
23
- export * from "./request";
24
- export * from "./response";
25
- export * from "./retry";
26
- export * from "./serde";
27
- export * from "./shapes";
28
- export * from "./signature";
29
- export * from "./stream";
30
- export * from "./token";
31
- export * from "./transfer";
32
- export * from "./uri";
33
- export * from "./util";
34
- export * from "./waiter";
1
+ export type { AbortController, AbortHandler, AbortSignal } from "./abort";
2
+ export { HttpAuthLocation } from "./auth";
3
+ export type { AuthScheme, HttpAuthDefinition } from "./auth";
4
+ export type { BlobTypes } from "./blob/blob-types";
5
+ export type { Checksum, ChecksumConstructor } from "./checksum";
6
+ export type { Client } from "./client";
7
+ export type { Command } from "./command";
8
+ export type { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool, } from "./connection";
9
+ export type { Credentials, CredentialProvider, CredentialProviderOptions } from "./credentials";
10
+ export type { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "./crypto";
11
+ export { HostAddressType } from "./dns";
12
+ export type { HostAddress, HostResolverArguments, HostResolver } from "./dns";
13
+ export type { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "./encode";
14
+ export { EndpointURLScheme } from "./endpoint";
15
+ export type { EndpointARN, EndpointPartition, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "./endpoint";
16
+ export type { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "./eventStream";
17
+ export type { AwsRegionExtensionConfiguration } from "./extensions";
18
+ export type { AwsSdkFeatures, AwsSdkCredentialsFeatures, AwsSdkTokenFeatures } from "./feature-ids";
19
+ export type { MergeFunctions } from "./function";
20
+ export type { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, Headers, ResolvedHttpResponse, } from "./http";
21
+ export type { AnonymousIdentity } from "./identity/AnonymousIdentity";
22
+ export type { IdentityProvider, AwsCredentialIdentity, AwsCredentialIdentityProvider, AwsIdentityProperties, RuntimeConfigIdentityProvider, RuntimeConfigAwsCredentialIdentityProvider, AttributedAwsCredentialIdentity, } from "./identity/AwsCredentialIdentity";
23
+ export type { Identity } from "./identity/Identity";
24
+ export type { LoginIdentity, LoginIdentityProvider } from "./identity/LoginIdentity";
25
+ export type { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./identity/TokenIdentity";
26
+ export type { Logger, LogLevel, LoggerOptions } from "./logger";
27
+ export type { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, AwsHandlerExecutionContext, } from "./middleware";
28
+ export type { PaginationConfiguration, Paginator } from "./pagination";
29
+ export type { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "./profile";
30
+ export type { Request } from "./request";
31
+ export type { MetadataBearer, ResponseMetadata, Response } from "./response";
32
+ export type { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "./retry";
33
+ export type { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "./serde";
34
+ export type { DocumentType, RetryableTrait, SmithyException, SdkError } from "./shapes";
35
+ export type { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "./signature";
36
+ export type { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "./stream";
37
+ export type { Token, TokenProvider } from "./token";
38
+ export { RequestHandlerProtocol } from "./transfer";
39
+ export type { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput } from "./transfer";
40
+ export type { URI } from "./uri";
41
+ export type { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "./util";
42
+ export type { WaiterConfiguration } from "./waiter";
@@ -1,6 +1,6 @@
1
1
  import type { HandlerExecutionContext } from "@smithy/types";
2
2
  import type { AwsSdkFeatures } from "./feature-ids";
3
- export { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
3
+ export type { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
4
4
  /**
5
5
  * @internal
6
6
  * Contains reserved keys for AWS SDK internal usage of the
@@ -1 +1 @@
1
- export { PaginationConfiguration, Paginator } from "@smithy/types";
1
+ export type { PaginationConfiguration, Paginator } from "@smithy/types";
@@ -1 +1 @@
1
- export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";
1
+ export type { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- export { MetadataBearer, ResponseMetadata } from "@smithy/types";
1
+ export type { MetadataBearer, ResponseMetadata } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1 +1 @@
1
- export { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types";
1
+ export type { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- export { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types";
1
+ export type { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -1 +1 @@
1
- export { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types";
1
+ export type { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types";
@@ -1 +1 @@
1
- export { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types";
1
+ export type { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types";
@@ -1 +1 @@
1
- export { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types";
1
+ export type { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types";
@@ -1 +1,2 @@
1
- export { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput, RequestHandlerProtocol, } from "@smithy/types";
1
+ export { RequestHandlerProtocol } from "@smithy/types";
2
+ export type { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput } from "@smithy/types";
@@ -1,5 +1,2 @@
1
- export {
2
- AuthScheme,
3
- HttpAuthDefinition,
4
- HttpAuthLocation,
5
- } from "@smithy/types";
1
+ export { HttpAuthLocation } from "@smithy/types";
2
+ export { AuthScheme, HttpAuthDefinition } from "@smithy/types";
@@ -1,7 +1,7 @@
1
+ export { EndpointURLScheme } from "@smithy/types";
1
2
  export {
2
3
  EndpointARN,
3
4
  EndpointPartition,
4
- EndpointURLScheme,
5
5
  EndpointURL,
6
6
  EndpointObjectProperty,
7
7
  EndpointV2,
@@ -5,10 +5,10 @@ import {
5
5
  RequestHandler,
6
6
  } from "@smithy/types";
7
7
  import { AwsSdkCredentialsFeatures } from "../feature-ids";
8
+ export { IdentityProvider } from "@smithy/types";
8
9
  export {
9
10
  AwsCredentialIdentity,
10
11
  AwsCredentialIdentityProvider,
11
- IdentityProvider,
12
12
  } from "@smithy/types";
13
13
  export interface AwsIdentityProperties {
14
14
  callerClientConfig?: {
@@ -1,5 +1,17 @@
1
- export * from "./AnonymousIdentity";
2
- export * from "./AwsCredentialIdentity";
3
- export * from "./Identity";
4
- export * from "./LoginIdentity";
5
- export * from "./TokenIdentity";
1
+ export { AnonymousIdentity } from "./AnonymousIdentity";
2
+ export {
3
+ IdentityProvider,
4
+ AwsCredentialIdentity,
5
+ AwsCredentialIdentityProvider,
6
+ AwsIdentityProperties,
7
+ RuntimeConfigIdentityProvider,
8
+ RuntimeConfigAwsCredentialIdentityProvider,
9
+ AttributedAwsCredentialIdentity,
10
+ } from "./AwsCredentialIdentity";
11
+ export { Identity } from "./Identity";
12
+ export { LoginIdentity, LoginIdentityProvider } from "./LoginIdentity";
13
+ export {
14
+ TokenIdentity,
15
+ TokenIdentityProvider,
16
+ AttributedTokenIdentity,
17
+ } from "./TokenIdentity";
@@ -1,34 +1,225 @@
1
- export * from "./abort";
2
- export * from "./auth";
3
- export * from "./blob/blob-types";
4
- export * from "./checksum";
5
- export * from "./client";
6
- export * from "./command";
7
- export * from "./connection";
8
- export * from "./credentials";
9
- export * from "./crypto";
10
- export * from "./dns";
11
- export * from "./encode";
12
- export * from "./endpoint";
13
- export * from "./eventStream";
14
- export * from "./extensions";
15
- export * from "./feature-ids";
16
- export * from "./function";
17
- export * from "./http";
18
- export * from "./identity";
19
- export * from "./logger";
20
- export * from "./middleware";
21
- export * from "./pagination";
22
- export * from "./profile";
23
- export * from "./request";
24
- export * from "./response";
25
- export * from "./retry";
26
- export * from "./serde";
27
- export * from "./shapes";
28
- export * from "./signature";
29
- export * from "./stream";
30
- export * from "./token";
31
- export * from "./transfer";
32
- export * from "./uri";
33
- export * from "./util";
34
- export * from "./waiter";
1
+ export { AbortController, AbortHandler, AbortSignal } from "./abort";
2
+ export { HttpAuthLocation } from "./auth";
3
+ export { AuthScheme, HttpAuthDefinition } from "./auth";
4
+ export { BlobTypes } from "./blob/blob-types";
5
+ export { Checksum, ChecksumConstructor } from "./checksum";
6
+ export { Client } from "./client";
7
+ export { Command } from "./command";
8
+ export {
9
+ ConnectConfiguration,
10
+ ConnectionManager,
11
+ ConnectionManagerConfiguration,
12
+ ConnectionPool,
13
+ } from "./connection";
14
+ export {
15
+ Credentials,
16
+ CredentialProvider,
17
+ CredentialProviderOptions,
18
+ } from "./credentials";
19
+ export {
20
+ Hash,
21
+ HashConstructor,
22
+ StreamHasher,
23
+ randomValues,
24
+ SourceData,
25
+ } from "./crypto";
26
+ export { HostAddressType } from "./dns";
27
+ export { HostAddress, HostResolverArguments, HostResolver } from "./dns";
28
+ export {
29
+ MessageDecoder,
30
+ MessageEncoder,
31
+ AvailableMessage,
32
+ AvailableMessages,
33
+ } from "./encode";
34
+ export { EndpointURLScheme } from "./endpoint";
35
+ export {
36
+ EndpointARN,
37
+ EndpointPartition,
38
+ EndpointURL,
39
+ EndpointObjectProperty,
40
+ EndpointV2,
41
+ EndpointParameters,
42
+ } from "./endpoint";
43
+ export {
44
+ Message,
45
+ MessageHeaders,
46
+ BooleanHeaderValue,
47
+ ByteHeaderValue,
48
+ ShortHeaderValue,
49
+ IntegerHeaderValue,
50
+ LongHeaderValue,
51
+ BinaryHeaderValue,
52
+ StringHeaderValue,
53
+ TimestampHeaderValue,
54
+ UuidHeaderValue,
55
+ MessageHeaderValue,
56
+ Int64,
57
+ EventStreamSerdeContext,
58
+ EventStreamMarshaller,
59
+ EventStreamMarshallerDeserFn,
60
+ EventStreamMarshallerSerFn,
61
+ EventStreamPayloadHandler,
62
+ EventStreamPayloadHandlerProvider,
63
+ EventStreamRequestSigner,
64
+ EventStreamSerdeProvider,
65
+ EventStreamSignerProvider,
66
+ } from "./eventStream";
67
+ export { AwsRegionExtensionConfiguration } from "./extensions";
68
+ export {
69
+ AwsSdkFeatures,
70
+ AwsSdkCredentialsFeatures,
71
+ AwsSdkTokenFeatures,
72
+ } from "./feature-ids";
73
+ export { MergeFunctions } from "./function";
74
+ export {
75
+ Endpoint,
76
+ HeaderBag,
77
+ HttpHandlerOptions,
78
+ HttpMessage,
79
+ HttpRequest,
80
+ HttpResponse,
81
+ QueryParameterBag,
82
+ Headers,
83
+ ResolvedHttpResponse,
84
+ } from "./http";
85
+ export { AnonymousIdentity } from "./identity/AnonymousIdentity";
86
+ export {
87
+ IdentityProvider,
88
+ AwsCredentialIdentity,
89
+ AwsCredentialIdentityProvider,
90
+ AwsIdentityProperties,
91
+ RuntimeConfigIdentityProvider,
92
+ RuntimeConfigAwsCredentialIdentityProvider,
93
+ AttributedAwsCredentialIdentity,
94
+ } from "./identity/AwsCredentialIdentity";
95
+ export { Identity } from "./identity/Identity";
96
+ export { LoginIdentity, LoginIdentityProvider } from "./identity/LoginIdentity";
97
+ export {
98
+ TokenIdentity,
99
+ TokenIdentityProvider,
100
+ AttributedTokenIdentity,
101
+ } from "./identity/TokenIdentity";
102
+ export { Logger, LogLevel, LoggerOptions } from "./logger";
103
+ export {
104
+ AbsoluteLocation,
105
+ BuildHandler,
106
+ BuildHandlerArguments,
107
+ BuildHandlerOptions,
108
+ BuildHandlerOutput,
109
+ BuildMiddleware,
110
+ DeserializeHandler,
111
+ DeserializeHandlerArguments,
112
+ DeserializeHandlerOptions,
113
+ DeserializeHandlerOutput,
114
+ DeserializeMiddleware,
115
+ FinalizeHandler,
116
+ FinalizeHandlerArguments,
117
+ FinalizeHandlerOutput,
118
+ FinalizeRequestHandlerOptions,
119
+ FinalizeRequestMiddleware,
120
+ Handler,
121
+ HandlerExecutionContext,
122
+ HandlerOptions,
123
+ InitializeHandler,
124
+ InitializeHandlerArguments,
125
+ InitializeHandlerOptions,
126
+ InitializeHandlerOutput,
127
+ InitializeMiddleware,
128
+ MiddlewareStack,
129
+ MiddlewareType,
130
+ Pluggable,
131
+ Priority,
132
+ Relation,
133
+ RelativeLocation,
134
+ RelativeMiddlewareOptions,
135
+ SerializeHandler,
136
+ SerializeHandlerArguments,
137
+ SerializeHandlerOptions,
138
+ SerializeHandlerOutput,
139
+ SerializeMiddleware,
140
+ Step,
141
+ Terminalware,
142
+ AwsHandlerExecutionContext,
143
+ } from "./middleware";
144
+ export { PaginationConfiguration, Paginator } from "./pagination";
145
+ export {
146
+ IniSection,
147
+ Profile,
148
+ ParsedIniData,
149
+ SharedConfigFiles,
150
+ } from "./profile";
151
+ export { Request } from "./request";
152
+ export { MetadataBearer, ResponseMetadata, Response } from "./response";
153
+ export {
154
+ ExponentialBackoffJitterType,
155
+ ExponentialBackoffStrategyOptions,
156
+ RetryBackoffStrategy,
157
+ RetryErrorInfo,
158
+ RetryErrorType,
159
+ RetryStrategyOptions,
160
+ RetryStrategyV2,
161
+ RetryToken,
162
+ StandardRetryBackoffStrategy,
163
+ StandardRetryToken,
164
+ } from "./retry";
165
+ export {
166
+ EndpointBearer,
167
+ StreamCollector,
168
+ SerdeContext,
169
+ ResponseDeserializer,
170
+ RequestSerializer,
171
+ SdkStreamMixin,
172
+ SdkStream,
173
+ WithSdkStreamMixin,
174
+ SdkStreamMixinInjector,
175
+ SdkStreamSerdeContext,
176
+ } from "./serde";
177
+ export {
178
+ DocumentType,
179
+ RetryableTrait,
180
+ SmithyException,
181
+ SdkError,
182
+ } from "./shapes";
183
+ export {
184
+ DateInput,
185
+ EventSigner,
186
+ EventSigningArguments,
187
+ FormattedEvent,
188
+ MessageSigner,
189
+ RequestSigningArguments,
190
+ RequestPresigner,
191
+ RequestPresigningArguments,
192
+ RequestSigner,
193
+ SignableMessage,
194
+ SignedMessage,
195
+ SigningArguments,
196
+ StringSigner,
197
+ } from "./signature";
198
+ export {
199
+ GetAwsChunkedEncodingStream,
200
+ GetAwsChunkedEncodingStreamOptions,
201
+ } from "./stream";
202
+ export { Token, TokenProvider } from "./token";
203
+ export { RequestHandlerProtocol } from "./transfer";
204
+ export {
205
+ RequestContext,
206
+ RequestHandler,
207
+ RequestHandlerMetadata,
208
+ RequestHandlerOutput,
209
+ } from "./transfer";
210
+ export { URI } from "./uri";
211
+ export {
212
+ Encoder,
213
+ Decoder,
214
+ Provider,
215
+ UserAgentPair,
216
+ UserAgent,
217
+ UrlParser,
218
+ MemoizedProvider,
219
+ BodyLengthCalculator,
220
+ RegionInfo,
221
+ RegionInfoProviderOptions,
222
+ RegionInfoProvider,
223
+ RetryStrategy,
224
+ } from "./util";
225
+ export { WaiterConfiguration } from "./waiter";
@@ -1,7 +1,7 @@
1
+ export { RequestHandlerProtocol } from "@smithy/types";
1
2
  export {
2
3
  RequestContext,
3
4
  RequestHandler,
4
5
  RequestHandlerMetadata,
5
6
  RequestHandlerOutput,
6
- RequestHandlerProtocol,
7
7
  } from "@smithy/types";
@@ -1 +1 @@
1
- export { URI } from "@smithy/types";
1
+ export type { URI } from "@smithy/types";
@@ -1 +1 @@
1
- export { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "@smithy/types";
1
+ export type { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "@smithy/types";
@@ -1 +1 @@
1
- export { WaiterConfiguration } from "@smithy/types";
1
+ export type { WaiterConfiguration } from "@smithy/types";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.973.15",
3
+ "version": "3.974.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "directory": "packages-internal/types"
43
43
  },
44
44
  "dependencies": {
45
- "@smithy/types": "^4.15.1",
45
+ "@smithy/types": "^4.16.0",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "devDependencies": {
@@ -1,3 +1,3 @@
1
- export * from "./XmlNode";
2
- export * from "./XmlText";
1
+ export { XmlNode } from "./XmlNode";
2
+ export { XmlText } from "./XmlText";
3
3
  export { parseXML } from "./xml-parser";
@@ -1,12 +1,3 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./XmlNode";
5
- /**
6
- * @internal
7
- */
8
- export * from "./XmlText";
9
- /**
10
- * @internal
11
- */
1
+ export { XmlNode } from "./XmlNode";
2
+ export { XmlText } from "./XmlText";
12
3
  export { parseXML } from "./xml-parser";
@@ -1,3 +1,3 @@
1
- export * from "./XmlNode";
2
- export * from "./XmlText";
1
+ export { XmlNode } from "./XmlNode";
2
+ export { XmlText } from "./XmlText";
3
3
  export { parseXML } from "./xml-parser";