@aws/lsp-codewhisperer 0.0.90 → 0.0.93

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 (1371) 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/language-server/agenticChat/agenticChatController.js +10 -7
  1202. package/out/language-server/agenticChat/agenticChatController.js.map +1 -1
  1203. package/out/language-server/agenticChat/tools/chatDb/util.js +2 -2
  1204. package/out/language-server/agenticChat/tools/chatDb/util.js.map +1 -1
  1205. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js +356 -6
  1206. package/out/language-server/agenticChat/tools/mcp/mcpEventHandler.js.map +1 -1
  1207. package/out/language-server/agenticChat/tools/mcp/mcpManager.d.ts +55 -5
  1208. package/out/language-server/agenticChat/tools/mcp/mcpManager.js +333 -71
  1209. package/out/language-server/agenticChat/tools/mcp/mcpManager.js.map +1 -1
  1210. package/out/language-server/agenticChat/tools/mcp/mcpRegistryConstants.d.ts +35 -0
  1211. package/out/language-server/agenticChat/tools/mcp/mcpRegistryConstants.js +39 -0
  1212. package/out/language-server/agenticChat/tools/mcp/mcpRegistryConstants.js.map +1 -0
  1213. package/out/language-server/agenticChat/tools/mcp/mcpRegistryService.d.ts +18 -0
  1214. package/out/language-server/agenticChat/tools/mcp/mcpRegistryService.js +109 -0
  1215. package/out/language-server/agenticChat/tools/mcp/mcpRegistryService.js.map +1 -0
  1216. package/out/language-server/agenticChat/tools/mcp/mcpRegistryValidator.d.ts +19 -0
  1217. package/out/language-server/agenticChat/tools/mcp/mcpRegistryValidator.js +205 -0
  1218. package/out/language-server/agenticChat/tools/mcp/mcpRegistryValidator.js.map +1 -0
  1219. package/out/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.d.ts +10 -0
  1220. package/out/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.js +130 -0
  1221. package/out/language-server/agenticChat/tools/mcp/mcpServerConfigConverter.js.map +1 -0
  1222. package/out/language-server/agenticChat/tools/mcp/mcpTypes.d.ts +53 -2
  1223. package/out/language-server/agenticChat/tools/mcp/mcpTypes.js +8 -0
  1224. package/out/language-server/agenticChat/tools/mcp/mcpTypes.js.map +1 -1
  1225. package/out/language-server/agenticChat/tools/mcp/mcpUtils.d.ts +11 -4
  1226. package/out/language-server/agenticChat/tools/mcp/mcpUtils.js +125 -28
  1227. package/out/language-server/agenticChat/tools/mcp/mcpUtils.js.map +1 -1
  1228. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.d.ts +5 -1
  1229. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js +74 -15
  1230. package/out/language-server/agenticChat/tools/mcp/profileStatusMonitor.js.map +1 -1
  1231. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.js +22 -35
  1232. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReview.js.map +1 -1
  1233. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewConstants.js +1 -1
  1234. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewConstants.js.map +1 -1
  1235. package/out/language-server/agenticChat/tools/qCodeAnalysis/codeReviewTypes.d.ts +1 -8
  1236. package/out/language-server/agenticChat/tools/toolServer.js +110 -55
  1237. package/out/language-server/agenticChat/tools/toolServer.js.map +1 -1
  1238. package/package.json +4 -4
  1239. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  1240. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -423
  1241. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -229
  1242. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  1243. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  1244. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  1245. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  1246. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  1247. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  1248. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -229
  1249. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  1250. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  1251. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  1252. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  1253. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  1254. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  1255. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  1256. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  1257. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  1258. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  1259. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  1260. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  1261. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  1262. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  1263. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  1264. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  1265. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  1266. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  1267. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  1268. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  1269. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  1270. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  1271. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  1272. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  1273. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  1274. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  1275. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  1276. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  1277. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  1278. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  1279. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  1280. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  1281. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  1282. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  1283. package/node_modules/@amzn/codewhisperer-runtime/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  1284. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  1285. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  1286. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -82
  1287. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  1288. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  1289. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -13
  1290. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -18
  1291. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -13
  1292. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -18
  1293. package/node_modules/@smithy/abort-controller/package.json +0 -62
  1294. package/node_modules/@smithy/node-http-handler/README.md +0 -4
  1295. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  1296. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  1297. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -687
  1298. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  1299. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  1300. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  1301. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  1302. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  1303. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  1304. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  1305. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  1306. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  1307. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  1308. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  1309. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  1310. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  1311. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -184
  1312. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -86
  1313. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -32
  1314. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -159
  1315. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -19
  1316. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -81
  1317. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -21
  1318. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -8
  1319. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -6
  1320. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -11
  1321. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -14
  1322. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -19
  1323. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -52
  1324. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  1325. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -37
  1326. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -22
  1327. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -13
  1328. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -57
  1329. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -14
  1330. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
  1331. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
  1332. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
  1333. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
  1334. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -7
  1335. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  1336. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -14
  1337. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -36
  1338. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -22
  1339. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -13
  1340. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -57
  1341. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1342. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1343. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  1344. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1345. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  1346. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  1347. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1348. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  1349. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -13
  1350. package/node_modules/@smithy/node-http-handler/package.json +0 -67
  1351. /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
  1352. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/README.md +0 -0
  1353. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/dist-es/index.js +0 -0
  1354. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/dist-types/index.d.ts +0 -0
  1355. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/abort-controller/dist-types/ts3.4/index.d.ts +0 -0
  1356. /package/node_modules/{@smithy/abort-controller → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy/node-http-handler}/LICENSE +0 -0
  1357. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-es/constants.js +0 -0
  1358. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-es/get-transformed-headers.js +0 -0
  1359. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-es/index.js +0 -0
  1360. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/constants.d.ts +0 -0
  1361. /package/node_modules/{@smithy → @amzn/amazon-q-developer-streaming-client/node_modules/@smithy}/node-http-handler/dist-types/index.d.ts +0 -0
  1362. /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
  1363. /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
  1364. /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
  1365. /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
  1366. /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
  1367. /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
  1368. /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
  1369. /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
  1370. /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
  1371. /package/node_modules/{@smithy/node-http-handler → @amzn/codewhisperer-runtime/node_modules/@aws-sdk/token-providers}/LICENSE +0 -0
@@ -23,11 +23,13 @@ exports.migrateToAgentConfig = migrateToAgentConfig;
23
23
  exports.saveAgentConfig = saveAgentConfig;
24
24
  exports.saveServerSpecificAgentConfig = saveServerSpecificAgentConfig;
25
25
  exports.migrateAgentConfigToCLIFormat = migrateAgentConfigToCLIFormat;
26
+ exports.findServerInRegistry = findServerInRegistry;
26
27
  exports.createNamespacedToolName = createNamespacedToolName;
27
28
  const vscode_uri_1 = require("vscode-uri");
28
29
  const mcpTypes_1 = require("./mcpTypes");
29
30
  const path = require("path");
30
31
  const crypto = require("crypto");
32
+ const mcpServerConfigConverter_1 = require("./mcpServerConfigConverter");
31
33
  /**
32
34
  * Load, validate, and parse MCP server configurations from JSON files.
33
35
  * - Deduplicates input paths.
@@ -222,8 +224,9 @@ const DEFAULT_PERSONA_RAW = `{
222
224
  * - Combines functionality of loadMcpServerConfigs and loadPersonaPermissions
223
225
  * - Handles server configurations and permissions from the same agent file
224
226
  * - Supports backwards compatibility with MCP config files when useLegacyMcpJson is true
227
+ * - Supports registry-based server configuration when registry is provided
225
228
  */
226
- async function loadAgentConfig(workspace, logging, agentPaths) {
229
+ async function loadAgentConfig(workspace, logging, agentPaths, registry, registryActive) {
227
230
  // Initialize return values similar to loadMcpServerConfigs
228
231
  const servers = new Map();
229
232
  const serverNameMapping = new Map();
@@ -358,30 +361,116 @@ async function loadAgentConfig(workspace, logging, agentPaths) {
358
361
  if (json.mcpServers && typeof json.mcpServers === 'object') {
359
362
  for (const [name, entryRaw] of Object.entries(json.mcpServers)) {
360
363
  const entry = entryRaw;
361
- const hasCmd = typeof entry.command === 'string' && entry.command.trim() !== '';
362
- const hasUrl = typeof entry.url === 'string' && entry.url.trim() !== '';
363
- if ((hasCmd && hasUrl) || (!hasCmd && !hasUrl)) {
364
- const errorMsg = `MCP server '${name}' must specify *either* command or url (not both) – skipping`;
365
- logging.warn(errorMsg);
366
- configErrors.set(`${name}`, errorMsg);
367
- continue;
364
+ // Check if this is a registry server
365
+ const isRegistryServer = (0, mcpTypes_1.isRegistryServerConfig)(entry);
366
+ // Apply registry filtering logic
367
+ if (registryActive) {
368
+ // When registry is active, only load registry servers
369
+ if (!isRegistryServer) {
370
+ logging.info(`MCP: registry active, ignoring manual server '${name}'`);
371
+ continue;
372
+ }
373
+ }
374
+ else {
375
+ // When registry is not active, only load manual servers
376
+ if (isRegistryServer) {
377
+ logging.info(`MCP: no registry, ignoring registry server '${name}'`);
378
+ continue;
379
+ }
380
+ }
381
+ let cfg;
382
+ if (isRegistryServer) {
383
+ // Handle registry server: lookup in registry and convert
384
+ if (!registry) {
385
+ const errorMsg = `MCP Registry: Server '${name}' specified but no registry available`;
386
+ logging.error(errorMsg);
387
+ configErrors.set(`${name}`, errorMsg);
388
+ continue;
389
+ }
390
+ const registryServer = findServerInRegistry(registry, name);
391
+ if (!registryServer) {
392
+ const errorMsg = `MCP Registry: Server '${name}' not found in registry`;
393
+ logging.error(errorMsg);
394
+ configErrors.set(`${name}`, errorMsg);
395
+ // Create placeholder config for missing registry server
396
+ cfg = {
397
+ command: undefined,
398
+ url: undefined,
399
+ args: [],
400
+ env: {},
401
+ disabled: false,
402
+ __configPath__: fsPath,
403
+ __registryError__: errorMsg,
404
+ };
405
+ const sanitizedName = sanitizeName(name);
406
+ servers.set(sanitizedName, cfg);
407
+ serverNameMapping.set(sanitizedName, name);
408
+ // Still add to agent config to preserve user settings
409
+ const agentEntry = { type: 'registry' };
410
+ if (typeof entry.timeout === 'number')
411
+ agentEntry.timeout = entry.timeout;
412
+ if (entry.headers && Object.keys(entry.headers).length)
413
+ agentEntry.headers = entry.headers;
414
+ if (entry.env && Object.keys(entry.env).length)
415
+ agentEntry.env = entry.env;
416
+ agentConfig.mcpServers[name] = agentEntry;
417
+ logging.info(`Loaded placeholder for missing registry server '${name}'`);
418
+ continue;
419
+ }
420
+ // Convert registry server to MCPServerConfig
421
+ const converter = new mcpServerConfigConverter_1.McpServerConfigConverter();
422
+ try {
423
+ cfg = converter.convertRegistryServer(registryServer);
424
+ cfg.__configPath__ = fsPath;
425
+ // Apply timeout from registry server config if provided
426
+ if (typeof entry.timeout === 'number') {
427
+ cfg.timeout = entry.timeout;
428
+ }
429
+ // Store additional headers/env separately and merge for runtime
430
+ if (entry.headers && typeof entry.headers === 'object') {
431
+ cfg.__additionalHeaders__ = entry.headers;
432
+ }
433
+ if (entry.env && typeof entry.env === 'object') {
434
+ cfg.__additionalEnv__ = entry.env;
435
+ }
436
+ logging.info(`MCP Registry: Successfully converted server '${name}' to MCPServerConfig`);
437
+ }
438
+ catch (err) {
439
+ const errorMsg = `MCP Registry: Failed to convert server '${name}': ${err.message}`;
440
+ logging.error(errorMsg);
441
+ configErrors.set(`${name}`, errorMsg);
442
+ continue;
443
+ }
444
+ }
445
+ else {
446
+ // Handle manual server
447
+ const hasCmd = typeof entry.command === 'string' && entry.command.trim() !== '';
448
+ const hasUrl = typeof entry.url === 'string' && entry.url.trim() !== '';
449
+ if ((hasCmd && hasUrl) || (!hasCmd && !hasUrl)) {
450
+ const errorMsg = `MCP server '${name}' must specify *either* command or url (not both) – skipping`;
451
+ logging.warn(errorMsg);
452
+ configErrors.set(`${name}`, errorMsg);
453
+ continue;
454
+ }
455
+ // Create server config
456
+ cfg = {
457
+ command: entry.command,
458
+ url: entry.url,
459
+ args: Array.isArray(entry.args) ? entry.args.map(String) : [],
460
+ env: typeof entry.env === 'object' && entry.env !== null
461
+ ? entry.env
462
+ : {},
463
+ headers: typeof entry.headers === 'object' && entry.headers !== null
464
+ ? entry.headers
465
+ : undefined,
466
+ initializationTimeout: typeof entry.initializationTimeout === 'number'
467
+ ? entry.initializationTimeout
468
+ : undefined,
469
+ timeout: typeof entry.timeout === 'number' ? entry.timeout : undefined,
470
+ disabled: typeof entry.disabled === 'boolean' ? entry.disabled : false,
471
+ __configPath__: fsPath, // Store config path for determining global vs workspace
472
+ };
368
473
  }
369
- // Create server config
370
- const cfg = {
371
- command: entry.command,
372
- url: entry.url,
373
- args: Array.isArray(entry.args) ? entry.args.map(String) : [],
374
- env: typeof entry.env === 'object' && entry.env !== null ? entry.env : {},
375
- headers: typeof entry.headers === 'object' && entry.headers !== null
376
- ? entry.headers
377
- : undefined,
378
- initializationTimeout: typeof entry.initializationTimeout === 'number'
379
- ? entry.initializationTimeout
380
- : undefined,
381
- timeout: typeof entry.timeout === 'number' ? entry.timeout : undefined,
382
- disabled: typeof entry.disabled === 'boolean' ? entry.disabled : false,
383
- __configPath__: fsPath, // Store config path for determining global vs workspace
384
- };
385
474
  const sanitizedName = sanitizeName(name);
386
475
  // Handle server conflicts (workspace overrides global)
387
476
  if (servers.has(sanitizedName)) {
@@ -441,8 +530,9 @@ async function loadAgentConfig(workspace, logging, agentPaths) {
441
530
  }
442
531
  // Set final useLegacyMcpJson value - default to true if not specified anywhere
443
532
  agentConfig.useLegacyMcpJson = useLegacyMcpJsonValue !== undefined ? useLegacyMcpJsonValue : true;
444
- // Load MCP config files if useLegacyMcpJson is true
445
- if (agentConfig.useLegacyMcpJson) {
533
+ // Load MCP config files if useLegacyMcpJson is true and registry mode is not active
534
+ // Legacy MCP configs are always manual servers, so skip them when registry is active
535
+ if (agentConfig.useLegacyMcpJson && !registryActive) {
446
536
  const wsUris = workspace.getAllWorkspaceFolders()?.map(f => f.uri) ?? [];
447
537
  const mcpPaths = [...getWorkspaceMcpConfigPaths(wsUris), getGlobalMcpConfigPath(workspace.fs.getUserHomeDir())];
448
538
  const mcpResult = await loadMcpServerConfigs(workspace, logging, mcpPaths);
@@ -865,7 +955,7 @@ async function saveAgentConfig(workspace, logging, config, configPath) {
865
955
  /**
866
956
  * Save only server-specific changes to agent config file
867
957
  */
868
- async function saveServerSpecificAgentConfig(workspace, logging, serverName, serverConfig, serverTools, serverAllowedTools, configPath, isLegacyMcpServer = false) {
958
+ async function saveServerSpecificAgentConfig(workspace, logging, serverName, serverConfig, serverTools, serverAllowedTools, configPath, isLegacyMcpServer = false, skipMcpServerConfig = false) {
869
959
  try {
870
960
  await workspace.fs.mkdir(path.dirname(configPath), { recursive: true });
871
961
  // Read existing config
@@ -882,7 +972,7 @@ async function saveServerSpecificAgentConfig(workspace, logging, serverName, ser
882
972
  const serverPrefix = `@${serverName}`;
883
973
  existingConfig.tools = existingConfig.tools.filter(tool => tool !== serverPrefix && !tool.startsWith(`${serverPrefix}/`));
884
974
  existingConfig.allowedTools = existingConfig.allowedTools.filter(tool => tool !== serverPrefix && !tool.startsWith(`${serverPrefix}/`));
885
- if (!isLegacyMcpServer) {
975
+ if (!isLegacyMcpServer && !skipMcpServerConfig) {
886
976
  if (serverConfig === null) {
887
977
  // Remove server entirely
888
978
  delete existingConfig.mcpServers[serverName];
@@ -977,6 +1067,13 @@ async function migrateAgentConfigToCLIFormat(workspace, logging, configPath) {
977
1067
  }
978
1068
  }
979
1069
  exports.MAX_TOOL_NAME_LENGTH = 64;
1070
+ /**
1071
+ * Find a server in the registry by name with O(1) lookup performance.
1072
+ * Uses Map-based lookup for large registries (200+ servers).
1073
+ */
1074
+ function findServerInRegistry(registry, serverName) {
1075
+ return registry.servers.find(s => s.name === serverName);
1076
+ }
980
1077
  /**
981
1078
  * Create a namespaced tool name from server and tool names.
982
1079
  * Handles truncation and conflicts according to specific rules.
@@ -1 +1 @@
1
- {"version":3,"file":"mcpUtils.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/mcpUtils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"mcpUtils.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/mcpUtils.ts"],"names":[],"mappings":"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"}
@@ -16,7 +16,8 @@ export declare class ProfileStatusMonitor {
16
16
  private static readonly MCP_CACHE_FILE;
17
17
  private static eventEmitter;
18
18
  private static logging?;
19
- constructor(logging: Logging, onMcpDisabled: () => void, onMcpEnabled?: (() => void) | undefined);
19
+ private onRegistryUpdate?;
20
+ constructor(logging: Logging, onMcpDisabled: () => void, onMcpEnabled?: (() => void) | undefined, onRegistryUpdate?: (registryUrl: string | null, isPeriodicSync?: boolean) => Promise<void>);
20
21
  checkInitialState(): Promise<boolean>;
21
22
  start(): void;
22
23
  stop(): void;
@@ -34,4 +35,7 @@ export declare class ProfileStatusMonitor {
34
35
  private static setMcpState;
35
36
  static resetMcpState(): void;
36
37
  static emitAuthSuccess(): void;
38
+ private fetchRegistryIfNeeded;
39
+ private isEnterpriseUser;
40
+ getRegistryUrl(): Promise<string | null>;
37
41
  }
@@ -24,12 +24,14 @@ class ProfileStatusMonitor {
24
24
  static MCP_CACHE_FILE = path.join(ProfileStatusMonitor.MCP_CACHE_DIR, 'mcp-state.json');
25
25
  static eventEmitter = new events_1.EventEmitter();
26
26
  static logging;
27
- constructor(logging, onMcpDisabled, onMcpEnabled) {
27
+ onRegistryUpdate;
28
+ constructor(logging, onMcpDisabled, onMcpEnabled, onRegistryUpdate) {
28
29
  this.logging = logging;
29
30
  this.onMcpDisabled = onMcpDisabled;
30
31
  this.onMcpEnabled = onMcpEnabled;
31
32
  ProfileStatusMonitor.logging = logging;
32
33
  ProfileStatusMonitor.loadMcpStateFromDisk();
34
+ this.onRegistryUpdate = onRegistryUpdate;
33
35
  // Listen for auth success events
34
36
  ProfileStatusMonitor.eventEmitter.on(exports.AUTH_SUCCESS_EVENT, () => {
35
37
  void this.isMcpEnabled();
@@ -41,8 +43,13 @@ class ProfileStatusMonitor {
41
43
  return isMcpEnabled !== false; // Return true if enabled or API failed
42
44
  }
43
45
  catch (error) {
44
- this.logging.debug(`Initial MCP state check failed, defaulting to enabled: ${error}`);
45
- return ProfileStatusMonitor.getMcpState();
46
+ const errorMsg = error instanceof Error ? error.message : String(error);
47
+ // Only disable MCP for registry-specific errors
48
+ if (errorMsg.includes('MCP Registry:')) {
49
+ ProfileStatusMonitor.setMcpState(false);
50
+ this.onMcpDisabled();
51
+ }
52
+ throw error;
46
53
  }
47
54
  }
48
55
  start() {
@@ -50,7 +57,7 @@ class ProfileStatusMonitor {
50
57
  return;
51
58
  }
52
59
  this.intervalId = setInterval(() => {
53
- void this.isMcpEnabled();
60
+ void this.isMcpEnabled(true); // Pass true for periodic check
54
61
  }, this.CHECK_INTERVAL);
55
62
  this.logging.info('ProfileStatusMonitor started - checking MCP configuration every 24 hours');
56
63
  }
@@ -61,7 +68,7 @@ class ProfileStatusMonitor {
61
68
  this.logging.info('ProfileStatusMonitor stopped');
62
69
  }
63
70
  }
64
- async isMcpEnabled() {
71
+ async isMcpEnabled(isPeriodicCheck = false) {
65
72
  try {
66
73
  const serviceManager = AmazonQTokenServiceManager_1.AmazonQTokenServiceManager.getInstance();
67
74
  const profileArn = this.getProfileArn(serviceManager);
@@ -73,7 +80,17 @@ class ProfileStatusMonitor {
73
80
  this.codeWhispererClient = serviceManager.getCodewhispererService();
74
81
  const response = await lsp_core_1.retryUtils.retryWithBackoff(() => this.codeWhispererClient.getProfile({ profileArn }));
75
82
  const mcpConfig = response?.profile?.optInFeatures?.mcpConfiguration;
76
- const isMcpEnabled = mcpConfig ? mcpConfig.toggle === 'ON' : true;
83
+ let isMcpEnabled = mcpConfig ? mcpConfig.toggle === 'ON' : true;
84
+ // Fetch registry URL if MCP is enabled and user is enterprise
85
+ if (isMcpEnabled && this.isEnterpriseUser(serviceManager)) {
86
+ const registryFetchSuccess = await this.fetchRegistryIfNeeded(response, isPeriodicCheck);
87
+ if (!registryFetchSuccess) {
88
+ throw new Error('MCP Registry: Failed to fetch or validate registry');
89
+ }
90
+ }
91
+ else if (isMcpEnabled && !this.isEnterpriseUser(serviceManager)) {
92
+ this.logging.info('MCP Governance: Free Tier user - falling back to legacy MCP configuration');
93
+ }
77
94
  if (ProfileStatusMonitor.lastMcpState !== isMcpEnabled) {
78
95
  ProfileStatusMonitor.setMcpState(isMcpEnabled);
79
96
  if (!isMcpEnabled) {
@@ -88,15 +105,9 @@ class ProfileStatusMonitor {
88
105
  return isMcpEnabled;
89
106
  }
90
107
  catch (error) {
91
- this.logging.debug(`MCP configuration check failed, defaulting to enabled: ${error}`);
92
- const mcpState = ProfileStatusMonitor.getMcpState();
93
- if (!mcpState) {
94
- this.onMcpDisabled();
95
- }
96
- else if (this.onMcpEnabled) {
97
- this.onMcpEnabled();
98
- }
99
- return mcpState;
108
+ const errorMsg = error instanceof Error ? error.message : String(error);
109
+ this.logging.error(`MCP configuration check failed: ${errorMsg}`);
110
+ throw error;
100
111
  }
101
112
  }
102
113
  getProfileArn(serviceManager) {
@@ -149,6 +160,54 @@ class ProfileStatusMonitor {
149
160
  static emitAuthSuccess() {
150
161
  ProfileStatusMonitor.eventEmitter.emit(exports.AUTH_SUCCESS_EVENT);
151
162
  }
163
+ async fetchRegistryIfNeeded(response, isPeriodicSync = false) {
164
+ if (!this.onRegistryUpdate) {
165
+ return true;
166
+ }
167
+ const registryUrl = response?.profile?.optInFeatures?.mcpConfiguration?.mcpRegistryUrl;
168
+ if (!registryUrl) {
169
+ this.logging.debug('MCP Registry: No registry URL configured');
170
+ await this.onRegistryUpdate(null, isPeriodicSync);
171
+ return true;
172
+ }
173
+ try {
174
+ this.logging.info(`MCP Registry: Notifying MCP Manager of registry URL: ${registryUrl}${isPeriodicSync ? ' (periodic sync)' : ''}`);
175
+ await this.onRegistryUpdate(registryUrl, isPeriodicSync);
176
+ return true;
177
+ }
178
+ catch (error) {
179
+ const errorMsg = error instanceof Error ? error.message : String(error);
180
+ this.logging.error(`MCP Registry: Failed to fetch or validate registry: ${errorMsg}`);
181
+ return false;
182
+ }
183
+ }
184
+ isEnterpriseUser(serviceManager) {
185
+ const connectionType = serviceManager.getConnectionType();
186
+ const isEnterprise = connectionType === 'identityCenter';
187
+ if (!isEnterprise) {
188
+ this.logging.info('MCP Governance: User is not on Pro Tier/IdC - governance features unavailable');
189
+ }
190
+ return isEnterprise;
191
+ }
192
+ async getRegistryUrl() {
193
+ try {
194
+ const serviceManager = AmazonQTokenServiceManager_1.AmazonQTokenServiceManager.getInstance();
195
+ if (!this.isEnterpriseUser(serviceManager)) {
196
+ return null;
197
+ }
198
+ const profileArn = this.getProfileArn(serviceManager);
199
+ if (!profileArn) {
200
+ return null;
201
+ }
202
+ this.codeWhispererClient = serviceManager.getCodewhispererService();
203
+ const response = await lsp_core_1.retryUtils.retryWithBackoff(() => this.codeWhispererClient.getProfile({ profileArn }));
204
+ return response?.profile?.optInFeatures?.mcpConfiguration?.mcpRegistryUrl || null;
205
+ }
206
+ catch (error) {
207
+ this.logging.debug(`Failed to get registry URL: ${error}`);
208
+ return null;
209
+ }
210
+ }
152
211
  }
153
212
  exports.ProfileStatusMonitor = ProfileStatusMonitor;
154
213
  //# sourceMappingURL=profileStatusMonitor.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"profileStatusMonitor.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/profileStatusMonitor.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"profileStatusMonitor.js","sourceRoot":"","sources":["../../../../../src/language-server/agenticChat/tools/mcp/profileStatusMonitor.ts"],"names":[],"mappings":"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"}