@aws-sdk/client-qconnect 3.1045.0 → 3.1047.0

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 (340) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/dist-cjs/endpoint/bdd.js +2 -2
  4. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  5. package/dist-cjs/index.js +231 -203
  6. package/dist-cjs/models/QConnectServiceException.js +3 -3
  7. package/dist-cjs/runtimeConfig.browser.js +12 -14
  8. package/dist-cjs/runtimeConfig.js +18 -22
  9. package/dist-cjs/runtimeConfig.shared.js +9 -10
  10. package/dist-cjs/schemas/schemas_0.js +45 -8
  11. package/dist-es/QConnect.js +5 -1
  12. package/dist-es/QConnectClient.js +5 -5
  13. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  14. package/dist-es/commands/ActivateMessageTemplateCommand.js +2 -2
  15. package/dist-es/commands/CreateAIAgentCommand.js +2 -2
  16. package/dist-es/commands/CreateAIAgentVersionCommand.js +2 -2
  17. package/dist-es/commands/CreateAIGuardrailCommand.js +2 -2
  18. package/dist-es/commands/CreateAIGuardrailVersionCommand.js +2 -2
  19. package/dist-es/commands/CreateAIPromptCommand.js +2 -2
  20. package/dist-es/commands/CreateAIPromptVersionCommand.js +2 -2
  21. package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -2
  22. package/dist-es/commands/CreateAssistantCommand.js +2 -2
  23. package/dist-es/commands/CreateContentAssociationCommand.js +2 -2
  24. package/dist-es/commands/CreateContentCommand.js +2 -2
  25. package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -2
  26. package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +2 -2
  27. package/dist-es/commands/CreateMessageTemplateCommand.js +2 -2
  28. package/dist-es/commands/CreateMessageTemplateVersionCommand.js +2 -2
  29. package/dist-es/commands/CreateQuickResponseCommand.js +2 -2
  30. package/dist-es/commands/CreateSessionCommand.js +2 -2
  31. package/dist-es/commands/DeactivateMessageTemplateCommand.js +2 -2
  32. package/dist-es/commands/DeleteAIAgentCommand.js +2 -2
  33. package/dist-es/commands/DeleteAIAgentVersionCommand.js +2 -2
  34. package/dist-es/commands/DeleteAIGuardrailCommand.js +2 -2
  35. package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +2 -2
  36. package/dist-es/commands/DeleteAIPromptCommand.js +2 -2
  37. package/dist-es/commands/DeleteAIPromptVersionCommand.js +2 -2
  38. package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -2
  39. package/dist-es/commands/DeleteAssistantCommand.js +2 -2
  40. package/dist-es/commands/DeleteContentAssociationCommand.js +2 -2
  41. package/dist-es/commands/DeleteContentCommand.js +2 -2
  42. package/dist-es/commands/DeleteImportJobCommand.js +2 -2
  43. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -2
  44. package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +2 -2
  45. package/dist-es/commands/DeleteMessageTemplateCommand.js +2 -2
  46. package/dist-es/commands/DeleteQuickResponseCommand.js +2 -2
  47. package/dist-es/commands/GetAIAgentCommand.js +2 -2
  48. package/dist-es/commands/GetAIGuardrailCommand.js +2 -2
  49. package/dist-es/commands/GetAIPromptCommand.js +2 -2
  50. package/dist-es/commands/GetAssistantAssociationCommand.js +2 -2
  51. package/dist-es/commands/GetAssistantCommand.js +2 -2
  52. package/dist-es/commands/GetContentAssociationCommand.js +2 -2
  53. package/dist-es/commands/GetContentCommand.js +2 -2
  54. package/dist-es/commands/GetContentSummaryCommand.js +2 -2
  55. package/dist-es/commands/GetImportJobCommand.js +2 -2
  56. package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -2
  57. package/dist-es/commands/GetMessageTemplateCommand.js +2 -2
  58. package/dist-es/commands/GetNextMessageCommand.js +2 -2
  59. package/dist-es/commands/GetQuickResponseCommand.js +2 -2
  60. package/dist-es/commands/GetRecommendationsCommand.js +2 -2
  61. package/dist-es/commands/GetSessionCommand.js +2 -2
  62. package/dist-es/commands/ListAIAgentVersionsCommand.js +2 -2
  63. package/dist-es/commands/ListAIAgentsCommand.js +2 -2
  64. package/dist-es/commands/ListAIGuardrailVersionsCommand.js +2 -2
  65. package/dist-es/commands/ListAIGuardrailsCommand.js +2 -2
  66. package/dist-es/commands/ListAIPromptVersionsCommand.js +2 -2
  67. package/dist-es/commands/ListAIPromptsCommand.js +2 -2
  68. package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -2
  69. package/dist-es/commands/ListAssistantsCommand.js +2 -2
  70. package/dist-es/commands/ListContentAssociationsCommand.js +2 -2
  71. package/dist-es/commands/ListContentsCommand.js +2 -2
  72. package/dist-es/commands/ListImportJobsCommand.js +2 -2
  73. package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -2
  74. package/dist-es/commands/ListMessageTemplateVersionsCommand.js +2 -2
  75. package/dist-es/commands/ListMessageTemplatesCommand.js +2 -2
  76. package/dist-es/commands/ListMessagesCommand.js +2 -2
  77. package/dist-es/commands/ListModelsCommand.js +16 -0
  78. package/dist-es/commands/ListQuickResponsesCommand.js +2 -2
  79. package/dist-es/commands/ListSpansCommand.js +2 -2
  80. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  81. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -2
  82. package/dist-es/commands/PutFeedbackCommand.js +2 -2
  83. package/dist-es/commands/QueryAssistantCommand.js +2 -2
  84. package/dist-es/commands/RemoveAssistantAIAgentCommand.js +2 -2
  85. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
  86. package/dist-es/commands/RenderMessageTemplateCommand.js +2 -2
  87. package/dist-es/commands/RetrieveCommand.js +2 -2
  88. package/dist-es/commands/SearchContentCommand.js +2 -2
  89. package/dist-es/commands/SearchMessageTemplatesCommand.js +2 -2
  90. package/dist-es/commands/SearchQuickResponsesCommand.js +2 -2
  91. package/dist-es/commands/SearchSessionsCommand.js +2 -2
  92. package/dist-es/commands/SendMessageCommand.js +2 -2
  93. package/dist-es/commands/StartContentUploadCommand.js +2 -2
  94. package/dist-es/commands/StartImportJobCommand.js +2 -2
  95. package/dist-es/commands/TagResourceCommand.js +2 -2
  96. package/dist-es/commands/UntagResourceCommand.js +2 -2
  97. package/dist-es/commands/UpdateAIAgentCommand.js +2 -2
  98. package/dist-es/commands/UpdateAIGuardrailCommand.js +2 -2
  99. package/dist-es/commands/UpdateAIPromptCommand.js +2 -2
  100. package/dist-es/commands/UpdateAssistantAIAgentCommand.js +2 -2
  101. package/dist-es/commands/UpdateContentCommand.js +2 -2
  102. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
  103. package/dist-es/commands/UpdateMessageTemplateCommand.js +2 -2
  104. package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +2 -2
  105. package/dist-es/commands/UpdateQuickResponseCommand.js +2 -2
  106. package/dist-es/commands/UpdateSessionCommand.js +2 -2
  107. package/dist-es/commands/UpdateSessionDataCommand.js +2 -2
  108. package/dist-es/commands/index.js +1 -0
  109. package/dist-es/endpoint/bdd.js +1 -1
  110. package/dist-es/endpoint/endpointResolver.js +1 -1
  111. package/dist-es/models/QConnectServiceException.js +1 -1
  112. package/dist-es/models/enums.js +9 -0
  113. package/dist-es/pagination/ListModelsPaginator.js +4 -0
  114. package/dist-es/pagination/index.js +1 -0
  115. package/dist-es/runtimeConfig.browser.js +4 -6
  116. package/dist-es/runtimeConfig.js +4 -8
  117. package/dist-es/runtimeConfig.shared.js +3 -4
  118. package/dist-es/runtimeExtensions.js +2 -2
  119. package/dist-es/schemas/schemas_0.js +38 -2
  120. package/dist-types/QConnect.d.ts +14 -0
  121. package/dist-types/QConnectClient.d.ts +8 -7
  122. package/dist-types/commands/ActivateMessageTemplateCommand.d.ts +6 -4
  123. package/dist-types/commands/CreateAIAgentCommand.d.ts +6 -4
  124. package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +6 -4
  125. package/dist-types/commands/CreateAIGuardrailCommand.d.ts +6 -4
  126. package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +6 -4
  127. package/dist-types/commands/CreateAIPromptCommand.d.ts +6 -4
  128. package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +6 -4
  129. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +6 -4
  130. package/dist-types/commands/CreateAssistantCommand.d.ts +6 -4
  131. package/dist-types/commands/CreateContentAssociationCommand.d.ts +6 -4
  132. package/dist-types/commands/CreateContentCommand.d.ts +6 -4
  133. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +6 -4
  134. package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +6 -4
  135. package/dist-types/commands/CreateMessageTemplateCommand.d.ts +6 -4
  136. package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +6 -4
  137. package/dist-types/commands/CreateQuickResponseCommand.d.ts +8 -5
  138. package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
  139. package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +7 -5
  140. package/dist-types/commands/DeleteAIAgentCommand.d.ts +6 -4
  141. package/dist-types/commands/DeleteAIAgentVersionCommand.d.ts +6 -4
  142. package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +6 -4
  143. package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +6 -4
  144. package/dist-types/commands/DeleteAIPromptCommand.d.ts +6 -4
  145. package/dist-types/commands/DeleteAIPromptVersionCommand.d.ts +6 -4
  146. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +6 -4
  147. package/dist-types/commands/DeleteAssistantCommand.d.ts +6 -4
  148. package/dist-types/commands/DeleteContentAssociationCommand.d.ts +6 -4
  149. package/dist-types/commands/DeleteContentCommand.d.ts +6 -4
  150. package/dist-types/commands/DeleteImportJobCommand.d.ts +6 -4
  151. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +6 -4
  152. package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +6 -4
  153. package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +6 -4
  154. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +6 -4
  155. package/dist-types/commands/GetAIAgentCommand.d.ts +6 -4
  156. package/dist-types/commands/GetAIGuardrailCommand.d.ts +6 -4
  157. package/dist-types/commands/GetAIPromptCommand.d.ts +6 -4
  158. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +6 -4
  159. package/dist-types/commands/GetAssistantCommand.d.ts +6 -4
  160. package/dist-types/commands/GetContentAssociationCommand.d.ts +6 -4
  161. package/dist-types/commands/GetContentCommand.d.ts +6 -4
  162. package/dist-types/commands/GetContentSummaryCommand.d.ts +6 -4
  163. package/dist-types/commands/GetImportJobCommand.d.ts +6 -4
  164. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +6 -4
  165. package/dist-types/commands/GetMessageTemplateCommand.d.ts +6 -4
  166. package/dist-types/commands/GetNextMessageCommand.d.ts +6 -4
  167. package/dist-types/commands/GetQuickResponseCommand.d.ts +6 -4
  168. package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -4
  169. package/dist-types/commands/GetSessionCommand.d.ts +6 -4
  170. package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +6 -4
  171. package/dist-types/commands/ListAIAgentsCommand.d.ts +6 -4
  172. package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +6 -4
  173. package/dist-types/commands/ListAIGuardrailsCommand.d.ts +6 -4
  174. package/dist-types/commands/ListAIPromptVersionsCommand.d.ts +6 -4
  175. package/dist-types/commands/ListAIPromptsCommand.d.ts +6 -4
  176. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +6 -4
  177. package/dist-types/commands/ListAssistantsCommand.d.ts +6 -4
  178. package/dist-types/commands/ListContentAssociationsCommand.d.ts +6 -4
  179. package/dist-types/commands/ListContentsCommand.d.ts +6 -4
  180. package/dist-types/commands/ListImportJobsCommand.d.ts +6 -4
  181. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +6 -4
  182. package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +6 -4
  183. package/dist-types/commands/ListMessageTemplatesCommand.d.ts +6 -4
  184. package/dist-types/commands/ListMessagesCommand.d.ts +6 -4
  185. package/dist-types/commands/ListModelsCommand.d.ts +112 -0
  186. package/dist-types/commands/ListQuickResponsesCommand.d.ts +6 -4
  187. package/dist-types/commands/ListSpansCommand.d.ts +6 -4
  188. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  189. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -4
  190. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -4
  191. package/dist-types/commands/QueryAssistantCommand.d.ts +6 -4
  192. package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +6 -4
  193. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -4
  194. package/dist-types/commands/RenderMessageTemplateCommand.d.ts +6 -4
  195. package/dist-types/commands/RetrieveCommand.d.ts +6 -4
  196. package/dist-types/commands/SearchContentCommand.d.ts +6 -4
  197. package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +6 -4
  198. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +6 -4
  199. package/dist-types/commands/SearchSessionsCommand.d.ts +6 -4
  200. package/dist-types/commands/SendMessageCommand.d.ts +6 -4
  201. package/dist-types/commands/StartContentUploadCommand.d.ts +6 -4
  202. package/dist-types/commands/StartImportJobCommand.d.ts +6 -4
  203. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  204. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  205. package/dist-types/commands/UpdateAIAgentCommand.d.ts +6 -4
  206. package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +6 -4
  207. package/dist-types/commands/UpdateAIPromptCommand.d.ts +6 -4
  208. package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +6 -4
  209. package/dist-types/commands/UpdateContentCommand.d.ts +6 -4
  210. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -4
  211. package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +6 -4
  212. package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +6 -4
  213. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +6 -4
  214. package/dist-types/commands/UpdateSessionCommand.d.ts +6 -4
  215. package/dist-types/commands/UpdateSessionDataCommand.d.ts +6 -4
  216. package/dist-types/commands/index.d.ts +1 -0
  217. package/dist-types/endpoint/bdd.d.ts +1 -1
  218. package/dist-types/extensionConfiguration.d.ts +1 -1
  219. package/dist-types/models/QConnectServiceException.d.ts +1 -1
  220. package/dist-types/models/enums.d.ts +25 -0
  221. package/dist-types/models/errors.d.ts +1 -1
  222. package/dist-types/models/models_0.d.ts +92 -51
  223. package/dist-types/models/models_1.d.ts +50 -0
  224. package/dist-types/pagination/ListModelsPaginator.d.ts +7 -0
  225. package/dist-types/pagination/index.d.ts +1 -0
  226. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  227. package/dist-types/runtimeConfig.d.ts +2 -2
  228. package/dist-types/runtimeConfig.native.d.ts +2 -2
  229. package/dist-types/schemas/schemas_0.d.ts +4 -0
  230. package/dist-types/ts3.4/QConnect.d.ts +24 -0
  231. package/dist-types/ts3.4/QConnectClient.d.ts +14 -14
  232. package/dist-types/ts3.4/commands/ActivateMessageTemplateCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/CreateAIAgentCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/CreateAIAgentVersionCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/CreateAIGuardrailCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/CreateAIGuardrailVersionCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/CreateAIPromptCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/CreateAIPromptVersionCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/CreateContentAssociationCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +6 -4
  246. package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +8 -8
  248. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +7 -5
  250. package/dist-types/ts3.4/commands/DeleteAIAgentCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/DeleteAIAgentVersionCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/DeleteAIGuardrailCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/DeleteAIGuardrailVersionCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/DeleteAIPromptCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/DeleteAIPromptVersionCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/DeleteContentAssociationCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/GetAIAgentCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/GetAIGuardrailCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/GetAIPromptCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/GetContentAssociationCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/GetNextMessageCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/ListAIAgentVersionsCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/ListAIAgentsCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/ListAIGuardrailVersionsCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/ListAIGuardrailsCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/ListAIPromptVersionsCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/ListAIPromptsCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/ListContentAssociationsCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +49 -0
  296. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +6 -4
  297. package/dist-types/ts3.4/commands/ListSpansCommand.d.ts +6 -8
  298. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/RemoveAssistantAIAgentCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +6 -8
  306. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/SearchMessageTemplatesCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +6 -4
  310. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/UpdateAIAgentCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/UpdateAIGuardrailCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/UpdateAIPromptCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/UpdateAssistantAIAgentCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -4
  321. package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +6 -4
  323. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/UpdateSessionDataCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  327. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  328. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  329. package/dist-types/ts3.4/models/QConnectServiceException.d.ts +1 -1
  330. package/dist-types/ts3.4/models/enums.d.ts +13 -0
  331. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  332. package/dist-types/ts3.4/models/models_0.d.ts +23 -13
  333. package/dist-types/ts3.4/models/models_1.d.ts +13 -0
  334. package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -0
  335. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  336. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  337. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  338. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  339. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  340. package/package.json +13 -34
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AIAgentAssociationConfigurationType, AIAgentType, AIPromptAPIFormat, AIPromptTemplateType, AIPromptType, AssistantCapabilityType, AssistantStatus, AssistantType, AssociationType, ChannelSubtype, ChunkingStrategy, ContentAssociationType, ContentDisposition, ContentStatus, ConversationStatus, ConversationStatusReason, FilterField, FilterOperator, GuardrailContentFilterType, GuardrailContextualGroundingFilterType, GuardrailFilterStrength, GuardrailManagedWordsType, GuardrailPiiEntityType, GuardrailSensitiveInformationAction, GuardrailTopicType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageFilterType, MessageTemplateAttributeType, MessageType, Origin, ParsingStrategy, Participant, PushMessageAction, QueryConditionComparisonOperator, QueryConditionFieldName, QuickResponseStatus, RecommendationSourceType, RecommendationTriggerType, RecommendationType, ReferenceType, Relevance, RelevanceLevel, SessionDataNamespace, SourceContentType, Status, SyncStatus, TargetType, ToolOverrideInputValueType, ToolType, VisibilityStatus, WebScopeType, WhatsAppSourceConfigurationStatus } from "./enums";
2
+ import type { AIAgentAssociationConfigurationType, AIAgentType, AIPromptAPIFormat, AIPromptTemplateType, AIPromptType, AssistantCapabilityType, AssistantStatus, AssistantType, AssociationType, ChannelSubtype, ChunkingStrategy, ContentAssociationType, ContentDisposition, ContentStatus, ConversationStatus, ConversationStatusReason, CrossRegionStatus, FilterField, FilterOperator, GuardrailContentFilterType, GuardrailContextualGroundingFilterType, GuardrailFilterStrength, GuardrailManagedWordsType, GuardrailPiiEntityType, GuardrailSensitiveInformationAction, GuardrailTopicType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageFilterType, MessageTemplateAttributeType, MessageType, ModelLifecycle, Origin, ParsingStrategy, Participant, PushMessageAction, QueryConditionComparisonOperator, QueryConditionFieldName, QuickResponseStatus, RecommendationSourceType, RecommendationTriggerType, RecommendationType, ReferenceType, Relevance, RelevanceLevel, SessionDataNamespace, SourceContentType, Status, SyncStatus, TargetType, ToolOverrideInputValueType, ToolType, VisibilityStatus, WebScopeType, WhatsAppSourceConfigurationStatus } from "./enums";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -3778,6 +3778,97 @@ export interface ListAssistantsResponse {
3778
3778
  */
3779
3779
  nextToken?: string | undefined;
3780
3780
  }
3781
+ /**
3782
+ * @public
3783
+ */
3784
+ export interface ListModelsRequest {
3785
+ /**
3786
+ * <p>The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN. The assistant's region determines which models are available.</p>
3787
+ * @public
3788
+ */
3789
+ assistantId: string | undefined;
3790
+ /**
3791
+ * <p>The type of the AI Prompt to filter models by. When specified, only models that support the given AI Prompt type are returned.</p>
3792
+ * @public
3793
+ */
3794
+ aiPromptType?: AIPromptType | undefined;
3795
+ /**
3796
+ * <p>The lifecycle status of models to filter by. When specified, only models with the given lifecycle status are returned.</p>
3797
+ * @public
3798
+ */
3799
+ modelLifecycle?: ModelLifecycle | undefined;
3800
+ /**
3801
+ * <p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>
3802
+ * @public
3803
+ */
3804
+ nextToken?: string | undefined;
3805
+ /**
3806
+ * <p>The maximum number of results to return per page.</p>
3807
+ * @public
3808
+ */
3809
+ maxResults?: number | undefined;
3810
+ }
3811
+ /**
3812
+ * <p>The summary of a model available to an Amazon Q in Connect assistant.</p>
3813
+ * @public
3814
+ */
3815
+ export interface ModelSummary {
3816
+ /**
3817
+ * <p>The identifier of the model.</p>
3818
+ * @public
3819
+ */
3820
+ modelId: string | undefined;
3821
+ /**
3822
+ * <p>The display name of the model.</p>
3823
+ * @public
3824
+ */
3825
+ displayName: string | undefined;
3826
+ /**
3827
+ * <p>The cross-region availability status of the model. <code>NONE</code> indicates the model is only available in a single region, <code>REGIONAL</code> indicates the model is available through regional inference, and <code>GLOBAL</code> indicates the model is available through global cross-region inference.</p>
3828
+ * @public
3829
+ */
3830
+ crossRegionStatus?: CrossRegionStatus | undefined;
3831
+ /**
3832
+ * <p>Whether the model supports prompt caching.</p>
3833
+ * @public
3834
+ */
3835
+ supportsPromptCaching?: boolean | undefined;
3836
+ /**
3837
+ * <p>The list of AI Prompt types that the model supports.</p>
3838
+ * @public
3839
+ */
3840
+ supportedAIPromptTypes?: AIPromptType[] | undefined;
3841
+ /**
3842
+ * <p>The current lifecycle of the model. <code>ACTIVE</code> indicates the model is recommended for use and <code>LEGACY</code> indicates the model is still usable but is deprecated.</p>
3843
+ * @public
3844
+ */
3845
+ modelLifecycle?: ModelLifecycle | undefined;
3846
+ /**
3847
+ * <p>The timestamp when the model lifecycle will transition from <code>ACTIVE</code> to <code>LEGACY</code>.</p>
3848
+ * @public
3849
+ */
3850
+ legacyTimestamp?: Date | undefined;
3851
+ /**
3852
+ * <p>The timestamp when the model will reach end of life and no longer be available for use.</p>
3853
+ * @public
3854
+ */
3855
+ endOfLifeTimestamp?: Date | undefined;
3856
+ }
3857
+ /**
3858
+ * @public
3859
+ */
3860
+ export interface ListModelsResponse {
3861
+ /**
3862
+ * <p>The summaries of the models available to the assistant.</p>
3863
+ * @public
3864
+ */
3865
+ modelSummaries: ModelSummary[] | undefined;
3866
+ /**
3867
+ * <p>If there are additional results, this is the token for the next set of results.</p>
3868
+ * @public
3869
+ */
3870
+ nextToken?: string | undefined;
3871
+ }
3781
3872
  /**
3782
3873
  * @public
3783
3874
  */
@@ -7853,53 +7944,3 @@ export interface QuickResponseData {
7853
7944
  */
7854
7945
  tags?: Record<string, string> | undefined;
7855
7946
  }
7856
- /**
7857
- * @public
7858
- */
7859
- export interface CreateQuickResponseResponse {
7860
- /**
7861
- * <p>The quick response.</p>
7862
- * @public
7863
- */
7864
- quickResponse?: QuickResponseData | undefined;
7865
- }
7866
- /**
7867
- * @public
7868
- */
7869
- export interface DeactivateMessageTemplateRequest {
7870
- /**
7871
- * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
7872
- * @public
7873
- */
7874
- knowledgeBaseId: string | undefined;
7875
- /**
7876
- * <p>The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.</p>
7877
- * @public
7878
- */
7879
- messageTemplateId: string | undefined;
7880
- /**
7881
- * <p>The version number of the message template version to deactivate.</p>
7882
- * @public
7883
- */
7884
- versionNumber: number | undefined;
7885
- }
7886
- /**
7887
- * @public
7888
- */
7889
- export interface DeactivateMessageTemplateResponse {
7890
- /**
7891
- * <p>The Amazon Resource Name (ARN) of the message template.</p>
7892
- * @public
7893
- */
7894
- messageTemplateArn: string | undefined;
7895
- /**
7896
- * <p>The identifier of the message template.</p>
7897
- * @public
7898
- */
7899
- messageTemplateId: string | undefined;
7900
- /**
7901
- * <p>The version number of the message template version that has been deactivated.</p>
7902
- * @public
7903
- */
7904
- versionNumber: number | undefined;
7905
- }
@@ -1,5 +1,55 @@
1
1
  import type { AIAgentType, AIPromptType, ChannelSubtype, ExternalSource, ImportJobStatus, ImportJobType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageTemplateFilterOperator, MessageTemplateQueryOperator, Order, Participant, Priority, QueryResultType, QuickResponseFilterOperator, QuickResponseQueryOperator, QuickResponseStatus, RecommendationType, RelevanceLevel, SpanStatus, SpanType } from "./enums";
2
2
  import type { CaseSummarizationChunkDataDetails, Configuration, ContentDataDetails, ContentSummary, DataReference, Document, EmailOverviewChunkDataDetails, EmailResponseChunkDataDetails, ExtendedMessageTemplateData, FilterAttribute, GroupingConfiguration, IntentDetectedDataDetails, KnowledgeBaseData, KnowledgeSource, MessageTemplateAttachment, MessageTemplateAttributes, MessageTemplateContentProvider, MessageTemplateData, MessageTemplateSourceConfiguration, MessageTemplateSourceConfigurationSummary, NotesChunkDataDetails, NotesDataDetails, QuickResponseContents, QuickResponseData, QuickResponseDataProvider, RankingData, RecommendationTrigger, RenderingConfiguration, SearchExpression, ServerSideEncryptionConfiguration, SourceConfiguration, SourceContentDataDetails, SpanReasoningValue, SpanTextValue, SpanToolUseValue, SuggestedMessageDataDetails, VectorIngestionConfiguration } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface CreateQuickResponseResponse {
7
+ /**
8
+ * <p>The quick response.</p>
9
+ * @public
10
+ */
11
+ quickResponse?: QuickResponseData | undefined;
12
+ }
13
+ /**
14
+ * @public
15
+ */
16
+ export interface DeactivateMessageTemplateRequest {
17
+ /**
18
+ * <p>The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.</p>
19
+ * @public
20
+ */
21
+ knowledgeBaseId: string | undefined;
22
+ /**
23
+ * <p>The identifier of the message template. Can be either the ID or the ARN. It cannot contain any qualifier.</p>
24
+ * @public
25
+ */
26
+ messageTemplateId: string | undefined;
27
+ /**
28
+ * <p>The version number of the message template version to deactivate.</p>
29
+ * @public
30
+ */
31
+ versionNumber: number | undefined;
32
+ }
33
+ /**
34
+ * @public
35
+ */
36
+ export interface DeactivateMessageTemplateResponse {
37
+ /**
38
+ * <p>The Amazon Resource Name (ARN) of the message template.</p>
39
+ * @public
40
+ */
41
+ messageTemplateArn: string | undefined;
42
+ /**
43
+ * <p>The identifier of the message template.</p>
44
+ * @public
45
+ */
46
+ messageTemplateId: string | undefined;
47
+ /**
48
+ * <p>The version number of the message template version that has been deactivated.</p>
49
+ * @public
50
+ */
51
+ versionNumber: number | undefined;
52
+ }
3
53
  /**
4
54
  * @public
5
55
  */
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListModelsCommandInput, ListModelsCommandOutput } from "../commands/ListModelsCommand";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListModels: (config: QConnectPaginationConfiguration, input: ListModelsCommandInput, ...rest: any[]) => Paginator<ListModelsCommandOutput>;
@@ -14,6 +14,7 @@ export * from "./ListKnowledgeBasesPaginator";
14
14
  export * from "./ListMessagesPaginator";
15
15
  export * from "./ListMessageTemplatesPaginator";
16
16
  export * from "./ListMessageTemplateVersionsPaginator";
17
+ export * from "./ListModelsPaginator";
17
18
  export * from "./ListQuickResponsesPaginator";
18
19
  export * from "./ListSpansPaginator";
19
20
  export * from "./QueryAssistantPaginator";
@@ -5,13 +5,13 @@ import type { QConnectClientConfig } from "./QConnectClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { QConnectClientConfig } from "./QConnectClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { QConnectClientConfig } from "./QConnectClient";
5
5
  export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -232,6 +232,8 @@ export declare var ListMessageTemplatesRequest$: StaticStructureSchema;
232
232
  export declare var ListMessageTemplatesResponse$: StaticStructureSchema;
233
233
  export declare var ListMessageTemplateVersionsRequest$: StaticStructureSchema;
234
234
  export declare var ListMessageTemplateVersionsResponse$: StaticStructureSchema;
235
+ export declare var ListModelsRequest$: StaticStructureSchema;
236
+ export declare var ListModelsResponse$: StaticStructureSchema;
235
237
  export declare var ListQuickResponsesRequest$: StaticStructureSchema;
236
238
  export declare var ListQuickResponsesResponse$: StaticStructureSchema;
237
239
  export declare var ListSpansRequest$: StaticStructureSchema;
@@ -252,6 +254,7 @@ export declare var MessageTemplateSearchExpression$: StaticStructureSchema;
252
254
  export declare var MessageTemplateSearchResultData$: StaticStructureSchema;
253
255
  export declare var MessageTemplateSummary$: StaticStructureSchema;
254
256
  export declare var MessageTemplateVersionSummary$: StaticStructureSchema;
257
+ export declare var ModelSummary$: StaticStructureSchema;
255
258
  export declare var NotesChunkDataDetails$: StaticStructureSchema;
256
259
  export declare var NotesDataDetails$: StaticStructureSchema;
257
260
  export declare var NoteTakingAIAgentConfiguration$: StaticStructureSchema;
@@ -473,6 +476,7 @@ export declare var ListKnowledgeBases$: StaticOperationSchema;
473
476
  export declare var ListMessages$: StaticOperationSchema;
474
477
  export declare var ListMessageTemplates$: StaticOperationSchema;
475
478
  export declare var ListMessageTemplateVersions$: StaticOperationSchema;
479
+ export declare var ListModels$: StaticOperationSchema;
476
480
  export declare var ListQuickResponses$: StaticOperationSchema;
477
481
  export declare var ListSpans$: StaticOperationSchema;
478
482
  export declare var ListTagsForResource$: StaticOperationSchema;
@@ -255,6 +255,10 @@ import {
255
255
  ListMessageTemplateVersionsCommandInput,
256
256
  ListMessageTemplateVersionsCommandOutput,
257
257
  } from "./commands/ListMessageTemplateVersionsCommand";
258
+ import {
259
+ ListModelsCommandInput,
260
+ ListModelsCommandOutput,
261
+ } from "./commands/ListModelsCommand";
258
262
  import {
259
263
  ListQuickResponsesCommandInput,
260
264
  ListQuickResponsesCommandOutput,
@@ -1198,6 +1202,19 @@ export interface QConnect {
1198
1202
  options: __HttpHandlerOptions,
1199
1203
  cb: (err: any, data?: ListMessageTemplateVersionsCommandOutput) => void
1200
1204
  ): void;
1205
+ listModels(
1206
+ args: ListModelsCommandInput,
1207
+ options?: __HttpHandlerOptions
1208
+ ): Promise<ListModelsCommandOutput>;
1209
+ listModels(
1210
+ args: ListModelsCommandInput,
1211
+ cb: (err: any, data?: ListModelsCommandOutput) => void
1212
+ ): void;
1213
+ listModels(
1214
+ args: ListModelsCommandInput,
1215
+ options: __HttpHandlerOptions,
1216
+ cb: (err: any, data?: ListModelsCommandOutput) => void
1217
+ ): void;
1201
1218
  listQuickResponses(
1202
1219
  args: ListQuickResponsesCommandInput,
1203
1220
  options?: __HttpHandlerOptions
@@ -1693,6 +1710,13 @@ export interface QConnect {
1693
1710
  Exclude<keyof PaginationConfiguration, "client">
1694
1711
  >
1695
1712
  ): Paginator<ListMessageTemplateVersionsCommandOutput>;
1713
+ paginateListModels(
1714
+ args: ListModelsCommandInput,
1715
+ paginationConfig?: Pick<
1716
+ PaginationConfiguration,
1717
+ Exclude<keyof PaginationConfiguration, "client">
1718
+ >
1719
+ ): Paginator<ListModelsCommandOutput>;
1696
1720
  paginateListQuickResponses(
1697
1721
  args: ListQuickResponsesCommandInput,
1698
1722
  paginationConfig?: Pick<
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -296,6 +290,10 @@ import {
296
290
  ListMessageTemplateVersionsCommandInput,
297
291
  ListMessageTemplateVersionsCommandOutput,
298
292
  } from "./commands/ListMessageTemplateVersionsCommand";
293
+ import {
294
+ ListModelsCommandInput,
295
+ ListModelsCommandOutput,
296
+ } from "./commands/ListModelsCommand";
299
297
  import {
300
298
  ListQuickResponsesCommandInput,
301
299
  ListQuickResponsesCommandOutput,
@@ -487,6 +485,7 @@ export type ServiceInputTypes =
487
485
  | ListMessageTemplateVersionsCommandInput
488
486
  | ListMessageTemplatesCommandInput
489
487
  | ListMessagesCommandInput
488
+ | ListModelsCommandInput
490
489
  | ListQuickResponsesCommandInput
491
490
  | ListSpansCommandInput
492
491
  | ListTagsForResourceCommandInput
@@ -581,6 +580,7 @@ export type ServiceOutputTypes =
581
580
  | ListMessageTemplateVersionsCommandOutput
582
581
  | ListMessageTemplatesCommandOutput
583
582
  | ListMessagesCommandOutput
583
+ | ListModelsCommandOutput
584
584
  | ListQuickResponsesCommandOutput
585
585
  | ListSpansCommandOutput
586
586
  | ListTagsForResourceCommandOutput
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ActivateMessageTemplateRequest,
@@ -19,7 +19,7 @@ export interface ActivateMessageTemplateCommandOutput
19
19
  declare const ActivateMessageTemplateCommand_base: {
20
20
  new (
21
21
  input: ActivateMessageTemplateCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ActivateMessageTemplateCommandInput,
24
24
  ActivateMessageTemplateCommandOutput,
25
25
  QConnectClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ActivateMessageTemplateCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ActivateMessageTemplateCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ActivateMessageTemplateCommandInput,
33
33
  ActivateMessageTemplateCommandOutput,
34
34
  QConnectClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ActivateMessageTemplateCommand extends ActivateMessageTemplateCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAIAgentRequest,
@@ -18,7 +18,7 @@ export interface CreateAIAgentCommandOutput
18
18
  declare const CreateAIAgentCommand_base: {
19
19
  new (
20
20
  input: CreateAIAgentCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateAIAgentCommandInput,
23
23
  CreateAIAgentCommandOutput,
24
24
  QConnectClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateAIAgentCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateAIAgentCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateAIAgentCommandInput,
32
32
  CreateAIAgentCommandOutput,
33
33
  QConnectClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateAIAgentCommand extends CreateAIAgentCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAIAgentVersionRequest,
@@ -19,7 +19,7 @@ export interface CreateAIAgentVersionCommandOutput
19
19
  declare const CreateAIAgentVersionCommand_base: {
20
20
  new (
21
21
  input: CreateAIAgentVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAIAgentVersionCommandInput,
24
24
  CreateAIAgentVersionCommandOutput,
25
25
  QConnectClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAIAgentVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAIAgentVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAIAgentVersionCommandInput,
33
33
  CreateAIAgentVersionCommandOutput,
34
34
  QConnectClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAIAgentVersionCommand extends CreateAIAgentVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAIGuardrailRequest,
@@ -19,7 +19,7 @@ export interface CreateAIGuardrailCommandOutput
19
19
  declare const CreateAIGuardrailCommand_base: {
20
20
  new (
21
21
  input: CreateAIGuardrailCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAIGuardrailCommandInput,
24
24
  CreateAIGuardrailCommandOutput,
25
25
  QConnectClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAIGuardrailCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAIGuardrailCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAIGuardrailCommandInput,
33
33
  CreateAIGuardrailCommandOutput,
34
34
  QConnectClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAIGuardrailCommand extends CreateAIGuardrailCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAIGuardrailVersionRequest,
@@ -19,7 +19,7 @@ export interface CreateAIGuardrailVersionCommandOutput
19
19
  declare const CreateAIGuardrailVersionCommand_base: {
20
20
  new (
21
21
  input: CreateAIGuardrailVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAIGuardrailVersionCommandInput,
24
24
  CreateAIGuardrailVersionCommandOutput,
25
25
  QConnectClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAIGuardrailVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAIGuardrailVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAIGuardrailVersionCommandInput,
33
33
  CreateAIGuardrailVersionCommandOutput,
34
34
  QConnectClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAIGuardrailVersionCommand extends CreateAIGuardrailVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAIPromptRequest,
@@ -18,7 +18,7 @@ export interface CreateAIPromptCommandOutput
18
18
  declare const CreateAIPromptCommand_base: {
19
19
  new (
20
20
  input: CreateAIPromptCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateAIPromptCommandInput,
23
23
  CreateAIPromptCommandOutput,
24
24
  QConnectClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateAIPromptCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateAIPromptCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateAIPromptCommandInput,
32
32
  CreateAIPromptCommandOutput,
33
33
  QConnectClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateAIPromptCommand extends CreateAIPromptCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CreateAIPromptVersionRequest,
@@ -19,7 +19,7 @@ export interface CreateAIPromptVersionCommandOutput
19
19
  declare const CreateAIPromptVersionCommand_base: {
20
20
  new (
21
21
  input: CreateAIPromptVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAIPromptVersionCommandInput,
24
24
  CreateAIPromptVersionCommandOutput,
25
25
  QConnectClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAIPromptVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAIPromptVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAIPromptVersionCommandInput,
33
33
  CreateAIPromptVersionCommandOutput,
34
34
  QConnectClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAIPromptVersionCommand extends CreateAIPromptVersionCommand_base {
41
43
  protected static __types: {