@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
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartContentUploadRequest, StartContentUploadResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartContentUploadCommandInput extends StartContentUploadReques
|
|
|
22
19
|
export interface StartContentUploadCommandOutput extends StartContentUploadResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartContentUploadCommand_base: {
|
|
25
|
-
new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT request to the returned URL with your file, making sure to include the required headers. Then use <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_CreateContent.html">CreateContent</a> to finalize the content creation process or <a href="https://docs.aws.amazon.com/amazon-q-connect/latest/APIReference/API_UpdateContent.html">UpdateContent</a> to modify an existing resource. You can only upload content to a knowledge base of type CUSTOM.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { StartImportJobRequest, StartImportJobResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartImportJobCommandInput extends StartImportJobRequest {
|
|
|
22
19
|
export interface StartImportJobCommandOutput extends StartImportJobResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartImportJobCommand_base: {
|
|
25
|
-
new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Start an asynchronous job to import Amazon Q in Connect resources from an uploaded source file. Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to upload an asset that contains the resource data.</p> <ul> <li> <p>For importing Amazon Q in Connect quick responses, you need to upload a csv file including the quick responses. For information about how to format the csv file for importing quick responses, see <a href="https://docs.aws.amazon.com/console/connect/quick-responses/add-data">Import quick responses</a>.</p> </li> </ul>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceRequest, TagResourceResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Adds the specified tags to the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Removes the specified tags from the specified resource.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateAIAgentRequest, UpdateAIAgentResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAIAgentCommandInput extends UpdateAIAgentRequest {
|
|
|
22
19
|
export interface UpdateAIAgentCommandOutput extends UpdateAIAgentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAIAgentCommand_base: {
|
|
25
|
-
new (input: UpdateAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an AI Agent.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateAIGuardrailRequest, UpdateAIGuardrailResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAIGuardrailCommandInput extends UpdateAIGuardrailRequest
|
|
|
22
19
|
export interface UpdateAIGuardrailCommandOutput extends UpdateAIGuardrailResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAIGuardrailCommand_base: {
|
|
25
|
-
new (input: UpdateAIGuardrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAIGuardrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAIGuardrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAIGuardrailCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an AI Guardrail.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateAIPromptRequest, UpdateAIPromptResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAIPromptCommandInput extends UpdateAIPromptRequest {
|
|
|
22
19
|
export interface UpdateAIPromptCommandOutput extends UpdateAIPromptResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAIPromptCommand_base: {
|
|
25
|
-
new (input: UpdateAIPromptCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAIPromptCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAIPromptCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAIPromptCommandInput): import("@smithy/core/client").CommandImpl<UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an AI Prompt.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateAssistantAIAgentRequest, UpdateAssistantAIAgentResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateAssistantAIAgentCommandInput extends UpdateAssistantAIAge
|
|
|
22
19
|
export interface UpdateAssistantAIAgentCommandOutput extends UpdateAssistantAIAgentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateAssistantAIAgentCommand_base: {
|
|
25
|
-
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateAssistantAIAgentCommandInput): import("@smithy/core/client").CommandImpl<UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the AI Agent that is set for use by default on an Amazon Q in Connect Assistant.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateContentRequest, UpdateContentResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateContentCommandInput extends UpdateContentRequest {
|
|
|
22
19
|
export interface UpdateContentCommandOutput extends UpdateContentResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateContentCommand_base: {
|
|
25
|
-
new (input: UpdateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateContentCommandInput): import("@smithy/core/client").CommandImpl<UpdateContentCommandInput, UpdateContentCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates information about the content.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateKnowledgeBaseTemplateUriRequest, UpdateKnowledgeBaseTemplateUriResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateKnowledgeBaseTemplateUriCommandInput extends UpdateKnowle
|
|
|
22
19
|
export interface UpdateKnowledgeBaseTemplateUriCommandOutput extends UpdateKnowledgeBaseTemplateUriResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateKnowledgeBaseTemplateUriCommand_base: {
|
|
25
|
-
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the template URI of a knowledge base. This is only supported for knowledge bases of type EXTERNAL. Include a single variable in <code>$\{variable\}</code> format; this interpolated by Amazon Q in Connect using ingested content. For example, if you ingest a Salesforce article, it has an <code>Id</code> value, and you can set the template URI to <code>https://myInstanceName.lightning.force.com/lightning/r/Knowledge__kav/*$\{Id\}*\/view</code>. </p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateMessageTemplateRequest, UpdateMessageTemplateResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateMessageTemplateCommandInput extends UpdateMessageTemplate
|
|
|
22
19
|
export interface UpdateMessageTemplateCommandOutput extends UpdateMessageTemplateResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateMessageTemplateCommand_base: {
|
|
25
|
-
new (input: UpdateMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMessageTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the Amazon Q in Connect message template. Partial update is supported. If any field is not supplied, it will remain unchanged for the message template that is referenced by the <code>$LATEST</code> qualifier. Any modification will only apply to the message template that is referenced by the <code>$LATEST</code> qualifier. The fields for all available versions will remain unchanged.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateMessageTemplateMetadataRequest, UpdateMessageTemplateMetadataResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateMessageTemplateMetadataCommandInput extends UpdateMessage
|
|
|
22
19
|
export interface UpdateMessageTemplateMetadataCommandOutput extends UpdateMessageTemplateMetadataResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateMessageTemplateMetadataCommand_base: {
|
|
25
|
-
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateMessageTemplateMetadataCommandInput): import("@smithy/core/client").CommandImpl<UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the Amazon Q in Connect message template metadata. Note that any modification to the message template’s name, description and grouping configuration will applied to the message template pointed by the <code>$LATEST</code> qualifier and all available versions. Partial update is supported. If any field is not supplied, it will remain unchanged for the message template.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateQuickResponseRequest, UpdateQuickResponseResponse } from "../models/models_1";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateQuickResponseCommandInput extends UpdateQuickResponseRequ
|
|
|
22
19
|
export interface UpdateQuickResponseCommandOutput extends UpdateQuickResponseResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateQuickResponseCommand_base: {
|
|
25
|
-
new (input: UpdateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates an existing Amazon Q in Connect quick response.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateSessionRequest, UpdateSessionResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSessionCommandInput extends UpdateSessionRequest {
|
|
|
22
19
|
export interface UpdateSessionCommandOutput extends UpdateSessionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSessionCommand_base: {
|
|
25
|
-
new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSessionCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionCommandInput, UpdateSessionCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a session. A session is a contextual container used for generating recommendations. Amazon Connect updates the existing Amazon Q in Connect session for each contact on which Amazon Q in Connect is enabled.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UpdateSessionDataRequest, UpdateSessionDataResponse } from "../models/models_0";
|
|
4
|
-
import type { QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QConnectClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateSessionDataCommandInput extends UpdateSessionDataRequest
|
|
|
22
19
|
export interface UpdateSessionDataCommandOutput extends UpdateSessionDataResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSessionDataCommand_base: {
|
|
25
|
-
new (input: UpdateSessionDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSessionDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput, QConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSessionDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSessionDataCommandInput): import("@smithy/core/client").CommandImpl<UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the data stored on an Amazon Q in Connect Session.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { QConnectExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { QConnectClientConfig } from "./QConnectClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: QConnectClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
QConnectClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./QConnectClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
QConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
QConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ActivateMessageTemplateRequest,
|
|
5
4
|
ActivateMessageTemplateResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
QConnectClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../QConnectClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ActivateMessageTemplateCommandInput
|
|
15
8
|
extends ActivateMessageTemplateRequest {}
|
|
16
9
|
export interface ActivateMessageTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ActivateMessageTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ActivateMessageTemplateCommandInput,
|
|
24
17
|
ActivateMessageTemplateCommandOutput,
|
|
25
|
-
QConnectClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").QConnectClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ActivateMessageTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ActivateMessageTemplateCommandInput,
|
|
33
26
|
ActivateMessageTemplateCommandOutput,
|
|
34
|
-
QConnectClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").QConnectClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ActivateMessageTemplateCommand extends ActivateMessageTemplateCommand_base {
|
|
43
34
|
protected static __types: {
|