@aws-sdk/client-qconnect 3.928.0 → 3.930.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 (118) hide show
  1. package/dist-cjs/index.js +5185 -5292
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QConnectClient.js +2 -0
  4. package/dist-es/commands/ActivateMessageTemplateCommand.js +3 -9
  5. package/dist-es/commands/CreateAIAgentCommand.js +3 -9
  6. package/dist-es/commands/CreateAIAgentVersionCommand.js +3 -9
  7. package/dist-es/commands/CreateAIGuardrailCommand.js +3 -10
  8. package/dist-es/commands/CreateAIGuardrailVersionCommand.js +3 -10
  9. package/dist-es/commands/CreateAIPromptCommand.js +3 -10
  10. package/dist-es/commands/CreateAIPromptVersionCommand.js +3 -10
  11. package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -9
  12. package/dist-es/commands/CreateAssistantCommand.js +3 -9
  13. package/dist-es/commands/CreateContentAssociationCommand.js +3 -9
  14. package/dist-es/commands/CreateContentCommand.js +3 -10
  15. package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -10
  16. package/dist-es/commands/CreateMessageTemplateAttachmentCommand.js +3 -10
  17. package/dist-es/commands/CreateMessageTemplateCommand.js +3 -11
  18. package/dist-es/commands/CreateMessageTemplateVersionCommand.js +3 -10
  19. package/dist-es/commands/CreateQuickResponseCommand.js +3 -10
  20. package/dist-es/commands/CreateSessionCommand.js +3 -9
  21. package/dist-es/commands/DeactivateMessageTemplateCommand.js +3 -9
  22. package/dist-es/commands/DeleteAIAgentCommand.js +3 -9
  23. package/dist-es/commands/DeleteAIAgentVersionCommand.js +3 -9
  24. package/dist-es/commands/DeleteAIGuardrailCommand.js +3 -9
  25. package/dist-es/commands/DeleteAIGuardrailVersionCommand.js +3 -9
  26. package/dist-es/commands/DeleteAIPromptCommand.js +3 -9
  27. package/dist-es/commands/DeleteAIPromptVersionCommand.js +3 -9
  28. package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -9
  29. package/dist-es/commands/DeleteAssistantCommand.js +3 -9
  30. package/dist-es/commands/DeleteContentAssociationCommand.js +3 -9
  31. package/dist-es/commands/DeleteContentCommand.js +3 -9
  32. package/dist-es/commands/DeleteImportJobCommand.js +3 -9
  33. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -9
  34. package/dist-es/commands/DeleteMessageTemplateAttachmentCommand.js +3 -9
  35. package/dist-es/commands/DeleteMessageTemplateCommand.js +3 -9
  36. package/dist-es/commands/DeleteQuickResponseCommand.js +3 -9
  37. package/dist-es/commands/GetAIAgentCommand.js +3 -9
  38. package/dist-es/commands/GetAIGuardrailCommand.js +3 -10
  39. package/dist-es/commands/GetAIPromptCommand.js +3 -10
  40. package/dist-es/commands/GetAssistantAssociationCommand.js +3 -9
  41. package/dist-es/commands/GetAssistantCommand.js +3 -9
  42. package/dist-es/commands/GetContentAssociationCommand.js +3 -9
  43. package/dist-es/commands/GetContentCommand.js +3 -10
  44. package/dist-es/commands/GetContentSummaryCommand.js +3 -9
  45. package/dist-es/commands/GetImportJobCommand.js +3 -10
  46. package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -10
  47. package/dist-es/commands/GetMessageTemplateCommand.js +3 -10
  48. package/dist-es/commands/GetNextMessageCommand.js +3 -10
  49. package/dist-es/commands/GetQuickResponseCommand.js +3 -10
  50. package/dist-es/commands/GetRecommendationsCommand.js +3 -10
  51. package/dist-es/commands/GetSessionCommand.js +3 -9
  52. package/dist-es/commands/ListAIAgentVersionsCommand.js +3 -9
  53. package/dist-es/commands/ListAIAgentsCommand.js +3 -9
  54. package/dist-es/commands/ListAIGuardrailVersionsCommand.js +3 -10
  55. package/dist-es/commands/ListAIGuardrailsCommand.js +3 -10
  56. package/dist-es/commands/ListAIPromptVersionsCommand.js +3 -9
  57. package/dist-es/commands/ListAIPromptsCommand.js +3 -9
  58. package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -9
  59. package/dist-es/commands/ListAssistantsCommand.js +3 -9
  60. package/dist-es/commands/ListContentAssociationsCommand.js +3 -9
  61. package/dist-es/commands/ListContentsCommand.js +3 -9
  62. package/dist-es/commands/ListImportJobsCommand.js +3 -9
  63. package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -10
  64. package/dist-es/commands/ListMessageTemplateVersionsCommand.js +3 -9
  65. package/dist-es/commands/ListMessageTemplatesCommand.js +3 -9
  66. package/dist-es/commands/ListMessagesCommand.js +3 -10
  67. package/dist-es/commands/ListQuickResponsesCommand.js +3 -10
  68. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  69. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -9
  70. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  71. package/dist-es/commands/QueryAssistantCommand.js +3 -11
  72. package/dist-es/commands/RemoveAssistantAIAgentCommand.js +3 -9
  73. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -9
  74. package/dist-es/commands/RenderMessageTemplateCommand.js +3 -10
  75. package/dist-es/commands/SearchContentCommand.js +3 -9
  76. package/dist-es/commands/SearchMessageTemplatesCommand.js +3 -10
  77. package/dist-es/commands/SearchQuickResponsesCommand.js +3 -10
  78. package/dist-es/commands/SearchSessionsCommand.js +3 -9
  79. package/dist-es/commands/SendMessageCommand.js +3 -10
  80. package/dist-es/commands/StartContentUploadCommand.js +3 -10
  81. package/dist-es/commands/StartImportJobCommand.js +3 -10
  82. package/dist-es/commands/TagResourceCommand.js +3 -9
  83. package/dist-es/commands/UntagResourceCommand.js +3 -9
  84. package/dist-es/commands/UpdateAIAgentCommand.js +3 -9
  85. package/dist-es/commands/UpdateAIGuardrailCommand.js +3 -10
  86. package/dist-es/commands/UpdateAIPromptCommand.js +3 -10
  87. package/dist-es/commands/UpdateAssistantAIAgentCommand.js +3 -9
  88. package/dist-es/commands/UpdateContentCommand.js +3 -10
  89. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -10
  90. package/dist-es/commands/UpdateMessageTemplateCommand.js +3 -10
  91. package/dist-es/commands/UpdateMessageTemplateMetadataCommand.js +3 -10
  92. package/dist-es/commands/UpdateQuickResponseCommand.js +3 -10
  93. package/dist-es/commands/UpdateSessionCommand.js +3 -9
  94. package/dist-es/commands/UpdateSessionDataCommand.js +3 -10
  95. package/dist-es/models/models_0.js +0 -722
  96. package/dist-es/models/models_1.js +0 -314
  97. package/dist-es/runtimeConfig.shared.js +2 -0
  98. package/dist-es/schemas/schemas_0.js +4975 -0
  99. package/dist-types/QConnectClient.d.ts +10 -1
  100. package/dist-types/models/models_0.d.ts +80 -352
  101. package/dist-types/models/models_1.d.ts +12 -191
  102. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  103. package/dist-types/runtimeConfig.d.ts +1 -0
  104. package/dist-types/runtimeConfig.native.d.ts +1 -0
  105. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  106. package/dist-types/schemas/schemas_0.d.ts +542 -0
  107. package/dist-types/ts3.4/QConnectClient.d.ts +4 -0
  108. package/dist-types/ts3.4/models/models_0.d.ts +0 -269
  109. package/dist-types/ts3.4/models/models_1.d.ts +0 -141
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  113. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  114. package/dist-types/ts3.4/schemas/schemas_0.d.ts +549 -0
  115. package/package.json +33 -34
  116. package/dist-es/protocols/Aws_restJson1.js +0 -3456
  117. package/dist-types/protocols/Aws_restJson1.d.ts +0 -821
  118. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1097
@@ -1,821 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { ActivateMessageTemplateCommandInput, ActivateMessageTemplateCommandOutput } from "../commands/ActivateMessageTemplateCommand";
4
- import { CreateAIAgentCommandInput, CreateAIAgentCommandOutput } from "../commands/CreateAIAgentCommand";
5
- import { CreateAIAgentVersionCommandInput, CreateAIAgentVersionCommandOutput } from "../commands/CreateAIAgentVersionCommand";
6
- import { CreateAIGuardrailCommandInput, CreateAIGuardrailCommandOutput } from "../commands/CreateAIGuardrailCommand";
7
- import { CreateAIGuardrailVersionCommandInput, CreateAIGuardrailVersionCommandOutput } from "../commands/CreateAIGuardrailVersionCommand";
8
- import { CreateAIPromptCommandInput, CreateAIPromptCommandOutput } from "../commands/CreateAIPromptCommand";
9
- import { CreateAIPromptVersionCommandInput, CreateAIPromptVersionCommandOutput } from "../commands/CreateAIPromptVersionCommand";
10
- import { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "../commands/CreateAssistantAssociationCommand";
11
- import { CreateAssistantCommandInput, CreateAssistantCommandOutput } from "../commands/CreateAssistantCommand";
12
- import { CreateContentAssociationCommandInput, CreateContentAssociationCommandOutput } from "../commands/CreateContentAssociationCommand";
13
- import { CreateContentCommandInput, CreateContentCommandOutput } from "../commands/CreateContentCommand";
14
- import { CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput } from "../commands/CreateKnowledgeBaseCommand";
15
- import { CreateMessageTemplateAttachmentCommandInput, CreateMessageTemplateAttachmentCommandOutput } from "../commands/CreateMessageTemplateAttachmentCommand";
16
- import { CreateMessageTemplateCommandInput, CreateMessageTemplateCommandOutput } from "../commands/CreateMessageTemplateCommand";
17
- import { CreateMessageTemplateVersionCommandInput, CreateMessageTemplateVersionCommandOutput } from "../commands/CreateMessageTemplateVersionCommand";
18
- import { CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput } from "../commands/CreateQuickResponseCommand";
19
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
20
- import { DeactivateMessageTemplateCommandInput, DeactivateMessageTemplateCommandOutput } from "../commands/DeactivateMessageTemplateCommand";
21
- import { DeleteAIAgentCommandInput, DeleteAIAgentCommandOutput } from "../commands/DeleteAIAgentCommand";
22
- import { DeleteAIAgentVersionCommandInput, DeleteAIAgentVersionCommandOutput } from "../commands/DeleteAIAgentVersionCommand";
23
- import { DeleteAIGuardrailCommandInput, DeleteAIGuardrailCommandOutput } from "../commands/DeleteAIGuardrailCommand";
24
- import { DeleteAIGuardrailVersionCommandInput, DeleteAIGuardrailVersionCommandOutput } from "../commands/DeleteAIGuardrailVersionCommand";
25
- import { DeleteAIPromptCommandInput, DeleteAIPromptCommandOutput } from "../commands/DeleteAIPromptCommand";
26
- import { DeleteAIPromptVersionCommandInput, DeleteAIPromptVersionCommandOutput } from "../commands/DeleteAIPromptVersionCommand";
27
- import { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "../commands/DeleteAssistantAssociationCommand";
28
- import { DeleteAssistantCommandInput, DeleteAssistantCommandOutput } from "../commands/DeleteAssistantCommand";
29
- import { DeleteContentAssociationCommandInput, DeleteContentAssociationCommandOutput } from "../commands/DeleteContentAssociationCommand";
30
- import { DeleteContentCommandInput, DeleteContentCommandOutput } from "../commands/DeleteContentCommand";
31
- import { DeleteImportJobCommandInput, DeleteImportJobCommandOutput } from "../commands/DeleteImportJobCommand";
32
- import { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "../commands/DeleteKnowledgeBaseCommand";
33
- import { DeleteMessageTemplateAttachmentCommandInput, DeleteMessageTemplateAttachmentCommandOutput } from "../commands/DeleteMessageTemplateAttachmentCommand";
34
- import { DeleteMessageTemplateCommandInput, DeleteMessageTemplateCommandOutput } from "../commands/DeleteMessageTemplateCommand";
35
- import { DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput } from "../commands/DeleteQuickResponseCommand";
36
- import { GetAIAgentCommandInput, GetAIAgentCommandOutput } from "../commands/GetAIAgentCommand";
37
- import { GetAIGuardrailCommandInput, GetAIGuardrailCommandOutput } from "../commands/GetAIGuardrailCommand";
38
- import { GetAIPromptCommandInput, GetAIPromptCommandOutput } from "../commands/GetAIPromptCommand";
39
- import { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "../commands/GetAssistantAssociationCommand";
40
- import { GetAssistantCommandInput, GetAssistantCommandOutput } from "../commands/GetAssistantCommand";
41
- import { GetContentAssociationCommandInput, GetContentAssociationCommandOutput } from "../commands/GetContentAssociationCommand";
42
- import { GetContentCommandInput, GetContentCommandOutput } from "../commands/GetContentCommand";
43
- import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from "../commands/GetContentSummaryCommand";
44
- import { GetImportJobCommandInput, GetImportJobCommandOutput } from "../commands/GetImportJobCommand";
45
- import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "../commands/GetKnowledgeBaseCommand";
46
- import { GetMessageTemplateCommandInput, GetMessageTemplateCommandOutput } from "../commands/GetMessageTemplateCommand";
47
- import { GetNextMessageCommandInput, GetNextMessageCommandOutput } from "../commands/GetNextMessageCommand";
48
- import { GetQuickResponseCommandInput, GetQuickResponseCommandOutput } from "../commands/GetQuickResponseCommand";
49
- import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "../commands/GetRecommendationsCommand";
50
- import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
51
- import { ListAIAgentsCommandInput, ListAIAgentsCommandOutput } from "../commands/ListAIAgentsCommand";
52
- import { ListAIAgentVersionsCommandInput, ListAIAgentVersionsCommandOutput } from "../commands/ListAIAgentVersionsCommand";
53
- import { ListAIGuardrailsCommandInput, ListAIGuardrailsCommandOutput } from "../commands/ListAIGuardrailsCommand";
54
- import { ListAIGuardrailVersionsCommandInput, ListAIGuardrailVersionsCommandOutput } from "../commands/ListAIGuardrailVersionsCommand";
55
- import { ListAIPromptsCommandInput, ListAIPromptsCommandOutput } from "../commands/ListAIPromptsCommand";
56
- import { ListAIPromptVersionsCommandInput, ListAIPromptVersionsCommandOutput } from "../commands/ListAIPromptVersionsCommand";
57
- import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "../commands/ListAssistantAssociationsCommand";
58
- import { ListAssistantsCommandInput, ListAssistantsCommandOutput } from "../commands/ListAssistantsCommand";
59
- import { ListContentAssociationsCommandInput, ListContentAssociationsCommandOutput } from "../commands/ListContentAssociationsCommand";
60
- import { ListContentsCommandInput, ListContentsCommandOutput } from "../commands/ListContentsCommand";
61
- import { ListImportJobsCommandInput, ListImportJobsCommandOutput } from "../commands/ListImportJobsCommand";
62
- import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "../commands/ListKnowledgeBasesCommand";
63
- import { ListMessagesCommandInput, ListMessagesCommandOutput } from "../commands/ListMessagesCommand";
64
- import { ListMessageTemplatesCommandInput, ListMessageTemplatesCommandOutput } from "../commands/ListMessageTemplatesCommand";
65
- import { ListMessageTemplateVersionsCommandInput, ListMessageTemplateVersionsCommandOutput } from "../commands/ListMessageTemplateVersionsCommand";
66
- import { ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput } from "../commands/ListQuickResponsesCommand";
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 { SearchContentCommandInput, SearchContentCommandOutput } from "../commands/SearchContentCommand";
75
- import { SearchMessageTemplatesCommandInput, SearchMessageTemplatesCommandOutput } from "../commands/SearchMessageTemplatesCommand";
76
- import { SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput } from "../commands/SearchQuickResponsesCommand";
77
- import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "../commands/SearchSessionsCommand";
78
- import { SendMessageCommandInput, SendMessageCommandOutput } from "../commands/SendMessageCommand";
79
- import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "../commands/StartContentUploadCommand";
80
- import { StartImportJobCommandInput, StartImportJobCommandOutput } from "../commands/StartImportJobCommand";
81
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
82
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
83
- import { UpdateAIAgentCommandInput, UpdateAIAgentCommandOutput } from "../commands/UpdateAIAgentCommand";
84
- import { UpdateAIGuardrailCommandInput, UpdateAIGuardrailCommandOutput } from "../commands/UpdateAIGuardrailCommand";
85
- import { UpdateAIPromptCommandInput, UpdateAIPromptCommandOutput } from "../commands/UpdateAIPromptCommand";
86
- import { UpdateAssistantAIAgentCommandInput, UpdateAssistantAIAgentCommandOutput } from "../commands/UpdateAssistantAIAgentCommand";
87
- import { UpdateContentCommandInput, UpdateContentCommandOutput } from "../commands/UpdateContentCommand";
88
- import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
89
- import { UpdateMessageTemplateCommandInput, UpdateMessageTemplateCommandOutput } from "../commands/UpdateMessageTemplateCommand";
90
- import { UpdateMessageTemplateMetadataCommandInput, UpdateMessageTemplateMetadataCommandOutput } from "../commands/UpdateMessageTemplateMetadataCommand";
91
- import { UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput } from "../commands/UpdateQuickResponseCommand";
92
- import { UpdateSessionCommandInput, UpdateSessionCommandOutput } from "../commands/UpdateSessionCommand";
93
- import { UpdateSessionDataCommandInput, UpdateSessionDataCommandOutput } from "../commands/UpdateSessionDataCommand";
94
- /**
95
- * serializeAws_restJson1ActivateMessageTemplateCommand
96
- */
97
- export declare const se_ActivateMessageTemplateCommand: (input: ActivateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1CreateAIAgentCommand
100
- */
101
- export declare const se_CreateAIAgentCommand: (input: CreateAIAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1CreateAIAgentVersionCommand
104
- */
105
- export declare const se_CreateAIAgentVersionCommand: (input: CreateAIAgentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1CreateAIGuardrailCommand
108
- */
109
- export declare const se_CreateAIGuardrailCommand: (input: CreateAIGuardrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1CreateAIGuardrailVersionCommand
112
- */
113
- export declare const se_CreateAIGuardrailVersionCommand: (input: CreateAIGuardrailVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1CreateAIPromptCommand
116
- */
117
- export declare const se_CreateAIPromptCommand: (input: CreateAIPromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1CreateAIPromptVersionCommand
120
- */
121
- export declare const se_CreateAIPromptVersionCommand: (input: CreateAIPromptVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1CreateAssistantCommand
124
- */
125
- export declare const se_CreateAssistantCommand: (input: CreateAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1CreateAssistantAssociationCommand
128
- */
129
- export declare const se_CreateAssistantAssociationCommand: (input: CreateAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1CreateContentCommand
132
- */
133
- export declare const se_CreateContentCommand: (input: CreateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1CreateContentAssociationCommand
136
- */
137
- export declare const se_CreateContentAssociationCommand: (input: CreateContentAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1CreateKnowledgeBaseCommand
140
- */
141
- export declare const se_CreateKnowledgeBaseCommand: (input: CreateKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1CreateMessageTemplateCommand
144
- */
145
- export declare const se_CreateMessageTemplateCommand: (input: CreateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1CreateMessageTemplateAttachmentCommand
148
- */
149
- export declare const se_CreateMessageTemplateAttachmentCommand: (input: CreateMessageTemplateAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1CreateMessageTemplateVersionCommand
152
- */
153
- export declare const se_CreateMessageTemplateVersionCommand: (input: CreateMessageTemplateVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1CreateQuickResponseCommand
156
- */
157
- export declare const se_CreateQuickResponseCommand: (input: CreateQuickResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1CreateSessionCommand
160
- */
161
- export declare const se_CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DeactivateMessageTemplateCommand
164
- */
165
- export declare const se_DeactivateMessageTemplateCommand: (input: DeactivateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DeleteAIAgentCommand
168
- */
169
- export declare const se_DeleteAIAgentCommand: (input: DeleteAIAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1DeleteAIAgentVersionCommand
172
- */
173
- export declare const se_DeleteAIAgentVersionCommand: (input: DeleteAIAgentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1DeleteAIGuardrailCommand
176
- */
177
- export declare const se_DeleteAIGuardrailCommand: (input: DeleteAIGuardrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1DeleteAIGuardrailVersionCommand
180
- */
181
- export declare const se_DeleteAIGuardrailVersionCommand: (input: DeleteAIGuardrailVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1DeleteAIPromptCommand
184
- */
185
- export declare const se_DeleteAIPromptCommand: (input: DeleteAIPromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1DeleteAIPromptVersionCommand
188
- */
189
- export declare const se_DeleteAIPromptVersionCommand: (input: DeleteAIPromptVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1DeleteAssistantCommand
192
- */
193
- export declare const se_DeleteAssistantCommand: (input: DeleteAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1DeleteAssistantAssociationCommand
196
- */
197
- export declare const se_DeleteAssistantAssociationCommand: (input: DeleteAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1DeleteContentCommand
200
- */
201
- export declare const se_DeleteContentCommand: (input: DeleteContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1DeleteContentAssociationCommand
204
- */
205
- export declare const se_DeleteContentAssociationCommand: (input: DeleteContentAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1DeleteImportJobCommand
208
- */
209
- export declare const se_DeleteImportJobCommand: (input: DeleteImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1DeleteKnowledgeBaseCommand
212
- */
213
- export declare const se_DeleteKnowledgeBaseCommand: (input: DeleteKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1DeleteMessageTemplateCommand
216
- */
217
- export declare const se_DeleteMessageTemplateCommand: (input: DeleteMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1DeleteMessageTemplateAttachmentCommand
220
- */
221
- export declare const se_DeleteMessageTemplateAttachmentCommand: (input: DeleteMessageTemplateAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1DeleteQuickResponseCommand
224
- */
225
- export declare const se_DeleteQuickResponseCommand: (input: DeleteQuickResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1GetAIAgentCommand
228
- */
229
- export declare const se_GetAIAgentCommand: (input: GetAIAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1GetAIGuardrailCommand
232
- */
233
- export declare const se_GetAIGuardrailCommand: (input: GetAIGuardrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1GetAIPromptCommand
236
- */
237
- export declare const se_GetAIPromptCommand: (input: GetAIPromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1GetAssistantCommand
240
- */
241
- export declare const se_GetAssistantCommand: (input: GetAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1GetAssistantAssociationCommand
244
- */
245
- export declare const se_GetAssistantAssociationCommand: (input: GetAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1GetContentCommand
248
- */
249
- export declare const se_GetContentCommand: (input: GetContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1GetContentAssociationCommand
252
- */
253
- export declare const se_GetContentAssociationCommand: (input: GetContentAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1GetContentSummaryCommand
256
- */
257
- export declare const se_GetContentSummaryCommand: (input: GetContentSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1GetImportJobCommand
260
- */
261
- export declare const se_GetImportJobCommand: (input: GetImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1GetKnowledgeBaseCommand
264
- */
265
- export declare const se_GetKnowledgeBaseCommand: (input: GetKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1GetMessageTemplateCommand
268
- */
269
- export declare const se_GetMessageTemplateCommand: (input: GetMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1GetNextMessageCommand
272
- */
273
- export declare const se_GetNextMessageCommand: (input: GetNextMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1GetQuickResponseCommand
276
- */
277
- export declare const se_GetQuickResponseCommand: (input: GetQuickResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1GetRecommendationsCommand
280
- */
281
- export declare const se_GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1GetSessionCommand
284
- */
285
- export declare const se_GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1ListAIAgentsCommand
288
- */
289
- export declare const se_ListAIAgentsCommand: (input: ListAIAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1ListAIAgentVersionsCommand
292
- */
293
- export declare const se_ListAIAgentVersionsCommand: (input: ListAIAgentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1ListAIGuardrailsCommand
296
- */
297
- export declare const se_ListAIGuardrailsCommand: (input: ListAIGuardrailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_restJson1ListAIGuardrailVersionsCommand
300
- */
301
- export declare const se_ListAIGuardrailVersionsCommand: (input: ListAIGuardrailVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1ListAIPromptsCommand
304
- */
305
- export declare const se_ListAIPromptsCommand: (input: ListAIPromptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_restJson1ListAIPromptVersionsCommand
308
- */
309
- export declare const se_ListAIPromptVersionsCommand: (input: ListAIPromptVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_restJson1ListAssistantAssociationsCommand
312
- */
313
- export declare const se_ListAssistantAssociationsCommand: (input: ListAssistantAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1ListAssistantsCommand
316
- */
317
- export declare const se_ListAssistantsCommand: (input: ListAssistantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1ListContentAssociationsCommand
320
- */
321
- export declare const se_ListContentAssociationsCommand: (input: ListContentAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1ListContentsCommand
324
- */
325
- export declare const se_ListContentsCommand: (input: ListContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_restJson1ListImportJobsCommand
328
- */
329
- export declare const se_ListImportJobsCommand: (input: ListImportJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1ListKnowledgeBasesCommand
332
- */
333
- export declare const se_ListKnowledgeBasesCommand: (input: ListKnowledgeBasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1ListMessagesCommand
336
- */
337
- export declare const se_ListMessagesCommand: (input: ListMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_restJson1ListMessageTemplatesCommand
340
- */
341
- export declare const se_ListMessageTemplatesCommand: (input: ListMessageTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1ListMessageTemplateVersionsCommand
344
- */
345
- export declare const se_ListMessageTemplateVersionsCommand: (input: ListMessageTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1ListQuickResponsesCommand
348
- */
349
- export declare const se_ListQuickResponsesCommand: (input: ListQuickResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1ListTagsForResourceCommand
352
- */
353
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1NotifyRecommendationsReceivedCommand
356
- */
357
- export declare const se_NotifyRecommendationsReceivedCommand: (input: NotifyRecommendationsReceivedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1PutFeedbackCommand
360
- */
361
- export declare const se_PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1QueryAssistantCommand
364
- */
365
- export declare const se_QueryAssistantCommand: (input: QueryAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1RemoveAssistantAIAgentCommand
368
- */
369
- export declare const se_RemoveAssistantAIAgentCommand: (input: RemoveAssistantAIAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand
372
- */
373
- export declare const se_RemoveKnowledgeBaseTemplateUriCommand: (input: RemoveKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1RenderMessageTemplateCommand
376
- */
377
- export declare const se_RenderMessageTemplateCommand: (input: RenderMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_restJson1SearchContentCommand
380
- */
381
- export declare const se_SearchContentCommand: (input: SearchContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- /**
383
- * serializeAws_restJson1SearchMessageTemplatesCommand
384
- */
385
- export declare const se_SearchMessageTemplatesCommand: (input: SearchMessageTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_restJson1SearchQuickResponsesCommand
388
- */
389
- export declare const se_SearchQuickResponsesCommand: (input: SearchQuickResponsesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_restJson1SearchSessionsCommand
392
- */
393
- export declare const se_SearchSessionsCommand: (input: SearchSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
- /**
395
- * serializeAws_restJson1SendMessageCommand
396
- */
397
- export declare const se_SendMessageCommand: (input: SendMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * serializeAws_restJson1StartContentUploadCommand
400
- */
401
- export declare const se_StartContentUploadCommand: (input: StartContentUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
- /**
403
- * serializeAws_restJson1StartImportJobCommand
404
- */
405
- export declare const se_StartImportJobCommand: (input: StartImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
406
- /**
407
- * serializeAws_restJson1TagResourceCommand
408
- */
409
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
410
- /**
411
- * serializeAws_restJson1UntagResourceCommand
412
- */
413
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
414
- /**
415
- * serializeAws_restJson1UpdateAIAgentCommand
416
- */
417
- export declare const se_UpdateAIAgentCommand: (input: UpdateAIAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
- /**
419
- * serializeAws_restJson1UpdateAIGuardrailCommand
420
- */
421
- export declare const se_UpdateAIGuardrailCommand: (input: UpdateAIGuardrailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
422
- /**
423
- * serializeAws_restJson1UpdateAIPromptCommand
424
- */
425
- export declare const se_UpdateAIPromptCommand: (input: UpdateAIPromptCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
426
- /**
427
- * serializeAws_restJson1UpdateAssistantAIAgentCommand
428
- */
429
- export declare const se_UpdateAssistantAIAgentCommand: (input: UpdateAssistantAIAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
430
- /**
431
- * serializeAws_restJson1UpdateContentCommand
432
- */
433
- export declare const se_UpdateContentCommand: (input: UpdateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
434
- /**
435
- * serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand
436
- */
437
- export declare const se_UpdateKnowledgeBaseTemplateUriCommand: (input: UpdateKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
438
- /**
439
- * serializeAws_restJson1UpdateMessageTemplateCommand
440
- */
441
- export declare const se_UpdateMessageTemplateCommand: (input: UpdateMessageTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
442
- /**
443
- * serializeAws_restJson1UpdateMessageTemplateMetadataCommand
444
- */
445
- export declare const se_UpdateMessageTemplateMetadataCommand: (input: UpdateMessageTemplateMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
446
- /**
447
- * serializeAws_restJson1UpdateQuickResponseCommand
448
- */
449
- export declare const se_UpdateQuickResponseCommand: (input: UpdateQuickResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
450
- /**
451
- * serializeAws_restJson1UpdateSessionCommand
452
- */
453
- export declare const se_UpdateSessionCommand: (input: UpdateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
454
- /**
455
- * serializeAws_restJson1UpdateSessionDataCommand
456
- */
457
- export declare const se_UpdateSessionDataCommand: (input: UpdateSessionDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
458
- /**
459
- * deserializeAws_restJson1ActivateMessageTemplateCommand
460
- */
461
- export declare const de_ActivateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateMessageTemplateCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1CreateAIAgentCommand
464
- */
465
- export declare const de_CreateAIAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAIAgentCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1CreateAIAgentVersionCommand
468
- */
469
- export declare const de_CreateAIAgentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAIAgentVersionCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1CreateAIGuardrailCommand
472
- */
473
- export declare const de_CreateAIGuardrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAIGuardrailCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1CreateAIGuardrailVersionCommand
476
- */
477
- export declare const de_CreateAIGuardrailVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAIGuardrailVersionCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1CreateAIPromptCommand
480
- */
481
- export declare const de_CreateAIPromptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAIPromptCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1CreateAIPromptVersionCommand
484
- */
485
- export declare const de_CreateAIPromptVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAIPromptVersionCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1CreateAssistantCommand
488
- */
489
- export declare const de_CreateAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1CreateAssistantAssociationCommand
492
- */
493
- export declare const de_CreateAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantAssociationCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1CreateContentCommand
496
- */
497
- export declare const de_CreateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContentCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1CreateContentAssociationCommand
500
- */
501
- export declare const de_CreateContentAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContentAssociationCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1CreateKnowledgeBaseCommand
504
- */
505
- export declare const de_CreateKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKnowledgeBaseCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1CreateMessageTemplateCommand
508
- */
509
- export declare const de_CreateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMessageTemplateCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1CreateMessageTemplateAttachmentCommand
512
- */
513
- export declare const de_CreateMessageTemplateAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMessageTemplateAttachmentCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1CreateMessageTemplateVersionCommand
516
- */
517
- export declare const de_CreateMessageTemplateVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMessageTemplateVersionCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1CreateQuickResponseCommand
520
- */
521
- export declare const de_CreateQuickResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateQuickResponseCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1CreateSessionCommand
524
- */
525
- export declare const de_CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1DeactivateMessageTemplateCommand
528
- */
529
- export declare const de_DeactivateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateMessageTemplateCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1DeleteAIAgentCommand
532
- */
533
- export declare const de_DeleteAIAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAIAgentCommandOutput>;
534
- /**
535
- * deserializeAws_restJson1DeleteAIAgentVersionCommand
536
- */
537
- export declare const de_DeleteAIAgentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAIAgentVersionCommandOutput>;
538
- /**
539
- * deserializeAws_restJson1DeleteAIGuardrailCommand
540
- */
541
- export declare const de_DeleteAIGuardrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAIGuardrailCommandOutput>;
542
- /**
543
- * deserializeAws_restJson1DeleteAIGuardrailVersionCommand
544
- */
545
- export declare const de_DeleteAIGuardrailVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAIGuardrailVersionCommandOutput>;
546
- /**
547
- * deserializeAws_restJson1DeleteAIPromptCommand
548
- */
549
- export declare const de_DeleteAIPromptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAIPromptCommandOutput>;
550
- /**
551
- * deserializeAws_restJson1DeleteAIPromptVersionCommand
552
- */
553
- export declare const de_DeleteAIPromptVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAIPromptVersionCommandOutput>;
554
- /**
555
- * deserializeAws_restJson1DeleteAssistantCommand
556
- */
557
- export declare const de_DeleteAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantCommandOutput>;
558
- /**
559
- * deserializeAws_restJson1DeleteAssistantAssociationCommand
560
- */
561
- export declare const de_DeleteAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantAssociationCommandOutput>;
562
- /**
563
- * deserializeAws_restJson1DeleteContentCommand
564
- */
565
- export declare const de_DeleteContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContentCommandOutput>;
566
- /**
567
- * deserializeAws_restJson1DeleteContentAssociationCommand
568
- */
569
- export declare const de_DeleteContentAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContentAssociationCommandOutput>;
570
- /**
571
- * deserializeAws_restJson1DeleteImportJobCommand
572
- */
573
- export declare const de_DeleteImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportJobCommandOutput>;
574
- /**
575
- * deserializeAws_restJson1DeleteKnowledgeBaseCommand
576
- */
577
- export declare const de_DeleteKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKnowledgeBaseCommandOutput>;
578
- /**
579
- * deserializeAws_restJson1DeleteMessageTemplateCommand
580
- */
581
- export declare const de_DeleteMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageTemplateCommandOutput>;
582
- /**
583
- * deserializeAws_restJson1DeleteMessageTemplateAttachmentCommand
584
- */
585
- export declare const de_DeleteMessageTemplateAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMessageTemplateAttachmentCommandOutput>;
586
- /**
587
- * deserializeAws_restJson1DeleteQuickResponseCommand
588
- */
589
- export declare const de_DeleteQuickResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteQuickResponseCommandOutput>;
590
- /**
591
- * deserializeAws_restJson1GetAIAgentCommand
592
- */
593
- export declare const de_GetAIAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAIAgentCommandOutput>;
594
- /**
595
- * deserializeAws_restJson1GetAIGuardrailCommand
596
- */
597
- export declare const de_GetAIGuardrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAIGuardrailCommandOutput>;
598
- /**
599
- * deserializeAws_restJson1GetAIPromptCommand
600
- */
601
- export declare const de_GetAIPromptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAIPromptCommandOutput>;
602
- /**
603
- * deserializeAws_restJson1GetAssistantCommand
604
- */
605
- export declare const de_GetAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantCommandOutput>;
606
- /**
607
- * deserializeAws_restJson1GetAssistantAssociationCommand
608
- */
609
- export declare const de_GetAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantAssociationCommandOutput>;
610
- /**
611
- * deserializeAws_restJson1GetContentCommand
612
- */
613
- export declare const de_GetContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentCommandOutput>;
614
- /**
615
- * deserializeAws_restJson1GetContentAssociationCommand
616
- */
617
- export declare const de_GetContentAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentAssociationCommandOutput>;
618
- /**
619
- * deserializeAws_restJson1GetContentSummaryCommand
620
- */
621
- export declare const de_GetContentSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentSummaryCommandOutput>;
622
- /**
623
- * deserializeAws_restJson1GetImportJobCommand
624
- */
625
- export declare const de_GetImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetImportJobCommandOutput>;
626
- /**
627
- * deserializeAws_restJson1GetKnowledgeBaseCommand
628
- */
629
- export declare const de_GetKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKnowledgeBaseCommandOutput>;
630
- /**
631
- * deserializeAws_restJson1GetMessageTemplateCommand
632
- */
633
- export declare const de_GetMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMessageTemplateCommandOutput>;
634
- /**
635
- * deserializeAws_restJson1GetNextMessageCommand
636
- */
637
- export declare const de_GetNextMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNextMessageCommandOutput>;
638
- /**
639
- * deserializeAws_restJson1GetQuickResponseCommand
640
- */
641
- export declare const de_GetQuickResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetQuickResponseCommandOutput>;
642
- /**
643
- * deserializeAws_restJson1GetRecommendationsCommand
644
- */
645
- export declare const de_GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
646
- /**
647
- * deserializeAws_restJson1GetSessionCommand
648
- */
649
- export declare const de_GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
650
- /**
651
- * deserializeAws_restJson1ListAIAgentsCommand
652
- */
653
- export declare const de_ListAIAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAIAgentsCommandOutput>;
654
- /**
655
- * deserializeAws_restJson1ListAIAgentVersionsCommand
656
- */
657
- export declare const de_ListAIAgentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAIAgentVersionsCommandOutput>;
658
- /**
659
- * deserializeAws_restJson1ListAIGuardrailsCommand
660
- */
661
- export declare const de_ListAIGuardrailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAIGuardrailsCommandOutput>;
662
- /**
663
- * deserializeAws_restJson1ListAIGuardrailVersionsCommand
664
- */
665
- export declare const de_ListAIGuardrailVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAIGuardrailVersionsCommandOutput>;
666
- /**
667
- * deserializeAws_restJson1ListAIPromptsCommand
668
- */
669
- export declare const de_ListAIPromptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAIPromptsCommandOutput>;
670
- /**
671
- * deserializeAws_restJson1ListAIPromptVersionsCommand
672
- */
673
- export declare const de_ListAIPromptVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAIPromptVersionsCommandOutput>;
674
- /**
675
- * deserializeAws_restJson1ListAssistantAssociationsCommand
676
- */
677
- export declare const de_ListAssistantAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantAssociationsCommandOutput>;
678
- /**
679
- * deserializeAws_restJson1ListAssistantsCommand
680
- */
681
- export declare const de_ListAssistantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantsCommandOutput>;
682
- /**
683
- * deserializeAws_restJson1ListContentAssociationsCommand
684
- */
685
- export declare const de_ListContentAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContentAssociationsCommandOutput>;
686
- /**
687
- * deserializeAws_restJson1ListContentsCommand
688
- */
689
- export declare const de_ListContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContentsCommandOutput>;
690
- /**
691
- * deserializeAws_restJson1ListImportJobsCommand
692
- */
693
- export declare const de_ListImportJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportJobsCommandOutput>;
694
- /**
695
- * deserializeAws_restJson1ListKnowledgeBasesCommand
696
- */
697
- export declare const de_ListKnowledgeBasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKnowledgeBasesCommandOutput>;
698
- /**
699
- * deserializeAws_restJson1ListMessagesCommand
700
- */
701
- export declare const de_ListMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessagesCommandOutput>;
702
- /**
703
- * deserializeAws_restJson1ListMessageTemplatesCommand
704
- */
705
- export declare const de_ListMessageTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessageTemplatesCommandOutput>;
706
- /**
707
- * deserializeAws_restJson1ListMessageTemplateVersionsCommand
708
- */
709
- export declare const de_ListMessageTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessageTemplateVersionsCommandOutput>;
710
- /**
711
- * deserializeAws_restJson1ListQuickResponsesCommand
712
- */
713
- export declare const de_ListQuickResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListQuickResponsesCommandOutput>;
714
- /**
715
- * deserializeAws_restJson1ListTagsForResourceCommand
716
- */
717
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
718
- /**
719
- * deserializeAws_restJson1NotifyRecommendationsReceivedCommand
720
- */
721
- export declare const de_NotifyRecommendationsReceivedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyRecommendationsReceivedCommandOutput>;
722
- /**
723
- * deserializeAws_restJson1PutFeedbackCommand
724
- */
725
- export declare const de_PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
726
- /**
727
- * deserializeAws_restJson1QueryAssistantCommand
728
- */
729
- export declare const de_QueryAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryAssistantCommandOutput>;
730
- /**
731
- * deserializeAws_restJson1RemoveAssistantAIAgentCommand
732
- */
733
- export declare const de_RemoveAssistantAIAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAssistantAIAgentCommandOutput>;
734
- /**
735
- * deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand
736
- */
737
- export declare const de_RemoveKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
738
- /**
739
- * deserializeAws_restJson1RenderMessageTemplateCommand
740
- */
741
- export declare const de_RenderMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenderMessageTemplateCommandOutput>;
742
- /**
743
- * deserializeAws_restJson1SearchContentCommand
744
- */
745
- export declare const de_SearchContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContentCommandOutput>;
746
- /**
747
- * deserializeAws_restJson1SearchMessageTemplatesCommand
748
- */
749
- export declare const de_SearchMessageTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchMessageTemplatesCommandOutput>;
750
- /**
751
- * deserializeAws_restJson1SearchQuickResponsesCommand
752
- */
753
- export declare const de_SearchQuickResponsesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchQuickResponsesCommandOutput>;
754
- /**
755
- * deserializeAws_restJson1SearchSessionsCommand
756
- */
757
- export declare const de_SearchSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSessionsCommandOutput>;
758
- /**
759
- * deserializeAws_restJson1SendMessageCommand
760
- */
761
- export declare const de_SendMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendMessageCommandOutput>;
762
- /**
763
- * deserializeAws_restJson1StartContentUploadCommand
764
- */
765
- export declare const de_StartContentUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContentUploadCommandOutput>;
766
- /**
767
- * deserializeAws_restJson1StartImportJobCommand
768
- */
769
- export declare const de_StartImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportJobCommandOutput>;
770
- /**
771
- * deserializeAws_restJson1TagResourceCommand
772
- */
773
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
774
- /**
775
- * deserializeAws_restJson1UntagResourceCommand
776
- */
777
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
778
- /**
779
- * deserializeAws_restJson1UpdateAIAgentCommand
780
- */
781
- export declare const de_UpdateAIAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAIAgentCommandOutput>;
782
- /**
783
- * deserializeAws_restJson1UpdateAIGuardrailCommand
784
- */
785
- export declare const de_UpdateAIGuardrailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAIGuardrailCommandOutput>;
786
- /**
787
- * deserializeAws_restJson1UpdateAIPromptCommand
788
- */
789
- export declare const de_UpdateAIPromptCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAIPromptCommandOutput>;
790
- /**
791
- * deserializeAws_restJson1UpdateAssistantAIAgentCommand
792
- */
793
- export declare const de_UpdateAssistantAIAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssistantAIAgentCommandOutput>;
794
- /**
795
- * deserializeAws_restJson1UpdateContentCommand
796
- */
797
- export declare const de_UpdateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContentCommandOutput>;
798
- /**
799
- * deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand
800
- */
801
- export declare const de_UpdateKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
802
- /**
803
- * deserializeAws_restJson1UpdateMessageTemplateCommand
804
- */
805
- export declare const de_UpdateMessageTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMessageTemplateCommandOutput>;
806
- /**
807
- * deserializeAws_restJson1UpdateMessageTemplateMetadataCommand
808
- */
809
- export declare const de_UpdateMessageTemplateMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMessageTemplateMetadataCommandOutput>;
810
- /**
811
- * deserializeAws_restJson1UpdateQuickResponseCommand
812
- */
813
- export declare const de_UpdateQuickResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateQuickResponseCommandOutput>;
814
- /**
815
- * deserializeAws_restJson1UpdateSessionCommand
816
- */
817
- export declare const de_UpdateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSessionCommandOutput>;
818
- /**
819
- * deserializeAws_restJson1UpdateSessionDataCommand
820
- */
821
- export declare const de_UpdateSessionDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSessionDataCommandOutput>;