@aws/lsp-codewhisperer 0.0.89 → 0.0.92

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 (1376) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
  3. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
  4. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  5. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  6. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  7. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  8. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  9. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller/package.json +63 -0
  10. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/README.md +9 -0
  11. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
  12. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
  13. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
  14. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  15. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
  16. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
  17. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  18. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  19. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  20. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  21. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  22. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  23. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  24. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
  25. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  26. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  27. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  28. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
  29. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
  30. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
  31. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
  32. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  33. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  34. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  35. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  36. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  37. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  38. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  39. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
  40. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  41. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  42. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
  43. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  44. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
  45. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
  46. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  47. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  48. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  49. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  50. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  51. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
  52. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
  53. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  54. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  55. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  56. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  57. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler/package.json +68 -0
  58. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/LICENSE +201 -0
  59. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/README.md +115 -0
  60. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  61. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  62. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  63. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  64. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  65. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  66. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  67. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/client.js +1 -0
  68. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/command.js +1 -0
  69. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  70. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  71. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  72. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  73. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  74. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  75. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/encode.js +1 -0
  76. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  77. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  78. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  79. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  80. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  81. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  82. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  83. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  84. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  85. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  86. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  87. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  88. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  89. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  90. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  91. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  92. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/http.js +5 -0
  93. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  94. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  95. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  96. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  97. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  98. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/index.js +43 -0
  99. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/logger.js +1 -0
  100. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  101. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  102. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/profile.js +6 -0
  103. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/response.js +1 -0
  104. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/retry.js +1 -0
  105. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  106. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  107. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  108. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  109. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  110. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/serde.js +1 -0
  111. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  112. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/signature.js +1 -0
  113. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/stream.js +1 -0
  114. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  115. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  116. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  117. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  118. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  119. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  120. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  121. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  122. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  123. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  124. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/uri.js +1 -0
  125. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/util.js +1 -0
  126. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  127. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  128. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  129. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  130. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  131. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  132. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  133. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  134. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  135. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  136. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  137. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  138. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  139. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  140. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  141. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  142. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  143. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  144. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  145. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  146. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  147. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  148. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  149. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  150. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  151. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  152. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  153. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  154. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  155. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  156. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  157. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  158. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  159. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  160. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  161. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  162. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  163. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  164. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  165. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  166. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  167. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  168. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  169. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  170. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  171. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  172. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  173. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  174. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  175. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  176. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  177. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
  178. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  179. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
  180. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  181. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  182. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  183. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  184. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  185. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  186. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  187. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  188. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  189. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  190. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  191. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  192. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  193. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  194. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  195. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  196. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  197. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  198. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  199. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  200. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  201. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  202. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  203. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  204. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  205. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  206. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  207. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  208. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  209. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  210. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  211. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  212. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  213. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  214. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  215. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  216. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  217. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  218. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  219. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  220. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  221. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  222. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  223. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  224. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  225. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  226. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  227. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  228. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  229. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  230. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  231. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  232. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  233. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  234. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  235. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  236. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  237. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
  238. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  239. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  240. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  241. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  242. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  243. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  244. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  245. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
  246. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  247. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
  248. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  249. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  250. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  251. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  252. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  253. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  254. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  255. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  256. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  257. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  258. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  259. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  260. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  261. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  262. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  263. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  264. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  265. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  266. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  267. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  268. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  269. package/node_modules/@amzn/amazon-q-developer-streaming-client/node_modules/@smithy/types/package.json +61 -0
  270. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/LICENSE +201 -0
  271. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/README.md +4 -0
  272. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
  273. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
  274. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  275. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  276. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  277. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  278. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  279. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  280. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  281. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  282. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/abort-controller/package.json +63 -0
  283. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  284. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/README.md +9 -0
  285. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
  286. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  287. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  288. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  289. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
  290. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
  291. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  292. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
  293. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
  294. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  295. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  296. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  297. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  298. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  299. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  300. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  301. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
  302. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  303. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  304. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  305. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  306. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  307. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
  308. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
  309. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
  310. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
  311. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  312. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  313. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  314. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  315. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  316. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  317. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  318. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
  319. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  320. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  321. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  322. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  323. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  324. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
  325. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  326. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
  327. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
  328. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  329. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  330. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  331. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  332. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  333. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  334. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
  335. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
  336. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  337. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  338. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  339. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  340. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/node-http-handler/package.json +68 -0
  341. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/LICENSE +201 -0
  342. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/README.md +115 -0
  343. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  344. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  345. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/abort.js +1 -0
  346. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  347. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  348. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  349. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  350. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  351. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  352. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  353. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  354. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  355. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/client.js +1 -0
  356. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/command.js +1 -0
  357. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  358. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  359. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  360. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  361. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  362. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  363. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/encode.js +1 -0
  364. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  365. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  366. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  367. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  368. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  369. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  370. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  371. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  372. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  373. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  374. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  375. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  376. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  377. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  378. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  379. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  380. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/http.js +5 -0
  381. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  382. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  383. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  384. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  385. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  386. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/index.js +43 -0
  387. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/logger.js +1 -0
  388. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  389. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  390. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/profile.js +6 -0
  391. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/response.js +1 -0
  392. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/retry.js +1 -0
  393. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  394. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  395. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  396. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  397. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  398. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/serde.js +1 -0
  399. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  400. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/signature.js +1 -0
  401. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/stream.js +1 -0
  402. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  403. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  404. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  405. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  406. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  407. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  408. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  409. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  410. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  411. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  412. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/uri.js +1 -0
  413. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/util.js +1 -0
  414. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  415. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  416. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  417. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  418. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  419. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  420. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  421. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  422. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  423. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  424. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  425. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  426. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  427. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  428. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  429. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  430. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  431. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  432. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  433. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  434. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  435. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  436. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  437. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  438. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  439. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  440. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  441. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  442. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  443. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  444. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  445. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  446. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  447. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  448. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  449. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  450. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  451. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  452. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  453. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  454. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  455. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  456. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  457. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  458. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  459. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  460. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  461. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  462. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  463. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  464. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  465. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
  466. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  467. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
  468. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  469. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  470. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  471. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  472. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  473. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  474. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  475. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  476. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  477. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  478. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  479. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  480. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  481. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  482. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  483. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  484. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  485. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  486. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  487. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  488. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  489. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  490. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  491. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  492. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  493. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  494. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  495. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  496. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  497. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  498. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  499. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  500. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  501. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  502. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  503. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  504. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  505. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  506. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  507. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  508. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  509. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  510. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  511. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  512. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  513. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  514. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  515. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  516. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  517. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  518. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  519. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  520. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  521. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  522. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  523. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  524. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  525. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
  526. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  527. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  528. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  529. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  530. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  531. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  532. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  533. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
  534. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  535. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
  536. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  537. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  538. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  539. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  540. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  541. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  542. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  543. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  544. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  545. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  546. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  547. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  548. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  549. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  550. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  551. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  552. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  553. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  554. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  555. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  556. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  557. package/node_modules/@amzn/codewhisperer/node_modules/@smithy/types/package.json +61 -0
  558. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/README.md +53 -0
  559. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +217 -0
  560. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  561. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +88 -0
  562. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  563. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  564. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +8 -0
  565. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
  566. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  567. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  568. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  569. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  570. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  571. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  572. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  573. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
  574. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
  575. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
  576. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  577. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  578. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  579. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  580. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +9 -0
  581. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -0
  582. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
  583. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  584. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  585. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  586. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  587. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  588. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  589. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  590. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers/package.json +67 -0
  591. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/LICENSE +201 -0
  592. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/README.md +4 -0
  593. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
  594. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
  595. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  596. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  597. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  598. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  599. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  600. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  601. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  602. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  603. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/abort-controller/package.json +63 -0
  604. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  605. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/README.md +9 -0
  606. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
  607. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  608. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  609. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  610. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
  611. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
  612. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  613. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
  614. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
  615. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  616. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  617. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  618. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  619. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  620. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  621. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  622. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
  623. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  624. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  625. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  626. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  627. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  628. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
  629. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
  630. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
  631. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
  632. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  633. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  634. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  635. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  636. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  637. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  638. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  639. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
  640. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  641. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  642. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  643. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  644. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  645. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
  646. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  647. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
  648. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
  649. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  650. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  651. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  652. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  653. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  654. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  655. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
  656. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
  657. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  658. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  659. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  660. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  661. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/node-http-handler/package.json +68 -0
  662. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/LICENSE +201 -0
  663. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/README.md +115 -0
  664. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  665. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  666. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/abort.js +1 -0
  667. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  668. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  669. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  670. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  671. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  672. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  673. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  674. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  675. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  676. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/client.js +1 -0
  677. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/command.js +1 -0
  678. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  679. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  680. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  681. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  682. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  683. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  684. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/encode.js +1 -0
  685. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  686. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  687. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  688. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  689. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  690. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  691. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  692. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  693. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  694. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  695. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  696. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  697. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  698. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  699. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  700. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  701. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/http.js +5 -0
  702. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  703. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  704. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  705. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  706. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  707. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/index.js +43 -0
  708. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/logger.js +1 -0
  709. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  710. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  711. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/profile.js +6 -0
  712. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/response.js +1 -0
  713. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/retry.js +1 -0
  714. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  715. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  716. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  717. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  718. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  719. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/serde.js +1 -0
  720. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  721. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/signature.js +1 -0
  722. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/stream.js +1 -0
  723. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  724. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  725. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  726. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  727. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  728. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  729. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  730. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  731. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  732. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  733. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/uri.js +1 -0
  734. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/util.js +1 -0
  735. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  736. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  737. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  738. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  739. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  740. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  741. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  742. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  743. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  744. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  745. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  746. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  747. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  748. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  749. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  750. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  751. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  752. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  753. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  754. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  755. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  756. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  757. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  758. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  759. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  760. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  761. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  762. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  763. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  764. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  765. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  766. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  767. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  768. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  769. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  770. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  771. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  772. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  773. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  774. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  775. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  776. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  777. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  778. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  779. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  780. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  781. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  782. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  783. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  784. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  785. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  786. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
  787. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  788. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
  789. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  790. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  791. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  792. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  793. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  794. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  795. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  796. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  797. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  798. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  799. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  800. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  801. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  802. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  803. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  804. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  805. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  806. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  807. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  808. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  809. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  810. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  811. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  812. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  813. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  814. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  815. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  816. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  817. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  818. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  819. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  820. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  821. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  822. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  823. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  824. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  825. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  826. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  827. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  828. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  829. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  830. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  831. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  832. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  833. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  834. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  835. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  836. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  837. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  838. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  839. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  840. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  841. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  842. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  843. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  844. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  845. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  846. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
  847. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  848. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  849. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  850. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  851. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  852. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  853. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  854. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
  855. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  856. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
  857. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  858. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  859. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  860. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  861. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  862. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  863. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  864. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  865. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  866. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  867. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  868. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  869. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  870. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  871. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  872. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  873. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  874. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  875. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  876. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  877. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  878. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@smithy/types/package.json +61 -0
  879. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  880. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/README.md +53 -0
  881. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +217 -0
  882. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  883. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +88 -0
  884. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  885. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  886. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +8 -0
  887. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
  888. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  889. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  890. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  891. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  892. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  893. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  894. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  895. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +8 -0
  896. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +7 -0
  897. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
  898. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  899. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  900. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  901. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  902. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +9 -0
  903. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -0
  904. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
  905. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  906. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  907. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  908. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  909. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  910. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  911. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  912. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@aws-sdk/token-providers/package.json +67 -0
  913. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/LICENSE +201 -0
  914. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/README.md +4 -0
  915. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
  916. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
  917. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  918. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  919. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  920. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  921. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  922. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  923. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  924. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  925. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/abort-controller/package.json +63 -0
  926. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  927. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/README.md +9 -0
  928. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
  929. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  930. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  931. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  932. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
  933. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
  934. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  935. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
  936. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
  937. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  938. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  939. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  940. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  941. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  942. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  943. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  944. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
  945. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  946. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  947. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  948. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  949. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  950. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
  951. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
  952. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
  953. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
  954. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  955. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  956. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  957. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  958. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  959. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  960. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  961. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
  962. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  963. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  964. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  965. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  966. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  967. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
  968. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  969. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
  970. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
  971. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  972. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  973. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  974. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  975. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  976. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  977. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
  978. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
  979. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  980. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  981. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  982. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  983. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/node-http-handler/package.json +68 -0
  984. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/LICENSE +201 -0
  985. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/README.md +115 -0
  986. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  987. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  988. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/abort.js +1 -0
  989. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  990. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  991. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  992. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  993. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  994. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  995. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  996. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  997. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  998. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/client.js +1 -0
  999. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/command.js +1 -0
  1000. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  1001. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  1002. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  1003. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  1004. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  1005. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  1006. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/encode.js +1 -0
  1007. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  1008. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  1009. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  1010. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  1011. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  1012. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  1013. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  1014. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  1015. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  1016. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  1017. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  1018. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  1019. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  1020. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  1021. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  1022. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  1023. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/http.js +5 -0
  1024. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  1025. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  1026. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  1027. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  1028. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  1029. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/index.js +43 -0
  1030. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/logger.js +1 -0
  1031. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  1032. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  1033. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/profile.js +6 -0
  1034. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/response.js +1 -0
  1035. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/retry.js +1 -0
  1036. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1037. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  1038. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  1039. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  1040. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  1041. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/serde.js +1 -0
  1042. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  1043. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/signature.js +1 -0
  1044. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/stream.js +1 -0
  1045. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  1046. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  1047. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  1048. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  1049. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  1050. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  1051. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  1052. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  1053. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  1054. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  1055. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/uri.js +1 -0
  1056. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/util.js +1 -0
  1057. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  1058. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  1059. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  1060. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  1061. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  1062. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  1063. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  1064. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  1065. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  1066. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  1067. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  1068. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  1069. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  1070. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  1071. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  1072. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  1073. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  1074. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  1075. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  1076. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  1077. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  1078. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  1079. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  1080. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  1081. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  1082. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  1083. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  1084. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  1085. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  1086. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  1087. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  1088. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  1089. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  1090. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  1091. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  1092. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  1093. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  1094. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  1095. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  1096. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  1097. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  1098. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  1099. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  1100. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  1101. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  1102. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  1103. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  1104. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  1105. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  1106. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  1107. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  1108. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
  1109. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  1110. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
  1111. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  1112. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  1113. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  1114. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  1115. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  1116. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  1117. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  1118. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  1119. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  1120. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  1121. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  1122. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  1123. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  1124. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  1125. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  1126. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  1127. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  1128. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  1129. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  1130. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  1131. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  1132. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  1133. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  1134. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  1135. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  1136. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  1137. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  1138. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  1139. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  1140. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  1141. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  1142. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  1143. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  1144. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  1145. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  1146. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  1147. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  1148. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  1149. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  1150. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  1151. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  1152. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  1153. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  1154. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  1155. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  1156. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  1157. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  1158. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  1159. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  1160. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  1161. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  1162. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  1163. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  1164. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  1165. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  1166. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  1167. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  1168. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
  1169. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  1170. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  1171. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  1172. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  1173. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  1174. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  1175. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  1176. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
  1177. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  1178. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
  1179. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  1180. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  1181. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  1182. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  1183. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  1184. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  1185. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  1186. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  1187. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  1188. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  1189. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  1190. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  1191. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  1192. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  1193. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  1194. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  1195. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  1196. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  1197. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  1198. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  1199. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  1200. package/node_modules/@amzn/codewhisperer-streaming/node_modules/@smithy/types/package.json +61 -0
  1201. package/out/client/token/codewhisperer.d.ts +1 -1
  1202. package/out/client/token/codewhisperer.js +1 -1
  1203. package/out/client/token/codewhisperer.js.map +1 -1
  1204. package/out/language-server/agenticChat/agenticChatController.js +10 -7
  1205. package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
  1206. package/out/language-server/agenticChat/tools/chatDb/util.js +2 -2
  1207. package/out/language-server/agenticChat/tools/chatDb/util.js.map +1 -1
  1208. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js +356 -6
  1209. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js.map +1 -1
  1210. package/out/language-server/agenticChat/tools/mcp/mcpManager.d.ts +55 -5
  1211. package/out/language-server/agenticChat/tools/mcp/mcpManager.js +333 -71
  1212. package/out/language-server/agenticChat/tools/mcp/mcpManager.js.map +1 -1
  1213. package/out/language-server/agenticChat/tools/mcp/mcpRegistryConstants.d.ts +35 -0
  1214. package/out/language-server/agenticChat/tools/mcp/mcpRegistryConstants.js +39 -0
  1215. package/out/language-server/agenticChat/tools/mcp/mcpRegistryConstants.js.map +1 -0
  1216. package/out/language-server/agenticChat/tools/mcp/mcpRegistryService.d.ts +18 -0
  1217. package/out/language-server/agenticChat/tools/mcp/mcpRegistryService.js +109 -0
  1218. package/out/language-server/agenticChat/tools/mcp/mcpRegistryService.js.map +1 -0
  1219. package/out/language-server/agenticChat/tools/mcp/mcpRegistryValidator.d.ts +19 -0
  1220. package/out/language-server/agenticChat/tools/mcp/mcpRegistryValidator.js +205 -0
  1221. package/out/language-server/agenticChat/tools/mcp/mcpRegistryValidator.js.map +1 -0
  1222. package/out/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.d.ts +10 -0
  1223. package/out/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.js +130 -0
  1224. package/out/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.js.map +1 -0
  1225. package/out/language-server/agenticChat/tools/mcp/mcpTypes.d.ts +53 -2
  1226. package/out/language-server/agenticChat/tools/mcp/mcpTypes.js +8 -0
  1227. package/out/language-server/agenticChat/tools/mcp/mcpTypes.js.map +1 -1
  1228. package/out/language-server/agenticChat/tools/mcp/mcpUtils.d.ts +11 -4
  1229. package/out/language-server/agenticChat/tools/mcp/mcpUtils.js +125 -28
  1230. package/out/language-server/agenticChat/tools/mcp/mcpUtils.js.map +1 -1
  1231. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.d.ts +5 -1
  1232. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js +74 -15
  1233. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js.map +1 -1
  1234. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.js +22 -35
  1235. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.js.map +1 -1
  1236. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewConstants.js +1 -1
  1237. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewConstants.js.map +1 -1
  1238. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewTypes.d.ts +1 -8
  1239. package/out/language-server/agenticChat/tools/toolServer.js +110 -55
  1240. package/out/language-server/agenticChat/tools/toolServer.js.map +1 -1
  1241. package/out/shared/codeWhispererService.js +1 -1
  1242. package/out/shared/codeWhispererService.js.map +1 -1
  1243. package/package.json +4 -4
  1244. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  1245. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -423
  1246. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -229
  1247. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  1248. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  1249. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  1250. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  1251. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  1252. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  1253. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -229
  1254. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  1255. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  1256. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  1257. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  1258. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  1259. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  1260. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  1261. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  1262. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  1263. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  1264. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  1265. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  1266. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  1267. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  1268. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  1269. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  1270. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  1271. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  1272. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  1273. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  1274. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  1275. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  1276. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  1277. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  1278. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  1279. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  1280. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  1281. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  1282. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  1283. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  1284. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  1285. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  1286. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  1287. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  1288. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  1289. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  1290. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  1291. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -82
  1292. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  1293. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  1294. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -13
  1295. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -18
  1296. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -13
  1297. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -18
  1298. package/node_modules/@smithy/abort-controller/package.json +0 -62
  1299. package/node_modules/@smithy/node-http-handler/README.md +0 -4
  1300. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  1301. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  1302. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -687
  1303. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  1304. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  1305. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  1306. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  1307. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  1308. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  1309. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  1310. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  1311. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  1312. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  1313. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  1314. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  1315. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  1316. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -184
  1317. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -86
  1318. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -32
  1319. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -159
  1320. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -19
  1321. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -81
  1322. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -21
  1323. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -8
  1324. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -6
  1325. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -11
  1326. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -14
  1327. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -19
  1328. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -52
  1329. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1330. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -37
  1331. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -22
  1332. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -13
  1333. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -57
  1334. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -14
  1335. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
  1336. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1337. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
  1338. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1339. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -7
  1340. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1341. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -14
  1342. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -36
  1343. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -22
  1344. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -13
  1345. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -57
  1346. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1347. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1348. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  1349. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1350. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  1351. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  1352. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1353. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  1354. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -13
  1355. package/node_modules/@smithy/node-http-handler/package.json +0 -67
  1356. /package/node_modules/@amzn/{codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints → amazon-q-developer-streaming-client/node_modules/@smithy/abort-controller}/LICENSE +0 -0
  1357. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/README.md +0 -0
  1358. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/dist-es/index.js +0 -0
  1359. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/dist-types/index.d.ts +0 -0
  1360. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/dist-types/ts3.4/index.d.ts +0 -0
  1361. /package/node_modules/{@smithy/abort-controller → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler}/LICENSE +0 -0
  1362. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-es/constants.js +0 -0
  1363. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-es/get-transformed-headers.js +0 -0
  1364. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-es/index.js +0 -0
  1365. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/constants.d.ts +0 -0
  1366. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/index.d.ts +0 -0
  1367. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -0
  1368. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -0
  1369. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/index.d.ts +0 -0
  1370. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -0
  1371. /package/node_modules/@amzn/{codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/abort-handler.js} +0 -0
  1372. /package/node_modules/@amzn/{codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/abort.js} +0 -0
  1373. /package/node_modules/@amzn/{codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js → amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js} +0 -0
  1374. /package/node_modules/@amzn/{codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js → amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js} +0 -0
  1375. /package/node_modules/@amzn/{codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js → amazon-q-developer-streaming-client/node_modules/@smithy/types/dist-es/auth/HttpSigner.js} +0 -0
  1376. /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers}/LICENSE +0 -0
@@ -0,0 +1,205 @@
1
+ "use strict";
2
+ /*!
3
+ * Copyright Amazon.com, Inc. or its affiliates.
4
+ * All Rights Reserved. SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.McpRegistryValidator = void 0;
8
+ const mcpRegistryConstants_1 = require("./mcpRegistryConstants");
9
+ class McpRegistryValidator {
10
+ validateRegistryJson(json) {
11
+ const errors = [];
12
+ if (!json || typeof json !== 'object') {
13
+ errors.push('Registry must be an object');
14
+ return { isValid: false, errors };
15
+ }
16
+ if (!Array.isArray(json.servers)) {
17
+ errors.push('Registry must have a servers array');
18
+ return { isValid: false, errors };
19
+ }
20
+ // Extract servers from wrapper structure if present
21
+ const servers = json.servers.map((item) => {
22
+ // Support both direct server objects and {server: {...}} wrapper
23
+ return item.server || item;
24
+ });
25
+ // Validate server name uniqueness
26
+ const uniquenessResult = this.validateServerNameUniqueness(servers);
27
+ errors.push(...uniquenessResult.errors);
28
+ servers.forEach((server, index) => {
29
+ const serverErrors = this.validateServerDefinition(server).errors;
30
+ serverErrors.forEach(err => errors.push(`Server ${index}: ${err}`));
31
+ });
32
+ return { isValid: errors.length === 0, errors };
33
+ }
34
+ validateServerDefinition(server) {
35
+ const errors = [];
36
+ if (!server || typeof server !== 'object') {
37
+ errors.push('Server must be an object');
38
+ return { isValid: false, errors };
39
+ }
40
+ if (!server.name || typeof server.name !== 'string') {
41
+ errors.push('Server must have a name field');
42
+ }
43
+ else if (!this.validateServerName(server.name).isValid) {
44
+ errors.push(`Invalid server name format: ${server.name}`);
45
+ }
46
+ if (!server.description || typeof server.description !== 'string') {
47
+ errors.push('Server must have a description field');
48
+ }
49
+ if (!server.version || typeof server.version !== 'string') {
50
+ errors.push('Server must have a version field');
51
+ }
52
+ const hasRemotes = server.remotes && Array.isArray(server.remotes);
53
+ const hasPackages = server.packages && Array.isArray(server.packages);
54
+ if (!hasRemotes && !hasPackages) {
55
+ errors.push('Server must have either remotes or packages array');
56
+ }
57
+ else if (hasRemotes && hasPackages) {
58
+ errors.push('Server cannot have both remotes and packages');
59
+ }
60
+ else if (hasRemotes) {
61
+ const remoteErrors = this.validateRemoteServer(server.remotes).errors;
62
+ remoteErrors.forEach(err => errors.push(err));
63
+ }
64
+ else if (hasPackages) {
65
+ const packageErrors = this.validateLocalServer(server.packages).errors;
66
+ packageErrors.forEach(err => errors.push(err));
67
+ }
68
+ return { isValid: errors.length === 0, errors };
69
+ }
70
+ validateServerName(name) {
71
+ const errors = [];
72
+ if (!name || name.length === 0) {
73
+ errors.push('Server name cannot be empty');
74
+ }
75
+ else if (name.length < 3 || name.length > mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.MAX_SERVER_NAME_LENGTH) {
76
+ errors.push('Server name must be 3-200 characters');
77
+ }
78
+ else if (!mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.SERVER_NAME_PATTERN.test(name)) {
79
+ errors.push('Server name must match pattern ^[a-zA-Z0-9._-]+$ (simple identifier)');
80
+ }
81
+ return { isValid: errors.length === 0, errors };
82
+ }
83
+ validateServerNameUniqueness(servers) {
84
+ const errors = [];
85
+ const nameSet = new Set();
86
+ servers.forEach((server, index) => {
87
+ if (server && server.name) {
88
+ if (nameSet.has(server.name)) {
89
+ errors.push(`Duplicate server name '${server.name}' at index ${index}`);
90
+ }
91
+ else {
92
+ nameSet.add(server.name);
93
+ }
94
+ }
95
+ });
96
+ return { isValid: errors.length === 0, errors };
97
+ }
98
+ validateTimeout(timeout) {
99
+ const errors = [];
100
+ if (timeout !== undefined) {
101
+ if (typeof timeout !== 'number' || !Number.isInteger(timeout) || timeout <= 0) {
102
+ errors.push('Timeout must be a positive integer');
103
+ }
104
+ }
105
+ return { isValid: errors.length === 0, errors };
106
+ }
107
+ validateRemoteServer(remotes) {
108
+ const errors = [];
109
+ if (remotes.length !== 1) {
110
+ errors.push('Remote server must have exactly one remotes entry');
111
+ return { isValid: false, errors };
112
+ }
113
+ const remote = remotes[0];
114
+ const validTypes = [
115
+ mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.TRANSPORT_TYPES.STREAMABLE_HTTP,
116
+ mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.TRANSPORT_TYPES.SSE,
117
+ ];
118
+ if (!remote.type || !validTypes.includes(remote.type)) {
119
+ errors.push('Remote type must be streamable-http or sse');
120
+ }
121
+ if (!remote.url || typeof remote.url !== 'string') {
122
+ errors.push('Remote must have a url field');
123
+ }
124
+ if (remote.headers) {
125
+ if (!Array.isArray(remote.headers)) {
126
+ errors.push('Remote headers must be an array');
127
+ }
128
+ else {
129
+ remote.headers.forEach((header, index) => {
130
+ if (!header.name || typeof header.name !== 'string') {
131
+ errors.push(`Header ${index} must have a name field`);
132
+ }
133
+ if (!header.value || typeof header.value !== 'string') {
134
+ errors.push(`Header ${index} must have a value field`);
135
+ }
136
+ });
137
+ }
138
+ }
139
+ return { isValid: errors.length === 0, errors };
140
+ }
141
+ validateLocalServer(packages) {
142
+ const errors = [];
143
+ if (packages.length !== 1) {
144
+ errors.push('Local server must have exactly one packages entry');
145
+ return { isValid: false, errors };
146
+ }
147
+ const pkg = packages[0];
148
+ const validRegistryTypes = [
149
+ mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.REGISTRY_TYPES.NPM,
150
+ mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.REGISTRY_TYPES.PYPI,
151
+ mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.REGISTRY_TYPES.OCI,
152
+ ];
153
+ if (!pkg.registryType || !validRegistryTypes.includes(pkg.registryType)) {
154
+ errors.push('Package registryType must be npm, pypi, or oci');
155
+ }
156
+ if (!pkg.identifier || typeof pkg.identifier !== 'string') {
157
+ errors.push('Package must have an identifier field');
158
+ }
159
+ if (!pkg.transport || !pkg.transport.type) {
160
+ errors.push('Package must have a transport field with type');
161
+ }
162
+ if (pkg.runtimeArguments) {
163
+ if (!Array.isArray(pkg.runtimeArguments)) {
164
+ errors.push('Package runtimeArguments must be an array');
165
+ }
166
+ else {
167
+ pkg.runtimeArguments.forEach((arg, index) => {
168
+ if (!arg.value || typeof arg.value !== 'string') {
169
+ errors.push(`RuntimeArgument ${index} must have a value field`);
170
+ }
171
+ });
172
+ }
173
+ }
174
+ if (pkg.packageArguments) {
175
+ if (!Array.isArray(pkg.packageArguments)) {
176
+ errors.push('Package packageArguments must be an array');
177
+ }
178
+ else {
179
+ pkg.packageArguments.forEach((arg, index) => {
180
+ if (!arg.value || typeof arg.value !== 'string') {
181
+ errors.push(`PackageArgument ${index} must have a value field`);
182
+ }
183
+ });
184
+ }
185
+ }
186
+ if (pkg.environmentVariables) {
187
+ if (!Array.isArray(pkg.environmentVariables)) {
188
+ errors.push('Package environmentVariables must be an array');
189
+ }
190
+ else {
191
+ pkg.environmentVariables.forEach((envVar, index) => {
192
+ if (!envVar.name || typeof envVar.name !== 'string') {
193
+ errors.push(`EnvironmentVariable ${index} must have a name field`);
194
+ }
195
+ });
196
+ }
197
+ }
198
+ return { isValid: errors.length === 0, errors };
199
+ }
200
+ isServerInRegistry(serverName, registry) {
201
+ return registry.servers.some(s => s.name === serverName);
202
+ }
203
+ }
204
+ exports.McpRegistryValidator = McpRegistryValidator;
205
+ //# sourceMappingURL=mcpRegistryValidator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mcpRegistryValidator.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/mcpRegistryValidator.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * Copyright Amazon.com, Inc. or its affiliates.
3
+ * All Rights Reserved. SPDX-License-Identifier: Apache-2.0
4
+ */
5
+ import { MCPServerConfig, McpRegistryServer } from './mcpTypes';
6
+ export declare class McpServerConfigConverter {
7
+ convertRegistryServer(registryServer: McpRegistryServer, additionalEnv?: Record<string, string>): MCPServerConfig;
8
+ private convertRemoteServer;
9
+ private convertLocalServer;
10
+ }
@@ -0,0 +1,130 @@
1
+ "use strict";
2
+ /*!
3
+ * Copyright Amazon.com, Inc. or its affiliates.
4
+ * All Rights Reserved. SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.McpServerConfigConverter = void 0;
8
+ const mcpRegistryConstants_1 = require("./mcpRegistryConstants");
9
+ class McpServerConfigConverter {
10
+ convertRegistryServer(registryServer, additionalEnv) {
11
+ if (registryServer.remotes) {
12
+ return this.convertRemoteServer(registryServer.remotes);
13
+ }
14
+ else if (registryServer.packages) {
15
+ return this.convertLocalServer(registryServer.packages, registryServer.version, additionalEnv);
16
+ }
17
+ throw new Error(`Invalid registry server: must have remotes or packages`);
18
+ }
19
+ convertRemoteServer(remotes) {
20
+ const remote = remotes[0];
21
+ const config = {
22
+ url: remote.url,
23
+ };
24
+ if (remote.headers && remote.headers.length > 0) {
25
+ config.headers = {};
26
+ remote.headers.forEach((header) => {
27
+ config.headers[header.name] = header.value;
28
+ });
29
+ }
30
+ return config;
31
+ }
32
+ convertLocalServer(packages, version, additionalEnv) {
33
+ const pkg = packages[0];
34
+ const isNpm = pkg.registryType === mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.REGISTRY_TYPES.NPM;
35
+ const isPypi = pkg.registryType === mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.REGISTRY_TYPES.PYPI;
36
+ const isOci = pkg.registryType === mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.REGISTRY_TYPES.OCI;
37
+ const args = [];
38
+ if (isNpm) {
39
+ args.push(mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.NPM.FLAG);
40
+ }
41
+ else if (isOci) {
42
+ args.push(mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.OCI.FLAG);
43
+ }
44
+ if (isPypi && pkg.registryBaseUrl) {
45
+ args.push(`--default-index=${pkg.registryBaseUrl}`);
46
+ }
47
+ if (pkg.runtimeArguments && pkg.runtimeArguments.length > 0) {
48
+ pkg.runtimeArguments.forEach((arg) => {
49
+ args.push(arg.value);
50
+ });
51
+ }
52
+ // For OCI, add environment variables as -e flags before the image reference
53
+ if (isOci) {
54
+ const allEnv = {};
55
+ // Add registry env vars first
56
+ if (pkg.environmentVariables && pkg.environmentVariables.length > 0) {
57
+ pkg.environmentVariables.forEach((envVar) => {
58
+ const val = envVar.value ?? '';
59
+ if (envVar.name.trim() && val.trim()) {
60
+ allEnv[envVar.name] = val;
61
+ }
62
+ });
63
+ }
64
+ // Override with additional env vars (filter empty)
65
+ if (additionalEnv) {
66
+ Object.entries(additionalEnv).forEach(([key, value]) => {
67
+ if (key.trim() && value.trim()) {
68
+ allEnv[key] = value;
69
+ }
70
+ });
71
+ }
72
+ // Add all as -e flags
73
+ Object.entries(allEnv).forEach(([key, value]) => {
74
+ args.push('-e');
75
+ args.push(`${key}=${value}`);
76
+ });
77
+ }
78
+ if (isOci) {
79
+ // For OCI, identifier may already include tag (e.g., node:20-alpine)
80
+ // Only append version if identifier doesn't contain ':'
81
+ const hasTag = pkg.identifier.includes(':');
82
+ let imageRef;
83
+ if (pkg.registryBaseUrl) {
84
+ imageRef = hasTag
85
+ ? `${pkg.registryBaseUrl}/${pkg.identifier}`
86
+ : `${pkg.registryBaseUrl}/${pkg.identifier}:${version}`;
87
+ }
88
+ else {
89
+ imageRef = hasTag ? pkg.identifier : `${pkg.identifier}:${version}`;
90
+ }
91
+ args.push(imageRef);
92
+ }
93
+ else {
94
+ args.push(`${pkg.identifier}@${version}`);
95
+ }
96
+ if (pkg.packageArguments && pkg.packageArguments.length > 0) {
97
+ pkg.packageArguments.forEach((arg) => {
98
+ args.push(arg.value);
99
+ });
100
+ }
101
+ let command;
102
+ if (isNpm) {
103
+ command = mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.NPM.COMMAND;
104
+ }
105
+ else if (isPypi) {
106
+ command = mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.PYPI.COMMAND;
107
+ }
108
+ else {
109
+ command = mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.OCI.COMMAND;
110
+ }
111
+ const config = {
112
+ command,
113
+ args,
114
+ env: {},
115
+ };
116
+ // Set NPM registry URL as environment variable
117
+ if (pkg.registryBaseUrl && isNpm) {
118
+ config.env[mcpRegistryConstants_1.MCP_REGISTRY_CONSTANTS.NPM.ENV_VAR] = pkg.registryBaseUrl;
119
+ }
120
+ // All environmentVariables go into config.env for all registry types
121
+ if (pkg.environmentVariables && pkg.environmentVariables.length > 0) {
122
+ pkg.environmentVariables.forEach((envVar) => {
123
+ config.env[envVar.name] = envVar.value ?? '';
124
+ });
125
+ }
126
+ return config;
127
+ }
128
+ }
129
+ exports.McpServerConfigConverter = McpServerConfigConverter;
130
+ //# sourceMappingURL=mcpServerConfigConverter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mcpServerConfigConverter.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.ts"],"names":[],"mappings":"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"}
@@ -35,7 +35,19 @@ export interface MCPServerConfig {
35
35
  headers?: Record<string, string>;
36
36
  disabled?: boolean;
37
37
  __configPath__?: string;
38
+ __cachedVersion__?: string;
39
+ __additionalHeaders__?: Record<string, string>;
40
+ __additionalEnv__?: Record<string, string>;
41
+ __registryError__?: string;
38
42
  }
43
+ export interface RegistryServerConfig {
44
+ type: 'registry';
45
+ timeout?: number;
46
+ headers?: Record<string, string>;
47
+ env?: Record<string, string>;
48
+ }
49
+ export declare function isRegistryServerConfig(config: MCPServerConfig | RegistryServerConfig): config is RegistryServerConfig;
50
+ export declare function isMCPServerConfig(config: MCPServerConfig | RegistryServerConfig): config is MCPServerConfig;
39
51
  export interface MCPServerPermission {
40
52
  enabled: boolean;
41
53
  toolPerms: Record<string, McpPermissionType>;
@@ -48,7 +60,7 @@ export interface AgentConfig {
48
60
  model?: string;
49
61
  tags?: string[];
50
62
  inputSchema?: any;
51
- mcpServers: Record<string, MCPServerConfig>;
63
+ mcpServers: Record<string, MCPServerConfig | RegistryServerConfig>;
52
64
  tools: string[];
53
65
  toolAliases?: Record<string, string>;
54
66
  allowedTools: string[];
@@ -76,7 +88,7 @@ export declare class AgentModel {
76
88
  constructor(cfg: AgentConfig);
77
89
  static fromJson(doc: any): AgentModel;
78
90
  toJson(): AgentConfig;
79
- addServer(name: string, config: MCPServerConfig): void;
91
+ addServer(name: string, config: MCPServerConfig | RegistryServerConfig): void;
80
92
  removeServer(name: string): void;
81
93
  addTool(tool: string): void;
82
94
  removeTool(tool: string): void;
@@ -104,3 +116,42 @@ export interface ListToolsResponse {
104
116
  [key: string]: any;
105
117
  }[];
106
118
  }
119
+ export interface McpRegistryServer {
120
+ name: string;
121
+ title?: string;
122
+ description: string;
123
+ version: string;
124
+ remotes?: Array<{
125
+ type: 'streamable-http' | 'sse';
126
+ url: string;
127
+ headers?: Array<{
128
+ name: string;
129
+ value: string;
130
+ }>;
131
+ }>;
132
+ packages?: Array<{
133
+ registryType: 'npm' | 'pypi' | 'oci';
134
+ registryBaseUrl?: string;
135
+ identifier: string;
136
+ transport: {
137
+ type: 'stdio';
138
+ };
139
+ runtimeArguments?: Array<{
140
+ type: 'positional';
141
+ value: string;
142
+ }>;
143
+ packageArguments?: Array<{
144
+ type: 'positional';
145
+ value: string;
146
+ }>;
147
+ environmentVariables?: Array<{
148
+ name: string;
149
+ value?: string;
150
+ }>;
151
+ }>;
152
+ }
153
+ export interface McpRegistryData {
154
+ servers: McpRegistryServer[];
155
+ lastFetched: Date;
156
+ url: string;
157
+ }
@@ -5,6 +5,8 @@
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.PersonaModel = exports.AgentModel = exports.McpPermissionType = exports.McpServerStatus = void 0;
8
+ exports.isRegistryServerConfig = isRegistryServerConfig;
9
+ exports.isMCPServerConfig = isMCPServerConfig;
8
10
  var McpServerStatus;
9
11
  (function (McpServerStatus) {
10
12
  McpServerStatus["INITIALIZING"] = "INITIALIZING";
@@ -19,6 +21,12 @@ var McpPermissionType;
19
21
  McpPermissionType["ask"] = "ask";
20
22
  McpPermissionType["deny"] = "deny";
21
23
  })(McpPermissionType || (exports.McpPermissionType = McpPermissionType = {}));
24
+ function isRegistryServerConfig(config) {
25
+ return 'type' in config && config.type === 'registry';
26
+ }
27
+ function isMCPServerConfig(config) {
28
+ return !('type' in config) || config.type !== 'registry';
29
+ }
22
30
  class AgentModel {
23
31
  cfg;
24
32
  constructor(cfg) {
@@ -1 +1 @@
1
- {"version":3,"file":"mcpTypes.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/mcpTypes.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mcpTypes.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/mcpTypes.ts"],"names":[],"mappings":"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"}
@@ -2,8 +2,9 @@
2
2
  * Copyright Amazon.com, Inc. or its affiliates.
3
3
  * All Rights Reserved. SPDX-License-Identifier: Apache-2.0
4
4
  */
5
- import { Agent, InitializeParams, Logger, Workspace } from '@aws/language-server-runtimes/server-interface';
6
- import { MCPServerConfig, PersonaConfig, MCPServerPermission, AgentConfig } from './mcpTypes';
5
+ import { Agent, InitializeParams, Workspace } from '@aws/language-server-runtimes/server-interface';
6
+ import type { Logger } from '@aws/language-server-runtimes/server-interface';
7
+ import { MCPServerConfig, PersonaConfig, MCPServerPermission, AgentConfig, McpRegistryData } from './mcpTypes';
7
8
  /**
8
9
  * Load, validate, and parse MCP server configurations from JSON files.
9
10
  * - Deduplicates input paths.
@@ -25,8 +26,9 @@ export declare function loadMcpServerConfigs(workspace: Workspace, logging: Logg
25
26
  * - Combines functionality of loadMcpServerConfigs and loadPersonaPermissions
26
27
  * - Handles server configurations and permissions from the same agent file
27
28
  * - Supports backwards compatibility with MCP config files when useLegacyMcpJson is true
29
+ * - Supports registry-based server configuration when registry is provided
28
30
  */
29
- export declare function loadAgentConfig(workspace: Workspace, logging: Logger, agentPaths: string[]): Promise<{
31
+ export declare function loadAgentConfig(workspace: Workspace, logging: Logger, agentPaths: string[], registry: McpRegistryData | null, registryActive: boolean): Promise<{
30
32
  servers: Map<string, MCPServerConfig>;
31
33
  serverNameMapping: Map<string, string>;
32
34
  errors: Map<string, string>;
@@ -78,12 +80,17 @@ export declare function saveAgentConfig(workspace: Workspace, logging: Logger, c
78
80
  /**
79
81
  * Save only server-specific changes to agent config file
80
82
  */
81
- export declare function saveServerSpecificAgentConfig(workspace: Workspace, logging: Logger, serverName: string, serverConfig: any, serverTools: string[], serverAllowedTools: string[], configPath: string, isLegacyMcpServer?: boolean): Promise<void>;
83
+ export declare function saveServerSpecificAgentConfig(workspace: Workspace, logging: Logger, serverName: string, serverConfig: any, serverTools: string[], serverAllowedTools: string[], configPath: string, isLegacyMcpServer?: boolean, skipMcpServerConfig?: boolean): Promise<void>;
82
84
  /**
83
85
  * Migrate existing agent config to CLI format
84
86
  */
85
87
  export declare function migrateAgentConfigToCLIFormat(workspace: Workspace, logging: Logger, configPath: string): Promise<void>;
86
88
  export declare const MAX_TOOL_NAME_LENGTH = 64;
89
+ /**
90
+ * Find a server in the registry by name with O(1) lookup performance.
91
+ * Uses Map-based lookup for large registries (200+ servers).
92
+ */
93
+ export declare function findServerInRegistry(registry: McpRegistryData, serverName: string): any | undefined;
87
94
  /**
88
95
  * Create a namespaced tool name from server and tool names.
89
96
  * Handles truncation and conflicts according to specific rules.