@aws-sdk/client-qconnect 3.1019.0 → 3.1020.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.
Files changed (33) hide show
  1. package/dist-es/QConnect.js +7 -7
  2. package/dist-types/QConnect.d.ts +93 -93
  3. package/dist-types/QConnectClient.d.ts +96 -96
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/models_0.d.ts +2 -2
  7. package/dist-types/models/models_1.d.ts +2 -2
  8. package/dist-types/pagination/ListAIAgentVersionsPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListAIAgentsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListAIGuardrailVersionsPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListAIGuardrailsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListAIPromptVersionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListAIPromptsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListAssistantAssociationsPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListAssistantsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListContentAssociationsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListContentsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListImportJobsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListKnowledgeBasesPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListMessageTemplateVersionsPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListMessageTemplatesPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListMessagesPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListQuickResponsesPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListSpansPaginator.d.ts +1 -1
  25. package/dist-types/pagination/QueryAssistantPaginator.d.ts +1 -1
  26. package/dist-types/pagination/SearchContentPaginator.d.ts +1 -1
  27. package/dist-types/pagination/SearchMessageTemplatesPaginator.d.ts +1 -1
  28. package/dist-types/pagination/SearchQuickResponsesPaginator.d.ts +1 -1
  29. package/dist-types/pagination/SearchSessionsPaginator.d.ts +1 -1
  30. package/dist-types/ts3.4/QConnectClient.d.ts +2 -3
  31. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_1.d.ts +12 -12
  33. package/package.json +13 -13
@@ -32,13 +32,13 @@ import { DeleteKnowledgeBaseCommand, } from "./commands/DeleteKnowledgeBaseComma
32
32
  import { DeleteMessageTemplateAttachmentCommand, } from "./commands/DeleteMessageTemplateAttachmentCommand";
33
33
  import { DeleteMessageTemplateCommand, } from "./commands/DeleteMessageTemplateCommand";
34
34
  import { DeleteQuickResponseCommand, } from "./commands/DeleteQuickResponseCommand";
35
- import { GetAIAgentCommand } from "./commands/GetAIAgentCommand";
35
+ import { GetAIAgentCommand, } from "./commands/GetAIAgentCommand";
36
36
  import { GetAIGuardrailCommand, } from "./commands/GetAIGuardrailCommand";
37
- import { GetAIPromptCommand } from "./commands/GetAIPromptCommand";
37
+ import { GetAIPromptCommand, } from "./commands/GetAIPromptCommand";
38
38
  import { GetAssistantAssociationCommand, } from "./commands/GetAssistantAssociationCommand";
39
39
  import { GetAssistantCommand, } from "./commands/GetAssistantCommand";
40
40
  import { GetContentAssociationCommand, } from "./commands/GetContentAssociationCommand";
41
- import { GetContentCommand } from "./commands/GetContentCommand";
41
+ import { GetContentCommand, } from "./commands/GetContentCommand";
42
42
  import { GetContentSummaryCommand, } from "./commands/GetContentSummaryCommand";
43
43
  import { GetImportJobCommand, } from "./commands/GetImportJobCommand";
44
44
  import { GetKnowledgeBaseCommand, } from "./commands/GetKnowledgeBaseCommand";
@@ -46,7 +46,7 @@ import { GetMessageTemplateCommand, } from "./commands/GetMessageTemplateCommand
46
46
  import { GetNextMessageCommand, } from "./commands/GetNextMessageCommand";
47
47
  import { GetQuickResponseCommand, } from "./commands/GetQuickResponseCommand";
48
48
  import { GetRecommendationsCommand, } from "./commands/GetRecommendationsCommand";
49
- import { GetSessionCommand } from "./commands/GetSessionCommand";
49
+ import { GetSessionCommand, } from "./commands/GetSessionCommand";
50
50
  import { ListAIAgentsCommand, } from "./commands/ListAIAgentsCommand";
51
51
  import { ListAIAgentVersionsCommand, } from "./commands/ListAIAgentVersionsCommand";
52
52
  import { ListAIGuardrailsCommand, } from "./commands/ListAIGuardrailsCommand";
@@ -66,7 +66,7 @@ import { ListQuickResponsesCommand, } from "./commands/ListQuickResponsesCommand
66
66
  import { ListSpansCommand } from "./commands/ListSpansCommand";
67
67
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
68
68
  import { NotifyRecommendationsReceivedCommand, } from "./commands/NotifyRecommendationsReceivedCommand";
69
- import { PutFeedbackCommand } from "./commands/PutFeedbackCommand";
69
+ import { PutFeedbackCommand, } from "./commands/PutFeedbackCommand";
70
70
  import { QueryAssistantCommand, } from "./commands/QueryAssistantCommand";
71
71
  import { RemoveAssistantAIAgentCommand, } from "./commands/RemoveAssistantAIAgentCommand";
72
72
  import { RemoveKnowledgeBaseTemplateUriCommand, } from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
@@ -76,10 +76,10 @@ import { SearchContentCommand, } from "./commands/SearchContentCommand";
76
76
  import { SearchMessageTemplatesCommand, } from "./commands/SearchMessageTemplatesCommand";
77
77
  import { SearchQuickResponsesCommand, } from "./commands/SearchQuickResponsesCommand";
78
78
  import { SearchSessionsCommand, } from "./commands/SearchSessionsCommand";
79
- import { SendMessageCommand } from "./commands/SendMessageCommand";
79
+ import { SendMessageCommand, } from "./commands/SendMessageCommand";
80
80
  import { StartContentUploadCommand, } from "./commands/StartContentUploadCommand";
81
81
  import { StartImportJobCommand, } from "./commands/StartImportJobCommand";
82
- import { TagResourceCommand } from "./commands/TagResourceCommand";
82
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
83
83
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
84
84
  import { UpdateAIAgentCommand, } from "./commands/UpdateAIAgentCommand";
85
85
  import { UpdateAIGuardrailCommand, } from "./commands/UpdateAIGuardrailCommand";
@@ -1,97 +1,97 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
3
- import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
4
- import { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "./commands/CreateAIAgentVersionCommand";
5
- import { CreateAIGuardrailCommandInput, CreateAIGuardrailCommandOutput } from "./commands/CreateAIGuardrailCommand";
6
- import { CreateAIGuardrailVersionCommandInput, CreateAIGuardrailVersionCommandOutput } from "./commands/CreateAIGuardrailVersionCommand";
7
- import { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "./commands/CreateAIPromptCommand";
8
- import { CreateAIPromptVersionCommandInput, CreateAIPromptVersionCommandOutput } from "./commands/CreateAIPromptVersionCommand";
9
- import { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
10
- import { CreateAssistantCommandInput, CreateAssistantCommandOutput } from "./commands/CreateAssistantCommand";
11
- import { CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput } from "./commands/CreateContentAssociationCommand";
12
- import { CreateContentCommandInput, CreateContentCommandOutput } from "./commands/CreateContentCommand";
13
- import { CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput } from "./commands/CreateKnowledgeBaseCommand";
14
- import { CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput } from "./commands/CreateMessageTemplateAttachmentCommand";
15
- import { CreateMessageTemplateCommandInput, CreateMessageTemplateCommandOutput } from "./commands/CreateMessageTemplateCommand";
16
- import { CreateMessageTemplateVersionCommandInput, CreateMessageTemplateVersionCommandOutput } from "./commands/CreateMessageTemplateVersionCommand";
17
- import { CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput } from "./commands/CreateQuickResponseCommand";
18
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
19
- import { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "./commands/DeactivateMessageTemplateCommand";
20
- import { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "./commands/DeleteAIAgentCommand";
21
- import { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "./commands/DeleteAIAgentVersionCommand";
22
- import { DeleteAIGuardrailCommandInput, DeleteAIGuardrailCommandOutput } from "./commands/DeleteAIGuardrailCommand";
23
- import { DeleteAIGuardrailVersionCommandInput, DeleteAIGuardrailVersionCommandOutput } from "./commands/DeleteAIGuardrailVersionCommand";
24
- import { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "./commands/DeleteAIPromptCommand";
25
- import { DeleteAIPromptVersionCommandInput, DeleteAIPromptVersionCommandOutput } from "./commands/DeleteAIPromptVersionCommand";
26
- import { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "./commands/DeleteAssistantAssociationCommand";
27
- import { DeleteAssistantCommandInput, DeleteAssistantCommandOutput } from "./commands/DeleteAssistantCommand";
28
- import { DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOutput } from "./commands/DeleteContentAssociationCommand";
29
- import { DeleteContentCommandInput, DeleteContentCommandOutput } from "./commands/DeleteContentCommand";
30
- import { DeleteImportJobCommandInput, DeleteImportJobCommandOutput } from "./commands/DeleteImportJobCommand";
31
- import { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "./commands/DeleteKnowledgeBaseCommand";
32
- import { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttachmentCommandOutput } from "./commands/DeleteMessageTemplateAttachmentCommand";
33
- import { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "./commands/DeleteMessageTemplateCommand";
34
- import { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "./commands/DeleteQuickResponseCommand";
35
- import { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "./commands/GetAIAgentCommand";
36
- import { GetAIGuardrailCommandInput, GetAIGuardrailCommandOutput } from "./commands/GetAIGuardrailCommand";
37
- import { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "./commands/GetAIPromptCommand";
38
- import { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "./commands/GetAssistantAssociationCommand";
39
- import { GetAssistantCommandInput, GetAssistantCommandOutput } from "./commands/GetAssistantCommand";
40
- import { GetContentAssociationCommandInput, GetContentAssociationCommandOutput } from "./commands/GetContentAssociationCommand";
41
- import { GetContentCommandInput, GetContentCommandOutput } from "./commands/GetContentCommand";
42
- import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from "./commands/GetContentSummaryCommand";
43
- import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
44
- import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "./commands/GetKnowledgeBaseCommand";
45
- import { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "./commands/GetMessageTemplateCommand";
46
- import { GetNextMessageCommandInput, GetNextMessageCommandOutput } from "./commands/GetNextMessageCommand";
47
- import { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "./commands/GetQuickResponseCommand";
48
- import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
49
- import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
50
- import { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "./commands/ListAIAgentsCommand";
51
- import { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "./commands/ListAIAgentVersionsCommand";
52
- import { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "./commands/ListAIGuardrailsCommand";
53
- import { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "./commands/ListAIGuardrailVersionsCommand";
54
- import { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "./commands/ListAIPromptsCommand";
55
- import { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "./commands/ListAIPromptVersionsCommand";
56
- import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "./commands/ListAssistantAssociationsCommand";
57
- import { ListAssistantsCommandInput, ListAssistantsCommandOutput } from "./commands/ListAssistantsCommand";
58
- import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutput } from "./commands/ListContentAssociationsCommand";
59
- import { ListContentsCommandInput, ListContentsCommandOutput } from "./commands/ListContentsCommand";
60
- import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
61
- import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
62
- import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
63
- import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "./commands/ListMessageTemplatesCommand";
64
- import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "./commands/ListMessageTemplateVersionsCommand";
65
- import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "./commands/ListQuickResponsesCommand";
66
- import { ListSpansCommandInput, ListSpansCommandOutput } from "./commands/ListSpansCommand";
67
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
68
- import { NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput } from "./commands/NotifyRecommendationsReceivedCommand";
69
- import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
70
- import { QueryAssistantCommandInput, QueryAssistantCommandOutput } from "./commands/QueryAssistantCommand";
71
- import { RemoveAssistantAIAgentCommandInput, RemoveAssistantAIAgentCommandOutput } from "./commands/RemoveAssistantAIAgentCommand";
72
- import { RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput } from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
73
- import { RenderMessageTemplateCommandInput, RenderMessageTemplateCommandOutput } from "./commands/RenderMessageTemplateCommand";
74
- import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
75
- import { SearchContentCommandInput, SearchContentCommandOutput } from "./commands/SearchContentCommand";
76
- import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "./commands/SearchMessageTemplatesCommand";
77
- import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "./commands/SearchQuickResponsesCommand";
78
- import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "./commands/SearchSessionsCommand";
79
- import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
80
- import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "./commands/StartContentUploadCommand";
81
- import { StartImportJobCommandInput, StartImportJobCommandOutput } from "./commands/StartImportJobCommand";
82
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
83
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
84
- import { UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput } from "./commands/UpdateAIAgentCommand";
85
- import { UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput } from "./commands/UpdateAIGuardrailCommand";
86
- import { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "./commands/UpdateAIPromptCommand";
87
- import { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "./commands/UpdateAssistantAIAgentCommand";
88
- import { UpdateContentCommandInput, UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
89
- import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
90
- import { UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput } from "./commands/UpdateMessageTemplateCommand";
91
- import { UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput } from "./commands/UpdateMessageTemplateMetadataCommand";
92
- import { UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput } from "./commands/UpdateQuickResponseCommand";
93
- import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
94
- import { UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput } from "./commands/UpdateSessionDataCommand";
2
+ import { type ActivateMessageTemplateCommandInput, type ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
3
+ import { type CreateAIAgentCommandInput, type CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
4
+ import { type CreateAIAgentVersionCommandInput, type CreateAIAgentVersionCommandOutput } from "./commands/CreateAIAgentVersionCommand";
5
+ import { type CreateAIGuardrailCommandInput, type CreateAIGuardrailCommandOutput } from "./commands/CreateAIGuardrailCommand";
6
+ import { type CreateAIGuardrailVersionCommandInput, type CreateAIGuardrailVersionCommandOutput } from "./commands/CreateAIGuardrailVersionCommand";
7
+ import { type CreateAIPromptCommandInput, type CreateAIPromptCommandOutput } from "./commands/CreateAIPromptCommand";
8
+ import { type CreateAIPromptVersionCommandInput, type CreateAIPromptVersionCommandOutput } from "./commands/CreateAIPromptVersionCommand";
9
+ import { type CreateAssistantAssociationCommandInput, type CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
10
+ import { type CreateAssistantCommandInput, type CreateAssistantCommandOutput } from "./commands/CreateAssistantCommand";
11
+ import { type CreateContentAssociationCommandInput, type CreateContentAssociationCommandOutput } from "./commands/CreateContentAssociationCommand";
12
+ import { type CreateContentCommandInput, type CreateContentCommandOutput } from "./commands/CreateContentCommand";
13
+ import { type CreateKnowledgeBaseCommandInput, type CreateKnowledgeBaseCommandOutput } from "./commands/CreateKnowledgeBaseCommand";
14
+ import { type CreateMessageTemplateAttachmentCommandInput, type CreateMessageTemplateAttachmentCommandOutput } from "./commands/CreateMessageTemplateAttachmentCommand";
15
+ import { type CreateMessageTemplateCommandInput, type CreateMessageTemplateCommandOutput } from "./commands/CreateMessageTemplateCommand";
16
+ import { type CreateMessageTemplateVersionCommandInput, type CreateMessageTemplateVersionCommandOutput } from "./commands/CreateMessageTemplateVersionCommand";
17
+ import { type CreateQuickResponseCommandInput, type CreateQuickResponseCommandOutput } from "./commands/CreateQuickResponseCommand";
18
+ import { type CreateSessionCommandInput, type CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
19
+ import { type DeactivateMessageTemplateCommandInput, type DeactivateMessageTemplateCommandOutput } from "./commands/DeactivateMessageTemplateCommand";
20
+ import { type DeleteAIAgentCommandInput, type DeleteAIAgentCommandOutput } from "./commands/DeleteAIAgentCommand";
21
+ import { type DeleteAIAgentVersionCommandInput, type DeleteAIAgentVersionCommandOutput } from "./commands/DeleteAIAgentVersionCommand";
22
+ import { type DeleteAIGuardrailCommandInput, type DeleteAIGuardrailCommandOutput } from "./commands/DeleteAIGuardrailCommand";
23
+ import { type DeleteAIGuardrailVersionCommandInput, type DeleteAIGuardrailVersionCommandOutput } from "./commands/DeleteAIGuardrailVersionCommand";
24
+ import { type DeleteAIPromptCommandInput, type DeleteAIPromptCommandOutput } from "./commands/DeleteAIPromptCommand";
25
+ import { type DeleteAIPromptVersionCommandInput, type DeleteAIPromptVersionCommandOutput } from "./commands/DeleteAIPromptVersionCommand";
26
+ import { type DeleteAssistantAssociationCommandInput, type DeleteAssistantAssociationCommandOutput } from "./commands/DeleteAssistantAssociationCommand";
27
+ import { type DeleteAssistantCommandInput, type DeleteAssistantCommandOutput } from "./commands/DeleteAssistantCommand";
28
+ import { type DeleteContentAssociationCommandInput, type DeleteContentAssociationCommandOutput } from "./commands/DeleteContentAssociationCommand";
29
+ import { type DeleteContentCommandInput, type DeleteContentCommandOutput } from "./commands/DeleteContentCommand";
30
+ import { type DeleteImportJobCommandInput, type DeleteImportJobCommandOutput } from "./commands/DeleteImportJobCommand";
31
+ import { type DeleteKnowledgeBaseCommandInput, type DeleteKnowledgeBaseCommandOutput } from "./commands/DeleteKnowledgeBaseCommand";
32
+ import { type DeleteMessageTemplateAttachmentCommandInput, type DeleteMessageTemplateAttachmentCommandOutput } from "./commands/DeleteMessageTemplateAttachmentCommand";
33
+ import { type DeleteMessageTemplateCommandInput, type DeleteMessageTemplateCommandOutput } from "./commands/DeleteMessageTemplateCommand";
34
+ import { type DeleteQuickResponseCommandInput, type DeleteQuickResponseCommandOutput } from "./commands/DeleteQuickResponseCommand";
35
+ import { type GetAIAgentCommandInput, type GetAIAgentCommandOutput } from "./commands/GetAIAgentCommand";
36
+ import { type GetAIGuardrailCommandInput, type GetAIGuardrailCommandOutput } from "./commands/GetAIGuardrailCommand";
37
+ import { type GetAIPromptCommandInput, type GetAIPromptCommandOutput } from "./commands/GetAIPromptCommand";
38
+ import { type GetAssistantAssociationCommandInput, type GetAssistantAssociationCommandOutput } from "./commands/GetAssistantAssociationCommand";
39
+ import { type GetAssistantCommandInput, type GetAssistantCommandOutput } from "./commands/GetAssistantCommand";
40
+ import { type GetContentAssociationCommandInput, type GetContentAssociationCommandOutput } from "./commands/GetContentAssociationCommand";
41
+ import { type GetContentCommandInput, type GetContentCommandOutput } from "./commands/GetContentCommand";
42
+ import { type GetContentSummaryCommandInput, type GetContentSummaryCommandOutput } from "./commands/GetContentSummaryCommand";
43
+ import { type GetImportJobCommandInput, type GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
44
+ import { type GetKnowledgeBaseCommandInput, type GetKnowledgeBaseCommandOutput } from "./commands/GetKnowledgeBaseCommand";
45
+ import { type GetMessageTemplateCommandInput, type GetMessageTemplateCommandOutput } from "./commands/GetMessageTemplateCommand";
46
+ import { type GetNextMessageCommandInput, type GetNextMessageCommandOutput } from "./commands/GetNextMessageCommand";
47
+ import { type GetQuickResponseCommandInput, type GetQuickResponseCommandOutput } from "./commands/GetQuickResponseCommand";
48
+ import { type GetRecommendationsCommandInput, type GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
49
+ import { type GetSessionCommandInput, type GetSessionCommandOutput } from "./commands/GetSessionCommand";
50
+ import { type ListAIAgentsCommandInput, type ListAIAgentsCommandOutput } from "./commands/ListAIAgentsCommand";
51
+ import { type ListAIAgentVersionsCommandInput, type ListAIAgentVersionsCommandOutput } from "./commands/ListAIAgentVersionsCommand";
52
+ import { type ListAIGuardrailsCommandInput, type ListAIGuardrailsCommandOutput } from "./commands/ListAIGuardrailsCommand";
53
+ import { type ListAIGuardrailVersionsCommandInput, type ListAIGuardrailVersionsCommandOutput } from "./commands/ListAIGuardrailVersionsCommand";
54
+ import { type ListAIPromptsCommandInput, type ListAIPromptsCommandOutput } from "./commands/ListAIPromptsCommand";
55
+ import { type ListAIPromptVersionsCommandInput, type ListAIPromptVersionsCommandOutput } from "./commands/ListAIPromptVersionsCommand";
56
+ import { type ListAssistantAssociationsCommandInput, type ListAssistantAssociationsCommandOutput } from "./commands/ListAssistantAssociationsCommand";
57
+ import { type ListAssistantsCommandInput, type ListAssistantsCommandOutput } from "./commands/ListAssistantsCommand";
58
+ import { type ListContentAssociationsCommandInput, type ListContentAssociationsCommandOutput } from "./commands/ListContentAssociationsCommand";
59
+ import { type ListContentsCommandInput, type ListContentsCommandOutput } from "./commands/ListContentsCommand";
60
+ import { type ListImportJobsCommandInput, type ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
61
+ import { type ListKnowledgeBasesCommandInput, type ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
62
+ import { type ListMessagesCommandInput, type ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
63
+ import { type ListMessageTemplatesCommandInput, type ListMessageTemplatesCommandOutput } from "./commands/ListMessageTemplatesCommand";
64
+ import { type ListMessageTemplateVersionsCommandInput, type ListMessageTemplateVersionsCommandOutput } from "./commands/ListMessageTemplateVersionsCommand";
65
+ import { type ListQuickResponsesCommandInput, type ListQuickResponsesCommandOutput } from "./commands/ListQuickResponsesCommand";
66
+ import { type ListSpansCommandInput, type ListSpansCommandOutput } from "./commands/ListSpansCommand";
67
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
68
+ import { type NotifyRecommendationsReceivedCommandInput, type NotifyRecommendationsReceivedCommandOutput } from "./commands/NotifyRecommendationsReceivedCommand";
69
+ import { type PutFeedbackCommandInput, type PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
70
+ import { type QueryAssistantCommandInput, type QueryAssistantCommandOutput } from "./commands/QueryAssistantCommand";
71
+ import { type RemoveAssistantAIAgentCommandInput, type RemoveAssistantAIAgentCommandOutput } from "./commands/RemoveAssistantAIAgentCommand";
72
+ import { type RemoveKnowledgeBaseTemplateUriCommandInput, type RemoveKnowledgeBaseTemplateUriCommandOutput } from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
73
+ import { type RenderMessageTemplateCommandInput, type RenderMessageTemplateCommandOutput } from "./commands/RenderMessageTemplateCommand";
74
+ import { type RetrieveCommandInput, type RetrieveCommandOutput } from "./commands/RetrieveCommand";
75
+ import { type SearchContentCommandInput, type SearchContentCommandOutput } from "./commands/SearchContentCommand";
76
+ import { type SearchMessageTemplatesCommandInput, type SearchMessageTemplatesCommandOutput } from "./commands/SearchMessageTemplatesCommand";
77
+ import { type SearchQuickResponsesCommandInput, type SearchQuickResponsesCommandOutput } from "./commands/SearchQuickResponsesCommand";
78
+ import { type SearchSessionsCommandInput, type SearchSessionsCommandOutput } from "./commands/SearchSessionsCommand";
79
+ import { type SendMessageCommandInput, type SendMessageCommandOutput } from "./commands/SendMessageCommand";
80
+ import { type StartContentUploadCommandInput, type StartContentUploadCommandOutput } from "./commands/StartContentUploadCommand";
81
+ import { type StartImportJobCommandInput, type StartImportJobCommandOutput } from "./commands/StartImportJobCommand";
82
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
83
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
84
+ import { type UpdateAIAgentCommandInput, type UpdateAIAgentCommandOutput } from "./commands/UpdateAIAgentCommand";
85
+ import { type UpdateAIGuardrailCommandInput, type UpdateAIGuardrailCommandOutput } from "./commands/UpdateAIGuardrailCommand";
86
+ import { type UpdateAIPromptCommandInput, type UpdateAIPromptCommandOutput } from "./commands/UpdateAIPromptCommand";
87
+ import { type UpdateAssistantAIAgentCommandInput, type UpdateAssistantAIAgentCommandOutput } from "./commands/UpdateAssistantAIAgentCommand";
88
+ import { type UpdateContentCommandInput, type UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
89
+ import { type UpdateKnowledgeBaseTemplateUriCommandInput, type UpdateKnowledgeBaseTemplateUriCommandOutput } from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
90
+ import { type UpdateMessageTemplateCommandInput, type UpdateMessageTemplateCommandOutput } from "./commands/UpdateMessageTemplateCommand";
91
+ import { type UpdateMessageTemplateMetadataCommandInput, type UpdateMessageTemplateMetadataCommandOutput } from "./commands/UpdateMessageTemplateMetadataCommand";
92
+ import { type UpdateQuickResponseCommandInput, type UpdateQuickResponseCommandOutput } from "./commands/UpdateQuickResponseCommand";
93
+ import { type UpdateSessionCommandInput, type UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
94
+ import { type UpdateSessionDataCommandInput, type UpdateSessionDataCommandOutput } from "./commands/UpdateSessionDataCommand";
95
95
  import { QConnectClient } from "./QConnectClient";
96
96
  export interface QConnect {
97
97
  /**
@@ -5,102 +5,102 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
11
- import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
12
- import { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "./commands/CreateAIAgentVersionCommand";
13
- import { CreateAIGuardrailCommandInput, CreateAIGuardrailCommandOutput } from "./commands/CreateAIGuardrailCommand";
14
- import { CreateAIGuardrailVersionCommandInput, CreateAIGuardrailVersionCommandOutput } from "./commands/CreateAIGuardrailVersionCommand";
15
- import { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "./commands/CreateAIPromptCommand";
16
- import { CreateAIPromptVersionCommandInput, CreateAIPromptVersionCommandOutput } from "./commands/CreateAIPromptVersionCommand";
17
- import { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
18
- import { CreateAssistantCommandInput, CreateAssistantCommandOutput } from "./commands/CreateAssistantCommand";
19
- import { CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput } from "./commands/CreateContentAssociationCommand";
20
- import { CreateContentCommandInput, CreateContentCommandOutput } from "./commands/CreateContentCommand";
21
- import { CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput } from "./commands/CreateKnowledgeBaseCommand";
22
- import { CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput } from "./commands/CreateMessageTemplateAttachmentCommand";
23
- import { CreateMessageTemplateCommandInput, CreateMessageTemplateCommandOutput } from "./commands/CreateMessageTemplateCommand";
24
- import { CreateMessageTemplateVersionCommandInput, CreateMessageTemplateVersionCommandOutput } from "./commands/CreateMessageTemplateVersionCommand";
25
- import { CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput } from "./commands/CreateQuickResponseCommand";
26
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
27
- import { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "./commands/DeactivateMessageTemplateCommand";
28
- import { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "./commands/DeleteAIAgentCommand";
29
- import { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "./commands/DeleteAIAgentVersionCommand";
30
- import { DeleteAIGuardrailCommandInput, DeleteAIGuardrailCommandOutput } from "./commands/DeleteAIGuardrailCommand";
31
- import { DeleteAIGuardrailVersionCommandInput, DeleteAIGuardrailVersionCommandOutput } from "./commands/DeleteAIGuardrailVersionCommand";
32
- import { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "./commands/DeleteAIPromptCommand";
33
- import { DeleteAIPromptVersionCommandInput, DeleteAIPromptVersionCommandOutput } from "./commands/DeleteAIPromptVersionCommand";
34
- import { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "./commands/DeleteAssistantAssociationCommand";
35
- import { DeleteAssistantCommandInput, DeleteAssistantCommandOutput } from "./commands/DeleteAssistantCommand";
36
- import { DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOutput } from "./commands/DeleteContentAssociationCommand";
37
- import { DeleteContentCommandInput, DeleteContentCommandOutput } from "./commands/DeleteContentCommand";
38
- import { DeleteImportJobCommandInput, DeleteImportJobCommandOutput } from "./commands/DeleteImportJobCommand";
39
- import { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "./commands/DeleteKnowledgeBaseCommand";
40
- import { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttachmentCommandOutput } from "./commands/DeleteMessageTemplateAttachmentCommand";
41
- import { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "./commands/DeleteMessageTemplateCommand";
42
- import { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "./commands/DeleteQuickResponseCommand";
43
- import { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "./commands/GetAIAgentCommand";
44
- import { GetAIGuardrailCommandInput, GetAIGuardrailCommandOutput } from "./commands/GetAIGuardrailCommand";
45
- import { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "./commands/GetAIPromptCommand";
46
- import { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "./commands/GetAssistantAssociationCommand";
47
- import { GetAssistantCommandInput, GetAssistantCommandOutput } from "./commands/GetAssistantCommand";
48
- import { GetContentAssociationCommandInput, GetContentAssociationCommandOutput } from "./commands/GetContentAssociationCommand";
49
- import { GetContentCommandInput, GetContentCommandOutput } from "./commands/GetContentCommand";
50
- import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from "./commands/GetContentSummaryCommand";
51
- import { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
52
- import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "./commands/GetKnowledgeBaseCommand";
53
- import { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "./commands/GetMessageTemplateCommand";
54
- import { GetNextMessageCommandInput, GetNextMessageCommandOutput } from "./commands/GetNextMessageCommand";
55
- import { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "./commands/GetQuickResponseCommand";
56
- import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
57
- import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
58
- import { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "./commands/ListAIAgentsCommand";
59
- import { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "./commands/ListAIAgentVersionsCommand";
60
- import { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "./commands/ListAIGuardrailsCommand";
61
- import { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "./commands/ListAIGuardrailVersionsCommand";
62
- import { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "./commands/ListAIPromptsCommand";
63
- import { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "./commands/ListAIPromptVersionsCommand";
64
- import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "./commands/ListAssistantAssociationsCommand";
65
- import { ListAssistantsCommandInput, ListAssistantsCommandOutput } from "./commands/ListAssistantsCommand";
66
- import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutput } from "./commands/ListContentAssociationsCommand";
67
- import { ListContentsCommandInput, ListContentsCommandOutput } from "./commands/ListContentsCommand";
68
- import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
69
- import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
70
- import { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
71
- import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "./commands/ListMessageTemplatesCommand";
72
- import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "./commands/ListMessageTemplateVersionsCommand";
73
- import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "./commands/ListQuickResponsesCommand";
74
- import { ListSpansCommandInput, ListSpansCommandOutput } from "./commands/ListSpansCommand";
75
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
76
- import { NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput } from "./commands/NotifyRecommendationsReceivedCommand";
77
- import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
78
- import { QueryAssistantCommandInput, QueryAssistantCommandOutput } from "./commands/QueryAssistantCommand";
79
- import { RemoveAssistantAIAgentCommandInput, RemoveAssistantAIAgentCommandOutput } from "./commands/RemoveAssistantAIAgentCommand";
80
- import { RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput } from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
81
- import { RenderMessageTemplateCommandInput, RenderMessageTemplateCommandOutput } from "./commands/RenderMessageTemplateCommand";
82
- import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
83
- import { SearchContentCommandInput, SearchContentCommandOutput } from "./commands/SearchContentCommand";
84
- import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "./commands/SearchMessageTemplatesCommand";
85
- import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "./commands/SearchQuickResponsesCommand";
86
- import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "./commands/SearchSessionsCommand";
87
- import { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
88
- import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "./commands/StartContentUploadCommand";
89
- import { StartImportJobCommandInput, StartImportJobCommandOutput } from "./commands/StartImportJobCommand";
90
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
91
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
92
- import { UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput } from "./commands/UpdateAIAgentCommand";
93
- import { UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput } from "./commands/UpdateAIGuardrailCommand";
94
- import { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "./commands/UpdateAIPromptCommand";
95
- import { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "./commands/UpdateAssistantAIAgentCommand";
96
- import { UpdateContentCommandInput, UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
97
- import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
98
- import { UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput } from "./commands/UpdateMessageTemplateCommand";
99
- import { UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput } from "./commands/UpdateMessageTemplateMetadataCommand";
100
- import { UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput } from "./commands/UpdateQuickResponseCommand";
101
- import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
102
- import { UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput } from "./commands/UpdateSessionDataCommand";
103
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "./commands/ActivateMessageTemplateCommand";
11
+ import type { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "./commands/CreateAIAgentCommand";
12
+ import type { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "./commands/CreateAIAgentVersionCommand";
13
+ import type { CreateAIGuardrailCommandInput, CreateAIGuardrailCommandOutput } from "./commands/CreateAIGuardrailCommand";
14
+ import type { CreateAIGuardrailVersionCommandInput, CreateAIGuardrailVersionCommandOutput } from "./commands/CreateAIGuardrailVersionCommand";
15
+ import type { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "./commands/CreateAIPromptCommand";
16
+ import type { CreateAIPromptVersionCommandInput, CreateAIPromptVersionCommandOutput } from "./commands/CreateAIPromptVersionCommand";
17
+ import type { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "./commands/CreateAssistantAssociationCommand";
18
+ import type { CreateAssistantCommandInput, CreateAssistantCommandOutput } from "./commands/CreateAssistantCommand";
19
+ import type { CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput } from "./commands/CreateContentAssociationCommand";
20
+ import type { CreateContentCommandInput, CreateContentCommandOutput } from "./commands/CreateContentCommand";
21
+ import type { CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput } from "./commands/CreateKnowledgeBaseCommand";
22
+ import type { CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput } from "./commands/CreateMessageTemplateAttachmentCommand";
23
+ import type { CreateMessageTemplateCommandInput, CreateMessageTemplateCommandOutput } from "./commands/CreateMessageTemplateCommand";
24
+ import type { CreateMessageTemplateVersionCommandInput, CreateMessageTemplateVersionCommandOutput } from "./commands/CreateMessageTemplateVersionCommand";
25
+ import type { CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput } from "./commands/CreateQuickResponseCommand";
26
+ import type { CreateSessionCommandInput, CreateSessionCommandOutput } from "./commands/CreateSessionCommand";
27
+ import type { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "./commands/DeactivateMessageTemplateCommand";
28
+ import type { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "./commands/DeleteAIAgentCommand";
29
+ import type { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "./commands/DeleteAIAgentVersionCommand";
30
+ import type { DeleteAIGuardrailCommandInput, DeleteAIGuardrailCommandOutput } from "./commands/DeleteAIGuardrailCommand";
31
+ import type { DeleteAIGuardrailVersionCommandInput, DeleteAIGuardrailVersionCommandOutput } from "./commands/DeleteAIGuardrailVersionCommand";
32
+ import type { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "./commands/DeleteAIPromptCommand";
33
+ import type { DeleteAIPromptVersionCommandInput, DeleteAIPromptVersionCommandOutput } from "./commands/DeleteAIPromptVersionCommand";
34
+ import type { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "./commands/DeleteAssistantAssociationCommand";
35
+ import type { DeleteAssistantCommandInput, DeleteAssistantCommandOutput } from "./commands/DeleteAssistantCommand";
36
+ import type { DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOutput } from "./commands/DeleteContentAssociationCommand";
37
+ import type { DeleteContentCommandInput, DeleteContentCommandOutput } from "./commands/DeleteContentCommand";
38
+ import type { DeleteImportJobCommandInput, DeleteImportJobCommandOutput } from "./commands/DeleteImportJobCommand";
39
+ import type { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "./commands/DeleteKnowledgeBaseCommand";
40
+ import type { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttachmentCommandOutput } from "./commands/DeleteMessageTemplateAttachmentCommand";
41
+ import type { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "./commands/DeleteMessageTemplateCommand";
42
+ import type { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "./commands/DeleteQuickResponseCommand";
43
+ import type { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "./commands/GetAIAgentCommand";
44
+ import type { GetAIGuardrailCommandInput, GetAIGuardrailCommandOutput } from "./commands/GetAIGuardrailCommand";
45
+ import type { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "./commands/GetAIPromptCommand";
46
+ import type { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "./commands/GetAssistantAssociationCommand";
47
+ import type { GetAssistantCommandInput, GetAssistantCommandOutput } from "./commands/GetAssistantCommand";
48
+ import type { GetContentAssociationCommandInput, GetContentAssociationCommandOutput } from "./commands/GetContentAssociationCommand";
49
+ import type { GetContentCommandInput, GetContentCommandOutput } from "./commands/GetContentCommand";
50
+ import type { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from "./commands/GetContentSummaryCommand";
51
+ import type { GetImportJobCommandInput, GetImportJobCommandOutput } from "./commands/GetImportJobCommand";
52
+ import type { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "./commands/GetKnowledgeBaseCommand";
53
+ import type { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "./commands/GetMessageTemplateCommand";
54
+ import type { GetNextMessageCommandInput, GetNextMessageCommandOutput } from "./commands/GetNextMessageCommand";
55
+ import type { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "./commands/GetQuickResponseCommand";
56
+ import type { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "./commands/GetRecommendationsCommand";
57
+ import type { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
58
+ import type { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "./commands/ListAIAgentsCommand";
59
+ import type { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "./commands/ListAIAgentVersionsCommand";
60
+ import type { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "./commands/ListAIGuardrailsCommand";
61
+ import type { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "./commands/ListAIGuardrailVersionsCommand";
62
+ import type { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "./commands/ListAIPromptsCommand";
63
+ import type { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "./commands/ListAIPromptVersionsCommand";
64
+ import type { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "./commands/ListAssistantAssociationsCommand";
65
+ import type { ListAssistantsCommandInput, ListAssistantsCommandOutput } from "./commands/ListAssistantsCommand";
66
+ import type { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutput } from "./commands/ListContentAssociationsCommand";
67
+ import type { ListContentsCommandInput, ListContentsCommandOutput } from "./commands/ListContentsCommand";
68
+ import type { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "./commands/ListImportJobsCommand";
69
+ import type { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "./commands/ListKnowledgeBasesCommand";
70
+ import type { ListMessagesCommandInput, ListMessagesCommandOutput } from "./commands/ListMessagesCommand";
71
+ import type { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "./commands/ListMessageTemplatesCommand";
72
+ import type { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "./commands/ListMessageTemplateVersionsCommand";
73
+ import type { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "./commands/ListQuickResponsesCommand";
74
+ import type { ListSpansCommandInput, ListSpansCommandOutput } from "./commands/ListSpansCommand";
75
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
76
+ import type { NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput } from "./commands/NotifyRecommendationsReceivedCommand";
77
+ import type { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
78
+ import type { QueryAssistantCommandInput, QueryAssistantCommandOutput } from "./commands/QueryAssistantCommand";
79
+ import type { RemoveAssistantAIAgentCommandInput, RemoveAssistantAIAgentCommandOutput } from "./commands/RemoveAssistantAIAgentCommand";
80
+ import type { RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput } from "./commands/RemoveKnowledgeBaseTemplateUriCommand";
81
+ import type { RenderMessageTemplateCommandInput, RenderMessageTemplateCommandOutput } from "./commands/RenderMessageTemplateCommand";
82
+ import type { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
83
+ import type { SearchContentCommandInput, SearchContentCommandOutput } from "./commands/SearchContentCommand";
84
+ import type { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "./commands/SearchMessageTemplatesCommand";
85
+ import type { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "./commands/SearchQuickResponsesCommand";
86
+ import type { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "./commands/SearchSessionsCommand";
87
+ import type { SendMessageCommandInput, SendMessageCommandOutput } from "./commands/SendMessageCommand";
88
+ import type { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "./commands/StartContentUploadCommand";
89
+ import type { StartImportJobCommandInput, StartImportJobCommandOutput } from "./commands/StartImportJobCommand";
90
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
91
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
92
+ import type { UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput } from "./commands/UpdateAIAgentCommand";
93
+ import type { UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput } from "./commands/UpdateAIGuardrailCommand";
94
+ import type { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "./commands/UpdateAIPromptCommand";
95
+ import type { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "./commands/UpdateAssistantAIAgentCommand";
96
+ import type { UpdateContentCommandInput, UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
97
+ import type { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
98
+ import type { UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput } from "./commands/UpdateMessageTemplateCommand";
99
+ import type { UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput } from "./commands/UpdateMessageTemplateMetadataCommand";
100
+ import type { UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput } from "./commands/UpdateQuickResponseCommand";
101
+ import type { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "./commands/UpdateSessionCommand";
102
+ import type { UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput } from "./commands/UpdateSessionDataCommand";
103
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
104
104
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
105
105
  export { __Client };
106
106
  /**
@@ -209,7 +209,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
209
209
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
210
210
  * @internal
211
211
  */
212
- defaultUserAgentProvider?: Provider<__UserAgent>;
212
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
213
213
  /**
214
214
  * Default credentials provider; Not available in browser runtime.
215
215
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { QConnectHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -5,7 +5,7 @@
5
5
  */
6
6
  export * from "./QConnectClient";
7
7
  export * from "./QConnect";
8
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
8
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { QConnectExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
@@ -1,5 +1,5 @@
1
- import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AIAgentAssociationConfigurationType, AIAgentType, AIPromptAPIFormat, AIPromptTemplateType, AIPromptType, AssistantCapabilityType, AssistantStatus, AssistantType, AssociationType, ChannelSubtype, ChunkingStrategy, ContentAssociationType, ContentDisposition, ContentStatus, ConversationStatus, ConversationStatusReason, FilterField, FilterOperator, GuardrailContentFilterType, GuardrailContextualGroundingFilterType, GuardrailFilterStrength, GuardrailManagedWordsType, GuardrailPiiEntityType, GuardrailSensitiveInformationAction, GuardrailTopicType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageFilterType, MessageTemplateAttributeType, MessageType, Origin, ParsingStrategy, Participant, PushMessageAction, QueryConditionComparisonOperator, QueryConditionFieldName, QuickResponseStatus, RecommendationSourceType, RecommendationTriggerType, RecommendationType, ReferenceType, Relevance, RelevanceLevel, SessionDataNamespace, SourceContentType, Status, SyncStatus, TargetType, ToolOverrideInputValueType, ToolType, VisibilityStatus, WebScopeType, WhatsAppSourceConfigurationStatus } from "./enums";
1
+ import type { DocumentType as __DocumentType } from "@smithy/types";
2
+ import type { AIAgentAssociationConfigurationType, AIAgentType, AIPromptAPIFormat, AIPromptTemplateType, AIPromptType, AssistantCapabilityType, AssistantStatus, AssistantType, AssociationType, ChannelSubtype, ChunkingStrategy, ContentAssociationType, ContentDisposition, ContentStatus, ConversationStatus, ConversationStatusReason, FilterField, FilterOperator, GuardrailContentFilterType, GuardrailContextualGroundingFilterType, GuardrailFilterStrength, GuardrailManagedWordsType, GuardrailPiiEntityType, GuardrailSensitiveInformationAction, GuardrailTopicType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageFilterType, MessageTemplateAttributeType, MessageType, Origin, ParsingStrategy, Participant, PushMessageAction, QueryConditionComparisonOperator, QueryConditionFieldName, QuickResponseStatus, RecommendationSourceType, RecommendationTriggerType, RecommendationType, ReferenceType, Relevance, RelevanceLevel, SessionDataNamespace, SourceContentType, Status, SyncStatus, TargetType, ToolOverrideInputValueType, ToolType, VisibilityStatus, WebScopeType, WhatsAppSourceConfigurationStatus } from "./enums";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
- import { AIAgentType, AIPromptType, ChannelSubtype, ExternalSource, ImportJobStatus, ImportJobType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageTemplateFilterOperator, MessageTemplateQueryOperator, Order, Participant, Priority, QueryResultType, QuickResponseFilterOperator, QuickResponseQueryOperator, QuickResponseStatus, RecommendationType, RelevanceLevel, SpanStatus, SpanType } from "./enums";
2
- import { type Configuration, type DataReference, type Document, type ExtendedMessageTemplateData, type GroupingConfiguration, type KnowledgeBaseData, type KnowledgeSource, type MessageTemplateAttributes, type MessageTemplateContentProvider, type MessageTemplateData, type MessageTemplateSourceConfiguration, type MessageTemplateSourceConfigurationSummary, type QuickResponseContents, type QuickResponseData, type QuickResponseDataProvider, type RankingData, type RenderingConfiguration, type SearchExpression, type ServerSideEncryptionConfiguration, type SourceConfiguration, type VectorIngestionConfiguration, CaseSummarizationChunkDataDetails, ContentDataDetails, ContentSummary, EmailOverviewChunkDataDetails, EmailResponseChunkDataDetails, FilterAttribute, IntentDetectedDataDetails, MessageTemplateAttachment, NotesChunkDataDetails, NotesDataDetails, RecommendationTrigger, SourceContentDataDetails, SpanTextValue, SpanToolUseValue, SuggestedMessageDataDetails } from "./models_0";
1
+ import type { AIAgentType, AIPromptType, ChannelSubtype, ExternalSource, ImportJobStatus, ImportJobType, KnowledgeBaseSearchType, KnowledgeBaseStatus, KnowledgeBaseType, MessageTemplateFilterOperator, MessageTemplateQueryOperator, Order, Participant, Priority, QueryResultType, QuickResponseFilterOperator, QuickResponseQueryOperator, QuickResponseStatus, RecommendationType, RelevanceLevel, SpanStatus, SpanType } from "./enums";
2
+ import type { CaseSummarizationChunkDataDetails, Configuration, ContentDataDetails, ContentSummary, DataReference, Document, EmailOverviewChunkDataDetails, EmailResponseChunkDataDetails, ExtendedMessageTemplateData, FilterAttribute, GroupingConfiguration, IntentDetectedDataDetails, KnowledgeBaseData, KnowledgeSource, MessageTemplateAttachment, MessageTemplateAttributes, MessageTemplateContentProvider, MessageTemplateData, MessageTemplateSourceConfiguration, MessageTemplateSourceConfigurationSummary, NotesChunkDataDetails, NotesDataDetails, QuickResponseContents, QuickResponseData, QuickResponseDataProvider, RankingData, RecommendationTrigger, RenderingConfiguration, SearchExpression, ServerSideEncryptionConfiguration, SourceConfiguration, SourceContentDataDetails, SpanTextValue, SpanToolUseValue, SuggestedMessageDataDetails, VectorIngestionConfiguration } from "./models_0";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "../commands/ListAIAgentVersionsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "../commands/ListAIAgentsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "../commands/ListAIGuardrailVersionsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "../commands/ListAIGuardrailsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "../commands/ListAIPromptVersionsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "../commands/ListAIPromptsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "../commands/ListAssistantAssociationsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAssistantsCommandInput, ListAssistantsCommandOutput } from "../commands/ListAssistantsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutput } from "../commands/ListContentAssociationsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListContentsCommandInput, ListContentsCommandOutput } from "../commands/ListContentsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "../commands/ListImportJobsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "../commands/ListKnowledgeBasesCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "../commands/ListMessageTemplateVersionsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "../commands/ListMessageTemplatesCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMessagesCommandInput, ListMessagesCommandOutput } from "../commands/ListMessagesCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "../commands/ListQuickResponsesCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSpansCommandInput, ListSpansCommandOutput } from "../commands/ListSpansCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { QueryAssistantCommandInput, QueryAssistantCommandOutput } from "../commands/QueryAssistantCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchContentCommandInput, SearchContentCommandOutput } from "../commands/SearchContentCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "../commands/SearchMessageTemplatesCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "../commands/SearchQuickResponsesCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "../commands/SearchSessionsCommand";
3
- import { QConnectPaginationConfiguration } from "./Interfaces";
3
+ import type { QConnectPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -630,7 +629,7 @@ export interface ClientDefaults
630
629
  useFipsEndpoint?: boolean | __Provider<boolean>;
631
630
  region?: string | __Provider<string>;
632
631
  profile?: string;
633
- defaultUserAgentProvider?: Provider<__UserAgent>;
632
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
634
633
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
635
634
  maxAttempts?: number | __Provider<number>;
636
635
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { QConnectHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -23,42 +23,42 @@ import {
23
23
  SpanType,
24
24
  } from "./enums";
25
25
  import {
26
+ CaseSummarizationChunkDataDetails,
26
27
  Configuration,
28
+ ContentDataDetails,
29
+ ContentSummary,
27
30
  DataReference,
28
31
  Document,
32
+ EmailOverviewChunkDataDetails,
33
+ EmailResponseChunkDataDetails,
29
34
  ExtendedMessageTemplateData,
35
+ FilterAttribute,
30
36
  GroupingConfiguration,
37
+ IntentDetectedDataDetails,
31
38
  KnowledgeBaseData,
32
39
  KnowledgeSource,
40
+ MessageTemplateAttachment,
33
41
  MessageTemplateAttributes,
34
42
  MessageTemplateContentProvider,
35
43
  MessageTemplateData,
36
44
  MessageTemplateSourceConfiguration,
37
45
  MessageTemplateSourceConfigurationSummary,
46
+ NotesChunkDataDetails,
47
+ NotesDataDetails,
38
48
  QuickResponseContents,
39
49
  QuickResponseData,
40
50
  QuickResponseDataProvider,
41
51
  RankingData,
52
+ RecommendationTrigger,
42
53
  RenderingConfiguration,
43
54
  SearchExpression,
44
55
  ServerSideEncryptionConfiguration,
45
56
  SourceConfiguration,
46
- VectorIngestionConfiguration,
47
- CaseSummarizationChunkDataDetails,
48
- ContentDataDetails,
49
- ContentSummary,
50
- EmailOverviewChunkDataDetails,
51
- EmailResponseChunkDataDetails,
52
- FilterAttribute,
53
- IntentDetectedDataDetails,
54
- MessageTemplateAttachment,
55
- NotesChunkDataDetails,
56
- NotesDataDetails,
57
- RecommendationTrigger,
58
57
  SourceContentDataDetails,
59
58
  SpanTextValue,
60
59
  SpanToolUseValue,
61
60
  SuggestedMessageDataDetails,
61
+ VectorIngestionConfiguration,
62
62
  } from "./models_0";
63
63
  export interface DeleteImportJobResponse {}
64
64
  export interface DeleteKnowledgeBaseRequest {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-qconnect",
3
3
  "description": "AWS SDK for JavaScript Qconnect Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-qconnect",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",