@aws-sdk/client-qconnect 3.1077.0 → 3.1079.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 +102 -943
- 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-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/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/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMessageTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMessageTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "DeleteMessageTemplate", {})
|
|
13
|
-
.n("QConnectClient", "DeleteMessageTemplateCommand")
|
|
14
|
-
.sc(DeleteMessageTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMessageTemplateCommand extends command(_ep0, _mw0, "DeleteMessageTemplate", DeleteMessageTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteQuickResponse$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteQuickResponseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "DeleteQuickResponse", {})
|
|
13
|
-
.n("QConnectClient", "DeleteQuickResponseCommand")
|
|
14
|
-
.sc(DeleteQuickResponse$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteQuickResponseCommand extends command(_ep0, _mw0, "DeleteQuickResponse", DeleteQuickResponse$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAIAgent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAIAgentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetAIAgent", {})
|
|
13
|
-
.n("QConnectClient", "GetAIAgentCommand")
|
|
14
|
-
.sc(GetAIAgent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAIAgentCommand extends command(_ep0, _mw0, "GetAIAgent", GetAIAgent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAIGuardrail$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAIGuardrailCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetAIGuardrail", {})
|
|
13
|
-
.n("QConnectClient", "GetAIGuardrailCommand")
|
|
14
|
-
.sc(GetAIGuardrail$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAIGuardrailCommand extends command(_ep0, _mw0, "GetAIGuardrail", GetAIGuardrail$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAIPrompt$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAIPromptCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetAIPrompt", {})
|
|
13
|
-
.n("QConnectClient", "GetAIPromptCommand")
|
|
14
|
-
.sc(GetAIPrompt$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAIPromptCommand extends command(_ep0, _mw0, "GetAIPrompt", GetAIPrompt$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAssistantAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssistantAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetAssistantAssociation", {})
|
|
13
|
-
.n("QConnectClient", "GetAssistantAssociationCommand")
|
|
14
|
-
.sc(GetAssistantAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssistantAssociationCommand extends command(_ep0, _mw0, "GetAssistantAssociation", GetAssistantAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAssistant$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAssistantCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetAssistant", {})
|
|
13
|
-
.n("QConnectClient", "GetAssistantCommand")
|
|
14
|
-
.sc(GetAssistant$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAssistantCommand extends command(_ep0, _mw0, "GetAssistant", GetAssistant$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetContentAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetContentAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetContentAssociation", {})
|
|
13
|
-
.n("QConnectClient", "GetContentAssociationCommand")
|
|
14
|
-
.sc(GetContentAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetContentAssociationCommand extends command(_ep0, _mw0, "GetContentAssociation", GetContentAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetContent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetContentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetContent", {})
|
|
13
|
-
.n("QConnectClient", "GetContentCommand")
|
|
14
|
-
.sc(GetContent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetContentCommand extends command(_ep0, _mw0, "GetContent", GetContent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetContentSummary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetContentSummaryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetContentSummary", {})
|
|
13
|
-
.n("QConnectClient", "GetContentSummaryCommand")
|
|
14
|
-
.sc(GetContentSummary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetContentSummaryCommand extends command(_ep0, _mw0, "GetContentSummary", GetContentSummary$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetImportJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetImportJobCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetImportJob", {})
|
|
13
|
-
.n("QConnectClient", "GetImportJobCommand")
|
|
14
|
-
.sc(GetImportJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetImportJobCommand extends command(_ep0, _mw0, "GetImportJob", GetImportJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetKnowledgeBase$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetKnowledgeBaseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetKnowledgeBase", {})
|
|
13
|
-
.n("QConnectClient", "GetKnowledgeBaseCommand")
|
|
14
|
-
.sc(GetKnowledgeBase$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetKnowledgeBaseCommand extends command(_ep0, _mw0, "GetKnowledgeBase", GetKnowledgeBase$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMessageTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMessageTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetMessageTemplate", {})
|
|
13
|
-
.n("QConnectClient", "GetMessageTemplateCommand")
|
|
14
|
-
.sc(GetMessageTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMessageTemplateCommand extends command(_ep0, _mw0, "GetMessageTemplate", GetMessageTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetNextMessage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetNextMessageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetNextMessage", {})
|
|
13
|
-
.n("QConnectClient", "GetNextMessageCommand")
|
|
14
|
-
.sc(GetNextMessage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetNextMessageCommand extends command(_ep0, _mw0, "GetNextMessage", GetNextMessage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetQuickResponse$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetQuickResponseCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetQuickResponse", {})
|
|
13
|
-
.n("QConnectClient", "GetQuickResponseCommand")
|
|
14
|
-
.sc(GetQuickResponse$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetQuickResponseCommand extends command(_ep0, _mw0, "GetQuickResponse", GetQuickResponse$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetRecommendations", {})
|
|
13
|
-
.n("QConnectClient", "GetRecommendationsCommand")
|
|
14
|
-
.sc(GetRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecommendationsCommand extends command(_ep0, _mw0, "GetRecommendations", GetRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSession$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSessionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "GetSession", {})
|
|
13
|
-
.n("QConnectClient", "GetSessionCommand")
|
|
14
|
-
.sc(GetSession$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSessionCommand extends command(_ep0, _mw0, "GetSession", GetSession$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAIAgentVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAIAgentVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAIAgentVersions", {})
|
|
13
|
-
.n("QConnectClient", "ListAIAgentVersionsCommand")
|
|
14
|
-
.sc(ListAIAgentVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAIAgentVersionsCommand extends command(_ep0, _mw0, "ListAIAgentVersions", ListAIAgentVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAIAgents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAIAgentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAIAgents", {})
|
|
13
|
-
.n("QConnectClient", "ListAIAgentsCommand")
|
|
14
|
-
.sc(ListAIAgents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAIAgentsCommand extends command(_ep0, _mw0, "ListAIAgents", ListAIAgents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAIGuardrailVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAIGuardrailVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAIGuardrailVersions", {})
|
|
13
|
-
.n("QConnectClient", "ListAIGuardrailVersionsCommand")
|
|
14
|
-
.sc(ListAIGuardrailVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAIGuardrailVersionsCommand extends command(_ep0, _mw0, "ListAIGuardrailVersions", ListAIGuardrailVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAIGuardrails$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAIGuardrailsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAIGuardrails", {})
|
|
13
|
-
.n("QConnectClient", "ListAIGuardrailsCommand")
|
|
14
|
-
.sc(ListAIGuardrails$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAIGuardrailsCommand extends command(_ep0, _mw0, "ListAIGuardrails", ListAIGuardrails$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAIPromptVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAIPromptVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAIPromptVersions", {})
|
|
13
|
-
.n("QConnectClient", "ListAIPromptVersionsCommand")
|
|
14
|
-
.sc(ListAIPromptVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAIPromptVersionsCommand extends command(_ep0, _mw0, "ListAIPromptVersions", ListAIPromptVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAIPrompts$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAIPromptsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAIPrompts", {})
|
|
13
|
-
.n("QConnectClient", "ListAIPromptsCommand")
|
|
14
|
-
.sc(ListAIPrompts$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAIPromptsCommand extends command(_ep0, _mw0, "ListAIPrompts", ListAIPrompts$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssistantAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssistantAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAssistantAssociations", {})
|
|
13
|
-
.n("QConnectClient", "ListAssistantAssociationsCommand")
|
|
14
|
-
.sc(ListAssistantAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssistantAssociationsCommand extends command(_ep0, _mw0, "ListAssistantAssociations", ListAssistantAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssistants$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssistantsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListAssistants", {})
|
|
13
|
-
.n("QConnectClient", "ListAssistantsCommand")
|
|
14
|
-
.sc(ListAssistants$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssistantsCommand extends command(_ep0, _mw0, "ListAssistants", ListAssistants$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListContentAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListContentAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListContentAssociations", {})
|
|
13
|
-
.n("QConnectClient", "ListContentAssociationsCommand")
|
|
14
|
-
.sc(ListContentAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListContentAssociationsCommand extends command(_ep0, _mw0, "ListContentAssociations", ListContentAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListContents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListContentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListContents", {})
|
|
13
|
-
.n("QConnectClient", "ListContentsCommand")
|
|
14
|
-
.sc(ListContents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListContentsCommand extends command(_ep0, _mw0, "ListContents", ListContents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListImportJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListImportJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListImportJobs", {})
|
|
13
|
-
.n("QConnectClient", "ListImportJobsCommand")
|
|
14
|
-
.sc(ListImportJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListImportJobsCommand extends command(_ep0, _mw0, "ListImportJobs", ListImportJobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListKnowledgeBases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListKnowledgeBasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListKnowledgeBases", {})
|
|
13
|
-
.n("QConnectClient", "ListKnowledgeBasesCommand")
|
|
14
|
-
.sc(ListKnowledgeBases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListKnowledgeBasesCommand extends command(_ep0, _mw0, "ListKnowledgeBases", ListKnowledgeBases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMessageTemplateVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMessageTemplateVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListMessageTemplateVersions", {})
|
|
13
|
-
.n("QConnectClient", "ListMessageTemplateVersionsCommand")
|
|
14
|
-
.sc(ListMessageTemplateVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMessageTemplateVersionsCommand extends command(_ep0, _mw0, "ListMessageTemplateVersions", ListMessageTemplateVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMessageTemplates$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMessageTemplatesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WisdomService", "ListMessageTemplates", {})
|
|
13
|
-
.n("QConnectClient", "ListMessageTemplatesCommand")
|
|
14
|
-
.sc(ListMessageTemplates$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMessageTemplatesCommand extends command(_ep0, _mw0, "ListMessageTemplates", ListMessageTemplates$) {
|
|
16
4
|
}
|