@aws-sdk/client-qbusiness 3.1087.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 (105) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/QBusiness.d.ts +289 -376
  3. package/dist-types/ts3.4/QBusinessClient.d.ts +26 -98
  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 -14
  7. package/dist-types/ts3.4/commands/AssociatePermissionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/ChatCommand.d.ts +6 -2
  12. package/dist-types/ts3.4/commands/ChatSyncCommand.d.ts +7 -5
  13. package/dist-types/ts3.4/commands/CheckDocumentAccessCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateAnonymousWebExperienceUrlCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateChatResponseConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateDataAccessorCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/CreatePluginCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/CreateRetrieverCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/CreateWebExperienceCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/DeleteChatControlsConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteChatResponseConfigurationCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DeleteConversationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/DeleteDataAccessorCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeletePluginCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/DeleteRetrieverCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DeleteWebExperienceCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/DisassociatePermissionCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/commands/GetChatControlsConfigurationCommand.d.ts +4 -6
  41. package/dist-types/ts3.4/commands/GetChatResponseConfigurationCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetDataAccessorCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetIndexCommand.d.ts +7 -5
  47. package/dist-types/ts3.4/commands/GetMediaCommand.d.ts +7 -5
  48. package/dist-types/ts3.4/commands/GetPluginCommand.d.ts +7 -5
  49. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/GetRetrieverCommand.d.ts +3 -5
  51. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
  52. package/dist-types/ts3.4/commands/GetWebExperienceCommand.d.ts +4 -9
  53. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +3 -8
  54. package/dist-types/ts3.4/commands/ListAttachmentsCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListChatResponseConfigurationsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListConversationsCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/ListDataAccessorsCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListDocumentsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +3 -5
  62. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/ListMessagesCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListPluginActionsCommand.d.ts +5 -10
  65. package/dist-types/ts3.4/commands/ListPluginTypeActionsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListPluginTypeMetadataCommand.d.ts +4 -9
  67. package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +3 -5
  68. package/dist-types/ts3.4/commands/ListRetrieversCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  71. package/dist-types/ts3.4/commands/ListWebExperiencesCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +2 -2
  73. package/dist-types/ts3.4/commands/PutGroupCommand.d.ts +7 -5
  74. package/dist-types/ts3.4/commands/SearchRelevantContentCommand.d.ts +4 -6
  75. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateChatControlsConfigurationCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateChatResponseConfigurationCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateDataAccessorCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +4 -9
  84. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +3 -5
  85. package/dist-types/ts3.4/commands/UpdatePluginCommand.d.ts +3 -5
  86. package/dist-types/ts3.4/commands/UpdateRetrieverCommand.d.ts +4 -9
  87. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +5 -10
  88. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
  89. package/dist-types/ts3.4/commands/UpdateWebExperienceCommand.d.ts +5 -10
  90. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  91. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  92. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  93. package/dist-types/ts3.4/models/enums.d.ts +21 -42
  94. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  95. package/dist-types/ts3.4/models/models_0.d.ts +16 -48
  96. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  97. package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +1 -4
  99. package/dist-types/ts3.4/pagination/ListPluginsPaginator.d.ts +1 -4
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  104. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  105. package/package.json +41 -41
@@ -20,10 +20,7 @@ import {
20
20
  CancelSubscriptionCommandOutput,
21
21
  } from "./commands/CancelSubscriptionCommand";
22
22
  import { ChatCommandInput, ChatCommandOutput } from "./commands/ChatCommand";
23
- import {
24
- ChatSyncCommandInput,
25
- ChatSyncCommandOutput,
26
- } from "./commands/ChatSyncCommand";
23
+ import { ChatSyncCommandInput, ChatSyncCommandOutput } from "./commands/ChatSyncCommand";
27
24
  import {
28
25
  CheckDocumentAccessCommandInput,
29
26
  CheckDocumentAccessCommandOutput,
@@ -48,10 +45,7 @@ import {
48
45
  CreateDataSourceCommandInput,
49
46
  CreateDataSourceCommandOutput,
50
47
  } from "./commands/CreateDataSourceCommand";
51
- import {
52
- CreateIndexCommandInput,
53
- CreateIndexCommandOutput,
54
- } from "./commands/CreateIndexCommand";
48
+ import { CreateIndexCommandInput, CreateIndexCommandOutput } from "./commands/CreateIndexCommand";
55
49
  import {
56
50
  CreatePluginCommandInput,
57
51
  CreatePluginCommandOutput,
@@ -64,10 +58,7 @@ import {
64
58
  CreateSubscriptionCommandInput,
65
59
  CreateSubscriptionCommandOutput,
66
60
  } from "./commands/CreateSubscriptionCommand";
67
- import {
68
- CreateUserCommandInput,
69
- CreateUserCommandOutput,
70
- } from "./commands/CreateUserCommand";
61
+ import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
71
62
  import {
72
63
  CreateWebExperienceCommandInput,
73
64
  CreateWebExperienceCommandOutput,
@@ -100,14 +91,8 @@ import {
100
91
  DeleteDataSourceCommandInput,
101
92
  DeleteDataSourceCommandOutput,
102
93
  } from "./commands/DeleteDataSourceCommand";
103
- import {
104
- DeleteGroupCommandInput,
105
- DeleteGroupCommandOutput,
106
- } from "./commands/DeleteGroupCommand";
107
- import {
108
- DeleteIndexCommandInput,
109
- DeleteIndexCommandOutput,
110
- } from "./commands/DeleteIndexCommand";
94
+ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
95
+ import { DeleteIndexCommandInput, DeleteIndexCommandOutput } from "./commands/DeleteIndexCommand";
111
96
  import {
112
97
  DeletePluginCommandInput,
113
98
  DeletePluginCommandOutput,
@@ -116,10 +101,7 @@ import {
116
101
  DeleteRetrieverCommandInput,
117
102
  DeleteRetrieverCommandOutput,
118
103
  } from "./commands/DeleteRetrieverCommand";
119
- import {
120
- DeleteUserCommandInput,
121
- DeleteUserCommandOutput,
122
- } from "./commands/DeleteUserCommand";
104
+ import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
123
105
  import {
124
106
  DeleteWebExperienceCommandInput,
125
107
  DeleteWebExperienceCommandOutput,
@@ -152,34 +134,16 @@ import {
152
134
  GetDocumentContentCommandInput,
153
135
  GetDocumentContentCommandOutput,
154
136
  } from "./commands/GetDocumentContentCommand";
155
- import {
156
- GetGroupCommandInput,
157
- GetGroupCommandOutput,
158
- } from "./commands/GetGroupCommand";
159
- import {
160
- GetIndexCommandInput,
161
- GetIndexCommandOutput,
162
- } from "./commands/GetIndexCommand";
163
- import {
164
- GetMediaCommandInput,
165
- GetMediaCommandOutput,
166
- } from "./commands/GetMediaCommand";
167
- import {
168
- GetPluginCommandInput,
169
- GetPluginCommandOutput,
170
- } from "./commands/GetPluginCommand";
171
- import {
172
- GetPolicyCommandInput,
173
- GetPolicyCommandOutput,
174
- } from "./commands/GetPolicyCommand";
137
+ import { GetGroupCommandInput, GetGroupCommandOutput } from "./commands/GetGroupCommand";
138
+ import { GetIndexCommandInput, GetIndexCommandOutput } from "./commands/GetIndexCommand";
139
+ import { GetMediaCommandInput, GetMediaCommandOutput } from "./commands/GetMediaCommand";
140
+ import { GetPluginCommandInput, GetPluginCommandOutput } from "./commands/GetPluginCommand";
141
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
175
142
  import {
176
143
  GetRetrieverCommandInput,
177
144
  GetRetrieverCommandOutput,
178
145
  } from "./commands/GetRetrieverCommand";
179
- import {
180
- GetUserCommandInput,
181
- GetUserCommandOutput,
182
- } from "./commands/GetUserCommand";
146
+ import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
183
147
  import {
184
148
  GetWebExperienceCommandInput,
185
149
  GetWebExperienceCommandOutput,
@@ -216,14 +180,8 @@ import {
216
180
  ListDocumentsCommandInput,
217
181
  ListDocumentsCommandOutput,
218
182
  } from "./commands/ListDocumentsCommand";
219
- import {
220
- ListGroupsCommandInput,
221
- ListGroupsCommandOutput,
222
- } from "./commands/ListGroupsCommand";
223
- import {
224
- ListIndicesCommandInput,
225
- ListIndicesCommandOutput,
226
- } from "./commands/ListIndicesCommand";
183
+ import { ListGroupsCommandInput, ListGroupsCommandOutput } from "./commands/ListGroupsCommand";
184
+ import { ListIndicesCommandInput, ListIndicesCommandOutput } from "./commands/ListIndicesCommand";
227
185
  import {
228
186
  ListMessagesCommandInput,
229
187
  ListMessagesCommandOutput,
@@ -232,10 +190,7 @@ import {
232
190
  ListPluginActionsCommandInput,
233
191
  ListPluginActionsCommandOutput,
234
192
  } from "./commands/ListPluginActionsCommand";
235
- import {
236
- ListPluginsCommandInput,
237
- ListPluginsCommandOutput,
238
- } from "./commands/ListPluginsCommand";
193
+ import { ListPluginsCommandInput, ListPluginsCommandOutput } from "./commands/ListPluginsCommand";
239
194
  import {
240
195
  ListPluginTypeActionsCommandInput,
241
196
  ListPluginTypeActionsCommandOutput,
@@ -260,14 +215,8 @@ import {
260
215
  ListWebExperiencesCommandInput,
261
216
  ListWebExperiencesCommandOutput,
262
217
  } from "./commands/ListWebExperiencesCommand";
263
- import {
264
- PutFeedbackCommandInput,
265
- PutFeedbackCommandOutput,
266
- } from "./commands/PutFeedbackCommand";
267
- import {
268
- PutGroupCommandInput,
269
- PutGroupCommandOutput,
270
- } from "./commands/PutGroupCommand";
218
+ import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "./commands/PutFeedbackCommand";
219
+ import { PutGroupCommandInput, PutGroupCommandOutput } from "./commands/PutGroupCommand";
271
220
  import {
272
221
  SearchRelevantContentCommandInput,
273
222
  SearchRelevantContentCommandOutput,
@@ -280,10 +229,7 @@ import {
280
229
  StopDataSourceSyncJobCommandInput,
281
230
  StopDataSourceSyncJobCommandOutput,
282
231
  } from "./commands/StopDataSourceSyncJobCommand";
283
- import {
284
- TagResourceCommandInput,
285
- TagResourceCommandOutput,
286
- } from "./commands/TagResourceCommand";
232
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
287
233
  import {
288
234
  UntagResourceCommandInput,
289
235
  UntagResourceCommandOutput,
@@ -308,10 +254,7 @@ import {
308
254
  UpdateDataSourceCommandInput,
309
255
  UpdateDataSourceCommandOutput,
310
256
  } from "./commands/UpdateDataSourceCommand";
311
- import {
312
- UpdateIndexCommandInput,
313
- UpdateIndexCommandOutput,
314
- } from "./commands/UpdateIndexCommand";
257
+ import { UpdateIndexCommandInput, UpdateIndexCommandOutput } from "./commands/UpdateIndexCommand";
315
258
  import {
316
259
  UpdatePluginCommandInput,
317
260
  UpdatePluginCommandOutput,
@@ -324,10 +267,7 @@ import {
324
267
  UpdateSubscriptionCommandInput,
325
268
  UpdateSubscriptionCommandOutput,
326
269
  } from "./commands/UpdateSubscriptionCommand";
327
- import {
328
- UpdateUserCommandInput,
329
- UpdateUserCommandOutput,
330
- } from "./commands/UpdateUserCommand";
270
+ import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
331
271
  import {
332
272
  UpdateWebExperienceCommandInput,
333
273
  UpdateWebExperienceCommandOutput,
@@ -336,1224 +276,1197 @@ import { QBusinessClient } from "./QBusinessClient";
336
276
  export interface QBusiness {
337
277
  associatePermission(
338
278
  args: AssociatePermissionCommandInput,
339
- options?: __HttpHandlerOptions
279
+ options?: __HttpHandlerOptions,
340
280
  ): Promise<AssociatePermissionCommandOutput>;
341
281
  associatePermission(
342
282
  args: AssociatePermissionCommandInput,
343
- cb: (err: any, data?: AssociatePermissionCommandOutput) => void
283
+ cb: (err: any, data?: AssociatePermissionCommandOutput) => void,
344
284
  ): void;
345
285
  associatePermission(
346
286
  args: AssociatePermissionCommandInput,
347
287
  options: __HttpHandlerOptions,
348
- cb: (err: any, data?: AssociatePermissionCommandOutput) => void
288
+ cb: (err: any, data?: AssociatePermissionCommandOutput) => void,
349
289
  ): void;
350
290
  batchDeleteDocument(
351
291
  args: BatchDeleteDocumentCommandInput,
352
- options?: __HttpHandlerOptions
292
+ options?: __HttpHandlerOptions,
353
293
  ): Promise<BatchDeleteDocumentCommandOutput>;
354
294
  batchDeleteDocument(
355
295
  args: BatchDeleteDocumentCommandInput,
356
- cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
296
+ cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void,
357
297
  ): void;
358
298
  batchDeleteDocument(
359
299
  args: BatchDeleteDocumentCommandInput,
360
300
  options: __HttpHandlerOptions,
361
- cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void
301
+ cb: (err: any, data?: BatchDeleteDocumentCommandOutput) => void,
362
302
  ): void;
363
303
  batchPutDocument(
364
304
  args: BatchPutDocumentCommandInput,
365
- options?: __HttpHandlerOptions
305
+ options?: __HttpHandlerOptions,
366
306
  ): Promise<BatchPutDocumentCommandOutput>;
367
307
  batchPutDocument(
368
308
  args: BatchPutDocumentCommandInput,
369
- cb: (err: any, data?: BatchPutDocumentCommandOutput) => void
309
+ cb: (err: any, data?: BatchPutDocumentCommandOutput) => void,
370
310
  ): void;
371
311
  batchPutDocument(
372
312
  args: BatchPutDocumentCommandInput,
373
313
  options: __HttpHandlerOptions,
374
- cb: (err: any, data?: BatchPutDocumentCommandOutput) => void
314
+ cb: (err: any, data?: BatchPutDocumentCommandOutput) => void,
375
315
  ): void;
376
316
  cancelSubscription(
377
317
  args: CancelSubscriptionCommandInput,
378
- options?: __HttpHandlerOptions
318
+ options?: __HttpHandlerOptions,
379
319
  ): Promise<CancelSubscriptionCommandOutput>;
380
320
  cancelSubscription(
381
321
  args: CancelSubscriptionCommandInput,
382
- cb: (err: any, data?: CancelSubscriptionCommandOutput) => void
322
+ cb: (err: any, data?: CancelSubscriptionCommandOutput) => void,
383
323
  ): void;
384
324
  cancelSubscription(
385
325
  args: CancelSubscriptionCommandInput,
386
326
  options: __HttpHandlerOptions,
387
- cb: (err: any, data?: CancelSubscriptionCommandOutput) => void
388
- ): void;
389
- chat(
390
- args: ChatCommandInput,
391
- options?: __HttpHandlerOptions
392
- ): Promise<ChatCommandOutput>;
393
- chat(
394
- args: ChatCommandInput,
395
- cb: (err: any, data?: ChatCommandOutput) => void
327
+ cb: (err: any, data?: CancelSubscriptionCommandOutput) => void,
396
328
  ): void;
329
+ chat(args: ChatCommandInput, options?: __HttpHandlerOptions): Promise<ChatCommandOutput>;
330
+ chat(args: ChatCommandInput, cb: (err: any, data?: ChatCommandOutput) => void): void;
397
331
  chat(
398
332
  args: ChatCommandInput,
399
333
  options: __HttpHandlerOptions,
400
- cb: (err: any, data?: ChatCommandOutput) => void
334
+ cb: (err: any, data?: ChatCommandOutput) => void,
401
335
  ): void;
402
336
  chatSync(
403
337
  args: ChatSyncCommandInput,
404
- options?: __HttpHandlerOptions
338
+ options?: __HttpHandlerOptions,
405
339
  ): Promise<ChatSyncCommandOutput>;
406
- chatSync(
407
- args: ChatSyncCommandInput,
408
- cb: (err: any, data?: ChatSyncCommandOutput) => void
409
- ): void;
340
+ chatSync(args: ChatSyncCommandInput, cb: (err: any, data?: ChatSyncCommandOutput) => void): void;
410
341
  chatSync(
411
342
  args: ChatSyncCommandInput,
412
343
  options: __HttpHandlerOptions,
413
- cb: (err: any, data?: ChatSyncCommandOutput) => void
344
+ cb: (err: any, data?: ChatSyncCommandOutput) => void,
414
345
  ): void;
415
346
  checkDocumentAccess(
416
347
  args: CheckDocumentAccessCommandInput,
417
- options?: __HttpHandlerOptions
348
+ options?: __HttpHandlerOptions,
418
349
  ): Promise<CheckDocumentAccessCommandOutput>;
419
350
  checkDocumentAccess(
420
351
  args: CheckDocumentAccessCommandInput,
421
- cb: (err: any, data?: CheckDocumentAccessCommandOutput) => void
352
+ cb: (err: any, data?: CheckDocumentAccessCommandOutput) => void,
422
353
  ): void;
423
354
  checkDocumentAccess(
424
355
  args: CheckDocumentAccessCommandInput,
425
356
  options: __HttpHandlerOptions,
426
- cb: (err: any, data?: CheckDocumentAccessCommandOutput) => void
357
+ cb: (err: any, data?: CheckDocumentAccessCommandOutput) => void,
427
358
  ): void;
428
359
  createAnonymousWebExperienceUrl(
429
360
  args: CreateAnonymousWebExperienceUrlCommandInput,
430
- options?: __HttpHandlerOptions
361
+ options?: __HttpHandlerOptions,
431
362
  ): Promise<CreateAnonymousWebExperienceUrlCommandOutput>;
432
363
  createAnonymousWebExperienceUrl(
433
364
  args: CreateAnonymousWebExperienceUrlCommandInput,
434
- cb: (err: any, data?: CreateAnonymousWebExperienceUrlCommandOutput) => void
365
+ cb: (err: any, data?: CreateAnonymousWebExperienceUrlCommandOutput) => void,
435
366
  ): void;
436
367
  createAnonymousWebExperienceUrl(
437
368
  args: CreateAnonymousWebExperienceUrlCommandInput,
438
369
  options: __HttpHandlerOptions,
439
- cb: (err: any, data?: CreateAnonymousWebExperienceUrlCommandOutput) => void
370
+ cb: (err: any, data?: CreateAnonymousWebExperienceUrlCommandOutput) => void,
440
371
  ): void;
441
372
  createApplication(
442
373
  args: CreateApplicationCommandInput,
443
- options?: __HttpHandlerOptions
374
+ options?: __HttpHandlerOptions,
444
375
  ): Promise<CreateApplicationCommandOutput>;
445
376
  createApplication(
446
377
  args: CreateApplicationCommandInput,
447
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
378
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void,
448
379
  ): void;
449
380
  createApplication(
450
381
  args: CreateApplicationCommandInput,
451
382
  options: __HttpHandlerOptions,
452
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
383
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void,
453
384
  ): void;
454
385
  createChatResponseConfiguration(
455
386
  args: CreateChatResponseConfigurationCommandInput,
456
- options?: __HttpHandlerOptions
387
+ options?: __HttpHandlerOptions,
457
388
  ): Promise<CreateChatResponseConfigurationCommandOutput>;
458
389
  createChatResponseConfiguration(
459
390
  args: CreateChatResponseConfigurationCommandInput,
460
- cb: (err: any, data?: CreateChatResponseConfigurationCommandOutput) => void
391
+ cb: (err: any, data?: CreateChatResponseConfigurationCommandOutput) => void,
461
392
  ): void;
462
393
  createChatResponseConfiguration(
463
394
  args: CreateChatResponseConfigurationCommandInput,
464
395
  options: __HttpHandlerOptions,
465
- cb: (err: any, data?: CreateChatResponseConfigurationCommandOutput) => void
396
+ cb: (err: any, data?: CreateChatResponseConfigurationCommandOutput) => void,
466
397
  ): void;
467
398
  createDataAccessor(
468
399
  args: CreateDataAccessorCommandInput,
469
- options?: __HttpHandlerOptions
400
+ options?: __HttpHandlerOptions,
470
401
  ): Promise<CreateDataAccessorCommandOutput>;
471
402
  createDataAccessor(
472
403
  args: CreateDataAccessorCommandInput,
473
- cb: (err: any, data?: CreateDataAccessorCommandOutput) => void
404
+ cb: (err: any, data?: CreateDataAccessorCommandOutput) => void,
474
405
  ): void;
475
406
  createDataAccessor(
476
407
  args: CreateDataAccessorCommandInput,
477
408
  options: __HttpHandlerOptions,
478
- cb: (err: any, data?: CreateDataAccessorCommandOutput) => void
409
+ cb: (err: any, data?: CreateDataAccessorCommandOutput) => void,
479
410
  ): void;
480
411
  createDataSource(
481
412
  args: CreateDataSourceCommandInput,
482
- options?: __HttpHandlerOptions
413
+ options?: __HttpHandlerOptions,
483
414
  ): Promise<CreateDataSourceCommandOutput>;
484
415
  createDataSource(
485
416
  args: CreateDataSourceCommandInput,
486
- cb: (err: any, data?: CreateDataSourceCommandOutput) => void
417
+ cb: (err: any, data?: CreateDataSourceCommandOutput) => void,
487
418
  ): void;
488
419
  createDataSource(
489
420
  args: CreateDataSourceCommandInput,
490
421
  options: __HttpHandlerOptions,
491
- cb: (err: any, data?: CreateDataSourceCommandOutput) => void
422
+ cb: (err: any, data?: CreateDataSourceCommandOutput) => void,
492
423
  ): void;
493
424
  createIndex(
494
425
  args: CreateIndexCommandInput,
495
- options?: __HttpHandlerOptions
426
+ options?: __HttpHandlerOptions,
496
427
  ): Promise<CreateIndexCommandOutput>;
497
428
  createIndex(
498
429
  args: CreateIndexCommandInput,
499
- cb: (err: any, data?: CreateIndexCommandOutput) => void
430
+ cb: (err: any, data?: CreateIndexCommandOutput) => void,
500
431
  ): void;
501
432
  createIndex(
502
433
  args: CreateIndexCommandInput,
503
434
  options: __HttpHandlerOptions,
504
- cb: (err: any, data?: CreateIndexCommandOutput) => void
435
+ cb: (err: any, data?: CreateIndexCommandOutput) => void,
505
436
  ): void;
506
437
  createPlugin(
507
438
  args: CreatePluginCommandInput,
508
- options?: __HttpHandlerOptions
439
+ options?: __HttpHandlerOptions,
509
440
  ): Promise<CreatePluginCommandOutput>;
510
441
  createPlugin(
511
442
  args: CreatePluginCommandInput,
512
- cb: (err: any, data?: CreatePluginCommandOutput) => void
443
+ cb: (err: any, data?: CreatePluginCommandOutput) => void,
513
444
  ): void;
514
445
  createPlugin(
515
446
  args: CreatePluginCommandInput,
516
447
  options: __HttpHandlerOptions,
517
- cb: (err: any, data?: CreatePluginCommandOutput) => void
448
+ cb: (err: any, data?: CreatePluginCommandOutput) => void,
518
449
  ): void;
519
450
  createRetriever(
520
451
  args: CreateRetrieverCommandInput,
521
- options?: __HttpHandlerOptions
452
+ options?: __HttpHandlerOptions,
522
453
  ): Promise<CreateRetrieverCommandOutput>;
523
454
  createRetriever(
524
455
  args: CreateRetrieverCommandInput,
525
- cb: (err: any, data?: CreateRetrieverCommandOutput) => void
456
+ cb: (err: any, data?: CreateRetrieverCommandOutput) => void,
526
457
  ): void;
527
458
  createRetriever(
528
459
  args: CreateRetrieverCommandInput,
529
460
  options: __HttpHandlerOptions,
530
- cb: (err: any, data?: CreateRetrieverCommandOutput) => void
461
+ cb: (err: any, data?: CreateRetrieverCommandOutput) => void,
531
462
  ): void;
532
463
  createSubscription(
533
464
  args: CreateSubscriptionCommandInput,
534
- options?: __HttpHandlerOptions
465
+ options?: __HttpHandlerOptions,
535
466
  ): Promise<CreateSubscriptionCommandOutput>;
536
467
  createSubscription(
537
468
  args: CreateSubscriptionCommandInput,
538
- cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
469
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void,
539
470
  ): void;
540
471
  createSubscription(
541
472
  args: CreateSubscriptionCommandInput,
542
473
  options: __HttpHandlerOptions,
543
- cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
474
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void,
544
475
  ): void;
545
476
  createUser(
546
477
  args: CreateUserCommandInput,
547
- options?: __HttpHandlerOptions
478
+ options?: __HttpHandlerOptions,
548
479
  ): Promise<CreateUserCommandOutput>;
549
480
  createUser(
550
481
  args: CreateUserCommandInput,
551
- cb: (err: any, data?: CreateUserCommandOutput) => void
482
+ cb: (err: any, data?: CreateUserCommandOutput) => void,
552
483
  ): void;
553
484
  createUser(
554
485
  args: CreateUserCommandInput,
555
486
  options: __HttpHandlerOptions,
556
- cb: (err: any, data?: CreateUserCommandOutput) => void
487
+ cb: (err: any, data?: CreateUserCommandOutput) => void,
557
488
  ): void;
558
489
  createWebExperience(
559
490
  args: CreateWebExperienceCommandInput,
560
- options?: __HttpHandlerOptions
491
+ options?: __HttpHandlerOptions,
561
492
  ): Promise<CreateWebExperienceCommandOutput>;
562
493
  createWebExperience(
563
494
  args: CreateWebExperienceCommandInput,
564
- cb: (err: any, data?: CreateWebExperienceCommandOutput) => void
495
+ cb: (err: any, data?: CreateWebExperienceCommandOutput) => void,
565
496
  ): void;
566
497
  createWebExperience(
567
498
  args: CreateWebExperienceCommandInput,
568
499
  options: __HttpHandlerOptions,
569
- cb: (err: any, data?: CreateWebExperienceCommandOutput) => void
500
+ cb: (err: any, data?: CreateWebExperienceCommandOutput) => void,
570
501
  ): void;
571
502
  deleteApplication(
572
503
  args: DeleteApplicationCommandInput,
573
- options?: __HttpHandlerOptions
504
+ options?: __HttpHandlerOptions,
574
505
  ): Promise<DeleteApplicationCommandOutput>;
575
506
  deleteApplication(
576
507
  args: DeleteApplicationCommandInput,
577
- cb: (err: any, data?: DeleteApplicationCommandOutput) => void
508
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
578
509
  ): void;
579
510
  deleteApplication(
580
511
  args: DeleteApplicationCommandInput,
581
512
  options: __HttpHandlerOptions,
582
- cb: (err: any, data?: DeleteApplicationCommandOutput) => void
513
+ cb: (err: any, data?: DeleteApplicationCommandOutput) => void,
583
514
  ): void;
584
515
  deleteAttachment(
585
516
  args: DeleteAttachmentCommandInput,
586
- options?: __HttpHandlerOptions
517
+ options?: __HttpHandlerOptions,
587
518
  ): Promise<DeleteAttachmentCommandOutput>;
588
519
  deleteAttachment(
589
520
  args: DeleteAttachmentCommandInput,
590
- cb: (err: any, data?: DeleteAttachmentCommandOutput) => void
521
+ cb: (err: any, data?: DeleteAttachmentCommandOutput) => void,
591
522
  ): void;
592
523
  deleteAttachment(
593
524
  args: DeleteAttachmentCommandInput,
594
525
  options: __HttpHandlerOptions,
595
- cb: (err: any, data?: DeleteAttachmentCommandOutput) => void
526
+ cb: (err: any, data?: DeleteAttachmentCommandOutput) => void,
596
527
  ): void;
597
528
  deleteChatControlsConfiguration(
598
529
  args: DeleteChatControlsConfigurationCommandInput,
599
- options?: __HttpHandlerOptions
530
+ options?: __HttpHandlerOptions,
600
531
  ): Promise<DeleteChatControlsConfigurationCommandOutput>;
601
532
  deleteChatControlsConfiguration(
602
533
  args: DeleteChatControlsConfigurationCommandInput,
603
- cb: (err: any, data?: DeleteChatControlsConfigurationCommandOutput) => void
534
+ cb: (err: any, data?: DeleteChatControlsConfigurationCommandOutput) => void,
604
535
  ): void;
605
536
  deleteChatControlsConfiguration(
606
537
  args: DeleteChatControlsConfigurationCommandInput,
607
538
  options: __HttpHandlerOptions,
608
- cb: (err: any, data?: DeleteChatControlsConfigurationCommandOutput) => void
539
+ cb: (err: any, data?: DeleteChatControlsConfigurationCommandOutput) => void,
609
540
  ): void;
610
541
  deleteChatResponseConfiguration(
611
542
  args: DeleteChatResponseConfigurationCommandInput,
612
- options?: __HttpHandlerOptions
543
+ options?: __HttpHandlerOptions,
613
544
  ): Promise<DeleteChatResponseConfigurationCommandOutput>;
614
545
  deleteChatResponseConfiguration(
615
546
  args: DeleteChatResponseConfigurationCommandInput,
616
- cb: (err: any, data?: DeleteChatResponseConfigurationCommandOutput) => void
547
+ cb: (err: any, data?: DeleteChatResponseConfigurationCommandOutput) => void,
617
548
  ): void;
618
549
  deleteChatResponseConfiguration(
619
550
  args: DeleteChatResponseConfigurationCommandInput,
620
551
  options: __HttpHandlerOptions,
621
- cb: (err: any, data?: DeleteChatResponseConfigurationCommandOutput) => void
552
+ cb: (err: any, data?: DeleteChatResponseConfigurationCommandOutput) => void,
622
553
  ): void;
623
554
  deleteConversation(
624
555
  args: DeleteConversationCommandInput,
625
- options?: __HttpHandlerOptions
556
+ options?: __HttpHandlerOptions,
626
557
  ): Promise<DeleteConversationCommandOutput>;
627
558
  deleteConversation(
628
559
  args: DeleteConversationCommandInput,
629
- cb: (err: any, data?: DeleteConversationCommandOutput) => void
560
+ cb: (err: any, data?: DeleteConversationCommandOutput) => void,
630
561
  ): void;
631
562
  deleteConversation(
632
563
  args: DeleteConversationCommandInput,
633
564
  options: __HttpHandlerOptions,
634
- cb: (err: any, data?: DeleteConversationCommandOutput) => void
565
+ cb: (err: any, data?: DeleteConversationCommandOutput) => void,
635
566
  ): void;
636
567
  deleteDataAccessor(
637
568
  args: DeleteDataAccessorCommandInput,
638
- options?: __HttpHandlerOptions
569
+ options?: __HttpHandlerOptions,
639
570
  ): Promise<DeleteDataAccessorCommandOutput>;
640
571
  deleteDataAccessor(
641
572
  args: DeleteDataAccessorCommandInput,
642
- cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void
573
+ cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void,
643
574
  ): void;
644
575
  deleteDataAccessor(
645
576
  args: DeleteDataAccessorCommandInput,
646
577
  options: __HttpHandlerOptions,
647
- cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void
578
+ cb: (err: any, data?: DeleteDataAccessorCommandOutput) => void,
648
579
  ): void;
649
580
  deleteDataSource(
650
581
  args: DeleteDataSourceCommandInput,
651
- options?: __HttpHandlerOptions
582
+ options?: __HttpHandlerOptions,
652
583
  ): Promise<DeleteDataSourceCommandOutput>;
653
584
  deleteDataSource(
654
585
  args: DeleteDataSourceCommandInput,
655
- cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
586
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void,
656
587
  ): void;
657
588
  deleteDataSource(
658
589
  args: DeleteDataSourceCommandInput,
659
590
  options: __HttpHandlerOptions,
660
- cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
591
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void,
661
592
  ): void;
662
593
  deleteGroup(
663
594
  args: DeleteGroupCommandInput,
664
- options?: __HttpHandlerOptions
595
+ options?: __HttpHandlerOptions,
665
596
  ): Promise<DeleteGroupCommandOutput>;
666
597
  deleteGroup(
667
598
  args: DeleteGroupCommandInput,
668
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
599
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
669
600
  ): void;
670
601
  deleteGroup(
671
602
  args: DeleteGroupCommandInput,
672
603
  options: __HttpHandlerOptions,
673
- cb: (err: any, data?: DeleteGroupCommandOutput) => void
604
+ cb: (err: any, data?: DeleteGroupCommandOutput) => void,
674
605
  ): void;
675
606
  deleteIndex(
676
607
  args: DeleteIndexCommandInput,
677
- options?: __HttpHandlerOptions
608
+ options?: __HttpHandlerOptions,
678
609
  ): Promise<DeleteIndexCommandOutput>;
679
610
  deleteIndex(
680
611
  args: DeleteIndexCommandInput,
681
- cb: (err: any, data?: DeleteIndexCommandOutput) => void
612
+ cb: (err: any, data?: DeleteIndexCommandOutput) => void,
682
613
  ): void;
683
614
  deleteIndex(
684
615
  args: DeleteIndexCommandInput,
685
616
  options: __HttpHandlerOptions,
686
- cb: (err: any, data?: DeleteIndexCommandOutput) => void
617
+ cb: (err: any, data?: DeleteIndexCommandOutput) => void,
687
618
  ): void;
688
619
  deletePlugin(
689
620
  args: DeletePluginCommandInput,
690
- options?: __HttpHandlerOptions
621
+ options?: __HttpHandlerOptions,
691
622
  ): Promise<DeletePluginCommandOutput>;
692
623
  deletePlugin(
693
624
  args: DeletePluginCommandInput,
694
- cb: (err: any, data?: DeletePluginCommandOutput) => void
625
+ cb: (err: any, data?: DeletePluginCommandOutput) => void,
695
626
  ): void;
696
627
  deletePlugin(
697
628
  args: DeletePluginCommandInput,
698
629
  options: __HttpHandlerOptions,
699
- cb: (err: any, data?: DeletePluginCommandOutput) => void
630
+ cb: (err: any, data?: DeletePluginCommandOutput) => void,
700
631
  ): void;
701
632
  deleteRetriever(
702
633
  args: DeleteRetrieverCommandInput,
703
- options?: __HttpHandlerOptions
634
+ options?: __HttpHandlerOptions,
704
635
  ): Promise<DeleteRetrieverCommandOutput>;
705
636
  deleteRetriever(
706
637
  args: DeleteRetrieverCommandInput,
707
- cb: (err: any, data?: DeleteRetrieverCommandOutput) => void
638
+ cb: (err: any, data?: DeleteRetrieverCommandOutput) => void,
708
639
  ): void;
709
640
  deleteRetriever(
710
641
  args: DeleteRetrieverCommandInput,
711
642
  options: __HttpHandlerOptions,
712
- cb: (err: any, data?: DeleteRetrieverCommandOutput) => void
643
+ cb: (err: any, data?: DeleteRetrieverCommandOutput) => void,
713
644
  ): void;
714
645
  deleteUser(
715
646
  args: DeleteUserCommandInput,
716
- options?: __HttpHandlerOptions
647
+ options?: __HttpHandlerOptions,
717
648
  ): Promise<DeleteUserCommandOutput>;
718
649
  deleteUser(
719
650
  args: DeleteUserCommandInput,
720
- cb: (err: any, data?: DeleteUserCommandOutput) => void
651
+ cb: (err: any, data?: DeleteUserCommandOutput) => void,
721
652
  ): void;
722
653
  deleteUser(
723
654
  args: DeleteUserCommandInput,
724
655
  options: __HttpHandlerOptions,
725
- cb: (err: any, data?: DeleteUserCommandOutput) => void
656
+ cb: (err: any, data?: DeleteUserCommandOutput) => void,
726
657
  ): void;
727
658
  deleteWebExperience(
728
659
  args: DeleteWebExperienceCommandInput,
729
- options?: __HttpHandlerOptions
660
+ options?: __HttpHandlerOptions,
730
661
  ): Promise<DeleteWebExperienceCommandOutput>;
731
662
  deleteWebExperience(
732
663
  args: DeleteWebExperienceCommandInput,
733
- cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void
664
+ cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void,
734
665
  ): void;
735
666
  deleteWebExperience(
736
667
  args: DeleteWebExperienceCommandInput,
737
668
  options: __HttpHandlerOptions,
738
- cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void
669
+ cb: (err: any, data?: DeleteWebExperienceCommandOutput) => void,
739
670
  ): void;
740
671
  disassociatePermission(
741
672
  args: DisassociatePermissionCommandInput,
742
- options?: __HttpHandlerOptions
673
+ options?: __HttpHandlerOptions,
743
674
  ): Promise<DisassociatePermissionCommandOutput>;
744
675
  disassociatePermission(
745
676
  args: DisassociatePermissionCommandInput,
746
- cb: (err: any, data?: DisassociatePermissionCommandOutput) => void
677
+ cb: (err: any, data?: DisassociatePermissionCommandOutput) => void,
747
678
  ): void;
748
679
  disassociatePermission(
749
680
  args: DisassociatePermissionCommandInput,
750
681
  options: __HttpHandlerOptions,
751
- cb: (err: any, data?: DisassociatePermissionCommandOutput) => void
682
+ cb: (err: any, data?: DisassociatePermissionCommandOutput) => void,
752
683
  ): void;
753
684
  getApplication(
754
685
  args: GetApplicationCommandInput,
755
- options?: __HttpHandlerOptions
686
+ options?: __HttpHandlerOptions,
756
687
  ): Promise<GetApplicationCommandOutput>;
757
688
  getApplication(
758
689
  args: GetApplicationCommandInput,
759
- cb: (err: any, data?: GetApplicationCommandOutput) => void
690
+ cb: (err: any, data?: GetApplicationCommandOutput) => void,
760
691
  ): void;
761
692
  getApplication(
762
693
  args: GetApplicationCommandInput,
763
694
  options: __HttpHandlerOptions,
764
- cb: (err: any, data?: GetApplicationCommandOutput) => void
695
+ cb: (err: any, data?: GetApplicationCommandOutput) => void,
765
696
  ): void;
766
697
  getChatControlsConfiguration(
767
698
  args: GetChatControlsConfigurationCommandInput,
768
- options?: __HttpHandlerOptions
699
+ options?: __HttpHandlerOptions,
769
700
  ): Promise<GetChatControlsConfigurationCommandOutput>;
770
701
  getChatControlsConfiguration(
771
702
  args: GetChatControlsConfigurationCommandInput,
772
- cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void
703
+ cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void,
773
704
  ): void;
774
705
  getChatControlsConfiguration(
775
706
  args: GetChatControlsConfigurationCommandInput,
776
707
  options: __HttpHandlerOptions,
777
- cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void
708
+ cb: (err: any, data?: GetChatControlsConfigurationCommandOutput) => void,
778
709
  ): void;
779
710
  getChatResponseConfiguration(
780
711
  args: GetChatResponseConfigurationCommandInput,
781
- options?: __HttpHandlerOptions
712
+ options?: __HttpHandlerOptions,
782
713
  ): Promise<GetChatResponseConfigurationCommandOutput>;
783
714
  getChatResponseConfiguration(
784
715
  args: GetChatResponseConfigurationCommandInput,
785
- cb: (err: any, data?: GetChatResponseConfigurationCommandOutput) => void
716
+ cb: (err: any, data?: GetChatResponseConfigurationCommandOutput) => void,
786
717
  ): void;
787
718
  getChatResponseConfiguration(
788
719
  args: GetChatResponseConfigurationCommandInput,
789
720
  options: __HttpHandlerOptions,
790
- cb: (err: any, data?: GetChatResponseConfigurationCommandOutput) => void
721
+ cb: (err: any, data?: GetChatResponseConfigurationCommandOutput) => void,
791
722
  ): void;
792
723
  getDataAccessor(
793
724
  args: GetDataAccessorCommandInput,
794
- options?: __HttpHandlerOptions
725
+ options?: __HttpHandlerOptions,
795
726
  ): Promise<GetDataAccessorCommandOutput>;
796
727
  getDataAccessor(
797
728
  args: GetDataAccessorCommandInput,
798
- cb: (err: any, data?: GetDataAccessorCommandOutput) => void
729
+ cb: (err: any, data?: GetDataAccessorCommandOutput) => void,
799
730
  ): void;
800
731
  getDataAccessor(
801
732
  args: GetDataAccessorCommandInput,
802
733
  options: __HttpHandlerOptions,
803
- cb: (err: any, data?: GetDataAccessorCommandOutput) => void
734
+ cb: (err: any, data?: GetDataAccessorCommandOutput) => void,
804
735
  ): void;
805
736
  getDataSource(
806
737
  args: GetDataSourceCommandInput,
807
- options?: __HttpHandlerOptions
738
+ options?: __HttpHandlerOptions,
808
739
  ): Promise<GetDataSourceCommandOutput>;
809
740
  getDataSource(
810
741
  args: GetDataSourceCommandInput,
811
- cb: (err: any, data?: GetDataSourceCommandOutput) => void
742
+ cb: (err: any, data?: GetDataSourceCommandOutput) => void,
812
743
  ): void;
813
744
  getDataSource(
814
745
  args: GetDataSourceCommandInput,
815
746
  options: __HttpHandlerOptions,
816
- cb: (err: any, data?: GetDataSourceCommandOutput) => void
747
+ cb: (err: any, data?: GetDataSourceCommandOutput) => void,
817
748
  ): void;
818
749
  getDocumentContent(
819
750
  args: GetDocumentContentCommandInput,
820
- options?: __HttpHandlerOptions
751
+ options?: __HttpHandlerOptions,
821
752
  ): Promise<GetDocumentContentCommandOutput>;
822
753
  getDocumentContent(
823
754
  args: GetDocumentContentCommandInput,
824
- cb: (err: any, data?: GetDocumentContentCommandOutput) => void
755
+ cb: (err: any, data?: GetDocumentContentCommandOutput) => void,
825
756
  ): void;
826
757
  getDocumentContent(
827
758
  args: GetDocumentContentCommandInput,
828
759
  options: __HttpHandlerOptions,
829
- cb: (err: any, data?: GetDocumentContentCommandOutput) => void
760
+ cb: (err: any, data?: GetDocumentContentCommandOutput) => void,
830
761
  ): void;
831
762
  getGroup(
832
763
  args: GetGroupCommandInput,
833
- options?: __HttpHandlerOptions
764
+ options?: __HttpHandlerOptions,
834
765
  ): Promise<GetGroupCommandOutput>;
835
- getGroup(
836
- args: GetGroupCommandInput,
837
- cb: (err: any, data?: GetGroupCommandOutput) => void
838
- ): void;
766
+ getGroup(args: GetGroupCommandInput, cb: (err: any, data?: GetGroupCommandOutput) => void): void;
839
767
  getGroup(
840
768
  args: GetGroupCommandInput,
841
769
  options: __HttpHandlerOptions,
842
- cb: (err: any, data?: GetGroupCommandOutput) => void
770
+ cb: (err: any, data?: GetGroupCommandOutput) => void,
843
771
  ): void;
844
772
  getIndex(
845
773
  args: GetIndexCommandInput,
846
- options?: __HttpHandlerOptions
774
+ options?: __HttpHandlerOptions,
847
775
  ): Promise<GetIndexCommandOutput>;
848
- getIndex(
849
- args: GetIndexCommandInput,
850
- cb: (err: any, data?: GetIndexCommandOutput) => void
851
- ): void;
776
+ getIndex(args: GetIndexCommandInput, cb: (err: any, data?: GetIndexCommandOutput) => void): void;
852
777
  getIndex(
853
778
  args: GetIndexCommandInput,
854
779
  options: __HttpHandlerOptions,
855
- cb: (err: any, data?: GetIndexCommandOutput) => void
780
+ cb: (err: any, data?: GetIndexCommandOutput) => void,
856
781
  ): void;
857
782
  getMedia(
858
783
  args: GetMediaCommandInput,
859
- options?: __HttpHandlerOptions
784
+ options?: __HttpHandlerOptions,
860
785
  ): Promise<GetMediaCommandOutput>;
861
- getMedia(
862
- args: GetMediaCommandInput,
863
- cb: (err: any, data?: GetMediaCommandOutput) => void
864
- ): void;
786
+ getMedia(args: GetMediaCommandInput, cb: (err: any, data?: GetMediaCommandOutput) => void): void;
865
787
  getMedia(
866
788
  args: GetMediaCommandInput,
867
789
  options: __HttpHandlerOptions,
868
- cb: (err: any, data?: GetMediaCommandOutput) => void
790
+ cb: (err: any, data?: GetMediaCommandOutput) => void,
869
791
  ): void;
870
792
  getPlugin(
871
793
  args: GetPluginCommandInput,
872
- options?: __HttpHandlerOptions
794
+ options?: __HttpHandlerOptions,
873
795
  ): Promise<GetPluginCommandOutput>;
874
796
  getPlugin(
875
797
  args: GetPluginCommandInput,
876
- cb: (err: any, data?: GetPluginCommandOutput) => void
798
+ cb: (err: any, data?: GetPluginCommandOutput) => void,
877
799
  ): void;
878
800
  getPlugin(
879
801
  args: GetPluginCommandInput,
880
802
  options: __HttpHandlerOptions,
881
- cb: (err: any, data?: GetPluginCommandOutput) => void
803
+ cb: (err: any, data?: GetPluginCommandOutput) => void,
882
804
  ): void;
883
805
  getPolicy(
884
806
  args: GetPolicyCommandInput,
885
- options?: __HttpHandlerOptions
807
+ options?: __HttpHandlerOptions,
886
808
  ): Promise<GetPolicyCommandOutput>;
887
809
  getPolicy(
888
810
  args: GetPolicyCommandInput,
889
- cb: (err: any, data?: GetPolicyCommandOutput) => void
811
+ cb: (err: any, data?: GetPolicyCommandOutput) => void,
890
812
  ): void;
891
813
  getPolicy(
892
814
  args: GetPolicyCommandInput,
893
815
  options: __HttpHandlerOptions,
894
- cb: (err: any, data?: GetPolicyCommandOutput) => void
816
+ cb: (err: any, data?: GetPolicyCommandOutput) => void,
895
817
  ): void;
896
818
  getRetriever(
897
819
  args: GetRetrieverCommandInput,
898
- options?: __HttpHandlerOptions
820
+ options?: __HttpHandlerOptions,
899
821
  ): Promise<GetRetrieverCommandOutput>;
900
822
  getRetriever(
901
823
  args: GetRetrieverCommandInput,
902
- cb: (err: any, data?: GetRetrieverCommandOutput) => void
824
+ cb: (err: any, data?: GetRetrieverCommandOutput) => void,
903
825
  ): void;
904
826
  getRetriever(
905
827
  args: GetRetrieverCommandInput,
906
828
  options: __HttpHandlerOptions,
907
- cb: (err: any, data?: GetRetrieverCommandOutput) => void
908
- ): void;
909
- getUser(
910
- args: GetUserCommandInput,
911
- options?: __HttpHandlerOptions
912
- ): Promise<GetUserCommandOutput>;
913
- getUser(
914
- args: GetUserCommandInput,
915
- cb: (err: any, data?: GetUserCommandOutput) => void
829
+ cb: (err: any, data?: GetRetrieverCommandOutput) => void,
916
830
  ): void;
831
+ getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
832
+ getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
917
833
  getUser(
918
834
  args: GetUserCommandInput,
919
835
  options: __HttpHandlerOptions,
920
- cb: (err: any, data?: GetUserCommandOutput) => void
836
+ cb: (err: any, data?: GetUserCommandOutput) => void,
921
837
  ): void;
922
838
  getWebExperience(
923
839
  args: GetWebExperienceCommandInput,
924
- options?: __HttpHandlerOptions
840
+ options?: __HttpHandlerOptions,
925
841
  ): Promise<GetWebExperienceCommandOutput>;
926
842
  getWebExperience(
927
843
  args: GetWebExperienceCommandInput,
928
- cb: (err: any, data?: GetWebExperienceCommandOutput) => void
844
+ cb: (err: any, data?: GetWebExperienceCommandOutput) => void,
929
845
  ): void;
930
846
  getWebExperience(
931
847
  args: GetWebExperienceCommandInput,
932
848
  options: __HttpHandlerOptions,
933
- cb: (err: any, data?: GetWebExperienceCommandOutput) => void
849
+ cb: (err: any, data?: GetWebExperienceCommandOutput) => void,
934
850
  ): void;
935
851
  listApplications(): Promise<ListApplicationsCommandOutput>;
936
852
  listApplications(
937
853
  args: ListApplicationsCommandInput,
938
- options?: __HttpHandlerOptions
854
+ options?: __HttpHandlerOptions,
939
855
  ): Promise<ListApplicationsCommandOutput>;
940
856
  listApplications(
941
857
  args: ListApplicationsCommandInput,
942
- cb: (err: any, data?: ListApplicationsCommandOutput) => void
858
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void,
943
859
  ): void;
944
860
  listApplications(
945
861
  args: ListApplicationsCommandInput,
946
862
  options: __HttpHandlerOptions,
947
- cb: (err: any, data?: ListApplicationsCommandOutput) => void
863
+ cb: (err: any, data?: ListApplicationsCommandOutput) => void,
948
864
  ): void;
949
865
  listAttachments(
950
866
  args: ListAttachmentsCommandInput,
951
- options?: __HttpHandlerOptions
867
+ options?: __HttpHandlerOptions,
952
868
  ): Promise<ListAttachmentsCommandOutput>;
953
869
  listAttachments(
954
870
  args: ListAttachmentsCommandInput,
955
- cb: (err: any, data?: ListAttachmentsCommandOutput) => void
871
+ cb: (err: any, data?: ListAttachmentsCommandOutput) => void,
956
872
  ): void;
957
873
  listAttachments(
958
874
  args: ListAttachmentsCommandInput,
959
875
  options: __HttpHandlerOptions,
960
- cb: (err: any, data?: ListAttachmentsCommandOutput) => void
876
+ cb: (err: any, data?: ListAttachmentsCommandOutput) => void,
961
877
  ): void;
962
878
  listChatResponseConfigurations(
963
879
  args: ListChatResponseConfigurationsCommandInput,
964
- options?: __HttpHandlerOptions
880
+ options?: __HttpHandlerOptions,
965
881
  ): Promise<ListChatResponseConfigurationsCommandOutput>;
966
882
  listChatResponseConfigurations(
967
883
  args: ListChatResponseConfigurationsCommandInput,
968
- cb: (err: any, data?: ListChatResponseConfigurationsCommandOutput) => void
884
+ cb: (err: any, data?: ListChatResponseConfigurationsCommandOutput) => void,
969
885
  ): void;
970
886
  listChatResponseConfigurations(
971
887
  args: ListChatResponseConfigurationsCommandInput,
972
888
  options: __HttpHandlerOptions,
973
- cb: (err: any, data?: ListChatResponseConfigurationsCommandOutput) => void
889
+ cb: (err: any, data?: ListChatResponseConfigurationsCommandOutput) => void,
974
890
  ): void;
975
891
  listConversations(
976
892
  args: ListConversationsCommandInput,
977
- options?: __HttpHandlerOptions
893
+ options?: __HttpHandlerOptions,
978
894
  ): Promise<ListConversationsCommandOutput>;
979
895
  listConversations(
980
896
  args: ListConversationsCommandInput,
981
- cb: (err: any, data?: ListConversationsCommandOutput) => void
897
+ cb: (err: any, data?: ListConversationsCommandOutput) => void,
982
898
  ): void;
983
899
  listConversations(
984
900
  args: ListConversationsCommandInput,
985
901
  options: __HttpHandlerOptions,
986
- cb: (err: any, data?: ListConversationsCommandOutput) => void
902
+ cb: (err: any, data?: ListConversationsCommandOutput) => void,
987
903
  ): void;
988
904
  listDataAccessors(
989
905
  args: ListDataAccessorsCommandInput,
990
- options?: __HttpHandlerOptions
906
+ options?: __HttpHandlerOptions,
991
907
  ): Promise<ListDataAccessorsCommandOutput>;
992
908
  listDataAccessors(
993
909
  args: ListDataAccessorsCommandInput,
994
- cb: (err: any, data?: ListDataAccessorsCommandOutput) => void
910
+ cb: (err: any, data?: ListDataAccessorsCommandOutput) => void,
995
911
  ): void;
996
912
  listDataAccessors(
997
913
  args: ListDataAccessorsCommandInput,
998
914
  options: __HttpHandlerOptions,
999
- cb: (err: any, data?: ListDataAccessorsCommandOutput) => void
915
+ cb: (err: any, data?: ListDataAccessorsCommandOutput) => void,
1000
916
  ): void;
1001
917
  listDataSources(
1002
918
  args: ListDataSourcesCommandInput,
1003
- options?: __HttpHandlerOptions
919
+ options?: __HttpHandlerOptions,
1004
920
  ): Promise<ListDataSourcesCommandOutput>;
1005
921
  listDataSources(
1006
922
  args: ListDataSourcesCommandInput,
1007
- cb: (err: any, data?: ListDataSourcesCommandOutput) => void
923
+ cb: (err: any, data?: ListDataSourcesCommandOutput) => void,
1008
924
  ): void;
1009
925
  listDataSources(
1010
926
  args: ListDataSourcesCommandInput,
1011
927
  options: __HttpHandlerOptions,
1012
- cb: (err: any, data?: ListDataSourcesCommandOutput) => void
928
+ cb: (err: any, data?: ListDataSourcesCommandOutput) => void,
1013
929
  ): void;
1014
930
  listDataSourceSyncJobs(
1015
931
  args: ListDataSourceSyncJobsCommandInput,
1016
- options?: __HttpHandlerOptions
932
+ options?: __HttpHandlerOptions,
1017
933
  ): Promise<ListDataSourceSyncJobsCommandOutput>;
1018
934
  listDataSourceSyncJobs(
1019
935
  args: ListDataSourceSyncJobsCommandInput,
1020
- cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void
936
+ cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void,
1021
937
  ): void;
1022
938
  listDataSourceSyncJobs(
1023
939
  args: ListDataSourceSyncJobsCommandInput,
1024
940
  options: __HttpHandlerOptions,
1025
- cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void
941
+ cb: (err: any, data?: ListDataSourceSyncJobsCommandOutput) => void,
1026
942
  ): void;
1027
943
  listDocuments(
1028
944
  args: ListDocumentsCommandInput,
1029
- options?: __HttpHandlerOptions
945
+ options?: __HttpHandlerOptions,
1030
946
  ): Promise<ListDocumentsCommandOutput>;
1031
947
  listDocuments(
1032
948
  args: ListDocumentsCommandInput,
1033
- cb: (err: any, data?: ListDocumentsCommandOutput) => void
949
+ cb: (err: any, data?: ListDocumentsCommandOutput) => void,
1034
950
  ): void;
1035
951
  listDocuments(
1036
952
  args: ListDocumentsCommandInput,
1037
953
  options: __HttpHandlerOptions,
1038
- cb: (err: any, data?: ListDocumentsCommandOutput) => void
954
+ cb: (err: any, data?: ListDocumentsCommandOutput) => void,
1039
955
  ): void;
1040
956
  listGroups(
1041
957
  args: ListGroupsCommandInput,
1042
- options?: __HttpHandlerOptions
958
+ options?: __HttpHandlerOptions,
1043
959
  ): Promise<ListGroupsCommandOutput>;
1044
960
  listGroups(
1045
961
  args: ListGroupsCommandInput,
1046
- cb: (err: any, data?: ListGroupsCommandOutput) => void
962
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
1047
963
  ): void;
1048
964
  listGroups(
1049
965
  args: ListGroupsCommandInput,
1050
966
  options: __HttpHandlerOptions,
1051
- cb: (err: any, data?: ListGroupsCommandOutput) => void
967
+ cb: (err: any, data?: ListGroupsCommandOutput) => void,
1052
968
  ): void;
1053
969
  listIndices(
1054
970
  args: ListIndicesCommandInput,
1055
- options?: __HttpHandlerOptions
971
+ options?: __HttpHandlerOptions,
1056
972
  ): Promise<ListIndicesCommandOutput>;
1057
973
  listIndices(
1058
974
  args: ListIndicesCommandInput,
1059
- cb: (err: any, data?: ListIndicesCommandOutput) => void
975
+ cb: (err: any, data?: ListIndicesCommandOutput) => void,
1060
976
  ): void;
1061
977
  listIndices(
1062
978
  args: ListIndicesCommandInput,
1063
979
  options: __HttpHandlerOptions,
1064
- cb: (err: any, data?: ListIndicesCommandOutput) => void
980
+ cb: (err: any, data?: ListIndicesCommandOutput) => void,
1065
981
  ): void;
1066
982
  listMessages(
1067
983
  args: ListMessagesCommandInput,
1068
- options?: __HttpHandlerOptions
984
+ options?: __HttpHandlerOptions,
1069
985
  ): Promise<ListMessagesCommandOutput>;
1070
986
  listMessages(
1071
987
  args: ListMessagesCommandInput,
1072
- cb: (err: any, data?: ListMessagesCommandOutput) => void
988
+ cb: (err: any, data?: ListMessagesCommandOutput) => void,
1073
989
  ): void;
1074
990
  listMessages(
1075
991
  args: ListMessagesCommandInput,
1076
992
  options: __HttpHandlerOptions,
1077
- cb: (err: any, data?: ListMessagesCommandOutput) => void
993
+ cb: (err: any, data?: ListMessagesCommandOutput) => void,
1078
994
  ): void;
1079
995
  listPluginActions(
1080
996
  args: ListPluginActionsCommandInput,
1081
- options?: __HttpHandlerOptions
997
+ options?: __HttpHandlerOptions,
1082
998
  ): Promise<ListPluginActionsCommandOutput>;
1083
999
  listPluginActions(
1084
1000
  args: ListPluginActionsCommandInput,
1085
- cb: (err: any, data?: ListPluginActionsCommandOutput) => void
1001
+ cb: (err: any, data?: ListPluginActionsCommandOutput) => void,
1086
1002
  ): void;
1087
1003
  listPluginActions(
1088
1004
  args: ListPluginActionsCommandInput,
1089
1005
  options: __HttpHandlerOptions,
1090
- cb: (err: any, data?: ListPluginActionsCommandOutput) => void
1006
+ cb: (err: any, data?: ListPluginActionsCommandOutput) => void,
1091
1007
  ): void;
1092
1008
  listPlugins(
1093
1009
  args: ListPluginsCommandInput,
1094
- options?: __HttpHandlerOptions
1010
+ options?: __HttpHandlerOptions,
1095
1011
  ): Promise<ListPluginsCommandOutput>;
1096
1012
  listPlugins(
1097
1013
  args: ListPluginsCommandInput,
1098
- cb: (err: any, data?: ListPluginsCommandOutput) => void
1014
+ cb: (err: any, data?: ListPluginsCommandOutput) => void,
1099
1015
  ): void;
1100
1016
  listPlugins(
1101
1017
  args: ListPluginsCommandInput,
1102
1018
  options: __HttpHandlerOptions,
1103
- cb: (err: any, data?: ListPluginsCommandOutput) => void
1019
+ cb: (err: any, data?: ListPluginsCommandOutput) => void,
1104
1020
  ): void;
1105
1021
  listPluginTypeActions(
1106
1022
  args: ListPluginTypeActionsCommandInput,
1107
- options?: __HttpHandlerOptions
1023
+ options?: __HttpHandlerOptions,
1108
1024
  ): Promise<ListPluginTypeActionsCommandOutput>;
1109
1025
  listPluginTypeActions(
1110
1026
  args: ListPluginTypeActionsCommandInput,
1111
- cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void
1027
+ cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void,
1112
1028
  ): void;
1113
1029
  listPluginTypeActions(
1114
1030
  args: ListPluginTypeActionsCommandInput,
1115
1031
  options: __HttpHandlerOptions,
1116
- cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void
1032
+ cb: (err: any, data?: ListPluginTypeActionsCommandOutput) => void,
1117
1033
  ): void;
1118
1034
  listPluginTypeMetadata(): Promise<ListPluginTypeMetadataCommandOutput>;
1119
1035
  listPluginTypeMetadata(
1120
1036
  args: ListPluginTypeMetadataCommandInput,
1121
- options?: __HttpHandlerOptions
1037
+ options?: __HttpHandlerOptions,
1122
1038
  ): Promise<ListPluginTypeMetadataCommandOutput>;
1123
1039
  listPluginTypeMetadata(
1124
1040
  args: ListPluginTypeMetadataCommandInput,
1125
- cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void
1041
+ cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void,
1126
1042
  ): void;
1127
1043
  listPluginTypeMetadata(
1128
1044
  args: ListPluginTypeMetadataCommandInput,
1129
1045
  options: __HttpHandlerOptions,
1130
- cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void
1046
+ cb: (err: any, data?: ListPluginTypeMetadataCommandOutput) => void,
1131
1047
  ): void;
1132
1048
  listRetrievers(
1133
1049
  args: ListRetrieversCommandInput,
1134
- options?: __HttpHandlerOptions
1050
+ options?: __HttpHandlerOptions,
1135
1051
  ): Promise<ListRetrieversCommandOutput>;
1136
1052
  listRetrievers(
1137
1053
  args: ListRetrieversCommandInput,
1138
- cb: (err: any, data?: ListRetrieversCommandOutput) => void
1054
+ cb: (err: any, data?: ListRetrieversCommandOutput) => void,
1139
1055
  ): void;
1140
1056
  listRetrievers(
1141
1057
  args: ListRetrieversCommandInput,
1142
1058
  options: __HttpHandlerOptions,
1143
- cb: (err: any, data?: ListRetrieversCommandOutput) => void
1059
+ cb: (err: any, data?: ListRetrieversCommandOutput) => void,
1144
1060
  ): void;
1145
1061
  listSubscriptions(
1146
1062
  args: ListSubscriptionsCommandInput,
1147
- options?: __HttpHandlerOptions
1063
+ options?: __HttpHandlerOptions,
1148
1064
  ): Promise<ListSubscriptionsCommandOutput>;
1149
1065
  listSubscriptions(
1150
1066
  args: ListSubscriptionsCommandInput,
1151
- cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
1067
+ cb: (err: any, data?: ListSubscriptionsCommandOutput) => void,
1152
1068
  ): void;
1153
1069
  listSubscriptions(
1154
1070
  args: ListSubscriptionsCommandInput,
1155
1071
  options: __HttpHandlerOptions,
1156
- cb: (err: any, data?: ListSubscriptionsCommandOutput) => void
1072
+ cb: (err: any, data?: ListSubscriptionsCommandOutput) => void,
1157
1073
  ): void;
1158
1074
  listTagsForResource(
1159
1075
  args: ListTagsForResourceCommandInput,
1160
- options?: __HttpHandlerOptions
1076
+ options?: __HttpHandlerOptions,
1161
1077
  ): Promise<ListTagsForResourceCommandOutput>;
1162
1078
  listTagsForResource(
1163
1079
  args: ListTagsForResourceCommandInput,
1164
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1080
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1165
1081
  ): void;
1166
1082
  listTagsForResource(
1167
1083
  args: ListTagsForResourceCommandInput,
1168
1084
  options: __HttpHandlerOptions,
1169
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1085
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
1170
1086
  ): void;
1171
1087
  listWebExperiences(
1172
1088
  args: ListWebExperiencesCommandInput,
1173
- options?: __HttpHandlerOptions
1089
+ options?: __HttpHandlerOptions,
1174
1090
  ): Promise<ListWebExperiencesCommandOutput>;
1175
1091
  listWebExperiences(
1176
1092
  args: ListWebExperiencesCommandInput,
1177
- cb: (err: any, data?: ListWebExperiencesCommandOutput) => void
1093
+ cb: (err: any, data?: ListWebExperiencesCommandOutput) => void,
1178
1094
  ): void;
1179
1095
  listWebExperiences(
1180
1096
  args: ListWebExperiencesCommandInput,
1181
1097
  options: __HttpHandlerOptions,
1182
- cb: (err: any, data?: ListWebExperiencesCommandOutput) => void
1098
+ cb: (err: any, data?: ListWebExperiencesCommandOutput) => void,
1183
1099
  ): void;
1184
1100
  putFeedback(
1185
1101
  args: PutFeedbackCommandInput,
1186
- options?: __HttpHandlerOptions
1102
+ options?: __HttpHandlerOptions,
1187
1103
  ): Promise<PutFeedbackCommandOutput>;
1188
1104
  putFeedback(
1189
1105
  args: PutFeedbackCommandInput,
1190
- cb: (err: any, data?: PutFeedbackCommandOutput) => void
1106
+ cb: (err: any, data?: PutFeedbackCommandOutput) => void,
1191
1107
  ): void;
1192
1108
  putFeedback(
1193
1109
  args: PutFeedbackCommandInput,
1194
1110
  options: __HttpHandlerOptions,
1195
- cb: (err: any, data?: PutFeedbackCommandOutput) => void
1111
+ cb: (err: any, data?: PutFeedbackCommandOutput) => void,
1196
1112
  ): void;
1197
1113
  putGroup(
1198
1114
  args: PutGroupCommandInput,
1199
- options?: __HttpHandlerOptions
1115
+ options?: __HttpHandlerOptions,
1200
1116
  ): Promise<PutGroupCommandOutput>;
1201
- putGroup(
1202
- args: PutGroupCommandInput,
1203
- cb: (err: any, data?: PutGroupCommandOutput) => void
1204
- ): void;
1117
+ putGroup(args: PutGroupCommandInput, cb: (err: any, data?: PutGroupCommandOutput) => void): void;
1205
1118
  putGroup(
1206
1119
  args: PutGroupCommandInput,
1207
1120
  options: __HttpHandlerOptions,
1208
- cb: (err: any, data?: PutGroupCommandOutput) => void
1121
+ cb: (err: any, data?: PutGroupCommandOutput) => void,
1209
1122
  ): void;
1210
1123
  searchRelevantContent(
1211
1124
  args: SearchRelevantContentCommandInput,
1212
- options?: __HttpHandlerOptions
1125
+ options?: __HttpHandlerOptions,
1213
1126
  ): Promise<SearchRelevantContentCommandOutput>;
1214
1127
  searchRelevantContent(
1215
1128
  args: SearchRelevantContentCommandInput,
1216
- cb: (err: any, data?: SearchRelevantContentCommandOutput) => void
1129
+ cb: (err: any, data?: SearchRelevantContentCommandOutput) => void,
1217
1130
  ): void;
1218
1131
  searchRelevantContent(
1219
1132
  args: SearchRelevantContentCommandInput,
1220
1133
  options: __HttpHandlerOptions,
1221
- cb: (err: any, data?: SearchRelevantContentCommandOutput) => void
1134
+ cb: (err: any, data?: SearchRelevantContentCommandOutput) => void,
1222
1135
  ): void;
1223
1136
  startDataSourceSyncJob(
1224
1137
  args: StartDataSourceSyncJobCommandInput,
1225
- options?: __HttpHandlerOptions
1138
+ options?: __HttpHandlerOptions,
1226
1139
  ): Promise<StartDataSourceSyncJobCommandOutput>;
1227
1140
  startDataSourceSyncJob(
1228
1141
  args: StartDataSourceSyncJobCommandInput,
1229
- cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void
1142
+ cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void,
1230
1143
  ): void;
1231
1144
  startDataSourceSyncJob(
1232
1145
  args: StartDataSourceSyncJobCommandInput,
1233
1146
  options: __HttpHandlerOptions,
1234
- cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void
1147
+ cb: (err: any, data?: StartDataSourceSyncJobCommandOutput) => void,
1235
1148
  ): void;
1236
1149
  stopDataSourceSyncJob(
1237
1150
  args: StopDataSourceSyncJobCommandInput,
1238
- options?: __HttpHandlerOptions
1151
+ options?: __HttpHandlerOptions,
1239
1152
  ): Promise<StopDataSourceSyncJobCommandOutput>;
1240
1153
  stopDataSourceSyncJob(
1241
1154
  args: StopDataSourceSyncJobCommandInput,
1242
- cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void
1155
+ cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void,
1243
1156
  ): void;
1244
1157
  stopDataSourceSyncJob(
1245
1158
  args: StopDataSourceSyncJobCommandInput,
1246
1159
  options: __HttpHandlerOptions,
1247
- cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void
1160
+ cb: (err: any, data?: StopDataSourceSyncJobCommandOutput) => void,
1248
1161
  ): void;
1249
1162
  tagResource(
1250
1163
  args: TagResourceCommandInput,
1251
- options?: __HttpHandlerOptions
1164
+ options?: __HttpHandlerOptions,
1252
1165
  ): Promise<TagResourceCommandOutput>;
1253
1166
  tagResource(
1254
1167
  args: TagResourceCommandInput,
1255
- cb: (err: any, data?: TagResourceCommandOutput) => void
1168
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1256
1169
  ): void;
1257
1170
  tagResource(
1258
1171
  args: TagResourceCommandInput,
1259
1172
  options: __HttpHandlerOptions,
1260
- cb: (err: any, data?: TagResourceCommandOutput) => void
1173
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
1261
1174
  ): void;
1262
1175
  untagResource(
1263
1176
  args: UntagResourceCommandInput,
1264
- options?: __HttpHandlerOptions
1177
+ options?: __HttpHandlerOptions,
1265
1178
  ): Promise<UntagResourceCommandOutput>;
1266
1179
  untagResource(
1267
1180
  args: UntagResourceCommandInput,
1268
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1181
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1269
1182
  ): void;
1270
1183
  untagResource(
1271
1184
  args: UntagResourceCommandInput,
1272
1185
  options: __HttpHandlerOptions,
1273
- cb: (err: any, data?: UntagResourceCommandOutput) => void
1186
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
1274
1187
  ): void;
1275
1188
  updateApplication(
1276
1189
  args: UpdateApplicationCommandInput,
1277
- options?: __HttpHandlerOptions
1190
+ options?: __HttpHandlerOptions,
1278
1191
  ): Promise<UpdateApplicationCommandOutput>;
1279
1192
  updateApplication(
1280
1193
  args: UpdateApplicationCommandInput,
1281
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
1194
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
1282
1195
  ): void;
1283
1196
  updateApplication(
1284
1197
  args: UpdateApplicationCommandInput,
1285
1198
  options: __HttpHandlerOptions,
1286
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
1199
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
1287
1200
  ): void;
1288
1201
  updateChatControlsConfiguration(
1289
1202
  args: UpdateChatControlsConfigurationCommandInput,
1290
- options?: __HttpHandlerOptions
1203
+ options?: __HttpHandlerOptions,
1291
1204
  ): Promise<UpdateChatControlsConfigurationCommandOutput>;
1292
1205
  updateChatControlsConfiguration(
1293
1206
  args: UpdateChatControlsConfigurationCommandInput,
1294
- cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void
1207
+ cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void,
1295
1208
  ): void;
1296
1209
  updateChatControlsConfiguration(
1297
1210
  args: UpdateChatControlsConfigurationCommandInput,
1298
1211
  options: __HttpHandlerOptions,
1299
- cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void
1212
+ cb: (err: any, data?: UpdateChatControlsConfigurationCommandOutput) => void,
1300
1213
  ): void;
1301
1214
  updateChatResponseConfiguration(
1302
1215
  args: UpdateChatResponseConfigurationCommandInput,
1303
- options?: __HttpHandlerOptions
1216
+ options?: __HttpHandlerOptions,
1304
1217
  ): Promise<UpdateChatResponseConfigurationCommandOutput>;
1305
1218
  updateChatResponseConfiguration(
1306
1219
  args: UpdateChatResponseConfigurationCommandInput,
1307
- cb: (err: any, data?: UpdateChatResponseConfigurationCommandOutput) => void
1220
+ cb: (err: any, data?: UpdateChatResponseConfigurationCommandOutput) => void,
1308
1221
  ): void;
1309
1222
  updateChatResponseConfiguration(
1310
1223
  args: UpdateChatResponseConfigurationCommandInput,
1311
1224
  options: __HttpHandlerOptions,
1312
- cb: (err: any, data?: UpdateChatResponseConfigurationCommandOutput) => void
1225
+ cb: (err: any, data?: UpdateChatResponseConfigurationCommandOutput) => void,
1313
1226
  ): void;
1314
1227
  updateDataAccessor(
1315
1228
  args: UpdateDataAccessorCommandInput,
1316
- options?: __HttpHandlerOptions
1229
+ options?: __HttpHandlerOptions,
1317
1230
  ): Promise<UpdateDataAccessorCommandOutput>;
1318
1231
  updateDataAccessor(
1319
1232
  args: UpdateDataAccessorCommandInput,
1320
- cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void
1233
+ cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void,
1321
1234
  ): void;
1322
1235
  updateDataAccessor(
1323
1236
  args: UpdateDataAccessorCommandInput,
1324
1237
  options: __HttpHandlerOptions,
1325
- cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void
1238
+ cb: (err: any, data?: UpdateDataAccessorCommandOutput) => void,
1326
1239
  ): void;
1327
1240
  updateDataSource(
1328
1241
  args: UpdateDataSourceCommandInput,
1329
- options?: __HttpHandlerOptions
1242
+ options?: __HttpHandlerOptions,
1330
1243
  ): Promise<UpdateDataSourceCommandOutput>;
1331
1244
  updateDataSource(
1332
1245
  args: UpdateDataSourceCommandInput,
1333
- cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
1246
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void,
1334
1247
  ): void;
1335
1248
  updateDataSource(
1336
1249
  args: UpdateDataSourceCommandInput,
1337
1250
  options: __HttpHandlerOptions,
1338
- cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
1251
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void,
1339
1252
  ): void;
1340
1253
  updateIndex(
1341
1254
  args: UpdateIndexCommandInput,
1342
- options?: __HttpHandlerOptions
1255
+ options?: __HttpHandlerOptions,
1343
1256
  ): Promise<UpdateIndexCommandOutput>;
1344
1257
  updateIndex(
1345
1258
  args: UpdateIndexCommandInput,
1346
- cb: (err: any, data?: UpdateIndexCommandOutput) => void
1259
+ cb: (err: any, data?: UpdateIndexCommandOutput) => void,
1347
1260
  ): void;
1348
1261
  updateIndex(
1349
1262
  args: UpdateIndexCommandInput,
1350
1263
  options: __HttpHandlerOptions,
1351
- cb: (err: any, data?: UpdateIndexCommandOutput) => void
1264
+ cb: (err: any, data?: UpdateIndexCommandOutput) => void,
1352
1265
  ): void;
1353
1266
  updatePlugin(
1354
1267
  args: UpdatePluginCommandInput,
1355
- options?: __HttpHandlerOptions
1268
+ options?: __HttpHandlerOptions,
1356
1269
  ): Promise<UpdatePluginCommandOutput>;
1357
1270
  updatePlugin(
1358
1271
  args: UpdatePluginCommandInput,
1359
- cb: (err: any, data?: UpdatePluginCommandOutput) => void
1272
+ cb: (err: any, data?: UpdatePluginCommandOutput) => void,
1360
1273
  ): void;
1361
1274
  updatePlugin(
1362
1275
  args: UpdatePluginCommandInput,
1363
1276
  options: __HttpHandlerOptions,
1364
- cb: (err: any, data?: UpdatePluginCommandOutput) => void
1277
+ cb: (err: any, data?: UpdatePluginCommandOutput) => void,
1365
1278
  ): void;
1366
1279
  updateRetriever(
1367
1280
  args: UpdateRetrieverCommandInput,
1368
- options?: __HttpHandlerOptions
1281
+ options?: __HttpHandlerOptions,
1369
1282
  ): Promise<UpdateRetrieverCommandOutput>;
1370
1283
  updateRetriever(
1371
1284
  args: UpdateRetrieverCommandInput,
1372
- cb: (err: any, data?: UpdateRetrieverCommandOutput) => void
1285
+ cb: (err: any, data?: UpdateRetrieverCommandOutput) => void,
1373
1286
  ): void;
1374
1287
  updateRetriever(
1375
1288
  args: UpdateRetrieverCommandInput,
1376
1289
  options: __HttpHandlerOptions,
1377
- cb: (err: any, data?: UpdateRetrieverCommandOutput) => void
1290
+ cb: (err: any, data?: UpdateRetrieverCommandOutput) => void,
1378
1291
  ): void;
1379
1292
  updateSubscription(
1380
1293
  args: UpdateSubscriptionCommandInput,
1381
- options?: __HttpHandlerOptions
1294
+ options?: __HttpHandlerOptions,
1382
1295
  ): Promise<UpdateSubscriptionCommandOutput>;
1383
1296
  updateSubscription(
1384
1297
  args: UpdateSubscriptionCommandInput,
1385
- cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
1298
+ cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void,
1386
1299
  ): void;
1387
1300
  updateSubscription(
1388
1301
  args: UpdateSubscriptionCommandInput,
1389
1302
  options: __HttpHandlerOptions,
1390
- cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
1303
+ cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void,
1391
1304
  ): void;
1392
1305
  updateUser(
1393
1306
  args: UpdateUserCommandInput,
1394
- options?: __HttpHandlerOptions
1307
+ options?: __HttpHandlerOptions,
1395
1308
  ): Promise<UpdateUserCommandOutput>;
1396
1309
  updateUser(
1397
1310
  args: UpdateUserCommandInput,
1398
- cb: (err: any, data?: UpdateUserCommandOutput) => void
1311
+ cb: (err: any, data?: UpdateUserCommandOutput) => void,
1399
1312
  ): void;
1400
1313
  updateUser(
1401
1314
  args: UpdateUserCommandInput,
1402
1315
  options: __HttpHandlerOptions,
1403
- cb: (err: any, data?: UpdateUserCommandOutput) => void
1316
+ cb: (err: any, data?: UpdateUserCommandOutput) => void,
1404
1317
  ): void;
1405
1318
  updateWebExperience(
1406
1319
  args: UpdateWebExperienceCommandInput,
1407
- options?: __HttpHandlerOptions
1320
+ options?: __HttpHandlerOptions,
1408
1321
  ): Promise<UpdateWebExperienceCommandOutput>;
1409
1322
  updateWebExperience(
1410
1323
  args: UpdateWebExperienceCommandInput,
1411
- cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void
1324
+ cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void,
1412
1325
  ): void;
1413
1326
  updateWebExperience(
1414
1327
  args: UpdateWebExperienceCommandInput,
1415
1328
  options: __HttpHandlerOptions,
1416
- cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void
1329
+ cb: (err: any, data?: UpdateWebExperienceCommandOutput) => void,
1417
1330
  ): void;
1418
1331
  paginateGetChatControlsConfiguration(
1419
1332
  args: GetChatControlsConfigurationCommandInput,
1420
1333
  paginationConfig?: Pick<
1421
1334
  PaginationConfiguration,
1422
1335
  Exclude<keyof PaginationConfiguration, "client">
1423
- >
1336
+ >,
1424
1337
  ): Paginator<GetChatControlsConfigurationCommandOutput>;
1425
1338
  paginateListApplications(
1426
1339
  args?: ListApplicationsCommandInput,
1427
1340
  paginationConfig?: Pick<
1428
1341
  PaginationConfiguration,
1429
1342
  Exclude<keyof PaginationConfiguration, "client">
1430
- >
1343
+ >,
1431
1344
  ): Paginator<ListApplicationsCommandOutput>;
1432
1345
  paginateListAttachments(
1433
1346
  args: ListAttachmentsCommandInput,
1434
1347
  paginationConfig?: Pick<
1435
1348
  PaginationConfiguration,
1436
1349
  Exclude<keyof PaginationConfiguration, "client">
1437
- >
1350
+ >,
1438
1351
  ): Paginator<ListAttachmentsCommandOutput>;
1439
1352
  paginateListChatResponseConfigurations(
1440
1353
  args: ListChatResponseConfigurationsCommandInput,
1441
1354
  paginationConfig?: Pick<
1442
1355
  PaginationConfiguration,
1443
1356
  Exclude<keyof PaginationConfiguration, "client">
1444
- >
1357
+ >,
1445
1358
  ): Paginator<ListChatResponseConfigurationsCommandOutput>;
1446
1359
  paginateListConversations(
1447
1360
  args: ListConversationsCommandInput,
1448
1361
  paginationConfig?: Pick<
1449
1362
  PaginationConfiguration,
1450
1363
  Exclude<keyof PaginationConfiguration, "client">
1451
- >
1364
+ >,
1452
1365
  ): Paginator<ListConversationsCommandOutput>;
1453
1366
  paginateListDataAccessors(
1454
1367
  args: ListDataAccessorsCommandInput,
1455
1368
  paginationConfig?: Pick<
1456
1369
  PaginationConfiguration,
1457
1370
  Exclude<keyof PaginationConfiguration, "client">
1458
- >
1371
+ >,
1459
1372
  ): Paginator<ListDataAccessorsCommandOutput>;
1460
1373
  paginateListDataSources(
1461
1374
  args: ListDataSourcesCommandInput,
1462
1375
  paginationConfig?: Pick<
1463
1376
  PaginationConfiguration,
1464
1377
  Exclude<keyof PaginationConfiguration, "client">
1465
- >
1378
+ >,
1466
1379
  ): Paginator<ListDataSourcesCommandOutput>;
1467
1380
  paginateListDataSourceSyncJobs(
1468
1381
  args: ListDataSourceSyncJobsCommandInput,
1469
1382
  paginationConfig?: Pick<
1470
1383
  PaginationConfiguration,
1471
1384
  Exclude<keyof PaginationConfiguration, "client">
1472
- >
1385
+ >,
1473
1386
  ): Paginator<ListDataSourceSyncJobsCommandOutput>;
1474
1387
  paginateListDocuments(
1475
1388
  args: ListDocumentsCommandInput,
1476
1389
  paginationConfig?: Pick<
1477
1390
  PaginationConfiguration,
1478
1391
  Exclude<keyof PaginationConfiguration, "client">
1479
- >
1392
+ >,
1480
1393
  ): Paginator<ListDocumentsCommandOutput>;
1481
1394
  paginateListGroups(
1482
1395
  args: ListGroupsCommandInput,
1483
1396
  paginationConfig?: Pick<
1484
1397
  PaginationConfiguration,
1485
1398
  Exclude<keyof PaginationConfiguration, "client">
1486
- >
1399
+ >,
1487
1400
  ): Paginator<ListGroupsCommandOutput>;
1488
1401
  paginateListIndices(
1489
1402
  args: ListIndicesCommandInput,
1490
1403
  paginationConfig?: Pick<
1491
1404
  PaginationConfiguration,
1492
1405
  Exclude<keyof PaginationConfiguration, "client">
1493
- >
1406
+ >,
1494
1407
  ): Paginator<ListIndicesCommandOutput>;
1495
1408
  paginateListMessages(
1496
1409
  args: ListMessagesCommandInput,
1497
1410
  paginationConfig?: Pick<
1498
1411
  PaginationConfiguration,
1499
1412
  Exclude<keyof PaginationConfiguration, "client">
1500
- >
1413
+ >,
1501
1414
  ): Paginator<ListMessagesCommandOutput>;
1502
1415
  paginateListPluginActions(
1503
1416
  args: ListPluginActionsCommandInput,
1504
1417
  paginationConfig?: Pick<
1505
1418
  PaginationConfiguration,
1506
1419
  Exclude<keyof PaginationConfiguration, "client">
1507
- >
1420
+ >,
1508
1421
  ): Paginator<ListPluginActionsCommandOutput>;
1509
1422
  paginateListPlugins(
1510
1423
  args: ListPluginsCommandInput,
1511
1424
  paginationConfig?: Pick<
1512
1425
  PaginationConfiguration,
1513
1426
  Exclude<keyof PaginationConfiguration, "client">
1514
- >
1427
+ >,
1515
1428
  ): Paginator<ListPluginsCommandOutput>;
1516
1429
  paginateListPluginTypeActions(
1517
1430
  args: ListPluginTypeActionsCommandInput,
1518
1431
  paginationConfig?: Pick<
1519
1432
  PaginationConfiguration,
1520
1433
  Exclude<keyof PaginationConfiguration, "client">
1521
- >
1434
+ >,
1522
1435
  ): Paginator<ListPluginTypeActionsCommandOutput>;
1523
1436
  paginateListPluginTypeMetadata(
1524
1437
  args?: ListPluginTypeMetadataCommandInput,
1525
1438
  paginationConfig?: Pick<
1526
1439
  PaginationConfiguration,
1527
1440
  Exclude<keyof PaginationConfiguration, "client">
1528
- >
1441
+ >,
1529
1442
  ): Paginator<ListPluginTypeMetadataCommandOutput>;
1530
1443
  paginateListRetrievers(
1531
1444
  args: ListRetrieversCommandInput,
1532
1445
  paginationConfig?: Pick<
1533
1446
  PaginationConfiguration,
1534
1447
  Exclude<keyof PaginationConfiguration, "client">
1535
- >
1448
+ >,
1536
1449
  ): Paginator<ListRetrieversCommandOutput>;
1537
1450
  paginateListSubscriptions(
1538
1451
  args: ListSubscriptionsCommandInput,
1539
1452
  paginationConfig?: Pick<
1540
1453
  PaginationConfiguration,
1541
1454
  Exclude<keyof PaginationConfiguration, "client">
1542
- >
1455
+ >,
1543
1456
  ): Paginator<ListSubscriptionsCommandOutput>;
1544
1457
  paginateListWebExperiences(
1545
1458
  args: ListWebExperiencesCommandInput,
1546
1459
  paginationConfig?: Pick<
1547
1460
  PaginationConfiguration,
1548
1461
  Exclude<keyof PaginationConfiguration, "client">
1549
- >
1462
+ >,
1550
1463
  ): Paginator<ListWebExperiencesCommandOutput>;
1551
1464
  paginateSearchRelevantContent(
1552
1465
  args: SearchRelevantContentCommandInput,
1553
1466
  paginationConfig?: Pick<
1554
1467
  PaginationConfiguration,
1555
1468
  Exclude<keyof PaginationConfiguration, "client">
1556
- >
1469
+ >,
1557
1470
  ): Paginator<SearchRelevantContentCommandOutput>;
1558
1471
  }
1559
1472
  export declare class QBusiness extends QBusinessClient implements QBusiness {}