@aws-sdk/client-qbusiness 3.927.0 → 3.929.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 (110) hide show
  1. package/dist-cjs/index.js +4259 -4204
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/QBusinessClient.js +2 -0
  4. package/dist-es/commands/AssociatePermissionCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -9
  6. package/dist-es/commands/BatchPutDocumentCommand.js +3 -9
  7. package/dist-es/commands/CancelSubscriptionCommand.js +3 -9
  8. package/dist-es/commands/ChatCommand.js +3 -12
  9. package/dist-es/commands/ChatSyncCommand.js +3 -9
  10. package/dist-es/commands/CheckDocumentAccessCommand.js +3 -9
  11. package/dist-es/commands/CreateAnonymousWebExperienceUrlCommand.js +3 -9
  12. package/dist-es/commands/CreateApplicationCommand.js +3 -10
  13. package/dist-es/commands/CreateChatResponseConfigurationCommand.js +3 -9
  14. package/dist-es/commands/CreateDataAccessorCommand.js +3 -10
  15. package/dist-es/commands/CreateDataSourceCommand.js +3 -9
  16. package/dist-es/commands/CreateIndexCommand.js +3 -9
  17. package/dist-es/commands/CreatePluginCommand.js +3 -10
  18. package/dist-es/commands/CreateRetrieverCommand.js +3 -9
  19. package/dist-es/commands/CreateSubscriptionCommand.js +3 -9
  20. package/dist-es/commands/CreateUserCommand.js +3 -9
  21. package/dist-es/commands/CreateWebExperienceCommand.js +3 -9
  22. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  23. package/dist-es/commands/DeleteAttachmentCommand.js +3 -9
  24. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DeleteChatResponseConfigurationCommand.js +3 -9
  26. package/dist-es/commands/DeleteConversationCommand.js +3 -9
  27. package/dist-es/commands/DeleteDataAccessorCommand.js +3 -9
  28. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  29. package/dist-es/commands/DeleteGroupCommand.js +3 -9
  30. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  31. package/dist-es/commands/DeletePluginCommand.js +3 -9
  32. package/dist-es/commands/DeleteRetrieverCommand.js +3 -9
  33. package/dist-es/commands/DeleteUserCommand.js +3 -9
  34. package/dist-es/commands/DeleteWebExperienceCommand.js +3 -9
  35. package/dist-es/commands/DisassociatePermissionCommand.js +3 -9
  36. package/dist-es/commands/GetApplicationCommand.js +3 -10
  37. package/dist-es/commands/GetChatControlsConfigurationCommand.js +3 -9
  38. package/dist-es/commands/GetChatResponseConfigurationCommand.js +3 -9
  39. package/dist-es/commands/GetDataAccessorCommand.js +3 -10
  40. package/dist-es/commands/GetDataSourceCommand.js +3 -9
  41. package/dist-es/commands/GetDocumentContentCommand.js +3 -9
  42. package/dist-es/commands/GetGroupCommand.js +3 -9
  43. package/dist-es/commands/GetIndexCommand.js +3 -9
  44. package/dist-es/commands/GetMediaCommand.js +3 -9
  45. package/dist-es/commands/GetPluginCommand.js +3 -10
  46. package/dist-es/commands/GetPolicyCommand.js +3 -9
  47. package/dist-es/commands/GetRetrieverCommand.js +3 -9
  48. package/dist-es/commands/GetUserCommand.js +3 -9
  49. package/dist-es/commands/GetWebExperienceCommand.js +3 -9
  50. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  51. package/dist-es/commands/ListAttachmentsCommand.js +3 -9
  52. package/dist-es/commands/ListChatResponseConfigurationsCommand.js +3 -9
  53. package/dist-es/commands/ListConversationsCommand.js +3 -9
  54. package/dist-es/commands/ListDataAccessorsCommand.js +3 -10
  55. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -9
  56. package/dist-es/commands/ListDataSourcesCommand.js +3 -9
  57. package/dist-es/commands/ListDocumentsCommand.js +3 -9
  58. package/dist-es/commands/ListGroupsCommand.js +3 -9
  59. package/dist-es/commands/ListIndicesCommand.js +3 -9
  60. package/dist-es/commands/ListMessagesCommand.js +3 -9
  61. package/dist-es/commands/ListPluginActionsCommand.js +3 -9
  62. package/dist-es/commands/ListPluginTypeActionsCommand.js +3 -9
  63. package/dist-es/commands/ListPluginTypeMetadataCommand.js +3 -9
  64. package/dist-es/commands/ListPluginsCommand.js +3 -9
  65. package/dist-es/commands/ListRetrieversCommand.js +3 -9
  66. package/dist-es/commands/ListSubscriptionsCommand.js +3 -9
  67. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  68. package/dist-es/commands/ListWebExperiencesCommand.js +3 -9
  69. package/dist-es/commands/PutFeedbackCommand.js +3 -9
  70. package/dist-es/commands/PutGroupCommand.js +3 -9
  71. package/dist-es/commands/SearchRelevantContentCommand.js +3 -9
  72. package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -9
  73. package/dist-es/commands/StopDataSourceSyncJobCommand.js +3 -9
  74. package/dist-es/commands/TagResourceCommand.js +3 -9
  75. package/dist-es/commands/UntagResourceCommand.js +3 -9
  76. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  77. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +3 -9
  78. package/dist-es/commands/UpdateChatResponseConfigurationCommand.js +3 -9
  79. package/dist-es/commands/UpdateDataAccessorCommand.js +3 -10
  80. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  81. package/dist-es/commands/UpdateIndexCommand.js +3 -9
  82. package/dist-es/commands/UpdatePluginCommand.js +3 -10
  83. package/dist-es/commands/UpdateRetrieverCommand.js +3 -9
  84. package/dist-es/commands/UpdateSubscriptionCommand.js +3 -9
  85. package/dist-es/commands/UpdateUserCommand.js +3 -9
  86. package/dist-es/commands/UpdateWebExperienceCommand.js +3 -9
  87. package/dist-es/models/models_0.js +0 -77
  88. package/dist-es/models/models_1.js +0 -39
  89. package/dist-es/runtimeConfig.shared.js +2 -0
  90. package/dist-es/schemas/schemas_0.js +4079 -0
  91. package/dist-types/QBusinessClient.d.ts +10 -1
  92. package/dist-types/models/models_0.d.ts +0 -48
  93. package/dist-types/models/models_1.d.ts +0 -20
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  95. package/dist-types/runtimeConfig.d.ts +1 -0
  96. package/dist-types/runtimeConfig.native.d.ts +1 -0
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/schemas/schemas_0.d.ts +485 -0
  99. package/dist-types/ts3.4/QBusinessClient.d.ts +4 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  101. package/dist-types/ts3.4/models/models_1.d.ts +0 -13
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  106. package/dist-types/ts3.4/schemas/schemas_0.d.ts +492 -0
  107. package/package.json +5 -6
  108. package/dist-es/protocols/Aws_restJson1.js +0 -3464
  109. package/dist-types/protocols/Aws_restJson1.d.ts +0 -749
  110. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -1001
@@ -1,749 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { EventStreamSerdeContext as __EventStreamSerdeContext, SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociatePermissionCommandInput, AssociatePermissionCommandOutput } from "../commands/AssociatePermissionCommand";
4
- import { BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput } from "../commands/BatchDeleteDocumentCommand";
5
- import { BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput } from "../commands/BatchPutDocumentCommand";
6
- import { CancelSubscriptionCommandInput, CancelSubscriptionCommandOutput } from "../commands/CancelSubscriptionCommand";
7
- import { ChatCommandInput, ChatCommandOutput } from "../commands/ChatCommand";
8
- import { ChatSyncCommandInput, ChatSyncCommandOutput } from "../commands/ChatSyncCommand";
9
- import { CheckDocumentAccessCommandInput, CheckDocumentAccessCommandOutput } from "../commands/CheckDocumentAccessCommand";
10
- import { CreateAnonymousWebExperienceUrlCommandInput, CreateAnonymousWebExperienceUrlCommandOutput } from "../commands/CreateAnonymousWebExperienceUrlCommand";
11
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
12
- import { CreateChatResponseConfigurationCommandInput, CreateChatResponseConfigurationCommandOutput } from "../commands/CreateChatResponseConfigurationCommand";
13
- import { CreateDataAccessorCommandInput, CreateDataAccessorCommandOutput } from "../commands/CreateDataAccessorCommand";
14
- import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../commands/CreateDataSourceCommand";
15
- import { CreateIndexCommandInput, CreateIndexCommandOutput } from "../commands/CreateIndexCommand";
16
- import { CreatePluginCommandInput, CreatePluginCommandOutput } from "../commands/CreatePluginCommand";
17
- import { CreateRetrieverCommandInput, CreateRetrieverCommandOutput } from "../commands/CreateRetrieverCommand";
18
- import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "../commands/CreateSubscriptionCommand";
19
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
20
- import { CreateWebExperienceCommandInput, CreateWebExperienceCommandOutput } from "../commands/CreateWebExperienceCommand";
21
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "../commands/DeleteApplicationCommand";
22
- import { DeleteAttachmentCommandInput, DeleteAttachmentCommandOutput } from "../commands/DeleteAttachmentCommand";
23
- import { DeleteChatControlsConfigurationCommandInput, DeleteChatControlsConfigurationCommandOutput } from "../commands/DeleteChatControlsConfigurationCommand";
24
- import { DeleteChatResponseConfigurationCommandInput, DeleteChatResponseConfigurationCommandOutput } from "../commands/DeleteChatResponseConfigurationCommand";
25
- import { DeleteConversationCommandInput, DeleteConversationCommandOutput } from "../commands/DeleteConversationCommand";
26
- import { DeleteDataAccessorCommandInput, DeleteDataAccessorCommandOutput } from "../commands/DeleteDataAccessorCommand";
27
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
28
- import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/DeleteGroupCommand";
29
- import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "../commands/DeleteIndexCommand";
30
- import { DeletePluginCommandInput, DeletePluginCommandOutput } from "../commands/DeletePluginCommand";
31
- import { DeleteRetrieverCommandInput, DeleteRetrieverCommandOutput } from "../commands/DeleteRetrieverCommand";
32
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
33
- import { DeleteWebExperienceCommandInput, DeleteWebExperienceCommandOutput } from "../commands/DeleteWebExperienceCommand";
34
- import { DisassociatePermissionCommandInput, DisassociatePermissionCommandOutput } from "../commands/DisassociatePermissionCommand";
35
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "../commands/GetApplicationCommand";
36
- import { GetChatControlsConfigurationCommandInput, GetChatControlsConfigurationCommandOutput } from "../commands/GetChatControlsConfigurationCommand";
37
- import { GetChatResponseConfigurationCommandInput, GetChatResponseConfigurationCommandOutput } from "../commands/GetChatResponseConfigurationCommand";
38
- import { GetDataAccessorCommandInput, GetDataAccessorCommandOutput } from "../commands/GetDataAccessorCommand";
39
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
40
- import { GetDocumentContentCommandInput, GetDocumentContentCommandOutput } from "../commands/GetDocumentContentCommand";
41
- import { GetGroupCommandInput, GetGroupCommandOutput } from "../commands/GetGroupCommand";
42
- import { GetIndexCommandInput, GetIndexCommandOutput } from "../commands/GetIndexCommand";
43
- import { GetMediaCommandInput, GetMediaCommandOutput } from "../commands/GetMediaCommand";
44
- import { GetPluginCommandInput, GetPluginCommandOutput } from "../commands/GetPluginCommand";
45
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
46
- import { GetRetrieverCommandInput, GetRetrieverCommandOutput } from "../commands/GetRetrieverCommand";
47
- import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
48
- import { GetWebExperienceCommandInput, GetWebExperienceCommandOutput } from "../commands/GetWebExperienceCommand";
49
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
50
- import { ListAttachmentsCommandInput, ListAttachmentsCommandOutput } from "../commands/ListAttachmentsCommand";
51
- import { ListChatResponseConfigurationsCommandInput, ListChatResponseConfigurationsCommandOutput } from "../commands/ListChatResponseConfigurationsCommand";
52
- import { ListConversationsCommandInput, ListConversationsCommandOutput } from "../commands/ListConversationsCommand";
53
- import { ListDataAccessorsCommandInput, ListDataAccessorsCommandOutput } from "../commands/ListDataAccessorsCommand";
54
- import { ListDataSourcesCommandInput, ListDataSourcesCommandOutput } from "../commands/ListDataSourcesCommand";
55
- import { ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput } from "../commands/ListDataSourceSyncJobsCommand";
56
- import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "../commands/ListDocumentsCommand";
57
- import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
58
- import { ListIndicesCommandInput, ListIndicesCommandOutput } from "../commands/ListIndicesCommand";
59
- import { ListMessagesCommandInput, ListMessagesCommandOutput } from "../commands/ListMessagesCommand";
60
- import { ListPluginActionsCommandInput, ListPluginActionsCommandOutput } from "../commands/ListPluginActionsCommand";
61
- import { ListPluginsCommandInput, ListPluginsCommandOutput } from "../commands/ListPluginsCommand";
62
- import { ListPluginTypeActionsCommandInput, ListPluginTypeActionsCommandOutput } from "../commands/ListPluginTypeActionsCommand";
63
- import { ListPluginTypeMetadataCommandInput, ListPluginTypeMetadataCommandOutput } from "../commands/ListPluginTypeMetadataCommand";
64
- import { ListRetrieversCommandInput, ListRetrieversCommandOutput } from "../commands/ListRetrieversCommand";
65
- import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
66
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
67
- import { ListWebExperiencesCommandInput, ListWebExperiencesCommandOutput } from "../commands/ListWebExperiencesCommand";
68
- import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "../commands/PutFeedbackCommand";
69
- import { PutGroupCommandInput, PutGroupCommandOutput } from "../commands/PutGroupCommand";
70
- import { SearchRelevantContentCommandInput, SearchRelevantContentCommandOutput } from "../commands/SearchRelevantContentCommand";
71
- import { StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput } from "../commands/StartDataSourceSyncJobCommand";
72
- import { StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput } from "../commands/StopDataSourceSyncJobCommand";
73
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
74
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
75
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
76
- import { UpdateChatControlsConfigurationCommandInput, UpdateChatControlsConfigurationCommandOutput } from "../commands/UpdateChatControlsConfigurationCommand";
77
- import { UpdateChatResponseConfigurationCommandInput, UpdateChatResponseConfigurationCommandOutput } from "../commands/UpdateChatResponseConfigurationCommand";
78
- import { UpdateDataAccessorCommandInput, UpdateDataAccessorCommandOutput } from "../commands/UpdateDataAccessorCommand";
79
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
80
- import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "../commands/UpdateIndexCommand";
81
- import { UpdatePluginCommandInput, UpdatePluginCommandOutput } from "../commands/UpdatePluginCommand";
82
- import { UpdateRetrieverCommandInput, UpdateRetrieverCommandOutput } from "../commands/UpdateRetrieverCommand";
83
- import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "../commands/UpdateSubscriptionCommand";
84
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
85
- import { UpdateWebExperienceCommandInput, UpdateWebExperienceCommandOutput } from "../commands/UpdateWebExperienceCommand";
86
- /**
87
- * serializeAws_restJson1AssociatePermissionCommand
88
- */
89
- export declare const se_AssociatePermissionCommand: (input: AssociatePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1BatchDeleteDocumentCommand
92
- */
93
- export declare const se_BatchDeleteDocumentCommand: (input: BatchDeleteDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1BatchPutDocumentCommand
96
- */
97
- export declare const se_BatchPutDocumentCommand: (input: BatchPutDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1CancelSubscriptionCommand
100
- */
101
- export declare const se_CancelSubscriptionCommand: (input: CancelSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1ChatCommand
104
- */
105
- export declare const se_ChatCommand: (input: ChatCommandInput, context: __SerdeContext & __EventStreamSerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1ChatSyncCommand
108
- */
109
- export declare const se_ChatSyncCommand: (input: ChatSyncCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1CheckDocumentAccessCommand
112
- */
113
- export declare const se_CheckDocumentAccessCommand: (input: CheckDocumentAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1CreateAnonymousWebExperienceUrlCommand
116
- */
117
- export declare const se_CreateAnonymousWebExperienceUrlCommand: (input: CreateAnonymousWebExperienceUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1CreateApplicationCommand
120
- */
121
- export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1CreateChatResponseConfigurationCommand
124
- */
125
- export declare const se_CreateChatResponseConfigurationCommand: (input: CreateChatResponseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1CreateDataAccessorCommand
128
- */
129
- export declare const se_CreateDataAccessorCommand: (input: CreateDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1CreateDataSourceCommand
132
- */
133
- export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1CreateIndexCommand
136
- */
137
- export declare const se_CreateIndexCommand: (input: CreateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1CreatePluginCommand
140
- */
141
- export declare const se_CreatePluginCommand: (input: CreatePluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1CreateRetrieverCommand
144
- */
145
- export declare const se_CreateRetrieverCommand: (input: CreateRetrieverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1CreateSubscriptionCommand
148
- */
149
- export declare const se_CreateSubscriptionCommand: (input: CreateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1CreateUserCommand
152
- */
153
- export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1CreateWebExperienceCommand
156
- */
157
- export declare const se_CreateWebExperienceCommand: (input: CreateWebExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1DeleteApplicationCommand
160
- */
161
- export declare const se_DeleteApplicationCommand: (input: DeleteApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DeleteAttachmentCommand
164
- */
165
- export declare const se_DeleteAttachmentCommand: (input: DeleteAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DeleteChatControlsConfigurationCommand
168
- */
169
- export declare const se_DeleteChatControlsConfigurationCommand: (input: DeleteChatControlsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1DeleteChatResponseConfigurationCommand
172
- */
173
- export declare const se_DeleteChatResponseConfigurationCommand: (input: DeleteChatResponseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1DeleteConversationCommand
176
- */
177
- export declare const se_DeleteConversationCommand: (input: DeleteConversationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1DeleteDataAccessorCommand
180
- */
181
- export declare const se_DeleteDataAccessorCommand: (input: DeleteDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1DeleteDataSourceCommand
184
- */
185
- export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1DeleteGroupCommand
188
- */
189
- export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1DeleteIndexCommand
192
- */
193
- export declare const se_DeleteIndexCommand: (input: DeleteIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1DeletePluginCommand
196
- */
197
- export declare const se_DeletePluginCommand: (input: DeletePluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1DeleteRetrieverCommand
200
- */
201
- export declare const se_DeleteRetrieverCommand: (input: DeleteRetrieverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1DeleteUserCommand
204
- */
205
- export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1DeleteWebExperienceCommand
208
- */
209
- export declare const se_DeleteWebExperienceCommand: (input: DeleteWebExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1DisassociatePermissionCommand
212
- */
213
- export declare const se_DisassociatePermissionCommand: (input: DisassociatePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1GetApplicationCommand
216
- */
217
- export declare const se_GetApplicationCommand: (input: GetApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1GetChatControlsConfigurationCommand
220
- */
221
- export declare const se_GetChatControlsConfigurationCommand: (input: GetChatControlsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1GetChatResponseConfigurationCommand
224
- */
225
- export declare const se_GetChatResponseConfigurationCommand: (input: GetChatResponseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1GetDataAccessorCommand
228
- */
229
- export declare const se_GetDataAccessorCommand: (input: GetDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1GetDataSourceCommand
232
- */
233
- export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1GetDocumentContentCommand
236
- */
237
- export declare const se_GetDocumentContentCommand: (input: GetDocumentContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1GetGroupCommand
240
- */
241
- export declare const se_GetGroupCommand: (input: GetGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1GetIndexCommand
244
- */
245
- export declare const se_GetIndexCommand: (input: GetIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1GetMediaCommand
248
- */
249
- export declare const se_GetMediaCommand: (input: GetMediaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1GetPluginCommand
252
- */
253
- export declare const se_GetPluginCommand: (input: GetPluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1GetPolicyCommand
256
- */
257
- export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1GetRetrieverCommand
260
- */
261
- export declare const se_GetRetrieverCommand: (input: GetRetrieverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1GetUserCommand
264
- */
265
- export declare const se_GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1GetWebExperienceCommand
268
- */
269
- export declare const se_GetWebExperienceCommand: (input: GetWebExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1ListApplicationsCommand
272
- */
273
- export declare const se_ListApplicationsCommand: (input: ListApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1ListAttachmentsCommand
276
- */
277
- export declare const se_ListAttachmentsCommand: (input: ListAttachmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1ListChatResponseConfigurationsCommand
280
- */
281
- export declare const se_ListChatResponseConfigurationsCommand: (input: ListChatResponseConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1ListConversationsCommand
284
- */
285
- export declare const se_ListConversationsCommand: (input: ListConversationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1ListDataAccessorsCommand
288
- */
289
- export declare const se_ListDataAccessorsCommand: (input: ListDataAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1ListDataSourcesCommand
292
- */
293
- export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1ListDataSourceSyncJobsCommand
296
- */
297
- export declare const se_ListDataSourceSyncJobsCommand: (input: ListDataSourceSyncJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_restJson1ListDocumentsCommand
300
- */
301
- export declare const se_ListDocumentsCommand: (input: ListDocumentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1ListGroupsCommand
304
- */
305
- export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_restJson1ListIndicesCommand
308
- */
309
- export declare const se_ListIndicesCommand: (input: ListIndicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_restJson1ListMessagesCommand
312
- */
313
- export declare const se_ListMessagesCommand: (input: ListMessagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1ListPluginActionsCommand
316
- */
317
- export declare const se_ListPluginActionsCommand: (input: ListPluginActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1ListPluginsCommand
320
- */
321
- export declare const se_ListPluginsCommand: (input: ListPluginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1ListPluginTypeActionsCommand
324
- */
325
- export declare const se_ListPluginTypeActionsCommand: (input: ListPluginTypeActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_restJson1ListPluginTypeMetadataCommand
328
- */
329
- export declare const se_ListPluginTypeMetadataCommand: (input: ListPluginTypeMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1ListRetrieversCommand
332
- */
333
- export declare const se_ListRetrieversCommand: (input: ListRetrieversCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1ListSubscriptionsCommand
336
- */
337
- export declare const se_ListSubscriptionsCommand: (input: ListSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_restJson1ListTagsForResourceCommand
340
- */
341
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1ListWebExperiencesCommand
344
- */
345
- export declare const se_ListWebExperiencesCommand: (input: ListWebExperiencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1PutFeedbackCommand
348
- */
349
- export declare const se_PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1PutGroupCommand
352
- */
353
- export declare const se_PutGroupCommand: (input: PutGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1SearchRelevantContentCommand
356
- */
357
- export declare const se_SearchRelevantContentCommand: (input: SearchRelevantContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1StartDataSourceSyncJobCommand
360
- */
361
- export declare const se_StartDataSourceSyncJobCommand: (input: StartDataSourceSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1StopDataSourceSyncJobCommand
364
- */
365
- export declare const se_StopDataSourceSyncJobCommand: (input: StopDataSourceSyncJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1TagResourceCommand
368
- */
369
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1UntagResourceCommand
372
- */
373
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1UpdateApplicationCommand
376
- */
377
- export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * serializeAws_restJson1UpdateChatControlsConfigurationCommand
380
- */
381
- export declare const se_UpdateChatControlsConfigurationCommand: (input: UpdateChatControlsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
382
- /**
383
- * serializeAws_restJson1UpdateChatResponseConfigurationCommand
384
- */
385
- export declare const se_UpdateChatResponseConfigurationCommand: (input: UpdateChatResponseConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
386
- /**
387
- * serializeAws_restJson1UpdateDataAccessorCommand
388
- */
389
- export declare const se_UpdateDataAccessorCommand: (input: UpdateDataAccessorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
390
- /**
391
- * serializeAws_restJson1UpdateDataSourceCommand
392
- */
393
- export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
394
- /**
395
- * serializeAws_restJson1UpdateIndexCommand
396
- */
397
- export declare const se_UpdateIndexCommand: (input: UpdateIndexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
398
- /**
399
- * serializeAws_restJson1UpdatePluginCommand
400
- */
401
- export declare const se_UpdatePluginCommand: (input: UpdatePluginCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
402
- /**
403
- * serializeAws_restJson1UpdateRetrieverCommand
404
- */
405
- export declare const se_UpdateRetrieverCommand: (input: UpdateRetrieverCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
406
- /**
407
- * serializeAws_restJson1UpdateSubscriptionCommand
408
- */
409
- export declare const se_UpdateSubscriptionCommand: (input: UpdateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
410
- /**
411
- * serializeAws_restJson1UpdateUserCommand
412
- */
413
- export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
414
- /**
415
- * serializeAws_restJson1UpdateWebExperienceCommand
416
- */
417
- export declare const se_UpdateWebExperienceCommand: (input: UpdateWebExperienceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
418
- /**
419
- * deserializeAws_restJson1AssociatePermissionCommand
420
- */
421
- export declare const de_AssociatePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePermissionCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1BatchDeleteDocumentCommand
424
- */
425
- export declare const de_BatchDeleteDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDocumentCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1BatchPutDocumentCommand
428
- */
429
- export declare const de_BatchPutDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchPutDocumentCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1CancelSubscriptionCommand
432
- */
433
- export declare const de_CancelSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSubscriptionCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1ChatCommand
436
- */
437
- export declare const de_ChatCommand: (output: __HttpResponse, context: __SerdeContext & __EventStreamSerdeContext) => Promise<ChatCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1ChatSyncCommand
440
- */
441
- export declare const de_ChatSyncCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ChatSyncCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1CheckDocumentAccessCommand
444
- */
445
- export declare const de_CheckDocumentAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CheckDocumentAccessCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1CreateAnonymousWebExperienceUrlCommand
448
- */
449
- export declare const de_CreateAnonymousWebExperienceUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnonymousWebExperienceUrlCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1CreateApplicationCommand
452
- */
453
- export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1CreateChatResponseConfigurationCommand
456
- */
457
- export declare const de_CreateChatResponseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChatResponseConfigurationCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1CreateDataAccessorCommand
460
- */
461
- export declare const de_CreateDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataAccessorCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1CreateDataSourceCommand
464
- */
465
- export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1CreateIndexCommand
468
- */
469
- export declare const de_CreateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIndexCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1CreatePluginCommand
472
- */
473
- export declare const de_CreatePluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePluginCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1CreateRetrieverCommand
476
- */
477
- export declare const de_CreateRetrieverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRetrieverCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1CreateSubscriptionCommand
480
- */
481
- export declare const de_CreateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1CreateUserCommand
484
- */
485
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1CreateWebExperienceCommand
488
- */
489
- export declare const de_CreateWebExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWebExperienceCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1DeleteApplicationCommand
492
- */
493
- export declare const de_DeleteApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1DeleteAttachmentCommand
496
- */
497
- export declare const de_DeleteAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAttachmentCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1DeleteChatControlsConfigurationCommand
500
- */
501
- export declare const de_DeleteChatControlsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChatControlsConfigurationCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1DeleteChatResponseConfigurationCommand
504
- */
505
- export declare const de_DeleteChatResponseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChatResponseConfigurationCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1DeleteConversationCommand
508
- */
509
- export declare const de_DeleteConversationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConversationCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1DeleteDataAccessorCommand
512
- */
513
- export declare const de_DeleteDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataAccessorCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1DeleteDataSourceCommand
516
- */
517
- export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1DeleteGroupCommand
520
- */
521
- export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1DeleteIndexCommand
524
- */
525
- export declare const de_DeleteIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIndexCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1DeletePluginCommand
528
- */
529
- export declare const de_DeletePluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePluginCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1DeleteRetrieverCommand
532
- */
533
- export declare const de_DeleteRetrieverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRetrieverCommandOutput>;
534
- /**
535
- * deserializeAws_restJson1DeleteUserCommand
536
- */
537
- export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
538
- /**
539
- * deserializeAws_restJson1DeleteWebExperienceCommand
540
- */
541
- export declare const de_DeleteWebExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebExperienceCommandOutput>;
542
- /**
543
- * deserializeAws_restJson1DisassociatePermissionCommand
544
- */
545
- export declare const de_DisassociatePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePermissionCommandOutput>;
546
- /**
547
- * deserializeAws_restJson1GetApplicationCommand
548
- */
549
- export declare const de_GetApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetApplicationCommandOutput>;
550
- /**
551
- * deserializeAws_restJson1GetChatControlsConfigurationCommand
552
- */
553
- export declare const de_GetChatControlsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatControlsConfigurationCommandOutput>;
554
- /**
555
- * deserializeAws_restJson1GetChatResponseConfigurationCommand
556
- */
557
- export declare const de_GetChatResponseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChatResponseConfigurationCommandOutput>;
558
- /**
559
- * deserializeAws_restJson1GetDataAccessorCommand
560
- */
561
- export declare const de_GetDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataAccessorCommandOutput>;
562
- /**
563
- * deserializeAws_restJson1GetDataSourceCommand
564
- */
565
- export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
566
- /**
567
- * deserializeAws_restJson1GetDocumentContentCommand
568
- */
569
- export declare const de_GetDocumentContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentContentCommandOutput>;
570
- /**
571
- * deserializeAws_restJson1GetGroupCommand
572
- */
573
- export declare const de_GetGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGroupCommandOutput>;
574
- /**
575
- * deserializeAws_restJson1GetIndexCommand
576
- */
577
- export declare const de_GetIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIndexCommandOutput>;
578
- /**
579
- * deserializeAws_restJson1GetMediaCommand
580
- */
581
- export declare const de_GetMediaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMediaCommandOutput>;
582
- /**
583
- * deserializeAws_restJson1GetPluginCommand
584
- */
585
- export declare const de_GetPluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPluginCommandOutput>;
586
- /**
587
- * deserializeAws_restJson1GetPolicyCommand
588
- */
589
- export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
590
- /**
591
- * deserializeAws_restJson1GetRetrieverCommand
592
- */
593
- export declare const de_GetRetrieverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRetrieverCommandOutput>;
594
- /**
595
- * deserializeAws_restJson1GetUserCommand
596
- */
597
- export declare const de_GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
598
- /**
599
- * deserializeAws_restJson1GetWebExperienceCommand
600
- */
601
- export declare const de_GetWebExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWebExperienceCommandOutput>;
602
- /**
603
- * deserializeAws_restJson1ListApplicationsCommand
604
- */
605
- export declare const de_ListApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListApplicationsCommandOutput>;
606
- /**
607
- * deserializeAws_restJson1ListAttachmentsCommand
608
- */
609
- export declare const de_ListAttachmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttachmentsCommandOutput>;
610
- /**
611
- * deserializeAws_restJson1ListChatResponseConfigurationsCommand
612
- */
613
- export declare const de_ListChatResponseConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChatResponseConfigurationsCommandOutput>;
614
- /**
615
- * deserializeAws_restJson1ListConversationsCommand
616
- */
617
- export declare const de_ListConversationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConversationsCommandOutput>;
618
- /**
619
- * deserializeAws_restJson1ListDataAccessorsCommand
620
- */
621
- export declare const de_ListDataAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataAccessorsCommandOutput>;
622
- /**
623
- * deserializeAws_restJson1ListDataSourcesCommand
624
- */
625
- export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
626
- /**
627
- * deserializeAws_restJson1ListDataSourceSyncJobsCommand
628
- */
629
- export declare const de_ListDataSourceSyncJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourceSyncJobsCommandOutput>;
630
- /**
631
- * deserializeAws_restJson1ListDocumentsCommand
632
- */
633
- export declare const de_ListDocumentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDocumentsCommandOutput>;
634
- /**
635
- * deserializeAws_restJson1ListGroupsCommand
636
- */
637
- export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
638
- /**
639
- * deserializeAws_restJson1ListIndicesCommand
640
- */
641
- export declare const de_ListIndicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndicesCommandOutput>;
642
- /**
643
- * deserializeAws_restJson1ListMessagesCommand
644
- */
645
- export declare const de_ListMessagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMessagesCommandOutput>;
646
- /**
647
- * deserializeAws_restJson1ListPluginActionsCommand
648
- */
649
- export declare const de_ListPluginActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginActionsCommandOutput>;
650
- /**
651
- * deserializeAws_restJson1ListPluginsCommand
652
- */
653
- export declare const de_ListPluginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginsCommandOutput>;
654
- /**
655
- * deserializeAws_restJson1ListPluginTypeActionsCommand
656
- */
657
- export declare const de_ListPluginTypeActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginTypeActionsCommandOutput>;
658
- /**
659
- * deserializeAws_restJson1ListPluginTypeMetadataCommand
660
- */
661
- export declare const de_ListPluginTypeMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginTypeMetadataCommandOutput>;
662
- /**
663
- * deserializeAws_restJson1ListRetrieversCommand
664
- */
665
- export declare const de_ListRetrieversCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRetrieversCommandOutput>;
666
- /**
667
- * deserializeAws_restJson1ListSubscriptionsCommand
668
- */
669
- export declare const de_ListSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSubscriptionsCommandOutput>;
670
- /**
671
- * deserializeAws_restJson1ListTagsForResourceCommand
672
- */
673
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
674
- /**
675
- * deserializeAws_restJson1ListWebExperiencesCommand
676
- */
677
- export declare const de_ListWebExperiencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebExperiencesCommandOutput>;
678
- /**
679
- * deserializeAws_restJson1PutFeedbackCommand
680
- */
681
- export declare const de_PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
682
- /**
683
- * deserializeAws_restJson1PutGroupCommand
684
- */
685
- export declare const de_PutGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutGroupCommandOutput>;
686
- /**
687
- * deserializeAws_restJson1SearchRelevantContentCommand
688
- */
689
- export declare const de_SearchRelevantContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchRelevantContentCommandOutput>;
690
- /**
691
- * deserializeAws_restJson1StartDataSourceSyncJobCommand
692
- */
693
- export declare const de_StartDataSourceSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataSourceSyncJobCommandOutput>;
694
- /**
695
- * deserializeAws_restJson1StopDataSourceSyncJobCommand
696
- */
697
- export declare const de_StopDataSourceSyncJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDataSourceSyncJobCommandOutput>;
698
- /**
699
- * deserializeAws_restJson1TagResourceCommand
700
- */
701
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
702
- /**
703
- * deserializeAws_restJson1UntagResourceCommand
704
- */
705
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
706
- /**
707
- * deserializeAws_restJson1UpdateApplicationCommand
708
- */
709
- export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
710
- /**
711
- * deserializeAws_restJson1UpdateChatControlsConfigurationCommand
712
- */
713
- export declare const de_UpdateChatControlsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChatControlsConfigurationCommandOutput>;
714
- /**
715
- * deserializeAws_restJson1UpdateChatResponseConfigurationCommand
716
- */
717
- export declare const de_UpdateChatResponseConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChatResponseConfigurationCommandOutput>;
718
- /**
719
- * deserializeAws_restJson1UpdateDataAccessorCommand
720
- */
721
- export declare const de_UpdateDataAccessorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataAccessorCommandOutput>;
722
- /**
723
- * deserializeAws_restJson1UpdateDataSourceCommand
724
- */
725
- export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
726
- /**
727
- * deserializeAws_restJson1UpdateIndexCommand
728
- */
729
- export declare const de_UpdateIndexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIndexCommandOutput>;
730
- /**
731
- * deserializeAws_restJson1UpdatePluginCommand
732
- */
733
- export declare const de_UpdatePluginCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePluginCommandOutput>;
734
- /**
735
- * deserializeAws_restJson1UpdateRetrieverCommand
736
- */
737
- export declare const de_UpdateRetrieverCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRetrieverCommandOutput>;
738
- /**
739
- * deserializeAws_restJson1UpdateSubscriptionCommand
740
- */
741
- export declare const de_UpdateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionCommandOutput>;
742
- /**
743
- * deserializeAws_restJson1UpdateUserCommand
744
- */
745
- export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
746
- /**
747
- * deserializeAws_restJson1UpdateWebExperienceCommand
748
- */
749
- export declare const de_UpdateWebExperienceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWebExperienceCommandOutput>;