@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,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SearchMessageTemplatesRequest, SearchMessageTemplatesResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface SearchMessageTemplatesCommandInput extends SearchMessageTemplat
|
|
|
22
22
|
export interface SearchMessageTemplatesCommandOutput extends SearchMessageTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchMessageTemplatesCommand_base: {
|
|
25
|
-
new (input: SearchMessageTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchMessageTemplatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchMessageTemplatesCommandInput): import("@smithy/core/client").CommandImpl<SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchMessageTemplatesCommandInput): import("@smithy/core/client").CommandImpl<SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for Amazon Q in Connect message templates in the specified knowledge base.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SearchQuickResponsesRequest, SearchQuickResponsesResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface SearchQuickResponsesCommandInput extends SearchQuickResponsesRe
|
|
|
22
22
|
export interface SearchQuickResponsesCommandOutput extends SearchQuickResponsesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchQuickResponsesCommand_base: {
|
|
25
|
-
new (input: SearchQuickResponsesCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchQuickResponsesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches existing Amazon Q in Connect quick responses in an Amazon Q in Connect knowledge base.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface SearchSessionsCommandInput extends SearchSessionsRequest {
|
|
|
22
22
|
export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SearchSessionsCommand_base: {
|
|
25
|
-
new (input: SearchSessionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: SearchSessionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SearchSessionsCommandInput): import("@smithy/core/client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SearchSessionsCommandInput): import("@smithy/core/client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Searches for sessions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { SendMessageRequest, SendMessageResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface SendMessageCommandInput extends SendMessageRequest {
|
|
|
22
22
|
export interface SendMessageCommandOutput extends SendMessageResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SendMessageCommand_base: {
|
|
25
|
-
new (input: SendMessageCommandInput): import("@smithy/
|
|
26
|
-
new (input: SendMessageCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Submits a message to the Amazon Q in Connect session.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StartContentUploadRequest, StartContentUploadResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface StartContentUploadCommandInput extends StartContentUploadReques
|
|
|
22
22
|
export interface StartContentUploadCommandOutput extends StartContentUploadResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartContentUploadCommand_base: {
|
|
25
|
-
new (input: StartContentUploadCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartContentUploadCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_CreateContent.html">CreateContent</a> to finalize the content creation process or <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_UpdateContent.html">UpdateContent</a> to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { StartImportJobRequest, StartImportJobResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface StartImportJobCommandInput extends StartImportJobRequest {
|
|
|
22
22
|
export interface StartImportJobCommandOutput extends StartImportJobResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartImportJobCommand_base: {
|
|
25
|
-
new (input: StartImportJobCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartImportJobCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Start an asynchronous job to import Amazon Q in Connect resources from an uploaded source file. Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to upload an asset that contains the resource data.</p> <ul> <li> <p>For importing Amazon Q in Connect quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see <a href="https://docs.aws.amazon.com/console/connect/quick-responses/add-data">Import quick responses</a>.</p> </li> </ul>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
22
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
22
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateAIAgentRequest, UpdateAIAgentResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAIAgentCommandInput extends UpdateAIAgentRequest {
|
|
|
22
22
|
export interface UpdateAIAgentCommandOutput extends UpdateAIAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAIAgentCommand_base: {
|
|
25
|
-
new (input: UpdateAIAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAIAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an AI Agent.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateAIGuardrailRequest, UpdateAIGuardrailResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAIGuardrailCommandInput extends UpdateAIGuardrailRequest
|
|
|
22
22
|
export interface UpdateAIGuardrailCommandOutput extends UpdateAIGuardrailResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAIGuardrailCommand_base: {
|
|
25
|
-
new (input: UpdateAIGuardrailCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAIGuardrailCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAIGuardrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAIGuardrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an AI Guardrail.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateAIPromptRequest, UpdateAIPromptResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAIPromptCommandInput extends UpdateAIPromptRequest {
|
|
|
22
22
|
export interface UpdateAIPromptCommandOutput extends UpdateAIPromptResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAIPromptCommand_base: {
|
|
25
|
-
new (input: UpdateAIPromptCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAIPromptCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAIPromptCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAIPromptCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an AI Prompt.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateAssistantAIAgentRequest, UpdateAssistantAIAgentResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateAssistantAIAgentCommandInput extends UpdateAssistantAIAge
|
|
|
22
22
|
export interface UpdateAssistantAIAgentCommandOutput extends UpdateAssistantAIAgentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateAssistantAIAgentCommand_base: {
|
|
25
|
-
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateContentRequest, UpdateContentResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateContentCommandInput extends UpdateContentRequest {
|
|
|
22
22
|
export interface UpdateContentCommandOutput extends UpdateContentResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateContentCommand_base: {
|
|
25
|
-
new (input: UpdateContentCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateContentCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates information about the content.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateKnowledgeBaseTemplateUriRequest, UpdateKnowledgeBaseTemplateUriResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateKnowledgeBaseTemplateUriCommandInput extends UpdateKnowle
|
|
|
22
22
|
export interface UpdateKnowledgeBaseTemplateUriCommandOutput extends UpdateKnowledgeBaseTemplateUriResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
25
|
-
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in <code>$\{variable\}</code> format; this interpolated by Amazon Q in Connect using ingested content. For example, if you ingest a Salesforce article, it has an <code>Id</code> value, and you can set the template URI to <code>https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*$\{Id\}*\/view</code>. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateMessageTemplateRequest, UpdateMessageTemplateResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMessageTemplateCommandInput extends UpdateMessageTemplate
|
|
|
22
22
|
export interface UpdateMessageTemplateCommandOutput extends UpdateMessageTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMessageTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateMessageTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMessageTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the Amazon Q in Connect message template. Partial update is supported. If any field is not supplied, it will remain unchanged for the message template that is referenced by the <code>$LATEST</code> qualifier. Any modification will only apply to the message template that is referenced by the <code>$LATEST</code> qualifier. The fields for all available versions will remain unchanged.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateMessageTemplateMetadataRequest, UpdateMessageTemplateMetadataResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateMessageTemplateMetadataCommandInput extends UpdateMessage
|
|
|
22
22
|
export interface UpdateMessageTemplateMetadataCommandOutput extends UpdateMessageTemplateMetadataResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateMessageTemplateMetadataCommand_base: {
|
|
25
|
-
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the Amazon Q in Connect message template metadata. Note that any modification to the message template’s name, description and grouping configuration will applied to the message template pointed by the <code>$LATEST</code> qualifier and all available versions. Partial update is supported. If any field is not supplied, it will remain unchanged for the message template.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateQuickResponseRequest, UpdateQuickResponseResponse } from "../models/models_1";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateQuickResponseCommandInput extends UpdateQuickResponseRequ
|
|
|
22
22
|
export interface UpdateQuickResponseCommandOutput extends UpdateQuickResponseResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateQuickResponseCommand_base: {
|
|
25
|
-
new (input: UpdateQuickResponseCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateQuickResponseCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an existing Amazon Q in Connect quick response.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSessionRequest, UpdateSessionResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSessionCommandInput extends UpdateSessionRequest {
|
|
|
22
22
|
export interface UpdateSessionCommandOutput extends UpdateSessionResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSessionCommand_base: {
|
|
25
|
-
new (input: UpdateSessionCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSessionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates a session. A session is a contextual container used for generating recommendations. Amazon Connect updates the existing Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { UpdateSessionDataRequest, UpdateSessionDataResponse } from "../models/models_0";
|
|
4
4
|
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
@@ -22,9 +22,11 @@ export interface UpdateSessionDataCommandInput extends UpdateSessionDataRequest
|
|
|
22
22
|
export interface UpdateSessionDataCommandOutput extends UpdateSessionDataResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateSessionDataCommand_base: {
|
|
25
|
-
new (input: UpdateSessionDataCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateSessionDataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateSessionDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateSessionDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the data stored on an Amazon Q in Connect Session.</p>
|
|
@@ -61,6 +61,7 @@ export * from "./ListKnowledgeBasesCommand";
|
|
|
61
61
|
export * from "./ListMessageTemplateVersionsCommand";
|
|
62
62
|
export * from "./ListMessageTemplatesCommand";
|
|
63
63
|
export * from "./ListMessagesCommand";
|
|
64
|
+
export * from "./ListModelsCommand";
|
|
64
65
|
export * from "./ListQuickResponsesCommand";
|
|
65
66
|
export * from "./ListSpansCommand";
|
|
66
67
|
export * from "./ListTagsForResourceCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -416,6 +416,31 @@ export declare const RecommendationTriggerType: {
|
|
|
416
416
|
* @public
|
|
417
417
|
*/
|
|
418
418
|
export type RecommendationTriggerType = (typeof RecommendationTriggerType)[keyof typeof RecommendationTriggerType];
|
|
419
|
+
/**
|
|
420
|
+
* @public
|
|
421
|
+
* @enum
|
|
422
|
+
*/
|
|
423
|
+
export declare const ModelLifecycle: {
|
|
424
|
+
readonly ACTIVE: "ACTIVE";
|
|
425
|
+
readonly LEGACY: "LEGACY";
|
|
426
|
+
};
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
export type ModelLifecycle = (typeof ModelLifecycle)[keyof typeof ModelLifecycle];
|
|
431
|
+
/**
|
|
432
|
+
* @public
|
|
433
|
+
* @enum
|
|
434
|
+
*/
|
|
435
|
+
export declare const CrossRegionStatus: {
|
|
436
|
+
readonly GLOBAL: "GLOBAL";
|
|
437
|
+
readonly NONE: "NONE";
|
|
438
|
+
readonly REGIONAL: "REGIONAL";
|
|
439
|
+
};
|
|
440
|
+
/**
|
|
441
|
+
* @public
|
|
442
|
+
*/
|
|
443
|
+
export type CrossRegionStatus = (typeof CrossRegionStatus)[keyof typeof CrossRegionStatus];
|
|
419
444
|
/**
|
|
420
445
|
* @public
|
|
421
446
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { QConnectServiceException as __BaseException } from "./QConnectServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>You do not have sufficient access to perform this action.</p>
|