@aws-sdk/client-qconnect 3.1076.0 → 3.1078.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/dist-cjs/index.js +105 -945
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ActivateMessageTemplateCommand.js +2 -14
- package/dist-es/commands/CreateAIAgentCommand.js +2 -14
- package/dist-es/commands/CreateAIAgentVersionCommand.js +2 -14
- package/dist-es/commands/CreateAIGuardrailCommand.js +2 -14
- package/dist-es/commands/CreateAIGuardrailVersionCommand.js +2 -14
- package/dist-es/commands/CreateAIPromptCommand.js +2 -14
- package/dist-es/commands/CreateAIPromptVersionCommand.js +2 -14
- package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -14
- package/dist-es/commands/CreateAssistantCommand.js +2 -14
- package/dist-es/commands/CreateContentAssociationCommand.js +2 -14
- package/dist-es/commands/CreateContentCommand.js +2 -14
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -14
- package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +2 -14
- package/dist-es/commands/CreateMessageTemplateCommand.js +2 -14
- package/dist-es/commands/CreateMessageTemplateVersionCommand.js +2 -14
- package/dist-es/commands/CreateQuickResponseCommand.js +2 -14
- package/dist-es/commands/CreateSessionCommand.js +2 -14
- package/dist-es/commands/DeactivateMessageTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteAIAgentCommand.js +2 -14
- package/dist-es/commands/DeleteAIAgentVersionCommand.js +2 -14
- package/dist-es/commands/DeleteAIGuardrailCommand.js +2 -14
- package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +2 -14
- package/dist-es/commands/DeleteAIPromptCommand.js +2 -14
- package/dist-es/commands/DeleteAIPromptVersionCommand.js +2 -14
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteAssistantCommand.js +2 -14
- package/dist-es/commands/DeleteContentAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteContentCommand.js +2 -14
- package/dist-es/commands/DeleteImportJobCommand.js +2 -14
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -14
- package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +2 -14
- package/dist-es/commands/DeleteMessageTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteQuickResponseCommand.js +2 -14
- package/dist-es/commands/GetAIAgentCommand.js +2 -14
- package/dist-es/commands/GetAIGuardrailCommand.js +2 -14
- package/dist-es/commands/GetAIPromptCommand.js +2 -14
- package/dist-es/commands/GetAssistantAssociationCommand.js +2 -14
- package/dist-es/commands/GetAssistantCommand.js +2 -14
- package/dist-es/commands/GetContentAssociationCommand.js +2 -14
- package/dist-es/commands/GetContentCommand.js +2 -14
- package/dist-es/commands/GetContentSummaryCommand.js +2 -14
- package/dist-es/commands/GetImportJobCommand.js +2 -14
- package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -14
- package/dist-es/commands/GetMessageTemplateCommand.js +2 -14
- package/dist-es/commands/GetNextMessageCommand.js +2 -14
- package/dist-es/commands/GetQuickResponseCommand.js +2 -14
- package/dist-es/commands/GetRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetSessionCommand.js +2 -14
- package/dist-es/commands/ListAIAgentVersionsCommand.js +2 -14
- package/dist-es/commands/ListAIAgentsCommand.js +2 -14
- package/dist-es/commands/ListAIGuardrailVersionsCommand.js +2 -14
- package/dist-es/commands/ListAIGuardrailsCommand.js +2 -14
- package/dist-es/commands/ListAIPromptVersionsCommand.js +2 -14
- package/dist-es/commands/ListAIPromptsCommand.js +2 -14
- package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -14
- package/dist-es/commands/ListAssistantsCommand.js +2 -14
- package/dist-es/commands/ListContentAssociationsCommand.js +2 -14
- package/dist-es/commands/ListContentsCommand.js +2 -14
- package/dist-es/commands/ListImportJobsCommand.js +2 -14
- package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -14
- package/dist-es/commands/ListMessageTemplateVersionsCommand.js +2 -14
- package/dist-es/commands/ListMessageTemplatesCommand.js +2 -14
- package/dist-es/commands/ListMessagesCommand.js +2 -14
- package/dist-es/commands/ListModelsCommand.js +2 -14
- package/dist-es/commands/ListQuickResponsesCommand.js +2 -14
- package/dist-es/commands/ListSpansCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -14
- package/dist-es/commands/PutFeedbackCommand.js +2 -14
- package/dist-es/commands/QueryAssistantCommand.js +2 -14
- package/dist-es/commands/RemoveAssistantAIAgentCommand.js +2 -14
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -14
- package/dist-es/commands/RenderMessageTemplateCommand.js +2 -14
- package/dist-es/commands/RetrieveCommand.js +2 -14
- package/dist-es/commands/SearchContentCommand.js +2 -14
- package/dist-es/commands/SearchMessageTemplatesCommand.js +2 -14
- package/dist-es/commands/SearchQuickResponsesCommand.js +2 -14
- package/dist-es/commands/SearchSessionsCommand.js +2 -14
- package/dist-es/commands/SendMessageCommand.js +2 -14
- package/dist-es/commands/StartContentUploadCommand.js +2 -14
- package/dist-es/commands/StartImportJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAIAgentCommand.js +2 -14
- package/dist-es/commands/UpdateAIGuardrailCommand.js +2 -14
- package/dist-es/commands/UpdateAIPromptCommand.js +2 -14
- package/dist-es/commands/UpdateAssistantAIAgentCommand.js +2 -14
- package/dist-es/commands/UpdateContentCommand.js +2 -14
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -14
- package/dist-es/commands/UpdateMessageTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +2 -14
- package/dist-es/commands/UpdateQuickResponseCommand.js +2 -14
- package/dist-es/commands/UpdateSessionCommand.js +2 -14
- package/dist-es/commands/UpdateSessionDataCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ActivateMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateAIAgentCommand.d.ts +3 -8
- package/dist-types/commands/CreateAIAgentVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAIGuardrailCommand.d.ts +3 -8
- package/dist-types/commands/CreateAIGuardrailVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAIPromptCommand.d.ts +3 -8
- package/dist-types/commands/CreateAIPromptVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateAssistantCommand.d.ts +3 -8
- package/dist-types/commands/CreateContentAssociationCommand.d.ts +3 -8
- package/dist-types/commands/CreateContentCommand.d.ts +3 -8
- package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateMessageTemplateAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/CreateMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateMessageTemplateVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
- package/dist-types/commands/DeactivateMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAIAgentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAIAgentVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAIGuardrailCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAIGuardrailVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAIPromptCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAIPromptVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAssistantCommand.d.ts +3 -8
- package/dist-types/commands/DeleteContentAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteContentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteImportJobCommand.d.ts +3 -8
- package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessageTemplateAttachmentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/GetAIAgentCommand.d.ts +3 -8
- package/dist-types/commands/GetAIGuardrailCommand.d.ts +3 -8
- package/dist-types/commands/GetAIPromptCommand.d.ts +3 -8
- package/dist-types/commands/GetAssistantAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetAssistantCommand.d.ts +3 -8
- package/dist-types/commands/GetContentAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetContentCommand.d.ts +3 -8
- package/dist-types/commands/GetContentSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetImportJobCommand.d.ts +3 -8
- package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +3 -8
- package/dist-types/commands/GetMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetNextMessageCommand.d.ts +3 -8
- package/dist-types/commands/GetQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetSessionCommand.d.ts +3 -8
- package/dist-types/commands/ListAIAgentVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListAIAgentsCommand.d.ts +3 -8
- package/dist-types/commands/ListAIGuardrailVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListAIGuardrailsCommand.d.ts +3 -8
- package/dist-types/commands/ListAIPromptVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListAIPromptsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListAssistantsCommand.d.ts +3 -8
- package/dist-types/commands/ListContentAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListContentsCommand.d.ts +3 -8
- package/dist-types/commands/ListImportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +3 -8
- package/dist-types/commands/ListMessageTemplateVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListMessageTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListQuickResponsesCommand.d.ts +3 -8
- package/dist-types/commands/ListSpansCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +3 -8
- package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/QueryAssistantCommand.d.ts +3 -8
- package/dist-types/commands/RemoveAssistantAIAgentCommand.d.ts +3 -8
- package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +3 -8
- package/dist-types/commands/RenderMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/RetrieveCommand.d.ts +3 -8
- package/dist-types/commands/SearchContentCommand.d.ts +3 -8
- package/dist-types/commands/SearchMessageTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/SearchQuickResponsesCommand.d.ts +3 -8
- package/dist-types/commands/SearchSessionsCommand.d.ts +3 -8
- package/dist-types/commands/SendMessageCommand.d.ts +3 -8
- package/dist-types/commands/StartContentUploadCommand.d.ts +3 -8
- package/dist-types/commands/StartImportJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAIAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAIGuardrailCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAIPromptCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAssistantAIAgentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateContentCommand.d.ts +3 -8
- package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMessageTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMessageTemplateMetadataCommand.d.ts +3 -8
- package/dist-types/commands/UpdateQuickResponseCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSessionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSessionDataCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ActivateMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAIAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAIAgentVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAIGuardrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAIGuardrailVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAIPromptCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAIPromptVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateContentAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMessageTemplateAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMessageTemplateVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeactivateMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAIAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAIAgentVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAIGuardrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAIGuardrailVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAIPromptCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAIPromptVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteContentAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessageTemplateAttachmentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAIAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAIGuardrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAIPromptCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContentAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNextMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAIAgentVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAIAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAIGuardrailVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAIGuardrailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAIPromptVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAIPromptsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContentAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMessageTemplateVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMessageTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSpansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveAssistantAIAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RenderMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchMessageTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAIAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAIGuardrailCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAIPromptCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAssistantAIAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMessageTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMessageTemplateMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSessionDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultQConnectHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -4091,6 +4093,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
4091
4093
|
serviceTarget: "WisdomService",
|
|
4092
4094
|
},
|
|
4093
4095
|
serviceId: config?.serviceId ?? "QConnect",
|
|
4096
|
+
sha256: config?.sha256 ?? Sha256,
|
|
4094
4097
|
urlParser: config?.urlParser ?? parseUrl,
|
|
4095
4098
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
4096
4099
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -4124,7 +4127,6 @@ const getRuntimeConfig = (config) => {
|
|
|
4124
4127
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
4125
4128
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
4126
4129
|
}, config),
|
|
4127
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
4128
4130
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
4129
4131
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
4130
4132
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -4212,1132 +4214,290 @@ class QConnectClient extends Client {
|
|
|
4212
4214
|
}
|
|
4213
4215
|
}
|
|
4214
4216
|
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
})
|
|
4221
|
-
.s("WisdomService", "ActivateMessageTemplate", {})
|
|
4222
|
-
.n("QConnectClient", "ActivateMessageTemplateCommand")
|
|
4223
|
-
.sc(ActivateMessageTemplate$)
|
|
4224
|
-
.build() {
|
|
4217
|
+
const command = makeBuilder(commonParams, "WisdomService", "QConnectClient", getEndpointPlugin);
|
|
4218
|
+
const _ep0 = {};
|
|
4219
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
4220
|
+
|
|
4221
|
+
class ActivateMessageTemplateCommand extends command(_ep0, _mw0, "ActivateMessageTemplate", ActivateMessageTemplate$) {
|
|
4225
4222
|
}
|
|
4226
4223
|
|
|
4227
|
-
class CreateAIAgentCommand extends
|
|
4228
|
-
.classBuilder()
|
|
4229
|
-
.ep(commonParams)
|
|
4230
|
-
.m(function (Command, cs, config, o) {
|
|
4231
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4232
|
-
})
|
|
4233
|
-
.s("WisdomService", "CreateAIAgent", {})
|
|
4234
|
-
.n("QConnectClient", "CreateAIAgentCommand")
|
|
4235
|
-
.sc(CreateAIAgent$)
|
|
4236
|
-
.build() {
|
|
4224
|
+
class CreateAIAgentCommand extends command(_ep0, _mw0, "CreateAIAgent", CreateAIAgent$) {
|
|
4237
4225
|
}
|
|
4238
4226
|
|
|
4239
|
-
class CreateAIAgentVersionCommand extends
|
|
4240
|
-
.classBuilder()
|
|
4241
|
-
.ep(commonParams)
|
|
4242
|
-
.m(function (Command, cs, config, o) {
|
|
4243
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4244
|
-
})
|
|
4245
|
-
.s("WisdomService", "CreateAIAgentVersion", {})
|
|
4246
|
-
.n("QConnectClient", "CreateAIAgentVersionCommand")
|
|
4247
|
-
.sc(CreateAIAgentVersion$)
|
|
4248
|
-
.build() {
|
|
4227
|
+
class CreateAIAgentVersionCommand extends command(_ep0, _mw0, "CreateAIAgentVersion", CreateAIAgentVersion$) {
|
|
4249
4228
|
}
|
|
4250
4229
|
|
|
4251
|
-
class CreateAIGuardrailCommand extends
|
|
4252
|
-
.classBuilder()
|
|
4253
|
-
.ep(commonParams)
|
|
4254
|
-
.m(function (Command, cs, config, o) {
|
|
4255
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4256
|
-
})
|
|
4257
|
-
.s("WisdomService", "CreateAIGuardrail", {})
|
|
4258
|
-
.n("QConnectClient", "CreateAIGuardrailCommand")
|
|
4259
|
-
.sc(CreateAIGuardrail$)
|
|
4260
|
-
.build() {
|
|
4230
|
+
class CreateAIGuardrailCommand extends command(_ep0, _mw0, "CreateAIGuardrail", CreateAIGuardrail$) {
|
|
4261
4231
|
}
|
|
4262
4232
|
|
|
4263
|
-
class CreateAIGuardrailVersionCommand extends
|
|
4264
|
-
.classBuilder()
|
|
4265
|
-
.ep(commonParams)
|
|
4266
|
-
.m(function (Command, cs, config, o) {
|
|
4267
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4268
|
-
})
|
|
4269
|
-
.s("WisdomService", "CreateAIGuardrailVersion", {})
|
|
4270
|
-
.n("QConnectClient", "CreateAIGuardrailVersionCommand")
|
|
4271
|
-
.sc(CreateAIGuardrailVersion$)
|
|
4272
|
-
.build() {
|
|
4233
|
+
class CreateAIGuardrailVersionCommand extends command(_ep0, _mw0, "CreateAIGuardrailVersion", CreateAIGuardrailVersion$) {
|
|
4273
4234
|
}
|
|
4274
4235
|
|
|
4275
|
-
class CreateAIPromptCommand extends
|
|
4276
|
-
.classBuilder()
|
|
4277
|
-
.ep(commonParams)
|
|
4278
|
-
.m(function (Command, cs, config, o) {
|
|
4279
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4280
|
-
})
|
|
4281
|
-
.s("WisdomService", "CreateAIPrompt", {})
|
|
4282
|
-
.n("QConnectClient", "CreateAIPromptCommand")
|
|
4283
|
-
.sc(CreateAIPrompt$)
|
|
4284
|
-
.build() {
|
|
4236
|
+
class CreateAIPromptCommand extends command(_ep0, _mw0, "CreateAIPrompt", CreateAIPrompt$) {
|
|
4285
4237
|
}
|
|
4286
4238
|
|
|
4287
|
-
class CreateAIPromptVersionCommand extends
|
|
4288
|
-
.classBuilder()
|
|
4289
|
-
.ep(commonParams)
|
|
4290
|
-
.m(function (Command, cs, config, o) {
|
|
4291
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4292
|
-
})
|
|
4293
|
-
.s("WisdomService", "CreateAIPromptVersion", {})
|
|
4294
|
-
.n("QConnectClient", "CreateAIPromptVersionCommand")
|
|
4295
|
-
.sc(CreateAIPromptVersion$)
|
|
4296
|
-
.build() {
|
|
4239
|
+
class CreateAIPromptVersionCommand extends command(_ep0, _mw0, "CreateAIPromptVersion", CreateAIPromptVersion$) {
|
|
4297
4240
|
}
|
|
4298
4241
|
|
|
4299
|
-
class CreateAssistantAssociationCommand extends
|
|
4300
|
-
.classBuilder()
|
|
4301
|
-
.ep(commonParams)
|
|
4302
|
-
.m(function (Command, cs, config, o) {
|
|
4303
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4304
|
-
})
|
|
4305
|
-
.s("WisdomService", "CreateAssistantAssociation", {})
|
|
4306
|
-
.n("QConnectClient", "CreateAssistantAssociationCommand")
|
|
4307
|
-
.sc(CreateAssistantAssociation$)
|
|
4308
|
-
.build() {
|
|
4242
|
+
class CreateAssistantAssociationCommand extends command(_ep0, _mw0, "CreateAssistantAssociation", CreateAssistantAssociation$) {
|
|
4309
4243
|
}
|
|
4310
4244
|
|
|
4311
|
-
class CreateAssistantCommand extends
|
|
4312
|
-
.classBuilder()
|
|
4313
|
-
.ep(commonParams)
|
|
4314
|
-
.m(function (Command, cs, config, o) {
|
|
4315
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4316
|
-
})
|
|
4317
|
-
.s("WisdomService", "CreateAssistant", {})
|
|
4318
|
-
.n("QConnectClient", "CreateAssistantCommand")
|
|
4319
|
-
.sc(CreateAssistant$)
|
|
4320
|
-
.build() {
|
|
4245
|
+
class CreateAssistantCommand extends command(_ep0, _mw0, "CreateAssistant", CreateAssistant$) {
|
|
4321
4246
|
}
|
|
4322
4247
|
|
|
4323
|
-
class CreateContentAssociationCommand extends
|
|
4324
|
-
.classBuilder()
|
|
4325
|
-
.ep(commonParams)
|
|
4326
|
-
.m(function (Command, cs, config, o) {
|
|
4327
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4328
|
-
})
|
|
4329
|
-
.s("WisdomService", "CreateContentAssociation", {})
|
|
4330
|
-
.n("QConnectClient", "CreateContentAssociationCommand")
|
|
4331
|
-
.sc(CreateContentAssociation$)
|
|
4332
|
-
.build() {
|
|
4248
|
+
class CreateContentAssociationCommand extends command(_ep0, _mw0, "CreateContentAssociation", CreateContentAssociation$) {
|
|
4333
4249
|
}
|
|
4334
4250
|
|
|
4335
|
-
class CreateContentCommand extends
|
|
4336
|
-
.classBuilder()
|
|
4337
|
-
.ep(commonParams)
|
|
4338
|
-
.m(function (Command, cs, config, o) {
|
|
4339
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4340
|
-
})
|
|
4341
|
-
.s("WisdomService", "CreateContent", {})
|
|
4342
|
-
.n("QConnectClient", "CreateContentCommand")
|
|
4343
|
-
.sc(CreateContent$)
|
|
4344
|
-
.build() {
|
|
4251
|
+
class CreateContentCommand extends command(_ep0, _mw0, "CreateContent", CreateContent$) {
|
|
4345
4252
|
}
|
|
4346
4253
|
|
|
4347
|
-
class CreateKnowledgeBaseCommand extends
|
|
4348
|
-
.classBuilder()
|
|
4349
|
-
.ep(commonParams)
|
|
4350
|
-
.m(function (Command, cs, config, o) {
|
|
4351
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4352
|
-
})
|
|
4353
|
-
.s("WisdomService", "CreateKnowledgeBase", {})
|
|
4354
|
-
.n("QConnectClient", "CreateKnowledgeBaseCommand")
|
|
4355
|
-
.sc(CreateKnowledgeBase$)
|
|
4356
|
-
.build() {
|
|
4254
|
+
class CreateKnowledgeBaseCommand extends command(_ep0, _mw0, "CreateKnowledgeBase", CreateKnowledgeBase$) {
|
|
4357
4255
|
}
|
|
4358
4256
|
|
|
4359
|
-
class CreateMessageTemplateAttachmentCommand extends
|
|
4360
|
-
.classBuilder()
|
|
4361
|
-
.ep(commonParams)
|
|
4362
|
-
.m(function (Command, cs, config, o) {
|
|
4363
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4364
|
-
})
|
|
4365
|
-
.s("WisdomService", "CreateMessageTemplateAttachment", {})
|
|
4366
|
-
.n("QConnectClient", "CreateMessageTemplateAttachmentCommand")
|
|
4367
|
-
.sc(CreateMessageTemplateAttachment$)
|
|
4368
|
-
.build() {
|
|
4257
|
+
class CreateMessageTemplateAttachmentCommand extends command(_ep0, _mw0, "CreateMessageTemplateAttachment", CreateMessageTemplateAttachment$) {
|
|
4369
4258
|
}
|
|
4370
4259
|
|
|
4371
|
-
class CreateMessageTemplateCommand extends
|
|
4372
|
-
.classBuilder()
|
|
4373
|
-
.ep(commonParams)
|
|
4374
|
-
.m(function (Command, cs, config, o) {
|
|
4375
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4376
|
-
})
|
|
4377
|
-
.s("WisdomService", "CreateMessageTemplate", {})
|
|
4378
|
-
.n("QConnectClient", "CreateMessageTemplateCommand")
|
|
4379
|
-
.sc(CreateMessageTemplate$)
|
|
4380
|
-
.build() {
|
|
4260
|
+
class CreateMessageTemplateCommand extends command(_ep0, _mw0, "CreateMessageTemplate", CreateMessageTemplate$) {
|
|
4381
4261
|
}
|
|
4382
4262
|
|
|
4383
|
-
class CreateMessageTemplateVersionCommand extends
|
|
4384
|
-
.classBuilder()
|
|
4385
|
-
.ep(commonParams)
|
|
4386
|
-
.m(function (Command, cs, config, o) {
|
|
4387
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4388
|
-
})
|
|
4389
|
-
.s("WisdomService", "CreateMessageTemplateVersion", {})
|
|
4390
|
-
.n("QConnectClient", "CreateMessageTemplateVersionCommand")
|
|
4391
|
-
.sc(CreateMessageTemplateVersion$)
|
|
4392
|
-
.build() {
|
|
4263
|
+
class CreateMessageTemplateVersionCommand extends command(_ep0, _mw0, "CreateMessageTemplateVersion", CreateMessageTemplateVersion$) {
|
|
4393
4264
|
}
|
|
4394
4265
|
|
|
4395
|
-
class CreateQuickResponseCommand extends
|
|
4396
|
-
.classBuilder()
|
|
4397
|
-
.ep(commonParams)
|
|
4398
|
-
.m(function (Command, cs, config, o) {
|
|
4399
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4400
|
-
})
|
|
4401
|
-
.s("WisdomService", "CreateQuickResponse", {})
|
|
4402
|
-
.n("QConnectClient", "CreateQuickResponseCommand")
|
|
4403
|
-
.sc(CreateQuickResponse$)
|
|
4404
|
-
.build() {
|
|
4266
|
+
class CreateQuickResponseCommand extends command(_ep0, _mw0, "CreateQuickResponse", CreateQuickResponse$) {
|
|
4405
4267
|
}
|
|
4406
4268
|
|
|
4407
|
-
class CreateSessionCommand extends
|
|
4408
|
-
.classBuilder()
|
|
4409
|
-
.ep(commonParams)
|
|
4410
|
-
.m(function (Command, cs, config, o) {
|
|
4411
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4412
|
-
})
|
|
4413
|
-
.s("WisdomService", "CreateSession", {})
|
|
4414
|
-
.n("QConnectClient", "CreateSessionCommand")
|
|
4415
|
-
.sc(CreateSession$)
|
|
4416
|
-
.build() {
|
|
4269
|
+
class CreateSessionCommand extends command(_ep0, _mw0, "CreateSession", CreateSession$) {
|
|
4417
4270
|
}
|
|
4418
4271
|
|
|
4419
|
-
class DeactivateMessageTemplateCommand extends
|
|
4420
|
-
.classBuilder()
|
|
4421
|
-
.ep(commonParams)
|
|
4422
|
-
.m(function (Command, cs, config, o) {
|
|
4423
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4424
|
-
})
|
|
4425
|
-
.s("WisdomService", "DeactivateMessageTemplate", {})
|
|
4426
|
-
.n("QConnectClient", "DeactivateMessageTemplateCommand")
|
|
4427
|
-
.sc(DeactivateMessageTemplate$)
|
|
4428
|
-
.build() {
|
|
4272
|
+
class DeactivateMessageTemplateCommand extends command(_ep0, _mw0, "DeactivateMessageTemplate", DeactivateMessageTemplate$) {
|
|
4429
4273
|
}
|
|
4430
4274
|
|
|
4431
|
-
class DeleteAIAgentCommand extends
|
|
4432
|
-
.classBuilder()
|
|
4433
|
-
.ep(commonParams)
|
|
4434
|
-
.m(function (Command, cs, config, o) {
|
|
4435
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4436
|
-
})
|
|
4437
|
-
.s("WisdomService", "DeleteAIAgent", {})
|
|
4438
|
-
.n("QConnectClient", "DeleteAIAgentCommand")
|
|
4439
|
-
.sc(DeleteAIAgent$)
|
|
4440
|
-
.build() {
|
|
4275
|
+
class DeleteAIAgentCommand extends command(_ep0, _mw0, "DeleteAIAgent", DeleteAIAgent$) {
|
|
4441
4276
|
}
|
|
4442
4277
|
|
|
4443
|
-
class DeleteAIAgentVersionCommand extends
|
|
4444
|
-
.classBuilder()
|
|
4445
|
-
.ep(commonParams)
|
|
4446
|
-
.m(function (Command, cs, config, o) {
|
|
4447
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4448
|
-
})
|
|
4449
|
-
.s("WisdomService", "DeleteAIAgentVersion", {})
|
|
4450
|
-
.n("QConnectClient", "DeleteAIAgentVersionCommand")
|
|
4451
|
-
.sc(DeleteAIAgentVersion$)
|
|
4452
|
-
.build() {
|
|
4278
|
+
class DeleteAIAgentVersionCommand extends command(_ep0, _mw0, "DeleteAIAgentVersion", DeleteAIAgentVersion$) {
|
|
4453
4279
|
}
|
|
4454
4280
|
|
|
4455
|
-
class DeleteAIGuardrailCommand extends
|
|
4456
|
-
.classBuilder()
|
|
4457
|
-
.ep(commonParams)
|
|
4458
|
-
.m(function (Command, cs, config, o) {
|
|
4459
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4460
|
-
})
|
|
4461
|
-
.s("WisdomService", "DeleteAIGuardrail", {})
|
|
4462
|
-
.n("QConnectClient", "DeleteAIGuardrailCommand")
|
|
4463
|
-
.sc(DeleteAIGuardrail$)
|
|
4464
|
-
.build() {
|
|
4281
|
+
class DeleteAIGuardrailCommand extends command(_ep0, _mw0, "DeleteAIGuardrail", DeleteAIGuardrail$) {
|
|
4465
4282
|
}
|
|
4466
4283
|
|
|
4467
|
-
class DeleteAIGuardrailVersionCommand extends
|
|
4468
|
-
.classBuilder()
|
|
4469
|
-
.ep(commonParams)
|
|
4470
|
-
.m(function (Command, cs, config, o) {
|
|
4471
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4472
|
-
})
|
|
4473
|
-
.s("WisdomService", "DeleteAIGuardrailVersion", {})
|
|
4474
|
-
.n("QConnectClient", "DeleteAIGuardrailVersionCommand")
|
|
4475
|
-
.sc(DeleteAIGuardrailVersion$)
|
|
4476
|
-
.build() {
|
|
4284
|
+
class DeleteAIGuardrailVersionCommand extends command(_ep0, _mw0, "DeleteAIGuardrailVersion", DeleteAIGuardrailVersion$) {
|
|
4477
4285
|
}
|
|
4478
4286
|
|
|
4479
|
-
class DeleteAIPromptCommand extends
|
|
4480
|
-
.classBuilder()
|
|
4481
|
-
.ep(commonParams)
|
|
4482
|
-
.m(function (Command, cs, config, o) {
|
|
4483
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4484
|
-
})
|
|
4485
|
-
.s("WisdomService", "DeleteAIPrompt", {})
|
|
4486
|
-
.n("QConnectClient", "DeleteAIPromptCommand")
|
|
4487
|
-
.sc(DeleteAIPrompt$)
|
|
4488
|
-
.build() {
|
|
4287
|
+
class DeleteAIPromptCommand extends command(_ep0, _mw0, "DeleteAIPrompt", DeleteAIPrompt$) {
|
|
4489
4288
|
}
|
|
4490
4289
|
|
|
4491
|
-
class DeleteAIPromptVersionCommand extends
|
|
4492
|
-
.classBuilder()
|
|
4493
|
-
.ep(commonParams)
|
|
4494
|
-
.m(function (Command, cs, config, o) {
|
|
4495
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4496
|
-
})
|
|
4497
|
-
.s("WisdomService", "DeleteAIPromptVersion", {})
|
|
4498
|
-
.n("QConnectClient", "DeleteAIPromptVersionCommand")
|
|
4499
|
-
.sc(DeleteAIPromptVersion$)
|
|
4500
|
-
.build() {
|
|
4290
|
+
class DeleteAIPromptVersionCommand extends command(_ep0, _mw0, "DeleteAIPromptVersion", DeleteAIPromptVersion$) {
|
|
4501
4291
|
}
|
|
4502
4292
|
|
|
4503
|
-
class DeleteAssistantAssociationCommand extends
|
|
4504
|
-
.classBuilder()
|
|
4505
|
-
.ep(commonParams)
|
|
4506
|
-
.m(function (Command, cs, config, o) {
|
|
4507
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4508
|
-
})
|
|
4509
|
-
.s("WisdomService", "DeleteAssistantAssociation", {})
|
|
4510
|
-
.n("QConnectClient", "DeleteAssistantAssociationCommand")
|
|
4511
|
-
.sc(DeleteAssistantAssociation$)
|
|
4512
|
-
.build() {
|
|
4293
|
+
class DeleteAssistantAssociationCommand extends command(_ep0, _mw0, "DeleteAssistantAssociation", DeleteAssistantAssociation$) {
|
|
4513
4294
|
}
|
|
4514
4295
|
|
|
4515
|
-
class DeleteAssistantCommand extends
|
|
4516
|
-
.classBuilder()
|
|
4517
|
-
.ep(commonParams)
|
|
4518
|
-
.m(function (Command, cs, config, o) {
|
|
4519
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4520
|
-
})
|
|
4521
|
-
.s("WisdomService", "DeleteAssistant", {})
|
|
4522
|
-
.n("QConnectClient", "DeleteAssistantCommand")
|
|
4523
|
-
.sc(DeleteAssistant$)
|
|
4524
|
-
.build() {
|
|
4296
|
+
class DeleteAssistantCommand extends command(_ep0, _mw0, "DeleteAssistant", DeleteAssistant$) {
|
|
4525
4297
|
}
|
|
4526
4298
|
|
|
4527
|
-
class DeleteContentAssociationCommand extends
|
|
4528
|
-
.classBuilder()
|
|
4529
|
-
.ep(commonParams)
|
|
4530
|
-
.m(function (Command, cs, config, o) {
|
|
4531
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4532
|
-
})
|
|
4533
|
-
.s("WisdomService", "DeleteContentAssociation", {})
|
|
4534
|
-
.n("QConnectClient", "DeleteContentAssociationCommand")
|
|
4535
|
-
.sc(DeleteContentAssociation$)
|
|
4536
|
-
.build() {
|
|
4299
|
+
class DeleteContentAssociationCommand extends command(_ep0, _mw0, "DeleteContentAssociation", DeleteContentAssociation$) {
|
|
4537
4300
|
}
|
|
4538
4301
|
|
|
4539
|
-
class DeleteContentCommand extends
|
|
4540
|
-
.classBuilder()
|
|
4541
|
-
.ep(commonParams)
|
|
4542
|
-
.m(function (Command, cs, config, o) {
|
|
4543
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4544
|
-
})
|
|
4545
|
-
.s("WisdomService", "DeleteContent", {})
|
|
4546
|
-
.n("QConnectClient", "DeleteContentCommand")
|
|
4547
|
-
.sc(DeleteContent$)
|
|
4548
|
-
.build() {
|
|
4302
|
+
class DeleteContentCommand extends command(_ep0, _mw0, "DeleteContent", DeleteContent$) {
|
|
4549
4303
|
}
|
|
4550
4304
|
|
|
4551
|
-
class DeleteImportJobCommand extends
|
|
4552
|
-
.classBuilder()
|
|
4553
|
-
.ep(commonParams)
|
|
4554
|
-
.m(function (Command, cs, config, o) {
|
|
4555
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4556
|
-
})
|
|
4557
|
-
.s("WisdomService", "DeleteImportJob", {})
|
|
4558
|
-
.n("QConnectClient", "DeleteImportJobCommand")
|
|
4559
|
-
.sc(DeleteImportJob$)
|
|
4560
|
-
.build() {
|
|
4305
|
+
class DeleteImportJobCommand extends command(_ep0, _mw0, "DeleteImportJob", DeleteImportJob$) {
|
|
4561
4306
|
}
|
|
4562
4307
|
|
|
4563
|
-
class DeleteKnowledgeBaseCommand extends
|
|
4564
|
-
.classBuilder()
|
|
4565
|
-
.ep(commonParams)
|
|
4566
|
-
.m(function (Command, cs, config, o) {
|
|
4567
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4568
|
-
})
|
|
4569
|
-
.s("WisdomService", "DeleteKnowledgeBase", {})
|
|
4570
|
-
.n("QConnectClient", "DeleteKnowledgeBaseCommand")
|
|
4571
|
-
.sc(DeleteKnowledgeBase$)
|
|
4572
|
-
.build() {
|
|
4308
|
+
class DeleteKnowledgeBaseCommand extends command(_ep0, _mw0, "DeleteKnowledgeBase", DeleteKnowledgeBase$) {
|
|
4573
4309
|
}
|
|
4574
4310
|
|
|
4575
|
-
class DeleteMessageTemplateAttachmentCommand extends
|
|
4576
|
-
.classBuilder()
|
|
4577
|
-
.ep(commonParams)
|
|
4578
|
-
.m(function (Command, cs, config, o) {
|
|
4579
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4580
|
-
})
|
|
4581
|
-
.s("WisdomService", "DeleteMessageTemplateAttachment", {})
|
|
4582
|
-
.n("QConnectClient", "DeleteMessageTemplateAttachmentCommand")
|
|
4583
|
-
.sc(DeleteMessageTemplateAttachment$)
|
|
4584
|
-
.build() {
|
|
4311
|
+
class DeleteMessageTemplateAttachmentCommand extends command(_ep0, _mw0, "DeleteMessageTemplateAttachment", DeleteMessageTemplateAttachment$) {
|
|
4585
4312
|
}
|
|
4586
4313
|
|
|
4587
|
-
class DeleteMessageTemplateCommand extends
|
|
4588
|
-
.classBuilder()
|
|
4589
|
-
.ep(commonParams)
|
|
4590
|
-
.m(function (Command, cs, config, o) {
|
|
4591
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4592
|
-
})
|
|
4593
|
-
.s("WisdomService", "DeleteMessageTemplate", {})
|
|
4594
|
-
.n("QConnectClient", "DeleteMessageTemplateCommand")
|
|
4595
|
-
.sc(DeleteMessageTemplate$)
|
|
4596
|
-
.build() {
|
|
4314
|
+
class DeleteMessageTemplateCommand extends command(_ep0, _mw0, "DeleteMessageTemplate", DeleteMessageTemplate$) {
|
|
4597
4315
|
}
|
|
4598
4316
|
|
|
4599
|
-
class DeleteQuickResponseCommand extends
|
|
4600
|
-
.classBuilder()
|
|
4601
|
-
.ep(commonParams)
|
|
4602
|
-
.m(function (Command, cs, config, o) {
|
|
4603
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4604
|
-
})
|
|
4605
|
-
.s("WisdomService", "DeleteQuickResponse", {})
|
|
4606
|
-
.n("QConnectClient", "DeleteQuickResponseCommand")
|
|
4607
|
-
.sc(DeleteQuickResponse$)
|
|
4608
|
-
.build() {
|
|
4317
|
+
class DeleteQuickResponseCommand extends command(_ep0, _mw0, "DeleteQuickResponse", DeleteQuickResponse$) {
|
|
4609
4318
|
}
|
|
4610
4319
|
|
|
4611
|
-
class GetAIAgentCommand extends
|
|
4612
|
-
.classBuilder()
|
|
4613
|
-
.ep(commonParams)
|
|
4614
|
-
.m(function (Command, cs, config, o) {
|
|
4615
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4616
|
-
})
|
|
4617
|
-
.s("WisdomService", "GetAIAgent", {})
|
|
4618
|
-
.n("QConnectClient", "GetAIAgentCommand")
|
|
4619
|
-
.sc(GetAIAgent$)
|
|
4620
|
-
.build() {
|
|
4320
|
+
class GetAIAgentCommand extends command(_ep0, _mw0, "GetAIAgent", GetAIAgent$) {
|
|
4621
4321
|
}
|
|
4622
4322
|
|
|
4623
|
-
class GetAIGuardrailCommand extends
|
|
4624
|
-
.classBuilder()
|
|
4625
|
-
.ep(commonParams)
|
|
4626
|
-
.m(function (Command, cs, config, o) {
|
|
4627
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4628
|
-
})
|
|
4629
|
-
.s("WisdomService", "GetAIGuardrail", {})
|
|
4630
|
-
.n("QConnectClient", "GetAIGuardrailCommand")
|
|
4631
|
-
.sc(GetAIGuardrail$)
|
|
4632
|
-
.build() {
|
|
4323
|
+
class GetAIGuardrailCommand extends command(_ep0, _mw0, "GetAIGuardrail", GetAIGuardrail$) {
|
|
4633
4324
|
}
|
|
4634
4325
|
|
|
4635
|
-
class GetAIPromptCommand extends
|
|
4636
|
-
.classBuilder()
|
|
4637
|
-
.ep(commonParams)
|
|
4638
|
-
.m(function (Command, cs, config, o) {
|
|
4639
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4640
|
-
})
|
|
4641
|
-
.s("WisdomService", "GetAIPrompt", {})
|
|
4642
|
-
.n("QConnectClient", "GetAIPromptCommand")
|
|
4643
|
-
.sc(GetAIPrompt$)
|
|
4644
|
-
.build() {
|
|
4326
|
+
class GetAIPromptCommand extends command(_ep0, _mw0, "GetAIPrompt", GetAIPrompt$) {
|
|
4645
4327
|
}
|
|
4646
4328
|
|
|
4647
|
-
class GetAssistantAssociationCommand extends
|
|
4648
|
-
.classBuilder()
|
|
4649
|
-
.ep(commonParams)
|
|
4650
|
-
.m(function (Command, cs, config, o) {
|
|
4651
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4652
|
-
})
|
|
4653
|
-
.s("WisdomService", "GetAssistantAssociation", {})
|
|
4654
|
-
.n("QConnectClient", "GetAssistantAssociationCommand")
|
|
4655
|
-
.sc(GetAssistantAssociation$)
|
|
4656
|
-
.build() {
|
|
4329
|
+
class GetAssistantAssociationCommand extends command(_ep0, _mw0, "GetAssistantAssociation", GetAssistantAssociation$) {
|
|
4657
4330
|
}
|
|
4658
4331
|
|
|
4659
|
-
class GetAssistantCommand extends
|
|
4660
|
-
.classBuilder()
|
|
4661
|
-
.ep(commonParams)
|
|
4662
|
-
.m(function (Command, cs, config, o) {
|
|
4663
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4664
|
-
})
|
|
4665
|
-
.s("WisdomService", "GetAssistant", {})
|
|
4666
|
-
.n("QConnectClient", "GetAssistantCommand")
|
|
4667
|
-
.sc(GetAssistant$)
|
|
4668
|
-
.build() {
|
|
4332
|
+
class GetAssistantCommand extends command(_ep0, _mw0, "GetAssistant", GetAssistant$) {
|
|
4669
4333
|
}
|
|
4670
4334
|
|
|
4671
|
-
class GetContentAssociationCommand extends
|
|
4672
|
-
.classBuilder()
|
|
4673
|
-
.ep(commonParams)
|
|
4674
|
-
.m(function (Command, cs, config, o) {
|
|
4675
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4676
|
-
})
|
|
4677
|
-
.s("WisdomService", "GetContentAssociation", {})
|
|
4678
|
-
.n("QConnectClient", "GetContentAssociationCommand")
|
|
4679
|
-
.sc(GetContentAssociation$)
|
|
4680
|
-
.build() {
|
|
4335
|
+
class GetContentAssociationCommand extends command(_ep0, _mw0, "GetContentAssociation", GetContentAssociation$) {
|
|
4681
4336
|
}
|
|
4682
4337
|
|
|
4683
|
-
class GetContentCommand extends
|
|
4684
|
-
.classBuilder()
|
|
4685
|
-
.ep(commonParams)
|
|
4686
|
-
.m(function (Command, cs, config, o) {
|
|
4687
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4688
|
-
})
|
|
4689
|
-
.s("WisdomService", "GetContent", {})
|
|
4690
|
-
.n("QConnectClient", "GetContentCommand")
|
|
4691
|
-
.sc(GetContent$)
|
|
4692
|
-
.build() {
|
|
4338
|
+
class GetContentCommand extends command(_ep0, _mw0, "GetContent", GetContent$) {
|
|
4693
4339
|
}
|
|
4694
4340
|
|
|
4695
|
-
class GetContentSummaryCommand extends
|
|
4696
|
-
.classBuilder()
|
|
4697
|
-
.ep(commonParams)
|
|
4698
|
-
.m(function (Command, cs, config, o) {
|
|
4699
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4700
|
-
})
|
|
4701
|
-
.s("WisdomService", "GetContentSummary", {})
|
|
4702
|
-
.n("QConnectClient", "GetContentSummaryCommand")
|
|
4703
|
-
.sc(GetContentSummary$)
|
|
4704
|
-
.build() {
|
|
4341
|
+
class GetContentSummaryCommand extends command(_ep0, _mw0, "GetContentSummary", GetContentSummary$) {
|
|
4705
4342
|
}
|
|
4706
4343
|
|
|
4707
|
-
class GetImportJobCommand extends
|
|
4708
|
-
.classBuilder()
|
|
4709
|
-
.ep(commonParams)
|
|
4710
|
-
.m(function (Command, cs, config, o) {
|
|
4711
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4712
|
-
})
|
|
4713
|
-
.s("WisdomService", "GetImportJob", {})
|
|
4714
|
-
.n("QConnectClient", "GetImportJobCommand")
|
|
4715
|
-
.sc(GetImportJob$)
|
|
4716
|
-
.build() {
|
|
4344
|
+
class GetImportJobCommand extends command(_ep0, _mw0, "GetImportJob", GetImportJob$) {
|
|
4717
4345
|
}
|
|
4718
4346
|
|
|
4719
|
-
class GetKnowledgeBaseCommand extends
|
|
4720
|
-
.classBuilder()
|
|
4721
|
-
.ep(commonParams)
|
|
4722
|
-
.m(function (Command, cs, config, o) {
|
|
4723
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4724
|
-
})
|
|
4725
|
-
.s("WisdomService", "GetKnowledgeBase", {})
|
|
4726
|
-
.n("QConnectClient", "GetKnowledgeBaseCommand")
|
|
4727
|
-
.sc(GetKnowledgeBase$)
|
|
4728
|
-
.build() {
|
|
4347
|
+
class GetKnowledgeBaseCommand extends command(_ep0, _mw0, "GetKnowledgeBase", GetKnowledgeBase$) {
|
|
4729
4348
|
}
|
|
4730
4349
|
|
|
4731
|
-
class GetMessageTemplateCommand extends
|
|
4732
|
-
.classBuilder()
|
|
4733
|
-
.ep(commonParams)
|
|
4734
|
-
.m(function (Command, cs, config, o) {
|
|
4735
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4736
|
-
})
|
|
4737
|
-
.s("WisdomService", "GetMessageTemplate", {})
|
|
4738
|
-
.n("QConnectClient", "GetMessageTemplateCommand")
|
|
4739
|
-
.sc(GetMessageTemplate$)
|
|
4740
|
-
.build() {
|
|
4350
|
+
class GetMessageTemplateCommand extends command(_ep0, _mw0, "GetMessageTemplate", GetMessageTemplate$) {
|
|
4741
4351
|
}
|
|
4742
4352
|
|
|
4743
|
-
class GetNextMessageCommand extends
|
|
4744
|
-
.classBuilder()
|
|
4745
|
-
.ep(commonParams)
|
|
4746
|
-
.m(function (Command, cs, config, o) {
|
|
4747
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4748
|
-
})
|
|
4749
|
-
.s("WisdomService", "GetNextMessage", {})
|
|
4750
|
-
.n("QConnectClient", "GetNextMessageCommand")
|
|
4751
|
-
.sc(GetNextMessage$)
|
|
4752
|
-
.build() {
|
|
4353
|
+
class GetNextMessageCommand extends command(_ep0, _mw0, "GetNextMessage", GetNextMessage$) {
|
|
4753
4354
|
}
|
|
4754
4355
|
|
|
4755
|
-
class GetQuickResponseCommand extends
|
|
4756
|
-
.classBuilder()
|
|
4757
|
-
.ep(commonParams)
|
|
4758
|
-
.m(function (Command, cs, config, o) {
|
|
4759
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4760
|
-
})
|
|
4761
|
-
.s("WisdomService", "GetQuickResponse", {})
|
|
4762
|
-
.n("QConnectClient", "GetQuickResponseCommand")
|
|
4763
|
-
.sc(GetQuickResponse$)
|
|
4764
|
-
.build() {
|
|
4356
|
+
class GetQuickResponseCommand extends command(_ep0, _mw0, "GetQuickResponse", GetQuickResponse$) {
|
|
4765
4357
|
}
|
|
4766
4358
|
|
|
4767
|
-
class GetRecommendationsCommand extends
|
|
4768
|
-
.classBuilder()
|
|
4769
|
-
.ep(commonParams)
|
|
4770
|
-
.m(function (Command, cs, config, o) {
|
|
4771
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4772
|
-
})
|
|
4773
|
-
.s("WisdomService", "GetRecommendations", {})
|
|
4774
|
-
.n("QConnectClient", "GetRecommendationsCommand")
|
|
4775
|
-
.sc(GetRecommendations$)
|
|
4776
|
-
.build() {
|
|
4359
|
+
class GetRecommendationsCommand extends command(_ep0, _mw0, "GetRecommendations", GetRecommendations$) {
|
|
4777
4360
|
}
|
|
4778
4361
|
|
|
4779
|
-
class GetSessionCommand extends
|
|
4780
|
-
.classBuilder()
|
|
4781
|
-
.ep(commonParams)
|
|
4782
|
-
.m(function (Command, cs, config, o) {
|
|
4783
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4784
|
-
})
|
|
4785
|
-
.s("WisdomService", "GetSession", {})
|
|
4786
|
-
.n("QConnectClient", "GetSessionCommand")
|
|
4787
|
-
.sc(GetSession$)
|
|
4788
|
-
.build() {
|
|
4362
|
+
class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
|
|
4789
4363
|
}
|
|
4790
4364
|
|
|
4791
|
-
class ListAIAgentsCommand extends
|
|
4792
|
-
.classBuilder()
|
|
4793
|
-
.ep(commonParams)
|
|
4794
|
-
.m(function (Command, cs, config, o) {
|
|
4795
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4796
|
-
})
|
|
4797
|
-
.s("WisdomService", "ListAIAgents", {})
|
|
4798
|
-
.n("QConnectClient", "ListAIAgentsCommand")
|
|
4799
|
-
.sc(ListAIAgents$)
|
|
4800
|
-
.build() {
|
|
4365
|
+
class ListAIAgentsCommand extends command(_ep0, _mw0, "ListAIAgents", ListAIAgents$) {
|
|
4801
4366
|
}
|
|
4802
4367
|
|
|
4803
|
-
class ListAIAgentVersionsCommand extends
|
|
4804
|
-
.classBuilder()
|
|
4805
|
-
.ep(commonParams)
|
|
4806
|
-
.m(function (Command, cs, config, o) {
|
|
4807
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4808
|
-
})
|
|
4809
|
-
.s("WisdomService", "ListAIAgentVersions", {})
|
|
4810
|
-
.n("QConnectClient", "ListAIAgentVersionsCommand")
|
|
4811
|
-
.sc(ListAIAgentVersions$)
|
|
4812
|
-
.build() {
|
|
4368
|
+
class ListAIAgentVersionsCommand extends command(_ep0, _mw0, "ListAIAgentVersions", ListAIAgentVersions$) {
|
|
4813
4369
|
}
|
|
4814
4370
|
|
|
4815
|
-
class ListAIGuardrailsCommand extends
|
|
4816
|
-
.classBuilder()
|
|
4817
|
-
.ep(commonParams)
|
|
4818
|
-
.m(function (Command, cs, config, o) {
|
|
4819
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4820
|
-
})
|
|
4821
|
-
.s("WisdomService", "ListAIGuardrails", {})
|
|
4822
|
-
.n("QConnectClient", "ListAIGuardrailsCommand")
|
|
4823
|
-
.sc(ListAIGuardrails$)
|
|
4824
|
-
.build() {
|
|
4371
|
+
class ListAIGuardrailsCommand extends command(_ep0, _mw0, "ListAIGuardrails", ListAIGuardrails$) {
|
|
4825
4372
|
}
|
|
4826
4373
|
|
|
4827
|
-
class ListAIGuardrailVersionsCommand extends
|
|
4828
|
-
.classBuilder()
|
|
4829
|
-
.ep(commonParams)
|
|
4830
|
-
.m(function (Command, cs, config, o) {
|
|
4831
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4832
|
-
})
|
|
4833
|
-
.s("WisdomService", "ListAIGuardrailVersions", {})
|
|
4834
|
-
.n("QConnectClient", "ListAIGuardrailVersionsCommand")
|
|
4835
|
-
.sc(ListAIGuardrailVersions$)
|
|
4836
|
-
.build() {
|
|
4374
|
+
class ListAIGuardrailVersionsCommand extends command(_ep0, _mw0, "ListAIGuardrailVersions", ListAIGuardrailVersions$) {
|
|
4837
4375
|
}
|
|
4838
4376
|
|
|
4839
|
-
class ListAIPromptsCommand extends
|
|
4840
|
-
.classBuilder()
|
|
4841
|
-
.ep(commonParams)
|
|
4842
|
-
.m(function (Command, cs, config, o) {
|
|
4843
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4844
|
-
})
|
|
4845
|
-
.s("WisdomService", "ListAIPrompts", {})
|
|
4846
|
-
.n("QConnectClient", "ListAIPromptsCommand")
|
|
4847
|
-
.sc(ListAIPrompts$)
|
|
4848
|
-
.build() {
|
|
4377
|
+
class ListAIPromptsCommand extends command(_ep0, _mw0, "ListAIPrompts", ListAIPrompts$) {
|
|
4849
4378
|
}
|
|
4850
4379
|
|
|
4851
|
-
class ListAIPromptVersionsCommand extends
|
|
4852
|
-
.classBuilder()
|
|
4853
|
-
.ep(commonParams)
|
|
4854
|
-
.m(function (Command, cs, config, o) {
|
|
4855
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4856
|
-
})
|
|
4857
|
-
.s("WisdomService", "ListAIPromptVersions", {})
|
|
4858
|
-
.n("QConnectClient", "ListAIPromptVersionsCommand")
|
|
4859
|
-
.sc(ListAIPromptVersions$)
|
|
4860
|
-
.build() {
|
|
4380
|
+
class ListAIPromptVersionsCommand extends command(_ep0, _mw0, "ListAIPromptVersions", ListAIPromptVersions$) {
|
|
4861
4381
|
}
|
|
4862
4382
|
|
|
4863
|
-
class ListAssistantAssociationsCommand extends
|
|
4864
|
-
.classBuilder()
|
|
4865
|
-
.ep(commonParams)
|
|
4866
|
-
.m(function (Command, cs, config, o) {
|
|
4867
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4868
|
-
})
|
|
4869
|
-
.s("WisdomService", "ListAssistantAssociations", {})
|
|
4870
|
-
.n("QConnectClient", "ListAssistantAssociationsCommand")
|
|
4871
|
-
.sc(ListAssistantAssociations$)
|
|
4872
|
-
.build() {
|
|
4383
|
+
class ListAssistantAssociationsCommand extends command(_ep0, _mw0, "ListAssistantAssociations", ListAssistantAssociations$) {
|
|
4873
4384
|
}
|
|
4874
4385
|
|
|
4875
|
-
class ListAssistantsCommand extends
|
|
4876
|
-
.classBuilder()
|
|
4877
|
-
.ep(commonParams)
|
|
4878
|
-
.m(function (Command, cs, config, o) {
|
|
4879
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4880
|
-
})
|
|
4881
|
-
.s("WisdomService", "ListAssistants", {})
|
|
4882
|
-
.n("QConnectClient", "ListAssistantsCommand")
|
|
4883
|
-
.sc(ListAssistants$)
|
|
4884
|
-
.build() {
|
|
4386
|
+
class ListAssistantsCommand extends command(_ep0, _mw0, "ListAssistants", ListAssistants$) {
|
|
4885
4387
|
}
|
|
4886
4388
|
|
|
4887
|
-
class ListContentAssociationsCommand extends
|
|
4888
|
-
.classBuilder()
|
|
4889
|
-
.ep(commonParams)
|
|
4890
|
-
.m(function (Command, cs, config, o) {
|
|
4891
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4892
|
-
})
|
|
4893
|
-
.s("WisdomService", "ListContentAssociations", {})
|
|
4894
|
-
.n("QConnectClient", "ListContentAssociationsCommand")
|
|
4895
|
-
.sc(ListContentAssociations$)
|
|
4896
|
-
.build() {
|
|
4389
|
+
class ListContentAssociationsCommand extends command(_ep0, _mw0, "ListContentAssociations", ListContentAssociations$) {
|
|
4897
4390
|
}
|
|
4898
4391
|
|
|
4899
|
-
class ListContentsCommand extends
|
|
4900
|
-
.classBuilder()
|
|
4901
|
-
.ep(commonParams)
|
|
4902
|
-
.m(function (Command, cs, config, o) {
|
|
4903
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4904
|
-
})
|
|
4905
|
-
.s("WisdomService", "ListContents", {})
|
|
4906
|
-
.n("QConnectClient", "ListContentsCommand")
|
|
4907
|
-
.sc(ListContents$)
|
|
4908
|
-
.build() {
|
|
4392
|
+
class ListContentsCommand extends command(_ep0, _mw0, "ListContents", ListContents$) {
|
|
4909
4393
|
}
|
|
4910
4394
|
|
|
4911
|
-
class ListImportJobsCommand extends
|
|
4912
|
-
.classBuilder()
|
|
4913
|
-
.ep(commonParams)
|
|
4914
|
-
.m(function (Command, cs, config, o) {
|
|
4915
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4916
|
-
})
|
|
4917
|
-
.s("WisdomService", "ListImportJobs", {})
|
|
4918
|
-
.n("QConnectClient", "ListImportJobsCommand")
|
|
4919
|
-
.sc(ListImportJobs$)
|
|
4920
|
-
.build() {
|
|
4395
|
+
class ListImportJobsCommand extends command(_ep0, _mw0, "ListImportJobs", ListImportJobs$) {
|
|
4921
4396
|
}
|
|
4922
4397
|
|
|
4923
|
-
class ListKnowledgeBasesCommand extends
|
|
4924
|
-
.classBuilder()
|
|
4925
|
-
.ep(commonParams)
|
|
4926
|
-
.m(function (Command, cs, config, o) {
|
|
4927
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4928
|
-
})
|
|
4929
|
-
.s("WisdomService", "ListKnowledgeBases", {})
|
|
4930
|
-
.n("QConnectClient", "ListKnowledgeBasesCommand")
|
|
4931
|
-
.sc(ListKnowledgeBases$)
|
|
4932
|
-
.build() {
|
|
4398
|
+
class ListKnowledgeBasesCommand extends command(_ep0, _mw0, "ListKnowledgeBases", ListKnowledgeBases$) {
|
|
4933
4399
|
}
|
|
4934
4400
|
|
|
4935
|
-
class ListMessagesCommand extends
|
|
4936
|
-
.classBuilder()
|
|
4937
|
-
.ep(commonParams)
|
|
4938
|
-
.m(function (Command, cs, config, o) {
|
|
4939
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4940
|
-
})
|
|
4941
|
-
.s("WisdomService", "ListMessages", {})
|
|
4942
|
-
.n("QConnectClient", "ListMessagesCommand")
|
|
4943
|
-
.sc(ListMessages$)
|
|
4944
|
-
.build() {
|
|
4401
|
+
class ListMessagesCommand extends command(_ep0, _mw0, "ListMessages", ListMessages$) {
|
|
4945
4402
|
}
|
|
4946
4403
|
|
|
4947
|
-
class ListMessageTemplatesCommand extends
|
|
4948
|
-
.classBuilder()
|
|
4949
|
-
.ep(commonParams)
|
|
4950
|
-
.m(function (Command, cs, config, o) {
|
|
4951
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4952
|
-
})
|
|
4953
|
-
.s("WisdomService", "ListMessageTemplates", {})
|
|
4954
|
-
.n("QConnectClient", "ListMessageTemplatesCommand")
|
|
4955
|
-
.sc(ListMessageTemplates$)
|
|
4956
|
-
.build() {
|
|
4404
|
+
class ListMessageTemplatesCommand extends command(_ep0, _mw0, "ListMessageTemplates", ListMessageTemplates$) {
|
|
4957
4405
|
}
|
|
4958
4406
|
|
|
4959
|
-
class ListMessageTemplateVersionsCommand extends
|
|
4960
|
-
.classBuilder()
|
|
4961
|
-
.ep(commonParams)
|
|
4962
|
-
.m(function (Command, cs, config, o) {
|
|
4963
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4964
|
-
})
|
|
4965
|
-
.s("WisdomService", "ListMessageTemplateVersions", {})
|
|
4966
|
-
.n("QConnectClient", "ListMessageTemplateVersionsCommand")
|
|
4967
|
-
.sc(ListMessageTemplateVersions$)
|
|
4968
|
-
.build() {
|
|
4407
|
+
class ListMessageTemplateVersionsCommand extends command(_ep0, _mw0, "ListMessageTemplateVersions", ListMessageTemplateVersions$) {
|
|
4969
4408
|
}
|
|
4970
4409
|
|
|
4971
|
-
class ListModelsCommand extends
|
|
4972
|
-
.classBuilder()
|
|
4973
|
-
.ep(commonParams)
|
|
4974
|
-
.m(function (Command, cs, config, o) {
|
|
4975
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4976
|
-
})
|
|
4977
|
-
.s("WisdomService", "ListModels", {})
|
|
4978
|
-
.n("QConnectClient", "ListModelsCommand")
|
|
4979
|
-
.sc(ListModels$)
|
|
4980
|
-
.build() {
|
|
4410
|
+
class ListModelsCommand extends command(_ep0, _mw0, "ListModels", ListModels$) {
|
|
4981
4411
|
}
|
|
4982
4412
|
|
|
4983
|
-
class ListQuickResponsesCommand extends
|
|
4984
|
-
.classBuilder()
|
|
4985
|
-
.ep(commonParams)
|
|
4986
|
-
.m(function (Command, cs, config, o) {
|
|
4987
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4988
|
-
})
|
|
4989
|
-
.s("WisdomService", "ListQuickResponses", {})
|
|
4990
|
-
.n("QConnectClient", "ListQuickResponsesCommand")
|
|
4991
|
-
.sc(ListQuickResponses$)
|
|
4992
|
-
.build() {
|
|
4413
|
+
class ListQuickResponsesCommand extends command(_ep0, _mw0, "ListQuickResponses", ListQuickResponses$) {
|
|
4993
4414
|
}
|
|
4994
4415
|
|
|
4995
|
-
class ListSpansCommand extends
|
|
4996
|
-
.classBuilder()
|
|
4997
|
-
.ep(commonParams)
|
|
4998
|
-
.m(function (Command, cs, config, o) {
|
|
4999
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5000
|
-
})
|
|
5001
|
-
.s("WisdomService", "ListSpans", {})
|
|
5002
|
-
.n("QConnectClient", "ListSpansCommand")
|
|
5003
|
-
.sc(ListSpans$)
|
|
5004
|
-
.build() {
|
|
4416
|
+
class ListSpansCommand extends command(_ep0, _mw0, "ListSpans", ListSpans$) {
|
|
5005
4417
|
}
|
|
5006
4418
|
|
|
5007
|
-
class ListTagsForResourceCommand extends
|
|
5008
|
-
.classBuilder()
|
|
5009
|
-
.ep(commonParams)
|
|
5010
|
-
.m(function (Command, cs, config, o) {
|
|
5011
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5012
|
-
})
|
|
5013
|
-
.s("WisdomService", "ListTagsForResource", {})
|
|
5014
|
-
.n("QConnectClient", "ListTagsForResourceCommand")
|
|
5015
|
-
.sc(ListTagsForResource$)
|
|
5016
|
-
.build() {
|
|
4419
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
5017
4420
|
}
|
|
5018
4421
|
|
|
5019
|
-
class NotifyRecommendationsReceivedCommand extends
|
|
5020
|
-
.classBuilder()
|
|
5021
|
-
.ep(commonParams)
|
|
5022
|
-
.m(function (Command, cs, config, o) {
|
|
5023
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5024
|
-
})
|
|
5025
|
-
.s("WisdomService", "NotifyRecommendationsReceived", {})
|
|
5026
|
-
.n("QConnectClient", "NotifyRecommendationsReceivedCommand")
|
|
5027
|
-
.sc(NotifyRecommendationsReceived$)
|
|
5028
|
-
.build() {
|
|
4422
|
+
class NotifyRecommendationsReceivedCommand extends command(_ep0, _mw0, "NotifyRecommendationsReceived", NotifyRecommendationsReceived$) {
|
|
5029
4423
|
}
|
|
5030
4424
|
|
|
5031
|
-
class PutFeedbackCommand extends
|
|
5032
|
-
.classBuilder()
|
|
5033
|
-
.ep(commonParams)
|
|
5034
|
-
.m(function (Command, cs, config, o) {
|
|
5035
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5036
|
-
})
|
|
5037
|
-
.s("WisdomService", "PutFeedback", {})
|
|
5038
|
-
.n("QConnectClient", "PutFeedbackCommand")
|
|
5039
|
-
.sc(PutFeedback$)
|
|
5040
|
-
.build() {
|
|
4425
|
+
class PutFeedbackCommand extends command(_ep0, _mw0, "PutFeedback", PutFeedback$) {
|
|
5041
4426
|
}
|
|
5042
4427
|
|
|
5043
|
-
class QueryAssistantCommand extends
|
|
5044
|
-
.classBuilder()
|
|
5045
|
-
.ep(commonParams)
|
|
5046
|
-
.m(function (Command, cs, config, o) {
|
|
5047
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5048
|
-
})
|
|
5049
|
-
.s("WisdomService", "QueryAssistant", {})
|
|
5050
|
-
.n("QConnectClient", "QueryAssistantCommand")
|
|
5051
|
-
.sc(QueryAssistant$)
|
|
5052
|
-
.build() {
|
|
4428
|
+
class QueryAssistantCommand extends command(_ep0, _mw0, "QueryAssistant", QueryAssistant$) {
|
|
5053
4429
|
}
|
|
5054
4430
|
|
|
5055
|
-
class RemoveAssistantAIAgentCommand extends
|
|
5056
|
-
.classBuilder()
|
|
5057
|
-
.ep(commonParams)
|
|
5058
|
-
.m(function (Command, cs, config, o) {
|
|
5059
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5060
|
-
})
|
|
5061
|
-
.s("WisdomService", "RemoveAssistantAIAgent", {})
|
|
5062
|
-
.n("QConnectClient", "RemoveAssistantAIAgentCommand")
|
|
5063
|
-
.sc(RemoveAssistantAIAgent$)
|
|
5064
|
-
.build() {
|
|
4431
|
+
class RemoveAssistantAIAgentCommand extends command(_ep0, _mw0, "RemoveAssistantAIAgent", RemoveAssistantAIAgent$) {
|
|
5065
4432
|
}
|
|
5066
4433
|
|
|
5067
|
-
class RemoveKnowledgeBaseTemplateUriCommand extends
|
|
5068
|
-
.classBuilder()
|
|
5069
|
-
.ep(commonParams)
|
|
5070
|
-
.m(function (Command, cs, config, o) {
|
|
5071
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5072
|
-
})
|
|
5073
|
-
.s("WisdomService", "RemoveKnowledgeBaseTemplateUri", {})
|
|
5074
|
-
.n("QConnectClient", "RemoveKnowledgeBaseTemplateUriCommand")
|
|
5075
|
-
.sc(RemoveKnowledgeBaseTemplateUri$)
|
|
5076
|
-
.build() {
|
|
4434
|
+
class RemoveKnowledgeBaseTemplateUriCommand extends command(_ep0, _mw0, "RemoveKnowledgeBaseTemplateUri", RemoveKnowledgeBaseTemplateUri$) {
|
|
5077
4435
|
}
|
|
5078
4436
|
|
|
5079
|
-
class RenderMessageTemplateCommand extends
|
|
5080
|
-
.classBuilder()
|
|
5081
|
-
.ep(commonParams)
|
|
5082
|
-
.m(function (Command, cs, config, o) {
|
|
5083
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5084
|
-
})
|
|
5085
|
-
.s("WisdomService", "RenderMessageTemplate", {})
|
|
5086
|
-
.n("QConnectClient", "RenderMessageTemplateCommand")
|
|
5087
|
-
.sc(RenderMessageTemplate$)
|
|
5088
|
-
.build() {
|
|
4437
|
+
class RenderMessageTemplateCommand extends command(_ep0, _mw0, "RenderMessageTemplate", RenderMessageTemplate$) {
|
|
5089
4438
|
}
|
|
5090
4439
|
|
|
5091
|
-
class RetrieveCommand extends
|
|
5092
|
-
.classBuilder()
|
|
5093
|
-
.ep(commonParams)
|
|
5094
|
-
.m(function (Command, cs, config, o) {
|
|
5095
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5096
|
-
})
|
|
5097
|
-
.s("WisdomService", "Retrieve", {})
|
|
5098
|
-
.n("QConnectClient", "RetrieveCommand")
|
|
5099
|
-
.sc(Retrieve$)
|
|
5100
|
-
.build() {
|
|
4440
|
+
class RetrieveCommand extends command(_ep0, _mw0, "Retrieve", Retrieve$) {
|
|
5101
4441
|
}
|
|
5102
4442
|
|
|
5103
|
-
class SearchContentCommand extends
|
|
5104
|
-
.classBuilder()
|
|
5105
|
-
.ep(commonParams)
|
|
5106
|
-
.m(function (Command, cs, config, o) {
|
|
5107
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5108
|
-
})
|
|
5109
|
-
.s("WisdomService", "SearchContent", {})
|
|
5110
|
-
.n("QConnectClient", "SearchContentCommand")
|
|
5111
|
-
.sc(SearchContent$)
|
|
5112
|
-
.build() {
|
|
4443
|
+
class SearchContentCommand extends command(_ep0, _mw0, "SearchContent", SearchContent$) {
|
|
5113
4444
|
}
|
|
5114
4445
|
|
|
5115
|
-
class SearchMessageTemplatesCommand extends
|
|
5116
|
-
.classBuilder()
|
|
5117
|
-
.ep(commonParams)
|
|
5118
|
-
.m(function (Command, cs, config, o) {
|
|
5119
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5120
|
-
})
|
|
5121
|
-
.s("WisdomService", "SearchMessageTemplates", {})
|
|
5122
|
-
.n("QConnectClient", "SearchMessageTemplatesCommand")
|
|
5123
|
-
.sc(SearchMessageTemplates$)
|
|
5124
|
-
.build() {
|
|
4446
|
+
class SearchMessageTemplatesCommand extends command(_ep0, _mw0, "SearchMessageTemplates", SearchMessageTemplates$) {
|
|
5125
4447
|
}
|
|
5126
4448
|
|
|
5127
|
-
class SearchQuickResponsesCommand extends
|
|
5128
|
-
.classBuilder()
|
|
5129
|
-
.ep(commonParams)
|
|
5130
|
-
.m(function (Command, cs, config, o) {
|
|
5131
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5132
|
-
})
|
|
5133
|
-
.s("WisdomService", "SearchQuickResponses", {})
|
|
5134
|
-
.n("QConnectClient", "SearchQuickResponsesCommand")
|
|
5135
|
-
.sc(SearchQuickResponses$)
|
|
5136
|
-
.build() {
|
|
4449
|
+
class SearchQuickResponsesCommand extends command(_ep0, _mw0, "SearchQuickResponses", SearchQuickResponses$) {
|
|
5137
4450
|
}
|
|
5138
4451
|
|
|
5139
|
-
class SearchSessionsCommand extends
|
|
5140
|
-
.classBuilder()
|
|
5141
|
-
.ep(commonParams)
|
|
5142
|
-
.m(function (Command, cs, config, o) {
|
|
5143
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5144
|
-
})
|
|
5145
|
-
.s("WisdomService", "SearchSessions", {})
|
|
5146
|
-
.n("QConnectClient", "SearchSessionsCommand")
|
|
5147
|
-
.sc(SearchSessions$)
|
|
5148
|
-
.build() {
|
|
4452
|
+
class SearchSessionsCommand extends command(_ep0, _mw0, "SearchSessions", SearchSessions$) {
|
|
5149
4453
|
}
|
|
5150
4454
|
|
|
5151
|
-
class SendMessageCommand extends
|
|
5152
|
-
.classBuilder()
|
|
5153
|
-
.ep(commonParams)
|
|
5154
|
-
.m(function (Command, cs, config, o) {
|
|
5155
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5156
|
-
})
|
|
5157
|
-
.s("WisdomService", "SendMessage", {})
|
|
5158
|
-
.n("QConnectClient", "SendMessageCommand")
|
|
5159
|
-
.sc(SendMessage$)
|
|
5160
|
-
.build() {
|
|
4455
|
+
class SendMessageCommand extends command(_ep0, _mw0, "SendMessage", SendMessage$) {
|
|
5161
4456
|
}
|
|
5162
4457
|
|
|
5163
|
-
class StartContentUploadCommand extends
|
|
5164
|
-
.classBuilder()
|
|
5165
|
-
.ep(commonParams)
|
|
5166
|
-
.m(function (Command, cs, config, o) {
|
|
5167
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5168
|
-
})
|
|
5169
|
-
.s("WisdomService", "StartContentUpload", {})
|
|
5170
|
-
.n("QConnectClient", "StartContentUploadCommand")
|
|
5171
|
-
.sc(StartContentUpload$)
|
|
5172
|
-
.build() {
|
|
4458
|
+
class StartContentUploadCommand extends command(_ep0, _mw0, "StartContentUpload", StartContentUpload$) {
|
|
5173
4459
|
}
|
|
5174
4460
|
|
|
5175
|
-
class StartImportJobCommand extends
|
|
5176
|
-
.classBuilder()
|
|
5177
|
-
.ep(commonParams)
|
|
5178
|
-
.m(function (Command, cs, config, o) {
|
|
5179
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5180
|
-
})
|
|
5181
|
-
.s("WisdomService", "StartImportJob", {})
|
|
5182
|
-
.n("QConnectClient", "StartImportJobCommand")
|
|
5183
|
-
.sc(StartImportJob$)
|
|
5184
|
-
.build() {
|
|
4461
|
+
class StartImportJobCommand extends command(_ep0, _mw0, "StartImportJob", StartImportJob$) {
|
|
5185
4462
|
}
|
|
5186
4463
|
|
|
5187
|
-
class TagResourceCommand extends
|
|
5188
|
-
.classBuilder()
|
|
5189
|
-
.ep(commonParams)
|
|
5190
|
-
.m(function (Command, cs, config, o) {
|
|
5191
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5192
|
-
})
|
|
5193
|
-
.s("WisdomService", "TagResource", {})
|
|
5194
|
-
.n("QConnectClient", "TagResourceCommand")
|
|
5195
|
-
.sc(TagResource$)
|
|
5196
|
-
.build() {
|
|
4464
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
5197
4465
|
}
|
|
5198
4466
|
|
|
5199
|
-
class UntagResourceCommand extends
|
|
5200
|
-
.classBuilder()
|
|
5201
|
-
.ep(commonParams)
|
|
5202
|
-
.m(function (Command, cs, config, o) {
|
|
5203
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5204
|
-
})
|
|
5205
|
-
.s("WisdomService", "UntagResource", {})
|
|
5206
|
-
.n("QConnectClient", "UntagResourceCommand")
|
|
5207
|
-
.sc(UntagResource$)
|
|
5208
|
-
.build() {
|
|
4467
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
5209
4468
|
}
|
|
5210
4469
|
|
|
5211
|
-
class UpdateAIAgentCommand extends
|
|
5212
|
-
.classBuilder()
|
|
5213
|
-
.ep(commonParams)
|
|
5214
|
-
.m(function (Command, cs, config, o) {
|
|
5215
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5216
|
-
})
|
|
5217
|
-
.s("WisdomService", "UpdateAIAgent", {})
|
|
5218
|
-
.n("QConnectClient", "UpdateAIAgentCommand")
|
|
5219
|
-
.sc(UpdateAIAgent$)
|
|
5220
|
-
.build() {
|
|
4470
|
+
class UpdateAIAgentCommand extends command(_ep0, _mw0, "UpdateAIAgent", UpdateAIAgent$) {
|
|
5221
4471
|
}
|
|
5222
4472
|
|
|
5223
|
-
class UpdateAIGuardrailCommand extends
|
|
5224
|
-
.classBuilder()
|
|
5225
|
-
.ep(commonParams)
|
|
5226
|
-
.m(function (Command, cs, config, o) {
|
|
5227
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5228
|
-
})
|
|
5229
|
-
.s("WisdomService", "UpdateAIGuardrail", {})
|
|
5230
|
-
.n("QConnectClient", "UpdateAIGuardrailCommand")
|
|
5231
|
-
.sc(UpdateAIGuardrail$)
|
|
5232
|
-
.build() {
|
|
4473
|
+
class UpdateAIGuardrailCommand extends command(_ep0, _mw0, "UpdateAIGuardrail", UpdateAIGuardrail$) {
|
|
5233
4474
|
}
|
|
5234
4475
|
|
|
5235
|
-
class UpdateAIPromptCommand extends
|
|
5236
|
-
.classBuilder()
|
|
5237
|
-
.ep(commonParams)
|
|
5238
|
-
.m(function (Command, cs, config, o) {
|
|
5239
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5240
|
-
})
|
|
5241
|
-
.s("WisdomService", "UpdateAIPrompt", {})
|
|
5242
|
-
.n("QConnectClient", "UpdateAIPromptCommand")
|
|
5243
|
-
.sc(UpdateAIPrompt$)
|
|
5244
|
-
.build() {
|
|
4476
|
+
class UpdateAIPromptCommand extends command(_ep0, _mw0, "UpdateAIPrompt", UpdateAIPrompt$) {
|
|
5245
4477
|
}
|
|
5246
4478
|
|
|
5247
|
-
class UpdateAssistantAIAgentCommand extends
|
|
5248
|
-
.classBuilder()
|
|
5249
|
-
.ep(commonParams)
|
|
5250
|
-
.m(function (Command, cs, config, o) {
|
|
5251
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5252
|
-
})
|
|
5253
|
-
.s("WisdomService", "UpdateAssistantAIAgent", {})
|
|
5254
|
-
.n("QConnectClient", "UpdateAssistantAIAgentCommand")
|
|
5255
|
-
.sc(UpdateAssistantAIAgent$)
|
|
5256
|
-
.build() {
|
|
4479
|
+
class UpdateAssistantAIAgentCommand extends command(_ep0, _mw0, "UpdateAssistantAIAgent", UpdateAssistantAIAgent$) {
|
|
5257
4480
|
}
|
|
5258
4481
|
|
|
5259
|
-
class UpdateContentCommand extends
|
|
5260
|
-
.classBuilder()
|
|
5261
|
-
.ep(commonParams)
|
|
5262
|
-
.m(function (Command, cs, config, o) {
|
|
5263
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5264
|
-
})
|
|
5265
|
-
.s("WisdomService", "UpdateContent", {})
|
|
5266
|
-
.n("QConnectClient", "UpdateContentCommand")
|
|
5267
|
-
.sc(UpdateContent$)
|
|
5268
|
-
.build() {
|
|
4482
|
+
class UpdateContentCommand extends command(_ep0, _mw0, "UpdateContent", UpdateContent$) {
|
|
5269
4483
|
}
|
|
5270
4484
|
|
|
5271
|
-
class UpdateKnowledgeBaseTemplateUriCommand extends
|
|
5272
|
-
.classBuilder()
|
|
5273
|
-
.ep(commonParams)
|
|
5274
|
-
.m(function (Command, cs, config, o) {
|
|
5275
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5276
|
-
})
|
|
5277
|
-
.s("WisdomService", "UpdateKnowledgeBaseTemplateUri", {})
|
|
5278
|
-
.n("QConnectClient", "UpdateKnowledgeBaseTemplateUriCommand")
|
|
5279
|
-
.sc(UpdateKnowledgeBaseTemplateUri$)
|
|
5280
|
-
.build() {
|
|
4485
|
+
class UpdateKnowledgeBaseTemplateUriCommand extends command(_ep0, _mw0, "UpdateKnowledgeBaseTemplateUri", UpdateKnowledgeBaseTemplateUri$) {
|
|
5281
4486
|
}
|
|
5282
4487
|
|
|
5283
|
-
class UpdateMessageTemplateCommand extends
|
|
5284
|
-
.classBuilder()
|
|
5285
|
-
.ep(commonParams)
|
|
5286
|
-
.m(function (Command, cs, config, o) {
|
|
5287
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5288
|
-
})
|
|
5289
|
-
.s("WisdomService", "UpdateMessageTemplate", {})
|
|
5290
|
-
.n("QConnectClient", "UpdateMessageTemplateCommand")
|
|
5291
|
-
.sc(UpdateMessageTemplate$)
|
|
5292
|
-
.build() {
|
|
4488
|
+
class UpdateMessageTemplateCommand extends command(_ep0, _mw0, "UpdateMessageTemplate", UpdateMessageTemplate$) {
|
|
5293
4489
|
}
|
|
5294
4490
|
|
|
5295
|
-
class UpdateMessageTemplateMetadataCommand extends
|
|
5296
|
-
.classBuilder()
|
|
5297
|
-
.ep(commonParams)
|
|
5298
|
-
.m(function (Command, cs, config, o) {
|
|
5299
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5300
|
-
})
|
|
5301
|
-
.s("WisdomService", "UpdateMessageTemplateMetadata", {})
|
|
5302
|
-
.n("QConnectClient", "UpdateMessageTemplateMetadataCommand")
|
|
5303
|
-
.sc(UpdateMessageTemplateMetadata$)
|
|
5304
|
-
.build() {
|
|
4491
|
+
class UpdateMessageTemplateMetadataCommand extends command(_ep0, _mw0, "UpdateMessageTemplateMetadata", UpdateMessageTemplateMetadata$) {
|
|
5305
4492
|
}
|
|
5306
4493
|
|
|
5307
|
-
class UpdateQuickResponseCommand extends
|
|
5308
|
-
.classBuilder()
|
|
5309
|
-
.ep(commonParams)
|
|
5310
|
-
.m(function (Command, cs, config, o) {
|
|
5311
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5312
|
-
})
|
|
5313
|
-
.s("WisdomService", "UpdateQuickResponse", {})
|
|
5314
|
-
.n("QConnectClient", "UpdateQuickResponseCommand")
|
|
5315
|
-
.sc(UpdateQuickResponse$)
|
|
5316
|
-
.build() {
|
|
4494
|
+
class UpdateQuickResponseCommand extends command(_ep0, _mw0, "UpdateQuickResponse", UpdateQuickResponse$) {
|
|
5317
4495
|
}
|
|
5318
4496
|
|
|
5319
|
-
class UpdateSessionCommand extends
|
|
5320
|
-
.classBuilder()
|
|
5321
|
-
.ep(commonParams)
|
|
5322
|
-
.m(function (Command, cs, config, o) {
|
|
5323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5324
|
-
})
|
|
5325
|
-
.s("WisdomService", "UpdateSession", {})
|
|
5326
|
-
.n("QConnectClient", "UpdateSessionCommand")
|
|
5327
|
-
.sc(UpdateSession$)
|
|
5328
|
-
.build() {
|
|
4497
|
+
class UpdateSessionCommand extends command(_ep0, _mw0, "UpdateSession", UpdateSession$) {
|
|
5329
4498
|
}
|
|
5330
4499
|
|
|
5331
|
-
class UpdateSessionDataCommand extends
|
|
5332
|
-
.classBuilder()
|
|
5333
|
-
.ep(commonParams)
|
|
5334
|
-
.m(function (Command, cs, config, o) {
|
|
5335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
5336
|
-
})
|
|
5337
|
-
.s("WisdomService", "UpdateSessionData", {})
|
|
5338
|
-
.n("QConnectClient", "UpdateSessionDataCommand")
|
|
5339
|
-
.sc(UpdateSessionData$)
|
|
5340
|
-
.build() {
|
|
4500
|
+
class UpdateSessionDataCommand extends command(_ep0, _mw0, "UpdateSessionData", UpdateSessionData$) {
|
|
5341
4501
|
}
|
|
5342
4502
|
|
|
5343
4503
|
const paginateListAIAgents = createPaginator(QConnectClient, ListAIAgentsCommand, "nextToken", "nextToken", "maxResults");
|