@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.
- package/README.md +7 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +231 -203
- package/dist-cjs/models/QConnectServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +45 -8
- package/dist-es/QConnect.js +5 -1
- package/dist-es/QConnectClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/ActivateMessageTemplateCommand.js +2 -2
- package/dist-es/commands/CreateAIAgentCommand.js +2 -2
- package/dist-es/commands/CreateAIAgentVersionCommand.js +2 -2
- package/dist-es/commands/CreateAIGuardrailCommand.js +2 -2
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +2 -2
- package/dist-es/commands/CreateAIPromptCommand.js +2 -2
- package/dist-es/commands/CreateAIPromptVersionCommand.js +2 -2
- package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -2
- package/dist-es/commands/CreateAssistantCommand.js +2 -2
- package/dist-es/commands/CreateContentAssociationCommand.js +2 -2
- package/dist-es/commands/CreateContentCommand.js +2 -2
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -2
- package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +2 -2
- package/dist-es/commands/CreateMessageTemplateCommand.js +2 -2
- package/dist-es/commands/CreateMessageTemplateVersionCommand.js +2 -2
- package/dist-es/commands/CreateQuickResponseCommand.js +2 -2
- package/dist-es/commands/CreateSessionCommand.js +2 -2
- package/dist-es/commands/DeactivateMessageTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteAIAgentCommand.js +2 -2
- package/dist-es/commands/DeleteAIAgentVersionCommand.js +2 -2
- package/dist-es/commands/DeleteAIGuardrailCommand.js +2 -2
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +2 -2
- package/dist-es/commands/DeleteAIPromptCommand.js +2 -2
- package/dist-es/commands/DeleteAIPromptVersionCommand.js +2 -2
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteAssistantCommand.js +2 -2
- package/dist-es/commands/DeleteContentAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteContentCommand.js +2 -2
- package/dist-es/commands/DeleteImportJobCommand.js +2 -2
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -2
- package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +2 -2
- package/dist-es/commands/DeleteMessageTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteQuickResponseCommand.js +2 -2
- package/dist-es/commands/GetAIAgentCommand.js +2 -2
- package/dist-es/commands/GetAIGuardrailCommand.js +2 -2
- package/dist-es/commands/GetAIPromptCommand.js +2 -2
- package/dist-es/commands/GetAssistantAssociationCommand.js +2 -2
- package/dist-es/commands/GetAssistantCommand.js +2 -2
- package/dist-es/commands/GetContentAssociationCommand.js +2 -2
- package/dist-es/commands/GetContentCommand.js +2 -2
- package/dist-es/commands/GetContentSummaryCommand.js +2 -2
- package/dist-es/commands/GetImportJobCommand.js +2 -2
- package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -2
- package/dist-es/commands/GetMessageTemplateCommand.js +2 -2
- package/dist-es/commands/GetNextMessageCommand.js +2 -2
- package/dist-es/commands/GetQuickResponseCommand.js +2 -2
- package/dist-es/commands/GetRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/ListAIAgentVersionsCommand.js +2 -2
- package/dist-es/commands/ListAIAgentsCommand.js +2 -2
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +2 -2
- package/dist-es/commands/ListAIGuardrailsCommand.js +2 -2
- package/dist-es/commands/ListAIPromptVersionsCommand.js +2 -2
- package/dist-es/commands/ListAIPromptsCommand.js +2 -2
- package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -2
- package/dist-es/commands/ListAssistantsCommand.js +2 -2
- package/dist-es/commands/ListContentAssociationsCommand.js +2 -2
- package/dist-es/commands/ListContentsCommand.js +2 -2
- package/dist-es/commands/ListImportJobsCommand.js +2 -2
- package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -2
- package/dist-es/commands/ListMessageTemplateVersionsCommand.js +2 -2
- package/dist-es/commands/ListMessageTemplatesCommand.js +2 -2
- package/dist-es/commands/ListMessagesCommand.js +2 -2
- package/dist-es/commands/ListModelsCommand.js +16 -0
- package/dist-es/commands/ListQuickResponsesCommand.js +2 -2
- package/dist-es/commands/ListSpansCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -2
- package/dist-es/commands/PutFeedbackCommand.js +2 -2
- package/dist-es/commands/QueryAssistantCommand.js +2 -2
- package/dist-es/commands/RemoveAssistantAIAgentCommand.js +2 -2
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-es/commands/RenderMessageTemplateCommand.js +2 -2
- package/dist-es/commands/RetrieveCommand.js +2 -2
- package/dist-es/commands/SearchContentCommand.js +2 -2
- package/dist-es/commands/SearchMessageTemplatesCommand.js +2 -2
- package/dist-es/commands/SearchQuickResponsesCommand.js +2 -2
- package/dist-es/commands/SearchSessionsCommand.js +2 -2
- package/dist-es/commands/SendMessageCommand.js +2 -2
- package/dist-es/commands/StartContentUploadCommand.js +2 -2
- package/dist-es/commands/StartImportJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAIAgentCommand.js +2 -2
- package/dist-es/commands/UpdateAIGuardrailCommand.js +2 -2
- package/dist-es/commands/UpdateAIPromptCommand.js +2 -2
- package/dist-es/commands/UpdateAssistantAIAgentCommand.js +2 -2
- package/dist-es/commands/UpdateContentCommand.js +2 -2
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-es/commands/UpdateMessageTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +2 -2
- package/dist-es/commands/UpdateQuickResponseCommand.js +2 -2
- package/dist-es/commands/UpdateSessionCommand.js +2 -2
- package/dist-es/commands/UpdateSessionDataCommand.js +2 -2
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/QConnectServiceException.js +1 -1
- package/dist-es/models/enums.js +9 -0
- package/dist-es/pagination/ListModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +38 -2
- package/dist-types/QConnect.d.ts +14 -0
- package/dist-types/QConnectClient.d.ts +8 -7
- package/dist-types/commands/ActivateMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateAIAgentCommand.d.ts +6 -4
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAIGuardrailCommand.d.ts +6 -4
- package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAIPromptCommand.d.ts +6 -4
- package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssistantCommand.d.ts +6 -4
- package/dist-types/commands/CreateContentAssociationCommand.d.ts +6 -4
- package/dist-types/commands/CreateContentCommand.d.ts +6 -4
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +6 -4
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +6 -4
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +8 -5
- package/dist-types/commands/CreateSessionCommand.d.ts +6 -4
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +7 -5
- package/dist-types/commands/DeleteAIAgentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAIAgentVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAIPromptCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAIPromptVersionCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssistantCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContentAssociationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteContentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteImportJobCommand.d.ts +6 -4
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +6 -4
- package/dist-types/commands/GetAIAgentCommand.d.ts +6 -4
- package/dist-types/commands/GetAIGuardrailCommand.d.ts +6 -4
- package/dist-types/commands/GetAIPromptCommand.d.ts +6 -4
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetAssistantCommand.d.ts +6 -4
- package/dist-types/commands/GetContentAssociationCommand.d.ts +6 -4
- package/dist-types/commands/GetContentCommand.d.ts +6 -4
- package/dist-types/commands/GetContentSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetImportJobCommand.d.ts +6 -4
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/GetNextMessageCommand.d.ts +6 -4
- package/dist-types/commands/GetQuickResponseCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAIAgentsCommand.d.ts +6 -4
- package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAIGuardrailsCommand.d.ts +6 -4
- package/dist-types/commands/ListAIPromptVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListAIPromptsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssistantsCommand.d.ts +6 -4
- package/dist-types/commands/ListContentAssociationsCommand.d.ts +6 -4
- package/dist-types/commands/ListContentsCommand.d.ts +6 -4
- package/dist-types/commands/ListImportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +6 -4
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListMessagesCommand.d.ts +6 -4
- package/dist-types/commands/ListModelsCommand.d.ts +112 -0
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +6 -4
- package/dist-types/commands/ListSpansCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -4
- package/dist-types/commands/PutFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/QueryAssistantCommand.d.ts +6 -4
- package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +6 -4
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/RetrieveCommand.d.ts +6 -4
- package/dist-types/commands/SearchContentCommand.d.ts +6 -4
- package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +6 -4
- package/dist-types/commands/SearchSessionsCommand.d.ts +6 -4
- package/dist-types/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/commands/StartContentUploadCommand.d.ts +6 -4
- package/dist-types/commands/StartImportJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAIPromptCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateContentCommand.d.ts +6 -4
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +6 -4
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +6 -4
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSessionCommand.d.ts +6 -4
- package/dist-types/commands/UpdateSessionDataCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/QConnectServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +92 -51
- package/dist-types/models/models_1.d.ts +50 -0
- package/dist-types/pagination/ListModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/QConnect.d.ts +24 -0
- package/dist-types/ts3.4/QConnectClient.d.ts +14 -14
- package/dist-types/ts3.4/commands/ActivateMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAIAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAIAgentVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAIGuardrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAIGuardrailVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAIPromptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAIPromptVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContentAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +8 -8
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteAIAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAIAgentVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAIGuardrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAIGuardrailVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAIPromptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAIPromptVersionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContentAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAIAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAIGuardrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAIPromptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContentAssociationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNextMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAIAgentVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAIAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAIGuardrailVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAIGuardrailsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAIPromptVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAIPromptsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContentAssociationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSpansCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveAssistantAIAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchMessageTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAIAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAIGuardrailCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAIPromptCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssistantAIAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateSessionDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/QConnectServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -0
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +23 -13
- package/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- 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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
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/
|
|
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/
|
|
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/
|
|
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():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class CreateAIPromptVersionCommand extends CreateAIPromptVersionCommand_base {
|
|
41
43
|
protected static __types: {
|