@aws-sdk/client-wisdom 3.1086.0 → 3.1088.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 (59) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Wisdom.d.ts +136 -145
  3. package/dist-types/ts3.4/WisdomClient.d.ts +18 -37
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +4 -6
  20. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +3 -8
  30. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +4 -9
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  49. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  50. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  51. package/dist-types/ts3.4/models/enums.d.ts +10 -20
  52. package/dist-types/ts3.4/models/errors.d.ts +7 -21
  53. package/dist-types/ts3.4/models/models_0.d.ts +7 -21
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  58. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  59. package/package.json +39 -39
@@ -59,10 +59,7 @@ import {
59
59
  GetAssistantCommandInput,
60
60
  GetAssistantCommandOutput,
61
61
  } from "./commands/GetAssistantCommand";
62
- import {
63
- GetContentCommandInput,
64
- GetContentCommandOutput,
65
- } from "./commands/GetContentCommand";
62
+ import { GetContentCommandInput, GetContentCommandOutput } from "./commands/GetContentCommand";
66
63
  import {
67
64
  GetContentSummaryCommandInput,
68
65
  GetContentSummaryCommandOutput,
@@ -83,10 +80,7 @@ import {
83
80
  GetRecommendationsCommandInput,
84
81
  GetRecommendationsCommandOutput,
85
82
  } from "./commands/GetRecommendationsCommand";
86
- import {
87
- GetSessionCommandInput,
88
- GetSessionCommandOutput,
89
- } from "./commands/GetSessionCommand";
83
+ import { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
90
84
  import {
91
85
  ListAssistantAssociationsCommandInput,
92
86
  ListAssistantAssociationsCommandOutput,
@@ -147,10 +141,7 @@ import {
147
141
  StartImportJobCommandInput,
148
142
  StartImportJobCommandOutput,
149
143
  } from "./commands/StartImportJobCommand";
150
- import {
151
- TagResourceCommandInput,
152
- TagResourceCommandOutput,
153
- } from "./commands/TagResourceCommand";
144
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
154
145
  import {
155
146
  UntagResourceCommandInput,
156
147
  UntagResourceCommandOutput,
@@ -171,608 +162,608 @@ import { WisdomClient } from "./WisdomClient";
171
162
  export interface Wisdom {
172
163
  createAssistant(
173
164
  args: CreateAssistantCommandInput,
174
- options?: __HttpHandlerOptions
165
+ options?: __HttpHandlerOptions,
175
166
  ): Promise<CreateAssistantCommandOutput>;
176
167
  createAssistant(
177
168
  args: CreateAssistantCommandInput,
178
- cb: (err: any, data?: CreateAssistantCommandOutput) => void
169
+ cb: (err: any, data?: CreateAssistantCommandOutput) => void,
179
170
  ): void;
180
171
  createAssistant(
181
172
  args: CreateAssistantCommandInput,
182
173
  options: __HttpHandlerOptions,
183
- cb: (err: any, data?: CreateAssistantCommandOutput) => void
174
+ cb: (err: any, data?: CreateAssistantCommandOutput) => void,
184
175
  ): void;
185
176
  createAssistantAssociation(
186
177
  args: CreateAssistantAssociationCommandInput,
187
- options?: __HttpHandlerOptions
178
+ options?: __HttpHandlerOptions,
188
179
  ): Promise<CreateAssistantAssociationCommandOutput>;
189
180
  createAssistantAssociation(
190
181
  args: CreateAssistantAssociationCommandInput,
191
- cb: (err: any, data?: CreateAssistantAssociationCommandOutput) => void
182
+ cb: (err: any, data?: CreateAssistantAssociationCommandOutput) => void,
192
183
  ): void;
193
184
  createAssistantAssociation(
194
185
  args: CreateAssistantAssociationCommandInput,
195
186
  options: __HttpHandlerOptions,
196
- cb: (err: any, data?: CreateAssistantAssociationCommandOutput) => void
187
+ cb: (err: any, data?: CreateAssistantAssociationCommandOutput) => void,
197
188
  ): void;
198
189
  createContent(
199
190
  args: CreateContentCommandInput,
200
- options?: __HttpHandlerOptions
191
+ options?: __HttpHandlerOptions,
201
192
  ): Promise<CreateContentCommandOutput>;
202
193
  createContent(
203
194
  args: CreateContentCommandInput,
204
- cb: (err: any, data?: CreateContentCommandOutput) => void
195
+ cb: (err: any, data?: CreateContentCommandOutput) => void,
205
196
  ): void;
206
197
  createContent(
207
198
  args: CreateContentCommandInput,
208
199
  options: __HttpHandlerOptions,
209
- cb: (err: any, data?: CreateContentCommandOutput) => void
200
+ cb: (err: any, data?: CreateContentCommandOutput) => void,
210
201
  ): void;
211
202
  createKnowledgeBase(
212
203
  args: CreateKnowledgeBaseCommandInput,
213
- options?: __HttpHandlerOptions
204
+ options?: __HttpHandlerOptions,
214
205
  ): Promise<CreateKnowledgeBaseCommandOutput>;
215
206
  createKnowledgeBase(
216
207
  args: CreateKnowledgeBaseCommandInput,
217
- cb: (err: any, data?: CreateKnowledgeBaseCommandOutput) => void
208
+ cb: (err: any, data?: CreateKnowledgeBaseCommandOutput) => void,
218
209
  ): void;
219
210
  createKnowledgeBase(
220
211
  args: CreateKnowledgeBaseCommandInput,
221
212
  options: __HttpHandlerOptions,
222
- cb: (err: any, data?: CreateKnowledgeBaseCommandOutput) => void
213
+ cb: (err: any, data?: CreateKnowledgeBaseCommandOutput) => void,
223
214
  ): void;
224
215
  createQuickResponse(
225
216
  args: CreateQuickResponseCommandInput,
226
- options?: __HttpHandlerOptions
217
+ options?: __HttpHandlerOptions,
227
218
  ): Promise<CreateQuickResponseCommandOutput>;
228
219
  createQuickResponse(
229
220
  args: CreateQuickResponseCommandInput,
230
- cb: (err: any, data?: CreateQuickResponseCommandOutput) => void
221
+ cb: (err: any, data?: CreateQuickResponseCommandOutput) => void,
231
222
  ): void;
232
223
  createQuickResponse(
233
224
  args: CreateQuickResponseCommandInput,
234
225
  options: __HttpHandlerOptions,
235
- cb: (err: any, data?: CreateQuickResponseCommandOutput) => void
226
+ cb: (err: any, data?: CreateQuickResponseCommandOutput) => void,
236
227
  ): void;
237
228
  createSession(
238
229
  args: CreateSessionCommandInput,
239
- options?: __HttpHandlerOptions
230
+ options?: __HttpHandlerOptions,
240
231
  ): Promise<CreateSessionCommandOutput>;
241
232
  createSession(
242
233
  args: CreateSessionCommandInput,
243
- cb: (err: any, data?: CreateSessionCommandOutput) => void
234
+ cb: (err: any, data?: CreateSessionCommandOutput) => void,
244
235
  ): void;
245
236
  createSession(
246
237
  args: CreateSessionCommandInput,
247
238
  options: __HttpHandlerOptions,
248
- cb: (err: any, data?: CreateSessionCommandOutput) => void
239
+ cb: (err: any, data?: CreateSessionCommandOutput) => void,
249
240
  ): void;
250
241
  deleteAssistant(
251
242
  args: DeleteAssistantCommandInput,
252
- options?: __HttpHandlerOptions
243
+ options?: __HttpHandlerOptions,
253
244
  ): Promise<DeleteAssistantCommandOutput>;
254
245
  deleteAssistant(
255
246
  args: DeleteAssistantCommandInput,
256
- cb: (err: any, data?: DeleteAssistantCommandOutput) => void
247
+ cb: (err: any, data?: DeleteAssistantCommandOutput) => void,
257
248
  ): void;
258
249
  deleteAssistant(
259
250
  args: DeleteAssistantCommandInput,
260
251
  options: __HttpHandlerOptions,
261
- cb: (err: any, data?: DeleteAssistantCommandOutput) => void
252
+ cb: (err: any, data?: DeleteAssistantCommandOutput) => void,
262
253
  ): void;
263
254
  deleteAssistantAssociation(
264
255
  args: DeleteAssistantAssociationCommandInput,
265
- options?: __HttpHandlerOptions
256
+ options?: __HttpHandlerOptions,
266
257
  ): Promise<DeleteAssistantAssociationCommandOutput>;
267
258
  deleteAssistantAssociation(
268
259
  args: DeleteAssistantAssociationCommandInput,
269
- cb: (err: any, data?: DeleteAssistantAssociationCommandOutput) => void
260
+ cb: (err: any, data?: DeleteAssistantAssociationCommandOutput) => void,
270
261
  ): void;
271
262
  deleteAssistantAssociation(
272
263
  args: DeleteAssistantAssociationCommandInput,
273
264
  options: __HttpHandlerOptions,
274
- cb: (err: any, data?: DeleteAssistantAssociationCommandOutput) => void
265
+ cb: (err: any, data?: DeleteAssistantAssociationCommandOutput) => void,
275
266
  ): void;
276
267
  deleteContent(
277
268
  args: DeleteContentCommandInput,
278
- options?: __HttpHandlerOptions
269
+ options?: __HttpHandlerOptions,
279
270
  ): Promise<DeleteContentCommandOutput>;
280
271
  deleteContent(
281
272
  args: DeleteContentCommandInput,
282
- cb: (err: any, data?: DeleteContentCommandOutput) => void
273
+ cb: (err: any, data?: DeleteContentCommandOutput) => void,
283
274
  ): void;
284
275
  deleteContent(
285
276
  args: DeleteContentCommandInput,
286
277
  options: __HttpHandlerOptions,
287
- cb: (err: any, data?: DeleteContentCommandOutput) => void
278
+ cb: (err: any, data?: DeleteContentCommandOutput) => void,
288
279
  ): void;
289
280
  deleteImportJob(
290
281
  args: DeleteImportJobCommandInput,
291
- options?: __HttpHandlerOptions
282
+ options?: __HttpHandlerOptions,
292
283
  ): Promise<DeleteImportJobCommandOutput>;
293
284
  deleteImportJob(
294
285
  args: DeleteImportJobCommandInput,
295
- cb: (err: any, data?: DeleteImportJobCommandOutput) => void
286
+ cb: (err: any, data?: DeleteImportJobCommandOutput) => void,
296
287
  ): void;
297
288
  deleteImportJob(
298
289
  args: DeleteImportJobCommandInput,
299
290
  options: __HttpHandlerOptions,
300
- cb: (err: any, data?: DeleteImportJobCommandOutput) => void
291
+ cb: (err: any, data?: DeleteImportJobCommandOutput) => void,
301
292
  ): void;
302
293
  deleteKnowledgeBase(
303
294
  args: DeleteKnowledgeBaseCommandInput,
304
- options?: __HttpHandlerOptions
295
+ options?: __HttpHandlerOptions,
305
296
  ): Promise<DeleteKnowledgeBaseCommandOutput>;
306
297
  deleteKnowledgeBase(
307
298
  args: DeleteKnowledgeBaseCommandInput,
308
- cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void
299
+ cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void,
309
300
  ): void;
310
301
  deleteKnowledgeBase(
311
302
  args: DeleteKnowledgeBaseCommandInput,
312
303
  options: __HttpHandlerOptions,
313
- cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void
304
+ cb: (err: any, data?: DeleteKnowledgeBaseCommandOutput) => void,
314
305
  ): void;
315
306
  deleteQuickResponse(
316
307
  args: DeleteQuickResponseCommandInput,
317
- options?: __HttpHandlerOptions
308
+ options?: __HttpHandlerOptions,
318
309
  ): Promise<DeleteQuickResponseCommandOutput>;
319
310
  deleteQuickResponse(
320
311
  args: DeleteQuickResponseCommandInput,
321
- cb: (err: any, data?: DeleteQuickResponseCommandOutput) => void
312
+ cb: (err: any, data?: DeleteQuickResponseCommandOutput) => void,
322
313
  ): void;
323
314
  deleteQuickResponse(
324
315
  args: DeleteQuickResponseCommandInput,
325
316
  options: __HttpHandlerOptions,
326
- cb: (err: any, data?: DeleteQuickResponseCommandOutput) => void
317
+ cb: (err: any, data?: DeleteQuickResponseCommandOutput) => void,
327
318
  ): void;
328
319
  getAssistant(
329
320
  args: GetAssistantCommandInput,
330
- options?: __HttpHandlerOptions
321
+ options?: __HttpHandlerOptions,
331
322
  ): Promise<GetAssistantCommandOutput>;
332
323
  getAssistant(
333
324
  args: GetAssistantCommandInput,
334
- cb: (err: any, data?: GetAssistantCommandOutput) => void
325
+ cb: (err: any, data?: GetAssistantCommandOutput) => void,
335
326
  ): void;
336
327
  getAssistant(
337
328
  args: GetAssistantCommandInput,
338
329
  options: __HttpHandlerOptions,
339
- cb: (err: any, data?: GetAssistantCommandOutput) => void
330
+ cb: (err: any, data?: GetAssistantCommandOutput) => void,
340
331
  ): void;
341
332
  getAssistantAssociation(
342
333
  args: GetAssistantAssociationCommandInput,
343
- options?: __HttpHandlerOptions
334
+ options?: __HttpHandlerOptions,
344
335
  ): Promise<GetAssistantAssociationCommandOutput>;
345
336
  getAssistantAssociation(
346
337
  args: GetAssistantAssociationCommandInput,
347
- cb: (err: any, data?: GetAssistantAssociationCommandOutput) => void
338
+ cb: (err: any, data?: GetAssistantAssociationCommandOutput) => void,
348
339
  ): void;
349
340
  getAssistantAssociation(
350
341
  args: GetAssistantAssociationCommandInput,
351
342
  options: __HttpHandlerOptions,
352
- cb: (err: any, data?: GetAssistantAssociationCommandOutput) => void
343
+ cb: (err: any, data?: GetAssistantAssociationCommandOutput) => void,
353
344
  ): void;
354
345
  getContent(
355
346
  args: GetContentCommandInput,
356
- options?: __HttpHandlerOptions
347
+ options?: __HttpHandlerOptions,
357
348
  ): Promise<GetContentCommandOutput>;
358
349
  getContent(
359
350
  args: GetContentCommandInput,
360
- cb: (err: any, data?: GetContentCommandOutput) => void
351
+ cb: (err: any, data?: GetContentCommandOutput) => void,
361
352
  ): void;
362
353
  getContent(
363
354
  args: GetContentCommandInput,
364
355
  options: __HttpHandlerOptions,
365
- cb: (err: any, data?: GetContentCommandOutput) => void
356
+ cb: (err: any, data?: GetContentCommandOutput) => void,
366
357
  ): void;
367
358
  getContentSummary(
368
359
  args: GetContentSummaryCommandInput,
369
- options?: __HttpHandlerOptions
360
+ options?: __HttpHandlerOptions,
370
361
  ): Promise<GetContentSummaryCommandOutput>;
371
362
  getContentSummary(
372
363
  args: GetContentSummaryCommandInput,
373
- cb: (err: any, data?: GetContentSummaryCommandOutput) => void
364
+ cb: (err: any, data?: GetContentSummaryCommandOutput) => void,
374
365
  ): void;
375
366
  getContentSummary(
376
367
  args: GetContentSummaryCommandInput,
377
368
  options: __HttpHandlerOptions,
378
- cb: (err: any, data?: GetContentSummaryCommandOutput) => void
369
+ cb: (err: any, data?: GetContentSummaryCommandOutput) => void,
379
370
  ): void;
380
371
  getImportJob(
381
372
  args: GetImportJobCommandInput,
382
- options?: __HttpHandlerOptions
373
+ options?: __HttpHandlerOptions,
383
374
  ): Promise<GetImportJobCommandOutput>;
384
375
  getImportJob(
385
376
  args: GetImportJobCommandInput,
386
- cb: (err: any, data?: GetImportJobCommandOutput) => void
377
+ cb: (err: any, data?: GetImportJobCommandOutput) => void,
387
378
  ): void;
388
379
  getImportJob(
389
380
  args: GetImportJobCommandInput,
390
381
  options: __HttpHandlerOptions,
391
- cb: (err: any, data?: GetImportJobCommandOutput) => void
382
+ cb: (err: any, data?: GetImportJobCommandOutput) => void,
392
383
  ): void;
393
384
  getKnowledgeBase(
394
385
  args: GetKnowledgeBaseCommandInput,
395
- options?: __HttpHandlerOptions
386
+ options?: __HttpHandlerOptions,
396
387
  ): Promise<GetKnowledgeBaseCommandOutput>;
397
388
  getKnowledgeBase(
398
389
  args: GetKnowledgeBaseCommandInput,
399
- cb: (err: any, data?: GetKnowledgeBaseCommandOutput) => void
390
+ cb: (err: any, data?: GetKnowledgeBaseCommandOutput) => void,
400
391
  ): void;
401
392
  getKnowledgeBase(
402
393
  args: GetKnowledgeBaseCommandInput,
403
394
  options: __HttpHandlerOptions,
404
- cb: (err: any, data?: GetKnowledgeBaseCommandOutput) => void
395
+ cb: (err: any, data?: GetKnowledgeBaseCommandOutput) => void,
405
396
  ): void;
406
397
  getQuickResponse(
407
398
  args: GetQuickResponseCommandInput,
408
- options?: __HttpHandlerOptions
399
+ options?: __HttpHandlerOptions,
409
400
  ): Promise<GetQuickResponseCommandOutput>;
410
401
  getQuickResponse(
411
402
  args: GetQuickResponseCommandInput,
412
- cb: (err: any, data?: GetQuickResponseCommandOutput) => void
403
+ cb: (err: any, data?: GetQuickResponseCommandOutput) => void,
413
404
  ): void;
414
405
  getQuickResponse(
415
406
  args: GetQuickResponseCommandInput,
416
407
  options: __HttpHandlerOptions,
417
- cb: (err: any, data?: GetQuickResponseCommandOutput) => void
408
+ cb: (err: any, data?: GetQuickResponseCommandOutput) => void,
418
409
  ): void;
419
410
  getRecommendations(
420
411
  args: GetRecommendationsCommandInput,
421
- options?: __HttpHandlerOptions
412
+ options?: __HttpHandlerOptions,
422
413
  ): Promise<GetRecommendationsCommandOutput>;
423
414
  getRecommendations(
424
415
  args: GetRecommendationsCommandInput,
425
- cb: (err: any, data?: GetRecommendationsCommandOutput) => void
416
+ cb: (err: any, data?: GetRecommendationsCommandOutput) => void,
426
417
  ): void;
427
418
  getRecommendations(
428
419
  args: GetRecommendationsCommandInput,
429
420
  options: __HttpHandlerOptions,
430
- cb: (err: any, data?: GetRecommendationsCommandOutput) => void
421
+ cb: (err: any, data?: GetRecommendationsCommandOutput) => void,
431
422
  ): void;
432
423
  getSession(
433
424
  args: GetSessionCommandInput,
434
- options?: __HttpHandlerOptions
425
+ options?: __HttpHandlerOptions,
435
426
  ): Promise<GetSessionCommandOutput>;
436
427
  getSession(
437
428
  args: GetSessionCommandInput,
438
- cb: (err: any, data?: GetSessionCommandOutput) => void
429
+ cb: (err: any, data?: GetSessionCommandOutput) => void,
439
430
  ): void;
440
431
  getSession(
441
432
  args: GetSessionCommandInput,
442
433
  options: __HttpHandlerOptions,
443
- cb: (err: any, data?: GetSessionCommandOutput) => void
434
+ cb: (err: any, data?: GetSessionCommandOutput) => void,
444
435
  ): void;
445
436
  listAssistantAssociations(
446
437
  args: ListAssistantAssociationsCommandInput,
447
- options?: __HttpHandlerOptions
438
+ options?: __HttpHandlerOptions,
448
439
  ): Promise<ListAssistantAssociationsCommandOutput>;
449
440
  listAssistantAssociations(
450
441
  args: ListAssistantAssociationsCommandInput,
451
- cb: (err: any, data?: ListAssistantAssociationsCommandOutput) => void
442
+ cb: (err: any, data?: ListAssistantAssociationsCommandOutput) => void,
452
443
  ): void;
453
444
  listAssistantAssociations(
454
445
  args: ListAssistantAssociationsCommandInput,
455
446
  options: __HttpHandlerOptions,
456
- cb: (err: any, data?: ListAssistantAssociationsCommandOutput) => void
447
+ cb: (err: any, data?: ListAssistantAssociationsCommandOutput) => void,
457
448
  ): void;
458
449
  listAssistants(): Promise<ListAssistantsCommandOutput>;
459
450
  listAssistants(
460
451
  args: ListAssistantsCommandInput,
461
- options?: __HttpHandlerOptions
452
+ options?: __HttpHandlerOptions,
462
453
  ): Promise<ListAssistantsCommandOutput>;
463
454
  listAssistants(
464
455
  args: ListAssistantsCommandInput,
465
- cb: (err: any, data?: ListAssistantsCommandOutput) => void
456
+ cb: (err: any, data?: ListAssistantsCommandOutput) => void,
466
457
  ): void;
467
458
  listAssistants(
468
459
  args: ListAssistantsCommandInput,
469
460
  options: __HttpHandlerOptions,
470
- cb: (err: any, data?: ListAssistantsCommandOutput) => void
461
+ cb: (err: any, data?: ListAssistantsCommandOutput) => void,
471
462
  ): void;
472
463
  listContents(
473
464
  args: ListContentsCommandInput,
474
- options?: __HttpHandlerOptions
465
+ options?: __HttpHandlerOptions,
475
466
  ): Promise<ListContentsCommandOutput>;
476
467
  listContents(
477
468
  args: ListContentsCommandInput,
478
- cb: (err: any, data?: ListContentsCommandOutput) => void
469
+ cb: (err: any, data?: ListContentsCommandOutput) => void,
479
470
  ): void;
480
471
  listContents(
481
472
  args: ListContentsCommandInput,
482
473
  options: __HttpHandlerOptions,
483
- cb: (err: any, data?: ListContentsCommandOutput) => void
474
+ cb: (err: any, data?: ListContentsCommandOutput) => void,
484
475
  ): void;
485
476
  listImportJobs(
486
477
  args: ListImportJobsCommandInput,
487
- options?: __HttpHandlerOptions
478
+ options?: __HttpHandlerOptions,
488
479
  ): Promise<ListImportJobsCommandOutput>;
489
480
  listImportJobs(
490
481
  args: ListImportJobsCommandInput,
491
- cb: (err: any, data?: ListImportJobsCommandOutput) => void
482
+ cb: (err: any, data?: ListImportJobsCommandOutput) => void,
492
483
  ): void;
493
484
  listImportJobs(
494
485
  args: ListImportJobsCommandInput,
495
486
  options: __HttpHandlerOptions,
496
- cb: (err: any, data?: ListImportJobsCommandOutput) => void
487
+ cb: (err: any, data?: ListImportJobsCommandOutput) => void,
497
488
  ): void;
498
489
  listKnowledgeBases(): Promise<ListKnowledgeBasesCommandOutput>;
499
490
  listKnowledgeBases(
500
491
  args: ListKnowledgeBasesCommandInput,
501
- options?: __HttpHandlerOptions
492
+ options?: __HttpHandlerOptions,
502
493
  ): Promise<ListKnowledgeBasesCommandOutput>;
503
494
  listKnowledgeBases(
504
495
  args: ListKnowledgeBasesCommandInput,
505
- cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void
496
+ cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void,
506
497
  ): void;
507
498
  listKnowledgeBases(
508
499
  args: ListKnowledgeBasesCommandInput,
509
500
  options: __HttpHandlerOptions,
510
- cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void
501
+ cb: (err: any, data?: ListKnowledgeBasesCommandOutput) => void,
511
502
  ): void;
512
503
  listQuickResponses(
513
504
  args: ListQuickResponsesCommandInput,
514
- options?: __HttpHandlerOptions
505
+ options?: __HttpHandlerOptions,
515
506
  ): Promise<ListQuickResponsesCommandOutput>;
516
507
  listQuickResponses(
517
508
  args: ListQuickResponsesCommandInput,
518
- cb: (err: any, data?: ListQuickResponsesCommandOutput) => void
509
+ cb: (err: any, data?: ListQuickResponsesCommandOutput) => void,
519
510
  ): void;
520
511
  listQuickResponses(
521
512
  args: ListQuickResponsesCommandInput,
522
513
  options: __HttpHandlerOptions,
523
- cb: (err: any, data?: ListQuickResponsesCommandOutput) => void
514
+ cb: (err: any, data?: ListQuickResponsesCommandOutput) => void,
524
515
  ): void;
525
516
  listTagsForResource(
526
517
  args: ListTagsForResourceCommandInput,
527
- options?: __HttpHandlerOptions
518
+ options?: __HttpHandlerOptions,
528
519
  ): Promise<ListTagsForResourceCommandOutput>;
529
520
  listTagsForResource(
530
521
  args: ListTagsForResourceCommandInput,
531
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
522
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
532
523
  ): void;
533
524
  listTagsForResource(
534
525
  args: ListTagsForResourceCommandInput,
535
526
  options: __HttpHandlerOptions,
536
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
527
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
537
528
  ): void;
538
529
  notifyRecommendationsReceived(
539
530
  args: NotifyRecommendationsReceivedCommandInput,
540
- options?: __HttpHandlerOptions
531
+ options?: __HttpHandlerOptions,
541
532
  ): Promise<NotifyRecommendationsReceivedCommandOutput>;
542
533
  notifyRecommendationsReceived(
543
534
  args: NotifyRecommendationsReceivedCommandInput,
544
- cb: (err: any, data?: NotifyRecommendationsReceivedCommandOutput) => void
535
+ cb: (err: any, data?: NotifyRecommendationsReceivedCommandOutput) => void,
545
536
  ): void;
546
537
  notifyRecommendationsReceived(
547
538
  args: NotifyRecommendationsReceivedCommandInput,
548
539
  options: __HttpHandlerOptions,
549
- cb: (err: any, data?: NotifyRecommendationsReceivedCommandOutput) => void
540
+ cb: (err: any, data?: NotifyRecommendationsReceivedCommandOutput) => void,
550
541
  ): void;
551
542
  queryAssistant(
552
543
  args: QueryAssistantCommandInput,
553
- options?: __HttpHandlerOptions
544
+ options?: __HttpHandlerOptions,
554
545
  ): Promise<QueryAssistantCommandOutput>;
555
546
  queryAssistant(
556
547
  args: QueryAssistantCommandInput,
557
- cb: (err: any, data?: QueryAssistantCommandOutput) => void
548
+ cb: (err: any, data?: QueryAssistantCommandOutput) => void,
558
549
  ): void;
559
550
  queryAssistant(
560
551
  args: QueryAssistantCommandInput,
561
552
  options: __HttpHandlerOptions,
562
- cb: (err: any, data?: QueryAssistantCommandOutput) => void
553
+ cb: (err: any, data?: QueryAssistantCommandOutput) => void,
563
554
  ): void;
564
555
  removeKnowledgeBaseTemplateUri(
565
556
  args: RemoveKnowledgeBaseTemplateUriCommandInput,
566
- options?: __HttpHandlerOptions
557
+ options?: __HttpHandlerOptions,
567
558
  ): Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
568
559
  removeKnowledgeBaseTemplateUri(
569
560
  args: RemoveKnowledgeBaseTemplateUriCommandInput,
570
- cb: (err: any, data?: RemoveKnowledgeBaseTemplateUriCommandOutput) => void
561
+ cb: (err: any, data?: RemoveKnowledgeBaseTemplateUriCommandOutput) => void,
571
562
  ): void;
572
563
  removeKnowledgeBaseTemplateUri(
573
564
  args: RemoveKnowledgeBaseTemplateUriCommandInput,
574
565
  options: __HttpHandlerOptions,
575
- cb: (err: any, data?: RemoveKnowledgeBaseTemplateUriCommandOutput) => void
566
+ cb: (err: any, data?: RemoveKnowledgeBaseTemplateUriCommandOutput) => void,
576
567
  ): void;
577
568
  searchContent(
578
569
  args: SearchContentCommandInput,
579
- options?: __HttpHandlerOptions
570
+ options?: __HttpHandlerOptions,
580
571
  ): Promise<SearchContentCommandOutput>;
581
572
  searchContent(
582
573
  args: SearchContentCommandInput,
583
- cb: (err: any, data?: SearchContentCommandOutput) => void
574
+ cb: (err: any, data?: SearchContentCommandOutput) => void,
584
575
  ): void;
585
576
  searchContent(
586
577
  args: SearchContentCommandInput,
587
578
  options: __HttpHandlerOptions,
588
- cb: (err: any, data?: SearchContentCommandOutput) => void
579
+ cb: (err: any, data?: SearchContentCommandOutput) => void,
589
580
  ): void;
590
581
  searchQuickResponses(
591
582
  args: SearchQuickResponsesCommandInput,
592
- options?: __HttpHandlerOptions
583
+ options?: __HttpHandlerOptions,
593
584
  ): Promise<SearchQuickResponsesCommandOutput>;
594
585
  searchQuickResponses(
595
586
  args: SearchQuickResponsesCommandInput,
596
- cb: (err: any, data?: SearchQuickResponsesCommandOutput) => void
587
+ cb: (err: any, data?: SearchQuickResponsesCommandOutput) => void,
597
588
  ): void;
598
589
  searchQuickResponses(
599
590
  args: SearchQuickResponsesCommandInput,
600
591
  options: __HttpHandlerOptions,
601
- cb: (err: any, data?: SearchQuickResponsesCommandOutput) => void
592
+ cb: (err: any, data?: SearchQuickResponsesCommandOutput) => void,
602
593
  ): void;
603
594
  searchSessions(
604
595
  args: SearchSessionsCommandInput,
605
- options?: __HttpHandlerOptions
596
+ options?: __HttpHandlerOptions,
606
597
  ): Promise<SearchSessionsCommandOutput>;
607
598
  searchSessions(
608
599
  args: SearchSessionsCommandInput,
609
- cb: (err: any, data?: SearchSessionsCommandOutput) => void
600
+ cb: (err: any, data?: SearchSessionsCommandOutput) => void,
610
601
  ): void;
611
602
  searchSessions(
612
603
  args: SearchSessionsCommandInput,
613
604
  options: __HttpHandlerOptions,
614
- cb: (err: any, data?: SearchSessionsCommandOutput) => void
605
+ cb: (err: any, data?: SearchSessionsCommandOutput) => void,
615
606
  ): void;
616
607
  startContentUpload(
617
608
  args: StartContentUploadCommandInput,
618
- options?: __HttpHandlerOptions
609
+ options?: __HttpHandlerOptions,
619
610
  ): Promise<StartContentUploadCommandOutput>;
620
611
  startContentUpload(
621
612
  args: StartContentUploadCommandInput,
622
- cb: (err: any, data?: StartContentUploadCommandOutput) => void
613
+ cb: (err: any, data?: StartContentUploadCommandOutput) => void,
623
614
  ): void;
624
615
  startContentUpload(
625
616
  args: StartContentUploadCommandInput,
626
617
  options: __HttpHandlerOptions,
627
- cb: (err: any, data?: StartContentUploadCommandOutput) => void
618
+ cb: (err: any, data?: StartContentUploadCommandOutput) => void,
628
619
  ): void;
629
620
  startImportJob(
630
621
  args: StartImportJobCommandInput,
631
- options?: __HttpHandlerOptions
622
+ options?: __HttpHandlerOptions,
632
623
  ): Promise<StartImportJobCommandOutput>;
633
624
  startImportJob(
634
625
  args: StartImportJobCommandInput,
635
- cb: (err: any, data?: StartImportJobCommandOutput) => void
626
+ cb: (err: any, data?: StartImportJobCommandOutput) => void,
636
627
  ): void;
637
628
  startImportJob(
638
629
  args: StartImportJobCommandInput,
639
630
  options: __HttpHandlerOptions,
640
- cb: (err: any, data?: StartImportJobCommandOutput) => void
631
+ cb: (err: any, data?: StartImportJobCommandOutput) => void,
641
632
  ): void;
642
633
  tagResource(
643
634
  args: TagResourceCommandInput,
644
- options?: __HttpHandlerOptions
635
+ options?: __HttpHandlerOptions,
645
636
  ): Promise<TagResourceCommandOutput>;
646
637
  tagResource(
647
638
  args: TagResourceCommandInput,
648
- cb: (err: any, data?: TagResourceCommandOutput) => void
639
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
649
640
  ): void;
650
641
  tagResource(
651
642
  args: TagResourceCommandInput,
652
643
  options: __HttpHandlerOptions,
653
- cb: (err: any, data?: TagResourceCommandOutput) => void
644
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
654
645
  ): void;
655
646
  untagResource(
656
647
  args: UntagResourceCommandInput,
657
- options?: __HttpHandlerOptions
648
+ options?: __HttpHandlerOptions,
658
649
  ): Promise<UntagResourceCommandOutput>;
659
650
  untagResource(
660
651
  args: UntagResourceCommandInput,
661
- cb: (err: any, data?: UntagResourceCommandOutput) => void
652
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
662
653
  ): void;
663
654
  untagResource(
664
655
  args: UntagResourceCommandInput,
665
656
  options: __HttpHandlerOptions,
666
- cb: (err: any, data?: UntagResourceCommandOutput) => void
657
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
667
658
  ): void;
668
659
  updateContent(
669
660
  args: UpdateContentCommandInput,
670
- options?: __HttpHandlerOptions
661
+ options?: __HttpHandlerOptions,
671
662
  ): Promise<UpdateContentCommandOutput>;
672
663
  updateContent(
673
664
  args: UpdateContentCommandInput,
674
- cb: (err: any, data?: UpdateContentCommandOutput) => void
665
+ cb: (err: any, data?: UpdateContentCommandOutput) => void,
675
666
  ): void;
676
667
  updateContent(
677
668
  args: UpdateContentCommandInput,
678
669
  options: __HttpHandlerOptions,
679
- cb: (err: any, data?: UpdateContentCommandOutput) => void
670
+ cb: (err: any, data?: UpdateContentCommandOutput) => void,
680
671
  ): void;
681
672
  updateKnowledgeBaseTemplateUri(
682
673
  args: UpdateKnowledgeBaseTemplateUriCommandInput,
683
- options?: __HttpHandlerOptions
674
+ options?: __HttpHandlerOptions,
684
675
  ): Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
685
676
  updateKnowledgeBaseTemplateUri(
686
677
  args: UpdateKnowledgeBaseTemplateUriCommandInput,
687
- cb: (err: any, data?: UpdateKnowledgeBaseTemplateUriCommandOutput) => void
678
+ cb: (err: any, data?: UpdateKnowledgeBaseTemplateUriCommandOutput) => void,
688
679
  ): void;
689
680
  updateKnowledgeBaseTemplateUri(
690
681
  args: UpdateKnowledgeBaseTemplateUriCommandInput,
691
682
  options: __HttpHandlerOptions,
692
- cb: (err: any, data?: UpdateKnowledgeBaseTemplateUriCommandOutput) => void
683
+ cb: (err: any, data?: UpdateKnowledgeBaseTemplateUriCommandOutput) => void,
693
684
  ): void;
694
685
  updateQuickResponse(
695
686
  args: UpdateQuickResponseCommandInput,
696
- options?: __HttpHandlerOptions
687
+ options?: __HttpHandlerOptions,
697
688
  ): Promise<UpdateQuickResponseCommandOutput>;
698
689
  updateQuickResponse(
699
690
  args: UpdateQuickResponseCommandInput,
700
- cb: (err: any, data?: UpdateQuickResponseCommandOutput) => void
691
+ cb: (err: any, data?: UpdateQuickResponseCommandOutput) => void,
701
692
  ): void;
702
693
  updateQuickResponse(
703
694
  args: UpdateQuickResponseCommandInput,
704
695
  options: __HttpHandlerOptions,
705
- cb: (err: any, data?: UpdateQuickResponseCommandOutput) => void
696
+ cb: (err: any, data?: UpdateQuickResponseCommandOutput) => void,
706
697
  ): void;
707
698
  paginateListAssistantAssociations(
708
699
  args: ListAssistantAssociationsCommandInput,
709
700
  paginationConfig?: Pick<
710
701
  PaginationConfiguration,
711
702
  Exclude<keyof PaginationConfiguration, "client">
712
- >
703
+ >,
713
704
  ): Paginator<ListAssistantAssociationsCommandOutput>;
714
705
  paginateListAssistants(
715
706
  args?: ListAssistantsCommandInput,
716
707
  paginationConfig?: Pick<
717
708
  PaginationConfiguration,
718
709
  Exclude<keyof PaginationConfiguration, "client">
719
- >
710
+ >,
720
711
  ): Paginator<ListAssistantsCommandOutput>;
721
712
  paginateListContents(
722
713
  args: ListContentsCommandInput,
723
714
  paginationConfig?: Pick<
724
715
  PaginationConfiguration,
725
716
  Exclude<keyof PaginationConfiguration, "client">
726
- >
717
+ >,
727
718
  ): Paginator<ListContentsCommandOutput>;
728
719
  paginateListImportJobs(
729
720
  args: ListImportJobsCommandInput,
730
721
  paginationConfig?: Pick<
731
722
  PaginationConfiguration,
732
723
  Exclude<keyof PaginationConfiguration, "client">
733
- >
724
+ >,
734
725
  ): Paginator<ListImportJobsCommandOutput>;
735
726
  paginateListKnowledgeBases(
736
727
  args?: ListKnowledgeBasesCommandInput,
737
728
  paginationConfig?: Pick<
738
729
  PaginationConfiguration,
739
730
  Exclude<keyof PaginationConfiguration, "client">
740
- >
731
+ >,
741
732
  ): Paginator<ListKnowledgeBasesCommandOutput>;
742
733
  paginateListQuickResponses(
743
734
  args: ListQuickResponsesCommandInput,
744
735
  paginationConfig?: Pick<
745
736
  PaginationConfiguration,
746
737
  Exclude<keyof PaginationConfiguration, "client">
747
- >
738
+ >,
748
739
  ): Paginator<ListQuickResponsesCommandOutput>;
749
740
  paginateQueryAssistant(
750
741
  args: QueryAssistantCommandInput,
751
742
  paginationConfig?: Pick<
752
743
  PaginationConfiguration,
753
744
  Exclude<keyof PaginationConfiguration, "client">
754
- >
745
+ >,
755
746
  ): Paginator<QueryAssistantCommandOutput>;
756
747
  paginateSearchContent(
757
748
  args: SearchContentCommandInput,
758
749
  paginationConfig?: Pick<
759
750
  PaginationConfiguration,
760
751
  Exclude<keyof PaginationConfiguration, "client">
761
- >
752
+ >,
762
753
  ): Paginator<SearchContentCommandOutput>;
763
754
  paginateSearchQuickResponses(
764
755
  args: SearchQuickResponsesCommandInput,
765
756
  paginationConfig?: Pick<
766
757
  PaginationConfiguration,
767
758
  Exclude<keyof PaginationConfiguration, "client">
768
- >
759
+ >,
769
760
  ): Paginator<SearchQuickResponsesCommandOutput>;
770
761
  paginateSearchSessions(
771
762
  args: SearchSessionsCommandInput,
772
763
  paginationConfig?: Pick<
773
764
  PaginationConfiguration,
774
765
  Exclude<keyof PaginationConfiguration, "client">
775
- >
766
+ >,
776
767
  ): Paginator<SearchSessionsCommandOutput>;
777
768
  }
778
769
  export declare class Wisdom extends WisdomClient implements Wisdom {}