@aws-sdk/client-kendra 3.1087.0 → 3.1089.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 (87) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Kendra.d.ts +220 -280
  3. package/dist-types/ts3.4/KendraClient.d.ts +25 -65
  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/AssociateEntitiesToExperienceCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +3 -4
  14. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -5
  18. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -2
  24. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +6 -2
  26. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +3 -4
  28. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +2 -2
  30. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +4 -6
  45. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +4 -9
  50. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +3 -4
  58. package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -2
  59. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
  60. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +3 -4
  62. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -2
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -6
  66. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -2
  67. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +2 -2
  68. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +2 -2
  70. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  74. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  75. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  76. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  77. package/dist-types/ts3.4/models/errors.d.ts +11 -36
  78. package/dist-types/ts3.4/models/models_0.d.ts +26 -78
  79. package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +1 -4
  80. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  85. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  87. package/package.json +38 -38
@@ -43,18 +43,12 @@ import {
43
43
  CreateExperienceCommandInput,
44
44
  CreateExperienceCommandOutput,
45
45
  } from "./commands/CreateExperienceCommand";
46
- import {
47
- CreateFaqCommandInput,
48
- CreateFaqCommandOutput,
49
- } from "./commands/CreateFaqCommand";
46
+ import { CreateFaqCommandInput, CreateFaqCommandOutput } from "./commands/CreateFaqCommand";
50
47
  import {
51
48
  CreateFeaturedResultsSetCommandInput,
52
49
  CreateFeaturedResultsSetCommandOutput,
53
50
  } from "./commands/CreateFeaturedResultsSetCommand";
54
- import {
55
- CreateIndexCommandInput,
56
- CreateIndexCommandOutput,
57
- } from "./commands/CreateIndexCommand";
51
+ import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
58
52
  import {
59
53
  CreateQuerySuggestionsBlockListCommandInput,
60
54
  CreateQuerySuggestionsBlockListCommandOutput,
@@ -75,14 +69,8 @@ import {
75
69
  DeleteExperienceCommandInput,
76
70
  DeleteExperienceCommandOutput,
77
71
  } from "./commands/DeleteExperienceCommand";
78
- import {
79
- DeleteFaqCommandInput,
80
- DeleteFaqCommandOutput,
81
- } from "./commands/DeleteFaqCommand";
82
- import {
83
- DeleteIndexCommandInput,
84
- DeleteIndexCommandOutput,
85
- } from "./commands/DeleteIndexCommand";
72
+ import { DeleteFaqCommandInput, DeleteFaqCommandOutput } from "./commands/DeleteFaqCommand";
73
+ import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
86
74
  import {
87
75
  DeletePrincipalMappingCommandInput,
88
76
  DeletePrincipalMappingCommandOutput,
@@ -107,10 +95,7 @@ import {
107
95
  DescribeExperienceCommandInput,
108
96
  DescribeExperienceCommandOutput,
109
97
  } from "./commands/DescribeExperienceCommand";
110
- import {
111
- DescribeFaqCommandInput,
112
- DescribeFaqCommandOutput,
113
- } from "./commands/DescribeFaqCommand";
98
+ import { DescribeFaqCommandInput, DescribeFaqCommandOutput } from "./commands/DescribeFaqCommand";
114
99
  import {
115
100
  DescribeFeaturedResultsSetCommandInput,
116
101
  DescribeFeaturedResultsSetCommandOutput,
@@ -175,10 +160,7 @@ import {
175
160
  ListExperiencesCommandInput,
176
161
  ListExperiencesCommandOutput,
177
162
  } from "./commands/ListExperiencesCommand";
178
- import {
179
- ListFaqsCommandInput,
180
- ListFaqsCommandOutput,
181
- } from "./commands/ListFaqsCommand";
163
+ import { ListFaqsCommandInput, ListFaqsCommandOutput } from "./commands/ListFaqsCommand";
182
164
  import {
183
165
  ListFeaturedResultsSetsCommandInput,
184
166
  ListFeaturedResultsSetsCommandOutput,
@@ -187,10 +169,7 @@ import {
187
169
  ListGroupsOlderThanOrderingIdCommandInput,
188
170
  ListGroupsOlderThanOrderingIdCommandOutput,
189
171
  } from "./commands/ListGroupsOlderThanOrderingIdCommand";
190
- import {
191
- ListIndicesCommandInput,
192
- ListIndicesCommandOutput,
193
- } from "./commands/ListIndicesCommand";
172
+ import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
194
173
  import {
195
174
  ListQuerySuggestionsBlockListsCommandInput,
196
175
  ListQuerySuggestionsBlockListsCommandOutput,
@@ -208,10 +187,7 @@ import {
208
187
  PutPrincipalMappingCommandOutput,
209
188
  } from "./commands/PutPrincipalMappingCommand";
210
189
  import { QueryCommandInput, QueryCommandOutput } from "./commands/QueryCommand";
211
- import {
212
- RetrieveCommandInput,
213
- RetrieveCommandOutput,
214
- } from "./commands/RetrieveCommand";
190
+ import { RetrieveCommandInput, RetrieveCommandOutput } from "./commands/RetrieveCommand";
215
191
  import {
216
192
  StartDataSourceSyncJobCommandInput,
217
193
  StartDataSourceSyncJobCommandOutput,
@@ -224,10 +200,7 @@ import {
224
200
  SubmitFeedbackCommandInput,
225
201
  SubmitFeedbackCommandOutput,
226
202
  } from "./commands/SubmitFeedbackCommand";
227
- import {
228
- TagResourceCommandInput,
229
- TagResourceCommandOutput,
230
- } from "./commands/TagResourceCommand";
203
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
231
204
  import {
232
205
  UntagResourceCommandInput,
233
206
  UntagResourceCommandOutput,
@@ -248,10 +221,7 @@ import {
248
221
  UpdateFeaturedResultsSetCommandInput,
249
222
  UpdateFeaturedResultsSetCommandOutput,
250
223
  } from "./commands/UpdateFeaturedResultsSetCommand";
251
- import {
252
- UpdateIndexCommandInput,
253
- UpdateIndexCommandOutput,
254
- } from "./commands/UpdateIndexCommand";
224
+ import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
255
225
  import {
256
226
  UpdateQuerySuggestionsBlockListCommandInput,
257
227
  UpdateQuerySuggestionsBlockListCommandOutput,
@@ -268,964 +238,934 @@ import { KendraClient } from "./KendraClient";
268
238
  export interface Kendra {
269
239
  associateEntitiesToExperience(
270
240
  args: AssociateEntitiesToExperienceCommandInput,
271
- options?: __HttpHandlerOptions
241
+ options?: __HttpHandlerOptions,
272
242
  ): Promise<AssociateEntitiesToExperienceCommandOutput>;
273
243
  associateEntitiesToExperience(
274
244
  args: AssociateEntitiesToExperienceCommandInput,
275
- cb: (err: any, data?: AssociateEntitiesToExperienceCommandOutput) => void
245
+ cb: (err: any, data?: AssociateEntitiesToExperienceCommandOutput) => void,
276
246
  ): void;
277
247
  associateEntitiesToExperience(
278
248
  args: AssociateEntitiesToExperienceCommandInput,
279
249
  options: __HttpHandlerOptions,
280
- cb: (err: any, data?: AssociateEntitiesToExperienceCommandOutput) => void
250
+ cb: (err: any, data?: AssociateEntitiesToExperienceCommandOutput) => void,
281
251
  ): void;
282
252
  associatePersonasToEntities(
283
253
  args: AssociatePersonasToEntitiesCommandInput,
284
- options?: __HttpHandlerOptions
254
+ options?: __HttpHandlerOptions,
285
255
  ): Promise<AssociatePersonasToEntitiesCommandOutput>;
286
256
  associatePersonasToEntities(
287
257
  args: AssociatePersonasToEntitiesCommandInput,
288
- cb: (err: any, data?: AssociatePersonasToEntitiesCommandOutput) => void
258
+ cb: (err: any, data?: AssociatePersonasToEntitiesCommandOutput) => void,
289
259
  ): void;
290
260
  associatePersonasToEntities(
291
261
  args: AssociatePersonasToEntitiesCommandInput,
292
262
  options: __HttpHandlerOptions,
293
- cb: (err: any, data?: AssociatePersonasToEntitiesCommandOutput) => void
263
+ cb: (err: any, data?: AssociatePersonasToEntitiesCommandOutput) => void,
294
264
  ): void;
295
265
  batchDeleteDocument(
296
266
  args: BatchDeleteDocumentCommandInput,
297
- options?: __HttpHandlerOptions
267
+ options?: __HttpHandlerOptions,
298
268
  ): Promise<BatchDeleteDocumentCommandOutput>;
299
269
  batchDeleteDocument(
300
270
  args: BatchDeleteDocumentCommandInput,
301
- cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
271
+ cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void,
302
272
  ): void;
303
273
  batchDeleteDocument(
304
274
  args: BatchDeleteDocumentCommandInput,
305
275
  options: __HttpHandlerOptions,
306
- cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
276
+ cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void,
307
277
  ): void;
308
278
  batchDeleteFeaturedResultsSet(
309
279
  args: BatchDeleteFeaturedResultsSetCommandInput,
310
- options?: __HttpHandlerOptions
280
+ options?: __HttpHandlerOptions,
311
281
  ): Promise<BatchDeleteFeaturedResultsSetCommandOutput>;
312
282
  batchDeleteFeaturedResultsSet(
313
283
  args: BatchDeleteFeaturedResultsSetCommandInput,
314
- cb: (err: any, data?: BatchDeleteFeaturedResultsSetCommandOutput) => void
284
+ cb: (err: any, data?: BatchDeleteFeaturedResultsSetCommandOutput) => void,
315
285
  ): void;
316
286
  batchDeleteFeaturedResultsSet(
317
287
  args: BatchDeleteFeaturedResultsSetCommandInput,
318
288
  options: __HttpHandlerOptions,
319
- cb: (err: any, data?: BatchDeleteFeaturedResultsSetCommandOutput) => void
289
+ cb: (err: any, data?: BatchDeleteFeaturedResultsSetCommandOutput) => void,
320
290
  ): void;
321
291
  batchGetDocumentStatus(
322
292
  args: BatchGetDocumentStatusCommandInput,
323
- options?: __HttpHandlerOptions
293
+ options?: __HttpHandlerOptions,
324
294
  ): Promise<BatchGetDocumentStatusCommandOutput>;
325
295
  batchGetDocumentStatus(
326
296
  args: BatchGetDocumentStatusCommandInput,
327
- cb: (err: any, data?: BatchGetDocumentStatusCommandOutput) => void
297
+ cb: (err: any, data?: BatchGetDocumentStatusCommandOutput) => void,
328
298
  ): void;
329
299
  batchGetDocumentStatus(
330
300
  args: BatchGetDocumentStatusCommandInput,
331
301
  options: __HttpHandlerOptions,
332
- cb: (err: any, data?: BatchGetDocumentStatusCommandOutput) => void
302
+ cb: (err: any, data?: BatchGetDocumentStatusCommandOutput) => void,
333
303
  ): void;
334
304
  batchPutDocument(
335
305
  args: BatchPutDocumentCommandInput,
336
- options?: __HttpHandlerOptions
306
+ options?: __HttpHandlerOptions,
337
307
  ): Promise<BatchPutDocumentCommandOutput>;
338
308
  batchPutDocument(
339
309
  args: BatchPutDocumentCommandInput,
340
- cb: (err: any, data?: BatchPutDocumentCommandOutput) => void
310
+ cb: (err: any, data?: BatchPutDocumentCommandOutput) => void,
341
311
  ): void;
342
312
  batchPutDocument(
343
313
  args: BatchPutDocumentCommandInput,
344
314
  options: __HttpHandlerOptions,
345
- cb: (err: any, data?: BatchPutDocumentCommandOutput) => void
315
+ cb: (err: any, data?: BatchPutDocumentCommandOutput) => void,
346
316
  ): void;
347
317
  clearQuerySuggestions(
348
318
  args: ClearQuerySuggestionsCommandInput,
349
- options?: __HttpHandlerOptions
319
+ options?: __HttpHandlerOptions,
350
320
  ): Promise<ClearQuerySuggestionsCommandOutput>;
351
321
  clearQuerySuggestions(
352
322
  args: ClearQuerySuggestionsCommandInput,
353
- cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void
323
+ cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void,
354
324
  ): void;
355
325
  clearQuerySuggestions(
356
326
  args: ClearQuerySuggestionsCommandInput,
357
327
  options: __HttpHandlerOptions,
358
- cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void
328
+ cb: (err: any, data?: ClearQuerySuggestionsCommandOutput) => void,
359
329
  ): void;
360
330
  createAccessControlConfiguration(
361
331
  args: CreateAccessControlConfigurationCommandInput,
362
- options?: __HttpHandlerOptions
332
+ options?: __HttpHandlerOptions,
363
333
  ): Promise<CreateAccessControlConfigurationCommandOutput>;
364
334
  createAccessControlConfiguration(
365
335
  args: CreateAccessControlConfigurationCommandInput,
366
- cb: (err: any, data?: CreateAccessControlConfigurationCommandOutput) => void
336
+ cb: (err: any, data?: CreateAccessControlConfigurationCommandOutput) => void,
367
337
  ): void;
368
338
  createAccessControlConfiguration(
369
339
  args: CreateAccessControlConfigurationCommandInput,
370
340
  options: __HttpHandlerOptions,
371
- cb: (err: any, data?: CreateAccessControlConfigurationCommandOutput) => void
341
+ cb: (err: any, data?: CreateAccessControlConfigurationCommandOutput) => void,
372
342
  ): void;
373
343
  createDataSource(
374
344
  args: CreateDataSourceCommandInput,
375
- options?: __HttpHandlerOptions
345
+ options?: __HttpHandlerOptions,
376
346
  ): Promise<CreateDataSourceCommandOutput>;
377
347
  createDataSource(
378
348
  args: CreateDataSourceCommandInput,
379
- cb: (err: any, data?: CreateDataSourceCommandOutput) => void
349
+ cb: (err: any, data?: CreateDataSourceCommandOutput) => void,
380
350
  ): void;
381
351
  createDataSource(
382
352
  args: CreateDataSourceCommandInput,
383
353
  options: __HttpHandlerOptions,
384
- cb: (err: any, data?: CreateDataSourceCommandOutput) => void
354
+ cb: (err: any, data?: CreateDataSourceCommandOutput) => void,
385
355
  ): void;
386
356
  createExperience(
387
357
  args: CreateExperienceCommandInput,
388
- options?: __HttpHandlerOptions
358
+ options?: __HttpHandlerOptions,
389
359
  ): Promise<CreateExperienceCommandOutput>;
390
360
  createExperience(
391
361
  args: CreateExperienceCommandInput,
392
- cb: (err: any, data?: CreateExperienceCommandOutput) => void
362
+ cb: (err: any, data?: CreateExperienceCommandOutput) => void,
393
363
  ): void;
394
364
  createExperience(
395
365
  args: CreateExperienceCommandInput,
396
366
  options: __HttpHandlerOptions,
397
- cb: (err: any, data?: CreateExperienceCommandOutput) => void
367
+ cb: (err: any, data?: CreateExperienceCommandOutput) => void,
398
368
  ): void;
399
369
  createFaq(
400
370
  args: CreateFaqCommandInput,
401
- options?: __HttpHandlerOptions
371
+ options?: __HttpHandlerOptions,
402
372
  ): Promise<CreateFaqCommandOutput>;
403
373
  createFaq(
404
374
  args: CreateFaqCommandInput,
405
- cb: (err: any, data?: CreateFaqCommandOutput) => void
375
+ cb: (err: any, data?: CreateFaqCommandOutput) => void,
406
376
  ): void;
407
377
  createFaq(
408
378
  args: CreateFaqCommandInput,
409
379
  options: __HttpHandlerOptions,
410
- cb: (err: any, data?: CreateFaqCommandOutput) => void
380
+ cb: (err: any, data?: CreateFaqCommandOutput) => void,
411
381
  ): void;
412
382
  createFeaturedResultsSet(
413
383
  args: CreateFeaturedResultsSetCommandInput,
414
- options?: __HttpHandlerOptions
384
+ options?: __HttpHandlerOptions,
415
385
  ): Promise<CreateFeaturedResultsSetCommandOutput>;
416
386
  createFeaturedResultsSet(
417
387
  args: CreateFeaturedResultsSetCommandInput,
418
- cb: (err: any, data?: CreateFeaturedResultsSetCommandOutput) => void
388
+ cb: (err: any, data?: CreateFeaturedResultsSetCommandOutput) => void,
419
389
  ): void;
420
390
  createFeaturedResultsSet(
421
391
  args: CreateFeaturedResultsSetCommandInput,
422
392
  options: __HttpHandlerOptions,
423
- cb: (err: any, data?: CreateFeaturedResultsSetCommandOutput) => void
393
+ cb: (err: any, data?: CreateFeaturedResultsSetCommandOutput) => void,
424
394
  ): void;
425
395
  createIndex(
426
396
  args: CreateIndexCommandInput,
427
- options?: __HttpHandlerOptions
397
+ options?: __HttpHandlerOptions,
428
398
  ): Promise<CreateIndexCommandOutput>;
429
399
  createIndex(
430
400
  args: CreateIndexCommandInput,
431
- cb: (err: any, data?: CreateIndexCommandOutput) => void
401
+ cb: (err: any, data?: CreateIndexCommandOutput) => void,
432
402
  ): void;
433
403
  createIndex(
434
404
  args: CreateIndexCommandInput,
435
405
  options: __HttpHandlerOptions,
436
- cb: (err: any, data?: CreateIndexCommandOutput) => void
406
+ cb: (err: any, data?: CreateIndexCommandOutput) => void,
437
407
  ): void;
438
408
  createQuerySuggestionsBlockList(
439
409
  args: CreateQuerySuggestionsBlockListCommandInput,
440
- options?: __HttpHandlerOptions
410
+ options?: __HttpHandlerOptions,
441
411
  ): Promise<CreateQuerySuggestionsBlockListCommandOutput>;
442
412
  createQuerySuggestionsBlockList(
443
413
  args: CreateQuerySuggestionsBlockListCommandInput,
444
- cb: (err: any, data?: CreateQuerySuggestionsBlockListCommandOutput) => void
414
+ cb: (err: any, data?: CreateQuerySuggestionsBlockListCommandOutput) => void,
445
415
  ): void;
446
416
  createQuerySuggestionsBlockList(
447
417
  args: CreateQuerySuggestionsBlockListCommandInput,
448
418
  options: __HttpHandlerOptions,
449
- cb: (err: any, data?: CreateQuerySuggestionsBlockListCommandOutput) => void
419
+ cb: (err: any, data?: CreateQuerySuggestionsBlockListCommandOutput) => void,
450
420
  ): void;
451
421
  createThesaurus(
452
422
  args: CreateThesaurusCommandInput,
453
- options?: __HttpHandlerOptions
423
+ options?: __HttpHandlerOptions,
454
424
  ): Promise<CreateThesaurusCommandOutput>;
455
425
  createThesaurus(
456
426
  args: CreateThesaurusCommandInput,
457
- cb: (err: any, data?: CreateThesaurusCommandOutput) => void
427
+ cb: (err: any, data?: CreateThesaurusCommandOutput) => void,
458
428
  ): void;
459
429
  createThesaurus(
460
430
  args: CreateThesaurusCommandInput,
461
431
  options: __HttpHandlerOptions,
462
- cb: (err: any, data?: CreateThesaurusCommandOutput) => void
432
+ cb: (err: any, data?: CreateThesaurusCommandOutput) => void,
463
433
  ): void;
464
434
  deleteAccessControlConfiguration(
465
435
  args: DeleteAccessControlConfigurationCommandInput,
466
- options?: __HttpHandlerOptions
436
+ options?: __HttpHandlerOptions,
467
437
  ): Promise<DeleteAccessControlConfigurationCommandOutput>;
468
438
  deleteAccessControlConfiguration(
469
439
  args: DeleteAccessControlConfigurationCommandInput,
470
- cb: (err: any, data?: DeleteAccessControlConfigurationCommandOutput) => void
440
+ cb: (err: any, data?: DeleteAccessControlConfigurationCommandOutput) => void,
471
441
  ): void;
472
442
  deleteAccessControlConfiguration(
473
443
  args: DeleteAccessControlConfigurationCommandInput,
474
444
  options: __HttpHandlerOptions,
475
- cb: (err: any, data?: DeleteAccessControlConfigurationCommandOutput) => void
445
+ cb: (err: any, data?: DeleteAccessControlConfigurationCommandOutput) => void,
476
446
  ): void;
477
447
  deleteDataSource(
478
448
  args: DeleteDataSourceCommandInput,
479
- options?: __HttpHandlerOptions
449
+ options?: __HttpHandlerOptions,
480
450
  ): Promise<DeleteDataSourceCommandOutput>;
481
451
  deleteDataSource(
482
452
  args: DeleteDataSourceCommandInput,
483
- cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
453
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void,
484
454
  ): void;
485
455
  deleteDataSource(
486
456
  args: DeleteDataSourceCommandInput,
487
457
  options: __HttpHandlerOptions,
488
- cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
458
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void,
489
459
  ): void;
490
460
  deleteExperience(
491
461
  args: DeleteExperienceCommandInput,
492
- options?: __HttpHandlerOptions
462
+ options?: __HttpHandlerOptions,
493
463
  ): Promise<DeleteExperienceCommandOutput>;
494
464
  deleteExperience(
495
465
  args: DeleteExperienceCommandInput,
496
- cb: (err: any, data?: DeleteExperienceCommandOutput) => void
466
+ cb: (err: any, data?: DeleteExperienceCommandOutput) => void,
497
467
  ): void;
498
468
  deleteExperience(
499
469
  args: DeleteExperienceCommandInput,
500
470
  options: __HttpHandlerOptions,
501
- cb: (err: any, data?: DeleteExperienceCommandOutput) => void
471
+ cb: (err: any, data?: DeleteExperienceCommandOutput) => void,
502
472
  ): void;
503
473
  deleteFaq(
504
474
  args: DeleteFaqCommandInput,
505
- options?: __HttpHandlerOptions
475
+ options?: __HttpHandlerOptions,
506
476
  ): Promise<DeleteFaqCommandOutput>;
507
477
  deleteFaq(
508
478
  args: DeleteFaqCommandInput,
509
- cb: (err: any, data?: DeleteFaqCommandOutput) => void
479
+ cb: (err: any, data?: DeleteFaqCommandOutput) => void,
510
480
  ): void;
511
481
  deleteFaq(
512
482
  args: DeleteFaqCommandInput,
513
483
  options: __HttpHandlerOptions,
514
- cb: (err: any, data?: DeleteFaqCommandOutput) => void
484
+ cb: (err: any, data?: DeleteFaqCommandOutput) => void,
515
485
  ): void;
516
486
  deleteIndex(
517
487
  args: DeleteIndexCommandInput,
518
- options?: __HttpHandlerOptions
488
+ options?: __HttpHandlerOptions,
519
489
  ): Promise<DeleteIndexCommandOutput>;
520
490
  deleteIndex(
521
491
  args: DeleteIndexCommandInput,
522
- cb: (err: any, data?: DeleteIndexCommandOutput) => void
492
+ cb: (err: any, data?: DeleteIndexCommandOutput) => void,
523
493
  ): void;
524
494
  deleteIndex(
525
495
  args: DeleteIndexCommandInput,
526
496
  options: __HttpHandlerOptions,
527
- cb: (err: any, data?: DeleteIndexCommandOutput) => void
497
+ cb: (err: any, data?: DeleteIndexCommandOutput) => void,
528
498
  ): void;
529
499
  deletePrincipalMapping(
530
500
  args: DeletePrincipalMappingCommandInput,
531
- options?: __HttpHandlerOptions
501
+ options?: __HttpHandlerOptions,
532
502
  ): Promise<DeletePrincipalMappingCommandOutput>;
533
503
  deletePrincipalMapping(
534
504
  args: DeletePrincipalMappingCommandInput,
535
- cb: (err: any, data?: DeletePrincipalMappingCommandOutput) => void
505
+ cb: (err: any, data?: DeletePrincipalMappingCommandOutput) => void,
536
506
  ): void;
537
507
  deletePrincipalMapping(
538
508
  args: DeletePrincipalMappingCommandInput,
539
509
  options: __HttpHandlerOptions,
540
- cb: (err: any, data?: DeletePrincipalMappingCommandOutput) => void
510
+ cb: (err: any, data?: DeletePrincipalMappingCommandOutput) => void,
541
511
  ): void;
542
512
  deleteQuerySuggestionsBlockList(
543
513
  args: DeleteQuerySuggestionsBlockListCommandInput,
544
- options?: __HttpHandlerOptions
514
+ options?: __HttpHandlerOptions,
545
515
  ): Promise<DeleteQuerySuggestionsBlockListCommandOutput>;
546
516
  deleteQuerySuggestionsBlockList(
547
517
  args: DeleteQuerySuggestionsBlockListCommandInput,
548
- cb: (err: any, data?: DeleteQuerySuggestionsBlockListCommandOutput) => void
518
+ cb: (err: any, data?: DeleteQuerySuggestionsBlockListCommandOutput) => void,
549
519
  ): void;
550
520
  deleteQuerySuggestionsBlockList(
551
521
  args: DeleteQuerySuggestionsBlockListCommandInput,
552
522
  options: __HttpHandlerOptions,
553
- cb: (err: any, data?: DeleteQuerySuggestionsBlockListCommandOutput) => void
523
+ cb: (err: any, data?: DeleteQuerySuggestionsBlockListCommandOutput) => void,
554
524
  ): void;
555
525
  deleteThesaurus(
556
526
  args: DeleteThesaurusCommandInput,
557
- options?: __HttpHandlerOptions
527
+ options?: __HttpHandlerOptions,
558
528
  ): Promise<DeleteThesaurusCommandOutput>;
559
529
  deleteThesaurus(
560
530
  args: DeleteThesaurusCommandInput,
561
- cb: (err: any, data?: DeleteThesaurusCommandOutput) => void
531
+ cb: (err: any, data?: DeleteThesaurusCommandOutput) => void,
562
532
  ): void;
563
533
  deleteThesaurus(
564
534
  args: DeleteThesaurusCommandInput,
565
535
  options: __HttpHandlerOptions,
566
- cb: (err: any, data?: DeleteThesaurusCommandOutput) => void
536
+ cb: (err: any, data?: DeleteThesaurusCommandOutput) => void,
567
537
  ): void;
568
538
  describeAccessControlConfiguration(
569
539
  args: DescribeAccessControlConfigurationCommandInput,
570
- options?: __HttpHandlerOptions
540
+ options?: __HttpHandlerOptions,
571
541
  ): Promise<DescribeAccessControlConfigurationCommandOutput>;
572
542
  describeAccessControlConfiguration(
573
543
  args: DescribeAccessControlConfigurationCommandInput,
574
- cb: (
575
- err: any,
576
- data?: DescribeAccessControlConfigurationCommandOutput
577
- ) => void
544
+ cb: (err: any, data?: DescribeAccessControlConfigurationCommandOutput) => void,
578
545
  ): void;
579
546
  describeAccessControlConfiguration(
580
547
  args: DescribeAccessControlConfigurationCommandInput,
581
548
  options: __HttpHandlerOptions,
582
- cb: (
583
- err: any,
584
- data?: DescribeAccessControlConfigurationCommandOutput
585
- ) => void
549
+ cb: (err: any, data?: DescribeAccessControlConfigurationCommandOutput) => void,
586
550
  ): void;
587
551
  describeDataSource(
588
552
  args: DescribeDataSourceCommandInput,
589
- options?: __HttpHandlerOptions
553
+ options?: __HttpHandlerOptions,
590
554
  ): Promise<DescribeDataSourceCommandOutput>;
591
555
  describeDataSource(
592
556
  args: DescribeDataSourceCommandInput,
593
- cb: (err: any, data?: DescribeDataSourceCommandOutput) => void
557
+ cb: (err: any, data?: DescribeDataSourceCommandOutput) => void,
594
558
  ): void;
595
559
  describeDataSource(
596
560
  args: DescribeDataSourceCommandInput,
597
561
  options: __HttpHandlerOptions,
598
- cb: (err: any, data?: DescribeDataSourceCommandOutput) => void
562
+ cb: (err: any, data?: DescribeDataSourceCommandOutput) => void,
599
563
  ): void;
600
564
  describeExperience(
601
565
  args: DescribeExperienceCommandInput,
602
- options?: __HttpHandlerOptions
566
+ options?: __HttpHandlerOptions,
603
567
  ): Promise<DescribeExperienceCommandOutput>;
604
568
  describeExperience(
605
569
  args: DescribeExperienceCommandInput,
606
- cb: (err: any, data?: DescribeExperienceCommandOutput) => void
570
+ cb: (err: any, data?: DescribeExperienceCommandOutput) => void,
607
571
  ): void;
608
572
  describeExperience(
609
573
  args: DescribeExperienceCommandInput,
610
574
  options: __HttpHandlerOptions,
611
- cb: (err: any, data?: DescribeExperienceCommandOutput) => void
575
+ cb: (err: any, data?: DescribeExperienceCommandOutput) => void,
612
576
  ): void;
613
577
  describeFaq(
614
578
  args: DescribeFaqCommandInput,
615
- options?: __HttpHandlerOptions
579
+ options?: __HttpHandlerOptions,
616
580
  ): Promise<DescribeFaqCommandOutput>;
617
581
  describeFaq(
618
582
  args: DescribeFaqCommandInput,
619
- cb: (err: any, data?: DescribeFaqCommandOutput) => void
583
+ cb: (err: any, data?: DescribeFaqCommandOutput) => void,
620
584
  ): void;
621
585
  describeFaq(
622
586
  args: DescribeFaqCommandInput,
623
587
  options: __HttpHandlerOptions,
624
- cb: (err: any, data?: DescribeFaqCommandOutput) => void
588
+ cb: (err: any, data?: DescribeFaqCommandOutput) => void,
625
589
  ): void;
626
590
  describeFeaturedResultsSet(
627
591
  args: DescribeFeaturedResultsSetCommandInput,
628
- options?: __HttpHandlerOptions
592
+ options?: __HttpHandlerOptions,
629
593
  ): Promise<DescribeFeaturedResultsSetCommandOutput>;
630
594
  describeFeaturedResultsSet(
631
595
  args: DescribeFeaturedResultsSetCommandInput,
632
- cb: (err: any, data?: DescribeFeaturedResultsSetCommandOutput) => void
596
+ cb: (err: any, data?: DescribeFeaturedResultsSetCommandOutput) => void,
633
597
  ): void;
634
598
  describeFeaturedResultsSet(
635
599
  args: DescribeFeaturedResultsSetCommandInput,
636
600
  options: __HttpHandlerOptions,
637
- cb: (err: any, data?: DescribeFeaturedResultsSetCommandOutput) => void
601
+ cb: (err: any, data?: DescribeFeaturedResultsSetCommandOutput) => void,
638
602
  ): void;
639
603
  describeIndex(
640
604
  args: DescribeIndexCommandInput,
641
- options?: __HttpHandlerOptions
605
+ options?: __HttpHandlerOptions,
642
606
  ): Promise<DescribeIndexCommandOutput>;
643
607
  describeIndex(
644
608
  args: DescribeIndexCommandInput,
645
- cb: (err: any, data?: DescribeIndexCommandOutput) => void
609
+ cb: (err: any, data?: DescribeIndexCommandOutput) => void,
646
610
  ): void;
647
611
  describeIndex(
648
612
  args: DescribeIndexCommandInput,
649
613
  options: __HttpHandlerOptions,
650
- cb: (err: any, data?: DescribeIndexCommandOutput) => void
614
+ cb: (err: any, data?: DescribeIndexCommandOutput) => void,
651
615
  ): void;
652
616
  describePrincipalMapping(
653
617
  args: DescribePrincipalMappingCommandInput,
654
- options?: __HttpHandlerOptions
618
+ options?: __HttpHandlerOptions,
655
619
  ): Promise<DescribePrincipalMappingCommandOutput>;
656
620
  describePrincipalMapping(
657
621
  args: DescribePrincipalMappingCommandInput,
658
- cb: (err: any, data?: DescribePrincipalMappingCommandOutput) => void
622
+ cb: (err: any, data?: DescribePrincipalMappingCommandOutput) => void,
659
623
  ): void;
660
624
  describePrincipalMapping(
661
625
  args: DescribePrincipalMappingCommandInput,
662
626
  options: __HttpHandlerOptions,
663
- cb: (err: any, data?: DescribePrincipalMappingCommandOutput) => void
627
+ cb: (err: any, data?: DescribePrincipalMappingCommandOutput) => void,
664
628
  ): void;
665
629
  describeQuerySuggestionsBlockList(
666
630
  args: DescribeQuerySuggestionsBlockListCommandInput,
667
- options?: __HttpHandlerOptions
631
+ options?: __HttpHandlerOptions,
668
632
  ): Promise<DescribeQuerySuggestionsBlockListCommandOutput>;
669
633
  describeQuerySuggestionsBlockList(
670
634
  args: DescribeQuerySuggestionsBlockListCommandInput,
671
- cb: (
672
- err: any,
673
- data?: DescribeQuerySuggestionsBlockListCommandOutput
674
- ) => void
635
+ cb: (err: any, data?: DescribeQuerySuggestionsBlockListCommandOutput) => void,
675
636
  ): void;
676
637
  describeQuerySuggestionsBlockList(
677
638
  args: DescribeQuerySuggestionsBlockListCommandInput,
678
639
  options: __HttpHandlerOptions,
679
- cb: (
680
- err: any,
681
- data?: DescribeQuerySuggestionsBlockListCommandOutput
682
- ) => void
640
+ cb: (err: any, data?: DescribeQuerySuggestionsBlockListCommandOutput) => void,
683
641
  ): void;
684
642
  describeQuerySuggestionsConfig(
685
643
  args: DescribeQuerySuggestionsConfigCommandInput,
686
- options?: __HttpHandlerOptions
644
+ options?: __HttpHandlerOptions,
687
645
  ): Promise<DescribeQuerySuggestionsConfigCommandOutput>;
688
646
  describeQuerySuggestionsConfig(
689
647
  args: DescribeQuerySuggestionsConfigCommandInput,
690
- cb: (err: any, data?: DescribeQuerySuggestionsConfigCommandOutput) => void
648
+ cb: (err: any, data?: DescribeQuerySuggestionsConfigCommandOutput) => void,
691
649
  ): void;
692
650
  describeQuerySuggestionsConfig(
693
651
  args: DescribeQuerySuggestionsConfigCommandInput,
694
652
  options: __HttpHandlerOptions,
695
- cb: (err: any, data?: DescribeQuerySuggestionsConfigCommandOutput) => void
653
+ cb: (err: any, data?: DescribeQuerySuggestionsConfigCommandOutput) => void,
696
654
  ): void;
697
655
  describeThesaurus(
698
656
  args: DescribeThesaurusCommandInput,
699
- options?: __HttpHandlerOptions
657
+ options?: __HttpHandlerOptions,
700
658
  ): Promise<DescribeThesaurusCommandOutput>;
701
659
  describeThesaurus(
702
660
  args: DescribeThesaurusCommandInput,
703
- cb: (err: any, data?: DescribeThesaurusCommandOutput) => void
661
+ cb: (err: any, data?: DescribeThesaurusCommandOutput) => void,
704
662
  ): void;
705
663
  describeThesaurus(
706
664
  args: DescribeThesaurusCommandInput,
707
665
  options: __HttpHandlerOptions,
708
- cb: (err: any, data?: DescribeThesaurusCommandOutput) => void
666
+ cb: (err: any, data?: DescribeThesaurusCommandOutput) => void,
709
667
  ): void;
710
668
  disassociateEntitiesFromExperience(
711
669
  args: DisassociateEntitiesFromExperienceCommandInput,
712
- options?: __HttpHandlerOptions
670
+ options?: __HttpHandlerOptions,
713
671
  ): Promise<DisassociateEntitiesFromExperienceCommandOutput>;
714
672
  disassociateEntitiesFromExperience(
715
673
  args: DisassociateEntitiesFromExperienceCommandInput,
716
- cb: (
717
- err: any,
718
- data?: DisassociateEntitiesFromExperienceCommandOutput
719
- ) => void
674
+ cb: (err: any, data?: DisassociateEntitiesFromExperienceCommandOutput) => void,
720
675
  ): void;
721
676
  disassociateEntitiesFromExperience(
722
677
  args: DisassociateEntitiesFromExperienceCommandInput,
723
678
  options: __HttpHandlerOptions,
724
- cb: (
725
- err: any,
726
- data?: DisassociateEntitiesFromExperienceCommandOutput
727
- ) => void
679
+ cb: (err: any, data?: DisassociateEntitiesFromExperienceCommandOutput) => void,
728
680
  ): void;
729
681
  disassociatePersonasFromEntities(
730
682
  args: DisassociatePersonasFromEntitiesCommandInput,
731
- options?: __HttpHandlerOptions
683
+ options?: __HttpHandlerOptions,
732
684
  ): Promise<DisassociatePersonasFromEntitiesCommandOutput>;
733
685
  disassociatePersonasFromEntities(
734
686
  args: DisassociatePersonasFromEntitiesCommandInput,
735
- cb: (err: any, data?: DisassociatePersonasFromEntitiesCommandOutput) => void
687
+ cb: (err: any, data?: DisassociatePersonasFromEntitiesCommandOutput) => void,
736
688
  ): void;
737
689
  disassociatePersonasFromEntities(
738
690
  args: DisassociatePersonasFromEntitiesCommandInput,
739
691
  options: __HttpHandlerOptions,
740
- cb: (err: any, data?: DisassociatePersonasFromEntitiesCommandOutput) => void
692
+ cb: (err: any, data?: DisassociatePersonasFromEntitiesCommandOutput) => void,
741
693
  ): void;
742
694
  getQuerySuggestions(
743
695
  args: GetQuerySuggestionsCommandInput,
744
- options?: __HttpHandlerOptions
696
+ options?: __HttpHandlerOptions,
745
697
  ): Promise<GetQuerySuggestionsCommandOutput>;
746
698
  getQuerySuggestions(
747
699
  args: GetQuerySuggestionsCommandInput,
748
- cb: (err: any, data?: GetQuerySuggestionsCommandOutput) => void
700
+ cb: (err: any, data?: GetQuerySuggestionsCommandOutput) => void,
749
701
  ): void;
750
702
  getQuerySuggestions(
751
703
  args: GetQuerySuggestionsCommandInput,
752
704
  options: __HttpHandlerOptions,
753
- cb: (err: any, data?: GetQuerySuggestionsCommandOutput) => void
705
+ cb: (err: any, data?: GetQuerySuggestionsCommandOutput) => void,
754
706
  ): void;
755
707
  getSnapshots(
756
708
  args: GetSnapshotsCommandInput,
757
- options?: __HttpHandlerOptions
709
+ options?: __HttpHandlerOptions,
758
710
  ): Promise<GetSnapshotsCommandOutput>;
759
711
  getSnapshots(
760
712
  args: GetSnapshotsCommandInput,
761
- cb: (err: any, data?: GetSnapshotsCommandOutput) => void
713
+ cb: (err: any, data?: GetSnapshotsCommandOutput) => void,
762
714
  ): void;
763
715
  getSnapshots(
764
716
  args: GetSnapshotsCommandInput,
765
717
  options: __HttpHandlerOptions,
766
- cb: (err: any, data?: GetSnapshotsCommandOutput) => void
718
+ cb: (err: any, data?: GetSnapshotsCommandOutput) => void,
767
719
  ): void;
768
720
  listAccessControlConfigurations(
769
721
  args: ListAccessControlConfigurationsCommandInput,
770
- options?: __HttpHandlerOptions
722
+ options?: __HttpHandlerOptions,
771
723
  ): Promise<ListAccessControlConfigurationsCommandOutput>;
772
724
  listAccessControlConfigurations(
773
725
  args: ListAccessControlConfigurationsCommandInput,
774
- cb: (err: any, data?: ListAccessControlConfigurationsCommandOutput) => void
726
+ cb: (err: any, data?: ListAccessControlConfigurationsCommandOutput) => void,
775
727
  ): void;
776
728
  listAccessControlConfigurations(
777
729
  args: ListAccessControlConfigurationsCommandInput,
778
730
  options: __HttpHandlerOptions,
779
- cb: (err: any, data?: ListAccessControlConfigurationsCommandOutput) => void
731
+ cb: (err: any, data?: ListAccessControlConfigurationsCommandOutput) => void,
780
732
  ): void;
781
733
  listDataSources(
782
734
  args: ListDataSourcesCommandInput,
783
- options?: __HttpHandlerOptions
735
+ options?: __HttpHandlerOptions,
784
736
  ): Promise<ListDataSourcesCommandOutput>;
785
737
  listDataSources(
786
738
  args: ListDataSourcesCommandInput,
787
- cb: (err: any, data?: ListDataSourcesCommandOutput) => void
739
+ cb: (err: any, data?: ListDataSourcesCommandOutput) => void,
788
740
  ): void;
789
741
  listDataSources(
790
742
  args: ListDataSourcesCommandInput,
791
743
  options: __HttpHandlerOptions,
792
- cb: (err: any, data?: ListDataSourcesCommandOutput) => void
744
+ cb: (err: any, data?: ListDataSourcesCommandOutput) => void,
793
745
  ): void;
794
746
  listDataSourceSyncJobs(
795
747
  args: ListDataSourceSyncJobsCommandInput,
796
- options?: __HttpHandlerOptions
748
+ options?: __HttpHandlerOptions,
797
749
  ): Promise<ListDataSourceSyncJobsCommandOutput>;
798
750
  listDataSourceSyncJobs(
799
751
  args: ListDataSourceSyncJobsCommandInput,
800
- cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void
752
+ cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void,
801
753
  ): void;
802
754
  listDataSourceSyncJobs(
803
755
  args: ListDataSourceSyncJobsCommandInput,
804
756
  options: __HttpHandlerOptions,
805
- cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void
757
+ cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void,
806
758
  ): void;
807
759
  listEntityPersonas(
808
760
  args: ListEntityPersonasCommandInput,
809
- options?: __HttpHandlerOptions
761
+ options?: __HttpHandlerOptions,
810
762
  ): Promise<ListEntityPersonasCommandOutput>;
811
763
  listEntityPersonas(
812
764
  args: ListEntityPersonasCommandInput,
813
- cb: (err: any, data?: ListEntityPersonasCommandOutput) => void
765
+ cb: (err: any, data?: ListEntityPersonasCommandOutput) => void,
814
766
  ): void;
815
767
  listEntityPersonas(
816
768
  args: ListEntityPersonasCommandInput,
817
769
  options: __HttpHandlerOptions,
818
- cb: (err: any, data?: ListEntityPersonasCommandOutput) => void
770
+ cb: (err: any, data?: ListEntityPersonasCommandOutput) => void,
819
771
  ): void;
820
772
  listExperienceEntities(
821
773
  args: ListExperienceEntitiesCommandInput,
822
- options?: __HttpHandlerOptions
774
+ options?: __HttpHandlerOptions,
823
775
  ): Promise<ListExperienceEntitiesCommandOutput>;
824
776
  listExperienceEntities(
825
777
  args: ListExperienceEntitiesCommandInput,
826
- cb: (err: any, data?: ListExperienceEntitiesCommandOutput) => void
778
+ cb: (err: any, data?: ListExperienceEntitiesCommandOutput) => void,
827
779
  ): void;
828
780
  listExperienceEntities(
829
781
  args: ListExperienceEntitiesCommandInput,
830
782
  options: __HttpHandlerOptions,
831
- cb: (err: any, data?: ListExperienceEntitiesCommandOutput) => void
783
+ cb: (err: any, data?: ListExperienceEntitiesCommandOutput) => void,
832
784
  ): void;
833
785
  listExperiences(
834
786
  args: ListExperiencesCommandInput,
835
- options?: __HttpHandlerOptions
787
+ options?: __HttpHandlerOptions,
836
788
  ): Promise<ListExperiencesCommandOutput>;
837
789
  listExperiences(
838
790
  args: ListExperiencesCommandInput,
839
- cb: (err: any, data?: ListExperiencesCommandOutput) => void
791
+ cb: (err: any, data?: ListExperiencesCommandOutput) => void,
840
792
  ): void;
841
793
  listExperiences(
842
794
  args: ListExperiencesCommandInput,
843
795
  options: __HttpHandlerOptions,
844
- cb: (err: any, data?: ListExperiencesCommandOutput) => void
796
+ cb: (err: any, data?: ListExperiencesCommandOutput) => void,
845
797
  ): void;
846
798
  listFaqs(
847
799
  args: ListFaqsCommandInput,
848
- options?: __HttpHandlerOptions
800
+ options?: __HttpHandlerOptions,
849
801
  ): Promise<ListFaqsCommandOutput>;
850
- listFaqs(
851
- args: ListFaqsCommandInput,
852
- cb: (err: any, data?: ListFaqsCommandOutput) => void
853
- ): void;
802
+ listFaqs(args: ListFaqsCommandInput, cb: (err: any, data?: ListFaqsCommandOutput) => void): void;
854
803
  listFaqs(
855
804
  args: ListFaqsCommandInput,
856
805
  options: __HttpHandlerOptions,
857
- cb: (err: any, data?: ListFaqsCommandOutput) => void
806
+ cb: (err: any, data?: ListFaqsCommandOutput) => void,
858
807
  ): void;
859
808
  listFeaturedResultsSets(
860
809
  args: ListFeaturedResultsSetsCommandInput,
861
- options?: __HttpHandlerOptions
810
+ options?: __HttpHandlerOptions,
862
811
  ): Promise<ListFeaturedResultsSetsCommandOutput>;
863
812
  listFeaturedResultsSets(
864
813
  args: ListFeaturedResultsSetsCommandInput,
865
- cb: (err: any, data?: ListFeaturedResultsSetsCommandOutput) => void
814
+ cb: (err: any, data?: ListFeaturedResultsSetsCommandOutput) => void,
866
815
  ): void;
867
816
  listFeaturedResultsSets(
868
817
  args: ListFeaturedResultsSetsCommandInput,
869
818
  options: __HttpHandlerOptions,
870
- cb: (err: any, data?: ListFeaturedResultsSetsCommandOutput) => void
819
+ cb: (err: any, data?: ListFeaturedResultsSetsCommandOutput) => void,
871
820
  ): void;
872
821
  listGroupsOlderThanOrderingId(
873
822
  args: ListGroupsOlderThanOrderingIdCommandInput,
874
- options?: __HttpHandlerOptions
823
+ options?: __HttpHandlerOptions,
875
824
  ): Promise<ListGroupsOlderThanOrderingIdCommandOutput>;
876
825
  listGroupsOlderThanOrderingId(
877
826
  args: ListGroupsOlderThanOrderingIdCommandInput,
878
- cb: (err: any, data?: ListGroupsOlderThanOrderingIdCommandOutput) => void
827
+ cb: (err: any, data?: ListGroupsOlderThanOrderingIdCommandOutput) => void,
879
828
  ): void;
880
829
  listGroupsOlderThanOrderingId(
881
830
  args: ListGroupsOlderThanOrderingIdCommandInput,
882
831
  options: __HttpHandlerOptions,
883
- cb: (err: any, data?: ListGroupsOlderThanOrderingIdCommandOutput) => void
832
+ cb: (err: any, data?: ListGroupsOlderThanOrderingIdCommandOutput) => void,
884
833
  ): void;
885
834
  listIndices(): Promise<ListIndicesCommandOutput>;
886
835
  listIndices(
887
836
  args: ListIndicesCommandInput,
888
- options?: __HttpHandlerOptions
837
+ options?: __HttpHandlerOptions,
889
838
  ): Promise<ListIndicesCommandOutput>;
890
839
  listIndices(
891
840
  args: ListIndicesCommandInput,
892
- cb: (err: any, data?: ListIndicesCommandOutput) => void
841
+ cb: (err: any, data?: ListIndicesCommandOutput) => void,
893
842
  ): void;
894
843
  listIndices(
895
844
  args: ListIndicesCommandInput,
896
845
  options: __HttpHandlerOptions,
897
- cb: (err: any, data?: ListIndicesCommandOutput) => void
846
+ cb: (err: any, data?: ListIndicesCommandOutput) => void,
898
847
  ): void;
899
848
  listQuerySuggestionsBlockLists(
900
849
  args: ListQuerySuggestionsBlockListsCommandInput,
901
- options?: __HttpHandlerOptions
850
+ options?: __HttpHandlerOptions,
902
851
  ): Promise<ListQuerySuggestionsBlockListsCommandOutput>;
903
852
  listQuerySuggestionsBlockLists(
904
853
  args: ListQuerySuggestionsBlockListsCommandInput,
905
- cb: (err: any, data?: ListQuerySuggestionsBlockListsCommandOutput) => void
854
+ cb: (err: any, data?: ListQuerySuggestionsBlockListsCommandOutput) => void,
906
855
  ): void;
907
856
  listQuerySuggestionsBlockLists(
908
857
  args: ListQuerySuggestionsBlockListsCommandInput,
909
858
  options: __HttpHandlerOptions,
910
- cb: (err: any, data?: ListQuerySuggestionsBlockListsCommandOutput) => void
859
+ cb: (err: any, data?: ListQuerySuggestionsBlockListsCommandOutput) => void,
911
860
  ): void;
912
861
  listTagsForResource(
913
862
  args: ListTagsForResourceCommandInput,
914
- options?: __HttpHandlerOptions
863
+ options?: __HttpHandlerOptions,
915
864
  ): Promise<ListTagsForResourceCommandOutput>;
916
865
  listTagsForResource(
917
866
  args: ListTagsForResourceCommandInput,
918
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
867
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
919
868
  ): void;
920
869
  listTagsForResource(
921
870
  args: ListTagsForResourceCommandInput,
922
871
  options: __HttpHandlerOptions,
923
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
872
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
924
873
  ): void;
925
874
  listThesauri(
926
875
  args: ListThesauriCommandInput,
927
- options?: __HttpHandlerOptions
876
+ options?: __HttpHandlerOptions,
928
877
  ): Promise<ListThesauriCommandOutput>;
929
878
  listThesauri(
930
879
  args: ListThesauriCommandInput,
931
- cb: (err: any, data?: ListThesauriCommandOutput) => void
880
+ cb: (err: any, data?: ListThesauriCommandOutput) => void,
932
881
  ): void;
933
882
  listThesauri(
934
883
  args: ListThesauriCommandInput,
935
884
  options: __HttpHandlerOptions,
936
- cb: (err: any, data?: ListThesauriCommandOutput) => void
885
+ cb: (err: any, data?: ListThesauriCommandOutput) => void,
937
886
  ): void;
938
887
  putPrincipalMapping(
939
888
  args: PutPrincipalMappingCommandInput,
940
- options?: __HttpHandlerOptions
889
+ options?: __HttpHandlerOptions,
941
890
  ): Promise<PutPrincipalMappingCommandOutput>;
942
891
  putPrincipalMapping(
943
892
  args: PutPrincipalMappingCommandInput,
944
- cb: (err: any, data?: PutPrincipalMappingCommandOutput) => void
893
+ cb: (err: any, data?: PutPrincipalMappingCommandOutput) => void,
945
894
  ): void;
946
895
  putPrincipalMapping(
947
896
  args: PutPrincipalMappingCommandInput,
948
897
  options: __HttpHandlerOptions,
949
- cb: (err: any, data?: PutPrincipalMappingCommandOutput) => void
950
- ): void;
951
- query(
952
- args: QueryCommandInput,
953
- options?: __HttpHandlerOptions
954
- ): Promise<QueryCommandOutput>;
955
- query(
956
- args: QueryCommandInput,
957
- cb: (err: any, data?: QueryCommandOutput) => void
898
+ cb: (err: any, data?: PutPrincipalMappingCommandOutput) => void,
958
899
  ): void;
900
+ query(args: QueryCommandInput, options?: __HttpHandlerOptions): Promise<QueryCommandOutput>;
901
+ query(args: QueryCommandInput, cb: (err: any, data?: QueryCommandOutput) => void): void;
959
902
  query(
960
903
  args: QueryCommandInput,
961
904
  options: __HttpHandlerOptions,
962
- cb: (err: any, data?: QueryCommandOutput) => void
905
+ cb: (err: any, data?: QueryCommandOutput) => void,
963
906
  ): void;
964
907
  retrieve(
965
908
  args: RetrieveCommandInput,
966
- options?: __HttpHandlerOptions
909
+ options?: __HttpHandlerOptions,
967
910
  ): Promise<RetrieveCommandOutput>;
968
- retrieve(
969
- args: RetrieveCommandInput,
970
- cb: (err: any, data?: RetrieveCommandOutput) => void
971
- ): void;
911
+ retrieve(args: RetrieveCommandInput, cb: (err: any, data?: RetrieveCommandOutput) => void): void;
972
912
  retrieve(
973
913
  args: RetrieveCommandInput,
974
914
  options: __HttpHandlerOptions,
975
- cb: (err: any, data?: RetrieveCommandOutput) => void
915
+ cb: (err: any, data?: RetrieveCommandOutput) => void,
976
916
  ): void;
977
917
  startDataSourceSyncJob(
978
918
  args: StartDataSourceSyncJobCommandInput,
979
- options?: __HttpHandlerOptions
919
+ options?: __HttpHandlerOptions,
980
920
  ): Promise<StartDataSourceSyncJobCommandOutput>;
981
921
  startDataSourceSyncJob(
982
922
  args: StartDataSourceSyncJobCommandInput,
983
- cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void
923
+ cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void,
984
924
  ): void;
985
925
  startDataSourceSyncJob(
986
926
  args: StartDataSourceSyncJobCommandInput,
987
927
  options: __HttpHandlerOptions,
988
- cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void
928
+ cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void,
989
929
  ): void;
990
930
  stopDataSourceSyncJob(
991
931
  args: StopDataSourceSyncJobCommandInput,
992
- options?: __HttpHandlerOptions
932
+ options?: __HttpHandlerOptions,
993
933
  ): Promise<StopDataSourceSyncJobCommandOutput>;
994
934
  stopDataSourceSyncJob(
995
935
  args: StopDataSourceSyncJobCommandInput,
996
- cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void
936
+ cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void,
997
937
  ): void;
998
938
  stopDataSourceSyncJob(
999
939
  args: StopDataSourceSyncJobCommandInput,
1000
940
  options: __HttpHandlerOptions,
1001
- cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void
941
+ cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void,
1002
942
  ): void;
1003
943
  submitFeedback(
1004
944
  args: SubmitFeedbackCommandInput,
1005
- options?: __HttpHandlerOptions
945
+ options?: __HttpHandlerOptions,
1006
946
  ): Promise<SubmitFeedbackCommandOutput>;
1007
947
  submitFeedback(
1008
948
  args: SubmitFeedbackCommandInput,
1009
- cb: (err: any, data?: SubmitFeedbackCommandOutput) => void
949
+ cb: (err: any, data?: SubmitFeedbackCommandOutput) => void,
1010
950
  ): void;
1011
951
  submitFeedback(
1012
952
  args: SubmitFeedbackCommandInput,
1013
953
  options: __HttpHandlerOptions,
1014
- cb: (err: any, data?: SubmitFeedbackCommandOutput) => void
954
+ cb: (err: any, data?: SubmitFeedbackCommandOutput) => void,
1015
955
  ): void;
1016
956
  tagResource(
1017
957
  args: TagResourceCommandInput,
1018
- options?: __HttpHandlerOptions
958
+ options?: __HttpHandlerOptions,
1019
959
  ): Promise<TagResourceCommandOutput>;
1020
960
  tagResource(
1021
961
  args: TagResourceCommandInput,
1022
- cb: (err: any, data?: TagResourceCommandOutput) => void
962
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1023
963
  ): void;
1024
964
  tagResource(
1025
965
  args: TagResourceCommandInput,
1026
966
  options: __HttpHandlerOptions,
1027
- cb: (err: any, data?: TagResourceCommandOutput) => void
967
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1028
968
  ): void;
1029
969
  untagResource(
1030
970
  args: UntagResourceCommandInput,
1031
- options?: __HttpHandlerOptions
971
+ options?: __HttpHandlerOptions,
1032
972
  ): Promise<UntagResourceCommandOutput>;
1033
973
  untagResource(
1034
974
  args: UntagResourceCommandInput,
1035
- cb: (err: any, data?: UntagResourceCommandOutput) => void
975
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1036
976
  ): void;
1037
977
  untagResource(
1038
978
  args: UntagResourceCommandInput,
1039
979
  options: __HttpHandlerOptions,
1040
- cb: (err: any, data?: UntagResourceCommandOutput) => void
980
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1041
981
  ): void;
1042
982
  updateAccessControlConfiguration(
1043
983
  args: UpdateAccessControlConfigurationCommandInput,
1044
- options?: __HttpHandlerOptions
984
+ options?: __HttpHandlerOptions,
1045
985
  ): Promise<UpdateAccessControlConfigurationCommandOutput>;
1046
986
  updateAccessControlConfiguration(
1047
987
  args: UpdateAccessControlConfigurationCommandInput,
1048
- cb: (err: any, data?: UpdateAccessControlConfigurationCommandOutput) => void
988
+ cb: (err: any, data?: UpdateAccessControlConfigurationCommandOutput) => void,
1049
989
  ): void;
1050
990
  updateAccessControlConfiguration(
1051
991
  args: UpdateAccessControlConfigurationCommandInput,
1052
992
  options: __HttpHandlerOptions,
1053
- cb: (err: any, data?: UpdateAccessControlConfigurationCommandOutput) => void
993
+ cb: (err: any, data?: UpdateAccessControlConfigurationCommandOutput) => void,
1054
994
  ): void;
1055
995
  updateDataSource(
1056
996
  args: UpdateDataSourceCommandInput,
1057
- options?: __HttpHandlerOptions
997
+ options?: __HttpHandlerOptions,
1058
998
  ): Promise<UpdateDataSourceCommandOutput>;
1059
999
  updateDataSource(
1060
1000
  args: UpdateDataSourceCommandInput,
1061
- cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
1001
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void,
1062
1002
  ): void;
1063
1003
  updateDataSource(
1064
1004
  args: UpdateDataSourceCommandInput,
1065
1005
  options: __HttpHandlerOptions,
1066
- cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
1006
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void,
1067
1007
  ): void;
1068
1008
  updateExperience(
1069
1009
  args: UpdateExperienceCommandInput,
1070
- options?: __HttpHandlerOptions
1010
+ options?: __HttpHandlerOptions,
1071
1011
  ): Promise<UpdateExperienceCommandOutput>;
1072
1012
  updateExperience(
1073
1013
  args: UpdateExperienceCommandInput,
1074
- cb: (err: any, data?: UpdateExperienceCommandOutput) => void
1014
+ cb: (err: any, data?: UpdateExperienceCommandOutput) => void,
1075
1015
  ): void;
1076
1016
  updateExperience(
1077
1017
  args: UpdateExperienceCommandInput,
1078
1018
  options: __HttpHandlerOptions,
1079
- cb: (err: any, data?: UpdateExperienceCommandOutput) => void
1019
+ cb: (err: any, data?: UpdateExperienceCommandOutput) => void,
1080
1020
  ): void;
1081
1021
  updateFeaturedResultsSet(
1082
1022
  args: UpdateFeaturedResultsSetCommandInput,
1083
- options?: __HttpHandlerOptions
1023
+ options?: __HttpHandlerOptions,
1084
1024
  ): Promise<UpdateFeaturedResultsSetCommandOutput>;
1085
1025
  updateFeaturedResultsSet(
1086
1026
  args: UpdateFeaturedResultsSetCommandInput,
1087
- cb: (err: any, data?: UpdateFeaturedResultsSetCommandOutput) => void
1027
+ cb: (err: any, data?: UpdateFeaturedResultsSetCommandOutput) => void,
1088
1028
  ): void;
1089
1029
  updateFeaturedResultsSet(
1090
1030
  args: UpdateFeaturedResultsSetCommandInput,
1091
1031
  options: __HttpHandlerOptions,
1092
- cb: (err: any, data?: UpdateFeaturedResultsSetCommandOutput) => void
1032
+ cb: (err: any, data?: UpdateFeaturedResultsSetCommandOutput) => void,
1093
1033
  ): void;
1094
1034
  updateIndex(
1095
1035
  args: UpdateIndexCommandInput,
1096
- options?: __HttpHandlerOptions
1036
+ options?: __HttpHandlerOptions,
1097
1037
  ): Promise<UpdateIndexCommandOutput>;
1098
1038
  updateIndex(
1099
1039
  args: UpdateIndexCommandInput,
1100
- cb: (err: any, data?: UpdateIndexCommandOutput) => void
1040
+ cb: (err: any, data?: UpdateIndexCommandOutput) => void,
1101
1041
  ): void;
1102
1042
  updateIndex(
1103
1043
  args: UpdateIndexCommandInput,
1104
1044
  options: __HttpHandlerOptions,
1105
- cb: (err: any, data?: UpdateIndexCommandOutput) => void
1045
+ cb: (err: any, data?: UpdateIndexCommandOutput) => void,
1106
1046
  ): void;
1107
1047
  updateQuerySuggestionsBlockList(
1108
1048
  args: UpdateQuerySuggestionsBlockListCommandInput,
1109
- options?: __HttpHandlerOptions
1049
+ options?: __HttpHandlerOptions,
1110
1050
  ): Promise<UpdateQuerySuggestionsBlockListCommandOutput>;
1111
1051
  updateQuerySuggestionsBlockList(
1112
1052
  args: UpdateQuerySuggestionsBlockListCommandInput,
1113
- cb: (err: any, data?: UpdateQuerySuggestionsBlockListCommandOutput) => void
1053
+ cb: (err: any, data?: UpdateQuerySuggestionsBlockListCommandOutput) => void,
1114
1054
  ): void;
1115
1055
  updateQuerySuggestionsBlockList(
1116
1056
  args: UpdateQuerySuggestionsBlockListCommandInput,
1117
1057
  options: __HttpHandlerOptions,
1118
- cb: (err: any, data?: UpdateQuerySuggestionsBlockListCommandOutput) => void
1058
+ cb: (err: any, data?: UpdateQuerySuggestionsBlockListCommandOutput) => void,
1119
1059
  ): void;
1120
1060
  updateQuerySuggestionsConfig(
1121
1061
  args: UpdateQuerySuggestionsConfigCommandInput,
1122
- options?: __HttpHandlerOptions
1062
+ options?: __HttpHandlerOptions,
1123
1063
  ): Promise<UpdateQuerySuggestionsConfigCommandOutput>;
1124
1064
  updateQuerySuggestionsConfig(
1125
1065
  args: UpdateQuerySuggestionsConfigCommandInput,
1126
- cb: (err: any, data?: UpdateQuerySuggestionsConfigCommandOutput) => void
1066
+ cb: (err: any, data?: UpdateQuerySuggestionsConfigCommandOutput) => void,
1127
1067
  ): void;
1128
1068
  updateQuerySuggestionsConfig(
1129
1069
  args: UpdateQuerySuggestionsConfigCommandInput,
1130
1070
  options: __HttpHandlerOptions,
1131
- cb: (err: any, data?: UpdateQuerySuggestionsConfigCommandOutput) => void
1071
+ cb: (err: any, data?: UpdateQuerySuggestionsConfigCommandOutput) => void,
1132
1072
  ): void;
1133
1073
  updateThesaurus(
1134
1074
  args: UpdateThesaurusCommandInput,
1135
- options?: __HttpHandlerOptions
1075
+ options?: __HttpHandlerOptions,
1136
1076
  ): Promise<UpdateThesaurusCommandOutput>;
1137
1077
  updateThesaurus(
1138
1078
  args: UpdateThesaurusCommandInput,
1139
- cb: (err: any, data?: UpdateThesaurusCommandOutput) => void
1079
+ cb: (err: any, data?: UpdateThesaurusCommandOutput) => void,
1140
1080
  ): void;
1141
1081
  updateThesaurus(
1142
1082
  args: UpdateThesaurusCommandInput,
1143
1083
  options: __HttpHandlerOptions,
1144
- cb: (err: any, data?: UpdateThesaurusCommandOutput) => void
1084
+ cb: (err: any, data?: UpdateThesaurusCommandOutput) => void,
1145
1085
  ): void;
1146
1086
  paginateGetSnapshots(
1147
1087
  args: GetSnapshotsCommandInput,
1148
1088
  paginationConfig?: Pick<
1149
1089
  PaginationConfiguration,
1150
1090
  Exclude<keyof PaginationConfiguration, "client">
1151
- >
1091
+ >,
1152
1092
  ): Paginator<GetSnapshotsCommandOutput>;
1153
1093
  paginateListAccessControlConfigurations(
1154
1094
  args: ListAccessControlConfigurationsCommandInput,
1155
1095
  paginationConfig?: Pick<
1156
1096
  PaginationConfiguration,
1157
1097
  Exclude<keyof PaginationConfiguration, "client">
1158
- >
1098
+ >,
1159
1099
  ): Paginator<ListAccessControlConfigurationsCommandOutput>;
1160
1100
  paginateListDataSources(
1161
1101
  args: ListDataSourcesCommandInput,
1162
1102
  paginationConfig?: Pick<
1163
1103
  PaginationConfiguration,
1164
1104
  Exclude<keyof PaginationConfiguration, "client">
1165
- >
1105
+ >,
1166
1106
  ): Paginator<ListDataSourcesCommandOutput>;
1167
1107
  paginateListDataSourceSyncJobs(
1168
1108
  args: ListDataSourceSyncJobsCommandInput,
1169
1109
  paginationConfig?: Pick<
1170
1110
  PaginationConfiguration,
1171
1111
  Exclude<keyof PaginationConfiguration, "client">
1172
- >
1112
+ >,
1173
1113
  ): Paginator<ListDataSourceSyncJobsCommandOutput>;
1174
1114
  paginateListEntityPersonas(
1175
1115
  args: ListEntityPersonasCommandInput,
1176
1116
  paginationConfig?: Pick<
1177
1117
  PaginationConfiguration,
1178
1118
  Exclude<keyof PaginationConfiguration, "client">
1179
- >
1119
+ >,
1180
1120
  ): Paginator<ListEntityPersonasCommandOutput>;
1181
1121
  paginateListExperienceEntities(
1182
1122
  args: ListExperienceEntitiesCommandInput,
1183
1123
  paginationConfig?: Pick<
1184
1124
  PaginationConfiguration,
1185
1125
  Exclude<keyof PaginationConfiguration, "client">
1186
- >
1126
+ >,
1187
1127
  ): Paginator<ListExperienceEntitiesCommandOutput>;
1188
1128
  paginateListExperiences(
1189
1129
  args: ListExperiencesCommandInput,
1190
1130
  paginationConfig?: Pick<
1191
1131
  PaginationConfiguration,
1192
1132
  Exclude<keyof PaginationConfiguration, "client">
1193
- >
1133
+ >,
1194
1134
  ): Paginator<ListExperiencesCommandOutput>;
1195
1135
  paginateListFaqs(
1196
1136
  args: ListFaqsCommandInput,
1197
1137
  paginationConfig?: Pick<
1198
1138
  PaginationConfiguration,
1199
1139
  Exclude<keyof PaginationConfiguration, "client">
1200
- >
1140
+ >,
1201
1141
  ): Paginator<ListFaqsCommandOutput>;
1202
1142
  paginateListGroupsOlderThanOrderingId(
1203
1143
  args: ListGroupsOlderThanOrderingIdCommandInput,
1204
1144
  paginationConfig?: Pick<
1205
1145
  PaginationConfiguration,
1206
1146
  Exclude<keyof PaginationConfiguration, "client">
1207
- >
1147
+ >,
1208
1148
  ): Paginator<ListGroupsOlderThanOrderingIdCommandOutput>;
1209
1149
  paginateListIndices(
1210
1150
  args?: ListIndicesCommandInput,
1211
1151
  paginationConfig?: Pick<
1212
1152
  PaginationConfiguration,
1213
1153
  Exclude<keyof PaginationConfiguration, "client">
1214
- >
1154
+ >,
1215
1155
  ): Paginator<ListIndicesCommandOutput>;
1216
1156
  paginateListQuerySuggestionsBlockLists(
1217
1157
  args: ListQuerySuggestionsBlockListsCommandInput,
1218
1158
  paginationConfig?: Pick<
1219
1159
  PaginationConfiguration,
1220
1160
  Exclude<keyof PaginationConfiguration, "client">
1221
- >
1161
+ >,
1222
1162
  ): Paginator<ListQuerySuggestionsBlockListsCommandOutput>;
1223
1163
  paginateListThesauri(
1224
1164
  args: ListThesauriCommandInput,
1225
1165
  paginationConfig?: Pick<
1226
1166
  PaginationConfiguration,
1227
1167
  Exclude<keyof PaginationConfiguration, "client">
1228
- >
1168
+ >,
1229
1169
  ): Paginator<ListThesauriCommandOutput>;
1230
1170
  }
1231
1171
  export declare class Kendra extends KendraClient implements Kendra {}