@aws-sdk/client-chime-sdk-messaging 3.1086.0 → 3.1088.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +165 -216
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +6 -19
  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 +7 -13
  7. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +3 -4
  8. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -2
  16. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
  17. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +3 -4
  20. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +3 -4
  21. package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +4 -9
  36. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +5 -10
  52. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  53. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  54. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  59. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  60. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  61. package/dist-types/ts3.4/models/enums.d.ts +11 -22
  62. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  63. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  64. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  65. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  66. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  67. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  68. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  69. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  71. package/package.json +39 -39
@@ -184,10 +184,7 @@ import {
184
184
  SendChannelMessageCommandInput,
185
185
  SendChannelMessageCommandOutput,
186
186
  } from "./commands/SendChannelMessageCommand";
187
- import {
188
- TagResourceCommandInput,
189
- TagResourceCommandOutput,
190
- } from "./commands/TagResourceCommand";
187
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
191
188
  import {
192
189
  UntagResourceCommandInput,
193
190
  UntagResourceCommandOutput,
@@ -211,792 +208,744 @@ import {
211
208
  export interface ChimeSDKMessaging {
212
209
  associateChannelFlow(
213
210
  args: AssociateChannelFlowCommandInput,
214
- options?: __HttpHandlerOptions
211
+ options?: __HttpHandlerOptions,
215
212
  ): Promise<AssociateChannelFlowCommandOutput>;
216
213
  associateChannelFlow(
217
214
  args: AssociateChannelFlowCommandInput,
218
- cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
215
+ cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void,
219
216
  ): void;
220
217
  associateChannelFlow(
221
218
  args: AssociateChannelFlowCommandInput,
222
219
  options: __HttpHandlerOptions,
223
- cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
220
+ cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void,
224
221
  ): void;
225
222
  batchCreateChannelMembership(
226
223
  args: BatchCreateChannelMembershipCommandInput,
227
- options?: __HttpHandlerOptions
224
+ options?: __HttpHandlerOptions,
228
225
  ): Promise<BatchCreateChannelMembershipCommandOutput>;
229
226
  batchCreateChannelMembership(
230
227
  args: BatchCreateChannelMembershipCommandInput,
231
- cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
228
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void,
232
229
  ): void;
233
230
  batchCreateChannelMembership(
234
231
  args: BatchCreateChannelMembershipCommandInput,
235
232
  options: __HttpHandlerOptions,
236
- cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
233
+ cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void,
237
234
  ): void;
238
235
  channelFlowCallback(
239
236
  args: ChannelFlowCallbackCommandInput,
240
- options?: __HttpHandlerOptions
237
+ options?: __HttpHandlerOptions,
241
238
  ): Promise<ChannelFlowCallbackCommandOutput>;
242
239
  channelFlowCallback(
243
240
  args: ChannelFlowCallbackCommandInput,
244
- cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
241
+ cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void,
245
242
  ): void;
246
243
  channelFlowCallback(
247
244
  args: ChannelFlowCallbackCommandInput,
248
245
  options: __HttpHandlerOptions,
249
- cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
246
+ cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void,
250
247
  ): void;
251
248
  createChannel(
252
249
  args: CreateChannelCommandInput,
253
- options?: __HttpHandlerOptions
250
+ options?: __HttpHandlerOptions,
254
251
  ): Promise<CreateChannelCommandOutput>;
255
252
  createChannel(
256
253
  args: CreateChannelCommandInput,
257
- cb: (err: any, data?: CreateChannelCommandOutput) => void
254
+ cb: (err: any, data?: CreateChannelCommandOutput) => void,
258
255
  ): void;
259
256
  createChannel(
260
257
  args: CreateChannelCommandInput,
261
258
  options: __HttpHandlerOptions,
262
- cb: (err: any, data?: CreateChannelCommandOutput) => void
259
+ cb: (err: any, data?: CreateChannelCommandOutput) => void,
263
260
  ): void;
264
261
  createChannelBan(
265
262
  args: CreateChannelBanCommandInput,
266
- options?: __HttpHandlerOptions
263
+ options?: __HttpHandlerOptions,
267
264
  ): Promise<CreateChannelBanCommandOutput>;
268
265
  createChannelBan(
269
266
  args: CreateChannelBanCommandInput,
270
- cb: (err: any, data?: CreateChannelBanCommandOutput) => void
267
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void,
271
268
  ): void;
272
269
  createChannelBan(
273
270
  args: CreateChannelBanCommandInput,
274
271
  options: __HttpHandlerOptions,
275
- cb: (err: any, data?: CreateChannelBanCommandOutput) => void
272
+ cb: (err: any, data?: CreateChannelBanCommandOutput) => void,
276
273
  ): void;
277
274
  createChannelFlow(
278
275
  args: CreateChannelFlowCommandInput,
279
- options?: __HttpHandlerOptions
276
+ options?: __HttpHandlerOptions,
280
277
  ): Promise<CreateChannelFlowCommandOutput>;
281
278
  createChannelFlow(
282
279
  args: CreateChannelFlowCommandInput,
283
- cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
280
+ cb: (err: any, data?: CreateChannelFlowCommandOutput) => void,
284
281
  ): void;
285
282
  createChannelFlow(
286
283
  args: CreateChannelFlowCommandInput,
287
284
  options: __HttpHandlerOptions,
288
- cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
285
+ cb: (err: any, data?: CreateChannelFlowCommandOutput) => void,
289
286
  ): void;
290
287
  createChannelMembership(
291
288
  args: CreateChannelMembershipCommandInput,
292
- options?: __HttpHandlerOptions
289
+ options?: __HttpHandlerOptions,
293
290
  ): Promise<CreateChannelMembershipCommandOutput>;
294
291
  createChannelMembership(
295
292
  args: CreateChannelMembershipCommandInput,
296
- cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
293
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void,
297
294
  ): void;
298
295
  createChannelMembership(
299
296
  args: CreateChannelMembershipCommandInput,
300
297
  options: __HttpHandlerOptions,
301
- cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
298
+ cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void,
302
299
  ): void;
303
300
  createChannelModerator(
304
301
  args: CreateChannelModeratorCommandInput,
305
- options?: __HttpHandlerOptions
302
+ options?: __HttpHandlerOptions,
306
303
  ): Promise<CreateChannelModeratorCommandOutput>;
307
304
  createChannelModerator(
308
305
  args: CreateChannelModeratorCommandInput,
309
- cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
306
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void,
310
307
  ): void;
311
308
  createChannelModerator(
312
309
  args: CreateChannelModeratorCommandInput,
313
310
  options: __HttpHandlerOptions,
314
- cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
311
+ cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void,
315
312
  ): void;
316
313
  deleteChannel(
317
314
  args: DeleteChannelCommandInput,
318
- options?: __HttpHandlerOptions
315
+ options?: __HttpHandlerOptions,
319
316
  ): Promise<DeleteChannelCommandOutput>;
320
317
  deleteChannel(
321
318
  args: DeleteChannelCommandInput,
322
- cb: (err: any, data?: DeleteChannelCommandOutput) => void
319
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void,
323
320
  ): void;
324
321
  deleteChannel(
325
322
  args: DeleteChannelCommandInput,
326
323
  options: __HttpHandlerOptions,
327
- cb: (err: any, data?: DeleteChannelCommandOutput) => void
324
+ cb: (err: any, data?: DeleteChannelCommandOutput) => void,
328
325
  ): void;
329
326
  deleteChannelBan(
330
327
  args: DeleteChannelBanCommandInput,
331
- options?: __HttpHandlerOptions
328
+ options?: __HttpHandlerOptions,
332
329
  ): Promise<DeleteChannelBanCommandOutput>;
333
330
  deleteChannelBan(
334
331
  args: DeleteChannelBanCommandInput,
335
- cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
332
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void,
336
333
  ): void;
337
334
  deleteChannelBan(
338
335
  args: DeleteChannelBanCommandInput,
339
336
  options: __HttpHandlerOptions,
340
- cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
337
+ cb: (err: any, data?: DeleteChannelBanCommandOutput) => void,
341
338
  ): void;
342
339
  deleteChannelFlow(
343
340
  args: DeleteChannelFlowCommandInput,
344
- options?: __HttpHandlerOptions
341
+ options?: __HttpHandlerOptions,
345
342
  ): Promise<DeleteChannelFlowCommandOutput>;
346
343
  deleteChannelFlow(
347
344
  args: DeleteChannelFlowCommandInput,
348
- cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
345
+ cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void,
349
346
  ): void;
350
347
  deleteChannelFlow(
351
348
  args: DeleteChannelFlowCommandInput,
352
349
  options: __HttpHandlerOptions,
353
- cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
350
+ cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void,
354
351
  ): void;
355
352
  deleteChannelMembership(
356
353
  args: DeleteChannelMembershipCommandInput,
357
- options?: __HttpHandlerOptions
354
+ options?: __HttpHandlerOptions,
358
355
  ): Promise<DeleteChannelMembershipCommandOutput>;
359
356
  deleteChannelMembership(
360
357
  args: DeleteChannelMembershipCommandInput,
361
- cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
358
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void,
362
359
  ): void;
363
360
  deleteChannelMembership(
364
361
  args: DeleteChannelMembershipCommandInput,
365
362
  options: __HttpHandlerOptions,
366
- cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
363
+ cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void,
367
364
  ): void;
368
365
  deleteChannelMessage(
369
366
  args: DeleteChannelMessageCommandInput,
370
- options?: __HttpHandlerOptions
367
+ options?: __HttpHandlerOptions,
371
368
  ): Promise<DeleteChannelMessageCommandOutput>;
372
369
  deleteChannelMessage(
373
370
  args: DeleteChannelMessageCommandInput,
374
- cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
371
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void,
375
372
  ): void;
376
373
  deleteChannelMessage(
377
374
  args: DeleteChannelMessageCommandInput,
378
375
  options: __HttpHandlerOptions,
379
- cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
376
+ cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void,
380
377
  ): void;
381
378
  deleteChannelModerator(
382
379
  args: DeleteChannelModeratorCommandInput,
383
- options?: __HttpHandlerOptions
380
+ options?: __HttpHandlerOptions,
384
381
  ): Promise<DeleteChannelModeratorCommandOutput>;
385
382
  deleteChannelModerator(
386
383
  args: DeleteChannelModeratorCommandInput,
387
- cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
384
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void,
388
385
  ): void;
389
386
  deleteChannelModerator(
390
387
  args: DeleteChannelModeratorCommandInput,
391
388
  options: __HttpHandlerOptions,
392
- cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
389
+ cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void,
393
390
  ): void;
394
391
  deleteMessagingStreamingConfigurations(
395
392
  args: DeleteMessagingStreamingConfigurationsCommandInput,
396
- options?: __HttpHandlerOptions
393
+ options?: __HttpHandlerOptions,
397
394
  ): Promise<DeleteMessagingStreamingConfigurationsCommandOutput>;
398
395
  deleteMessagingStreamingConfigurations(
399
396
  args: DeleteMessagingStreamingConfigurationsCommandInput,
400
- cb: (
401
- err: any,
402
- data?: DeleteMessagingStreamingConfigurationsCommandOutput
403
- ) => void
397
+ cb: (err: any, data?: DeleteMessagingStreamingConfigurationsCommandOutput) => void,
404
398
  ): void;
405
399
  deleteMessagingStreamingConfigurations(
406
400
  args: DeleteMessagingStreamingConfigurationsCommandInput,
407
401
  options: __HttpHandlerOptions,
408
- cb: (
409
- err: any,
410
- data?: DeleteMessagingStreamingConfigurationsCommandOutput
411
- ) => void
402
+ cb: (err: any, data?: DeleteMessagingStreamingConfigurationsCommandOutput) => void,
412
403
  ): void;
413
404
  describeChannel(
414
405
  args: DescribeChannelCommandInput,
415
- options?: __HttpHandlerOptions
406
+ options?: __HttpHandlerOptions,
416
407
  ): Promise<DescribeChannelCommandOutput>;
417
408
  describeChannel(
418
409
  args: DescribeChannelCommandInput,
419
- cb: (err: any, data?: DescribeChannelCommandOutput) => void
410
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void,
420
411
  ): void;
421
412
  describeChannel(
422
413
  args: DescribeChannelCommandInput,
423
414
  options: __HttpHandlerOptions,
424
- cb: (err: any, data?: DescribeChannelCommandOutput) => void
415
+ cb: (err: any, data?: DescribeChannelCommandOutput) => void,
425
416
  ): void;
426
417
  describeChannelBan(
427
418
  args: DescribeChannelBanCommandInput,
428
- options?: __HttpHandlerOptions
419
+ options?: __HttpHandlerOptions,
429
420
  ): Promise<DescribeChannelBanCommandOutput>;
430
421
  describeChannelBan(
431
422
  args: DescribeChannelBanCommandInput,
432
- cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
423
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void,
433
424
  ): void;
434
425
  describeChannelBan(
435
426
  args: DescribeChannelBanCommandInput,
436
427
  options: __HttpHandlerOptions,
437
- cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
428
+ cb: (err: any, data?: DescribeChannelBanCommandOutput) => void,
438
429
  ): void;
439
430
  describeChannelFlow(
440
431
  args: DescribeChannelFlowCommandInput,
441
- options?: __HttpHandlerOptions
432
+ options?: __HttpHandlerOptions,
442
433
  ): Promise<DescribeChannelFlowCommandOutput>;
443
434
  describeChannelFlow(
444
435
  args: DescribeChannelFlowCommandInput,
445
- cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
436
+ cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void,
446
437
  ): void;
447
438
  describeChannelFlow(
448
439
  args: DescribeChannelFlowCommandInput,
449
440
  options: __HttpHandlerOptions,
450
- cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
441
+ cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void,
451
442
  ): void;
452
443
  describeChannelMembership(
453
444
  args: DescribeChannelMembershipCommandInput,
454
- options?: __HttpHandlerOptions
445
+ options?: __HttpHandlerOptions,
455
446
  ): Promise<DescribeChannelMembershipCommandOutput>;
456
447
  describeChannelMembership(
457
448
  args: DescribeChannelMembershipCommandInput,
458
- cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
449
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void,
459
450
  ): void;
460
451
  describeChannelMembership(
461
452
  args: DescribeChannelMembershipCommandInput,
462
453
  options: __HttpHandlerOptions,
463
- cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
454
+ cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void,
464
455
  ): void;
465
456
  describeChannelMembershipForAppInstanceUser(
466
457
  args: DescribeChannelMembershipForAppInstanceUserCommandInput,
467
- options?: __HttpHandlerOptions
458
+ options?: __HttpHandlerOptions,
468
459
  ): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
469
460
  describeChannelMembershipForAppInstanceUser(
470
461
  args: DescribeChannelMembershipForAppInstanceUserCommandInput,
471
- cb: (
472
- err: any,
473
- data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
474
- ) => void
462
+ cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void,
475
463
  ): void;
476
464
  describeChannelMembershipForAppInstanceUser(
477
465
  args: DescribeChannelMembershipForAppInstanceUserCommandInput,
478
466
  options: __HttpHandlerOptions,
479
- cb: (
480
- err: any,
481
- data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
482
- ) => void
467
+ cb: (err: any, data?: DescribeChannelMembershipForAppInstanceUserCommandOutput) => void,
483
468
  ): void;
484
469
  describeChannelModeratedByAppInstanceUser(
485
470
  args: DescribeChannelModeratedByAppInstanceUserCommandInput,
486
- options?: __HttpHandlerOptions
471
+ options?: __HttpHandlerOptions,
487
472
  ): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
488
473
  describeChannelModeratedByAppInstanceUser(
489
474
  args: DescribeChannelModeratedByAppInstanceUserCommandInput,
490
- cb: (
491
- err: any,
492
- data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
493
- ) => void
475
+ cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void,
494
476
  ): void;
495
477
  describeChannelModeratedByAppInstanceUser(
496
478
  args: DescribeChannelModeratedByAppInstanceUserCommandInput,
497
479
  options: __HttpHandlerOptions,
498
- cb: (
499
- err: any,
500
- data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
501
- ) => void
480
+ cb: (err: any, data?: DescribeChannelModeratedByAppInstanceUserCommandOutput) => void,
502
481
  ): void;
503
482
  describeChannelModerator(
504
483
  args: DescribeChannelModeratorCommandInput,
505
- options?: __HttpHandlerOptions
484
+ options?: __HttpHandlerOptions,
506
485
  ): Promise<DescribeChannelModeratorCommandOutput>;
507
486
  describeChannelModerator(
508
487
  args: DescribeChannelModeratorCommandInput,
509
- cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
488
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void,
510
489
  ): void;
511
490
  describeChannelModerator(
512
491
  args: DescribeChannelModeratorCommandInput,
513
492
  options: __HttpHandlerOptions,
514
- cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
493
+ cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void,
515
494
  ): void;
516
495
  disassociateChannelFlow(
517
496
  args: DisassociateChannelFlowCommandInput,
518
- options?: __HttpHandlerOptions
497
+ options?: __HttpHandlerOptions,
519
498
  ): Promise<DisassociateChannelFlowCommandOutput>;
520
499
  disassociateChannelFlow(
521
500
  args: DisassociateChannelFlowCommandInput,
522
- cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
501
+ cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void,
523
502
  ): void;
524
503
  disassociateChannelFlow(
525
504
  args: DisassociateChannelFlowCommandInput,
526
505
  options: __HttpHandlerOptions,
527
- cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
506
+ cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void,
528
507
  ): void;
529
508
  getChannelMembershipPreferences(
530
509
  args: GetChannelMembershipPreferencesCommandInput,
531
- options?: __HttpHandlerOptions
510
+ options?: __HttpHandlerOptions,
532
511
  ): Promise<GetChannelMembershipPreferencesCommandOutput>;
533
512
  getChannelMembershipPreferences(
534
513
  args: GetChannelMembershipPreferencesCommandInput,
535
- cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
514
+ cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void,
536
515
  ): void;
537
516
  getChannelMembershipPreferences(
538
517
  args: GetChannelMembershipPreferencesCommandInput,
539
518
  options: __HttpHandlerOptions,
540
- cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
519
+ cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void,
541
520
  ): void;
542
521
  getChannelMessage(
543
522
  args: GetChannelMessageCommandInput,
544
- options?: __HttpHandlerOptions
523
+ options?: __HttpHandlerOptions,
545
524
  ): Promise<GetChannelMessageCommandOutput>;
546
525
  getChannelMessage(
547
526
  args: GetChannelMessageCommandInput,
548
- cb: (err: any, data?: GetChannelMessageCommandOutput) => void
527
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void,
549
528
  ): void;
550
529
  getChannelMessage(
551
530
  args: GetChannelMessageCommandInput,
552
531
  options: __HttpHandlerOptions,
553
- cb: (err: any, data?: GetChannelMessageCommandOutput) => void
532
+ cb: (err: any, data?: GetChannelMessageCommandOutput) => void,
554
533
  ): void;
555
534
  getChannelMessageStatus(
556
535
  args: GetChannelMessageStatusCommandInput,
557
- options?: __HttpHandlerOptions
536
+ options?: __HttpHandlerOptions,
558
537
  ): Promise<GetChannelMessageStatusCommandOutput>;
559
538
  getChannelMessageStatus(
560
539
  args: GetChannelMessageStatusCommandInput,
561
- cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
540
+ cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void,
562
541
  ): void;
563
542
  getChannelMessageStatus(
564
543
  args: GetChannelMessageStatusCommandInput,
565
544
  options: __HttpHandlerOptions,
566
- cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
545
+ cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void,
567
546
  ): void;
568
547
  getMessagingSessionEndpoint(): Promise<GetMessagingSessionEndpointCommandOutput>;
569
548
  getMessagingSessionEndpoint(
570
549
  args: GetMessagingSessionEndpointCommandInput,
571
- options?: __HttpHandlerOptions
550
+ options?: __HttpHandlerOptions,
572
551
  ): Promise<GetMessagingSessionEndpointCommandOutput>;
573
552
  getMessagingSessionEndpoint(
574
553
  args: GetMessagingSessionEndpointCommandInput,
575
- cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
554
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void,
576
555
  ): void;
577
556
  getMessagingSessionEndpoint(
578
557
  args: GetMessagingSessionEndpointCommandInput,
579
558
  options: __HttpHandlerOptions,
580
- cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
559
+ cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void,
581
560
  ): void;
582
561
  getMessagingStreamingConfigurations(
583
562
  args: GetMessagingStreamingConfigurationsCommandInput,
584
- options?: __HttpHandlerOptions
563
+ options?: __HttpHandlerOptions,
585
564
  ): Promise<GetMessagingStreamingConfigurationsCommandOutput>;
586
565
  getMessagingStreamingConfigurations(
587
566
  args: GetMessagingStreamingConfigurationsCommandInput,
588
- cb: (
589
- err: any,
590
- data?: GetMessagingStreamingConfigurationsCommandOutput
591
- ) => void
567
+ cb: (err: any, data?: GetMessagingStreamingConfigurationsCommandOutput) => void,
592
568
  ): void;
593
569
  getMessagingStreamingConfigurations(
594
570
  args: GetMessagingStreamingConfigurationsCommandInput,
595
571
  options: __HttpHandlerOptions,
596
- cb: (
597
- err: any,
598
- data?: GetMessagingStreamingConfigurationsCommandOutput
599
- ) => void
572
+ cb: (err: any, data?: GetMessagingStreamingConfigurationsCommandOutput) => void,
600
573
  ): void;
601
574
  listChannelBans(
602
575
  args: ListChannelBansCommandInput,
603
- options?: __HttpHandlerOptions
576
+ options?: __HttpHandlerOptions,
604
577
  ): Promise<ListChannelBansCommandOutput>;
605
578
  listChannelBans(
606
579
  args: ListChannelBansCommandInput,
607
- cb: (err: any, data?: ListChannelBansCommandOutput) => void
580
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void,
608
581
  ): void;
609
582
  listChannelBans(
610
583
  args: ListChannelBansCommandInput,
611
584
  options: __HttpHandlerOptions,
612
- cb: (err: any, data?: ListChannelBansCommandOutput) => void
585
+ cb: (err: any, data?: ListChannelBansCommandOutput) => void,
613
586
  ): void;
614
587
  listChannelFlows(
615
588
  args: ListChannelFlowsCommandInput,
616
- options?: __HttpHandlerOptions
589
+ options?: __HttpHandlerOptions,
617
590
  ): Promise<ListChannelFlowsCommandOutput>;
618
591
  listChannelFlows(
619
592
  args: ListChannelFlowsCommandInput,
620
- cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
593
+ cb: (err: any, data?: ListChannelFlowsCommandOutput) => void,
621
594
  ): void;
622
595
  listChannelFlows(
623
596
  args: ListChannelFlowsCommandInput,
624
597
  options: __HttpHandlerOptions,
625
- cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
598
+ cb: (err: any, data?: ListChannelFlowsCommandOutput) => void,
626
599
  ): void;
627
600
  listChannelMemberships(
628
601
  args: ListChannelMembershipsCommandInput,
629
- options?: __HttpHandlerOptions
602
+ options?: __HttpHandlerOptions,
630
603
  ): Promise<ListChannelMembershipsCommandOutput>;
631
604
  listChannelMemberships(
632
605
  args: ListChannelMembershipsCommandInput,
633
- cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
606
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void,
634
607
  ): void;
635
608
  listChannelMemberships(
636
609
  args: ListChannelMembershipsCommandInput,
637
610
  options: __HttpHandlerOptions,
638
- cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
611
+ cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void,
639
612
  ): void;
640
613
  listChannelMembershipsForAppInstanceUser(
641
614
  args: ListChannelMembershipsForAppInstanceUserCommandInput,
642
- options?: __HttpHandlerOptions
615
+ options?: __HttpHandlerOptions,
643
616
  ): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
644
617
  listChannelMembershipsForAppInstanceUser(
645
618
  args: ListChannelMembershipsForAppInstanceUserCommandInput,
646
- cb: (
647
- err: any,
648
- data?: ListChannelMembershipsForAppInstanceUserCommandOutput
649
- ) => void
619
+ cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void,
650
620
  ): void;
651
621
  listChannelMembershipsForAppInstanceUser(
652
622
  args: ListChannelMembershipsForAppInstanceUserCommandInput,
653
623
  options: __HttpHandlerOptions,
654
- cb: (
655
- err: any,
656
- data?: ListChannelMembershipsForAppInstanceUserCommandOutput
657
- ) => void
624
+ cb: (err: any, data?: ListChannelMembershipsForAppInstanceUserCommandOutput) => void,
658
625
  ): void;
659
626
  listChannelMessages(
660
627
  args: ListChannelMessagesCommandInput,
661
- options?: __HttpHandlerOptions
628
+ options?: __HttpHandlerOptions,
662
629
  ): Promise<ListChannelMessagesCommandOutput>;
663
630
  listChannelMessages(
664
631
  args: ListChannelMessagesCommandInput,
665
- cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
632
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void,
666
633
  ): void;
667
634
  listChannelMessages(
668
635
  args: ListChannelMessagesCommandInput,
669
636
  options: __HttpHandlerOptions,
670
- cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
637
+ cb: (err: any, data?: ListChannelMessagesCommandOutput) => void,
671
638
  ): void;
672
639
  listChannelModerators(
673
640
  args: ListChannelModeratorsCommandInput,
674
- options?: __HttpHandlerOptions
641
+ options?: __HttpHandlerOptions,
675
642
  ): Promise<ListChannelModeratorsCommandOutput>;
676
643
  listChannelModerators(
677
644
  args: ListChannelModeratorsCommandInput,
678
- cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
645
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void,
679
646
  ): void;
680
647
  listChannelModerators(
681
648
  args: ListChannelModeratorsCommandInput,
682
649
  options: __HttpHandlerOptions,
683
- cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
650
+ cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void,
684
651
  ): void;
685
652
  listChannels(
686
653
  args: ListChannelsCommandInput,
687
- options?: __HttpHandlerOptions
654
+ options?: __HttpHandlerOptions,
688
655
  ): Promise<ListChannelsCommandOutput>;
689
656
  listChannels(
690
657
  args: ListChannelsCommandInput,
691
- cb: (err: any, data?: ListChannelsCommandOutput) => void
658
+ cb: (err: any, data?: ListChannelsCommandOutput) => void,
692
659
  ): void;
693
660
  listChannels(
694
661
  args: ListChannelsCommandInput,
695
662
  options: __HttpHandlerOptions,
696
- cb: (err: any, data?: ListChannelsCommandOutput) => void
663
+ cb: (err: any, data?: ListChannelsCommandOutput) => void,
697
664
  ): void;
698
665
  listChannelsAssociatedWithChannelFlow(
699
666
  args: ListChannelsAssociatedWithChannelFlowCommandInput,
700
- options?: __HttpHandlerOptions
667
+ options?: __HttpHandlerOptions,
701
668
  ): Promise<ListChannelsAssociatedWithChannelFlowCommandOutput>;
702
669
  listChannelsAssociatedWithChannelFlow(
703
670
  args: ListChannelsAssociatedWithChannelFlowCommandInput,
704
- cb: (
705
- err: any,
706
- data?: ListChannelsAssociatedWithChannelFlowCommandOutput
707
- ) => void
671
+ cb: (err: any, data?: ListChannelsAssociatedWithChannelFlowCommandOutput) => void,
708
672
  ): void;
709
673
  listChannelsAssociatedWithChannelFlow(
710
674
  args: ListChannelsAssociatedWithChannelFlowCommandInput,
711
675
  options: __HttpHandlerOptions,
712
- cb: (
713
- err: any,
714
- data?: ListChannelsAssociatedWithChannelFlowCommandOutput
715
- ) => void
676
+ cb: (err: any, data?: ListChannelsAssociatedWithChannelFlowCommandOutput) => void,
716
677
  ): void;
717
678
  listChannelsModeratedByAppInstanceUser(
718
679
  args: ListChannelsModeratedByAppInstanceUserCommandInput,
719
- options?: __HttpHandlerOptions
680
+ options?: __HttpHandlerOptions,
720
681
  ): Promise<ListChannelsModeratedByAppInstanceUserCommandOutput>;
721
682
  listChannelsModeratedByAppInstanceUser(
722
683
  args: ListChannelsModeratedByAppInstanceUserCommandInput,
723
- cb: (
724
- err: any,
725
- data?: ListChannelsModeratedByAppInstanceUserCommandOutput
726
- ) => void
684
+ cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void,
727
685
  ): void;
728
686
  listChannelsModeratedByAppInstanceUser(
729
687
  args: ListChannelsModeratedByAppInstanceUserCommandInput,
730
688
  options: __HttpHandlerOptions,
731
- cb: (
732
- err: any,
733
- data?: ListChannelsModeratedByAppInstanceUserCommandOutput
734
- ) => void
689
+ cb: (err: any, data?: ListChannelsModeratedByAppInstanceUserCommandOutput) => void,
735
690
  ): void;
736
691
  listSubChannels(
737
692
  args: ListSubChannelsCommandInput,
738
- options?: __HttpHandlerOptions
693
+ options?: __HttpHandlerOptions,
739
694
  ): Promise<ListSubChannelsCommandOutput>;
740
695
  listSubChannels(
741
696
  args: ListSubChannelsCommandInput,
742
- cb: (err: any, data?: ListSubChannelsCommandOutput) => void
697
+ cb: (err: any, data?: ListSubChannelsCommandOutput) => void,
743
698
  ): void;
744
699
  listSubChannels(
745
700
  args: ListSubChannelsCommandInput,
746
701
  options: __HttpHandlerOptions,
747
- cb: (err: any, data?: ListSubChannelsCommandOutput) => void
702
+ cb: (err: any, data?: ListSubChannelsCommandOutput) => void,
748
703
  ): void;
749
704
  listTagsForResource(
750
705
  args: ListTagsForResourceCommandInput,
751
- options?: __HttpHandlerOptions
706
+ options?: __HttpHandlerOptions,
752
707
  ): Promise<ListTagsForResourceCommandOutput>;
753
708
  listTagsForResource(
754
709
  args: ListTagsForResourceCommandInput,
755
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
710
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
756
711
  ): void;
757
712
  listTagsForResource(
758
713
  args: ListTagsForResourceCommandInput,
759
714
  options: __HttpHandlerOptions,
760
- cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
715
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
761
716
  ): void;
762
717
  putChannelExpirationSettings(
763
718
  args: PutChannelExpirationSettingsCommandInput,
764
- options?: __HttpHandlerOptions
719
+ options?: __HttpHandlerOptions,
765
720
  ): Promise<PutChannelExpirationSettingsCommandOutput>;
766
721
  putChannelExpirationSettings(
767
722
  args: PutChannelExpirationSettingsCommandInput,
768
- cb: (err: any, data?: PutChannelExpirationSettingsCommandOutput) => void
723
+ cb: (err: any, data?: PutChannelExpirationSettingsCommandOutput) => void,
769
724
  ): void;
770
725
  putChannelExpirationSettings(
771
726
  args: PutChannelExpirationSettingsCommandInput,
772
727
  options: __HttpHandlerOptions,
773
- cb: (err: any, data?: PutChannelExpirationSettingsCommandOutput) => void
728
+ cb: (err: any, data?: PutChannelExpirationSettingsCommandOutput) => void,
774
729
  ): void;
775
730
  putChannelMembershipPreferences(
776
731
  args: PutChannelMembershipPreferencesCommandInput,
777
- options?: __HttpHandlerOptions
732
+ options?: __HttpHandlerOptions,
778
733
  ): Promise<PutChannelMembershipPreferencesCommandOutput>;
779
734
  putChannelMembershipPreferences(
780
735
  args: PutChannelMembershipPreferencesCommandInput,
781
- cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
736
+ cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void,
782
737
  ): void;
783
738
  putChannelMembershipPreferences(
784
739
  args: PutChannelMembershipPreferencesCommandInput,
785
740
  options: __HttpHandlerOptions,
786
- cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
741
+ cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void,
787
742
  ): void;
788
743
  putMessagingStreamingConfigurations(
789
744
  args: PutMessagingStreamingConfigurationsCommandInput,
790
- options?: __HttpHandlerOptions
745
+ options?: __HttpHandlerOptions,
791
746
  ): Promise<PutMessagingStreamingConfigurationsCommandOutput>;
792
747
  putMessagingStreamingConfigurations(
793
748
  args: PutMessagingStreamingConfigurationsCommandInput,
794
- cb: (
795
- err: any,
796
- data?: PutMessagingStreamingConfigurationsCommandOutput
797
- ) => void
749
+ cb: (err: any, data?: PutMessagingStreamingConfigurationsCommandOutput) => void,
798
750
  ): void;
799
751
  putMessagingStreamingConfigurations(
800
752
  args: PutMessagingStreamingConfigurationsCommandInput,
801
753
  options: __HttpHandlerOptions,
802
- cb: (
803
- err: any,
804
- data?: PutMessagingStreamingConfigurationsCommandOutput
805
- ) => void
754
+ cb: (err: any, data?: PutMessagingStreamingConfigurationsCommandOutput) => void,
806
755
  ): void;
807
756
  redactChannelMessage(
808
757
  args: RedactChannelMessageCommandInput,
809
- options?: __HttpHandlerOptions
758
+ options?: __HttpHandlerOptions,
810
759
  ): Promise<RedactChannelMessageCommandOutput>;
811
760
  redactChannelMessage(
812
761
  args: RedactChannelMessageCommandInput,
813
- cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
762
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void,
814
763
  ): void;
815
764
  redactChannelMessage(
816
765
  args: RedactChannelMessageCommandInput,
817
766
  options: __HttpHandlerOptions,
818
- cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
767
+ cb: (err: any, data?: RedactChannelMessageCommandOutput) => void,
819
768
  ): void;
820
769
  searchChannels(
821
770
  args: SearchChannelsCommandInput,
822
- options?: __HttpHandlerOptions
771
+ options?: __HttpHandlerOptions,
823
772
  ): Promise<SearchChannelsCommandOutput>;
824
773
  searchChannels(
825
774
  args: SearchChannelsCommandInput,
826
- cb: (err: any, data?: SearchChannelsCommandOutput) => void
775
+ cb: (err: any, data?: SearchChannelsCommandOutput) => void,
827
776
  ): void;
828
777
  searchChannels(
829
778
  args: SearchChannelsCommandInput,
830
779
  options: __HttpHandlerOptions,
831
- cb: (err: any, data?: SearchChannelsCommandOutput) => void
780
+ cb: (err: any, data?: SearchChannelsCommandOutput) => void,
832
781
  ): void;
833
782
  sendChannelMessage(
834
783
  args: SendChannelMessageCommandInput,
835
- options?: __HttpHandlerOptions
784
+ options?: __HttpHandlerOptions,
836
785
  ): Promise<SendChannelMessageCommandOutput>;
837
786
  sendChannelMessage(
838
787
  args: SendChannelMessageCommandInput,
839
- cb: (err: any, data?: SendChannelMessageCommandOutput) => void
788
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void,
840
789
  ): void;
841
790
  sendChannelMessage(
842
791
  args: SendChannelMessageCommandInput,
843
792
  options: __HttpHandlerOptions,
844
- cb: (err: any, data?: SendChannelMessageCommandOutput) => void
793
+ cb: (err: any, data?: SendChannelMessageCommandOutput) => void,
845
794
  ): void;
846
795
  tagResource(
847
796
  args: TagResourceCommandInput,
848
- options?: __HttpHandlerOptions
797
+ options?: __HttpHandlerOptions,
849
798
  ): Promise<TagResourceCommandOutput>;
850
799
  tagResource(
851
800
  args: TagResourceCommandInput,
852
- cb: (err: any, data?: TagResourceCommandOutput) => void
801
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
853
802
  ): void;
854
803
  tagResource(
855
804
  args: TagResourceCommandInput,
856
805
  options: __HttpHandlerOptions,
857
- cb: (err: any, data?: TagResourceCommandOutput) => void
806
+ cb: (err: any, data?: TagResourceCommandOutput) => void,
858
807
  ): void;
859
808
  untagResource(
860
809
  args: UntagResourceCommandInput,
861
- options?: __HttpHandlerOptions
810
+ options?: __HttpHandlerOptions,
862
811
  ): Promise<UntagResourceCommandOutput>;
863
812
  untagResource(
864
813
  args: UntagResourceCommandInput,
865
- cb: (err: any, data?: UntagResourceCommandOutput) => void
814
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
866
815
  ): void;
867
816
  untagResource(
868
817
  args: UntagResourceCommandInput,
869
818
  options: __HttpHandlerOptions,
870
- cb: (err: any, data?: UntagResourceCommandOutput) => void
819
+ cb: (err: any, data?: UntagResourceCommandOutput) => void,
871
820
  ): void;
872
821
  updateChannel(
873
822
  args: UpdateChannelCommandInput,
874
- options?: __HttpHandlerOptions
823
+ options?: __HttpHandlerOptions,
875
824
  ): Promise<UpdateChannelCommandOutput>;
876
825
  updateChannel(
877
826
  args: UpdateChannelCommandInput,
878
- cb: (err: any, data?: UpdateChannelCommandOutput) => void
827
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void,
879
828
  ): void;
880
829
  updateChannel(
881
830
  args: UpdateChannelCommandInput,
882
831
  options: __HttpHandlerOptions,
883
- cb: (err: any, data?: UpdateChannelCommandOutput) => void
832
+ cb: (err: any, data?: UpdateChannelCommandOutput) => void,
884
833
  ): void;
885
834
  updateChannelFlow(
886
835
  args: UpdateChannelFlowCommandInput,
887
- options?: __HttpHandlerOptions
836
+ options?: __HttpHandlerOptions,
888
837
  ): Promise<UpdateChannelFlowCommandOutput>;
889
838
  updateChannelFlow(
890
839
  args: UpdateChannelFlowCommandInput,
891
- cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
840
+ cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void,
892
841
  ): void;
893
842
  updateChannelFlow(
894
843
  args: UpdateChannelFlowCommandInput,
895
844
  options: __HttpHandlerOptions,
896
- cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
845
+ cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void,
897
846
  ): void;
898
847
  updateChannelMessage(
899
848
  args: UpdateChannelMessageCommandInput,
900
- options?: __HttpHandlerOptions
849
+ options?: __HttpHandlerOptions,
901
850
  ): Promise<UpdateChannelMessageCommandOutput>;
902
851
  updateChannelMessage(
903
852
  args: UpdateChannelMessageCommandInput,
904
- cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
853
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void,
905
854
  ): void;
906
855
  updateChannelMessage(
907
856
  args: UpdateChannelMessageCommandInput,
908
857
  options: __HttpHandlerOptions,
909
- cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
858
+ cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void,
910
859
  ): void;
911
860
  updateChannelReadMarker(
912
861
  args: UpdateChannelReadMarkerCommandInput,
913
- options?: __HttpHandlerOptions
862
+ options?: __HttpHandlerOptions,
914
863
  ): Promise<UpdateChannelReadMarkerCommandOutput>;
915
864
  updateChannelReadMarker(
916
865
  args: UpdateChannelReadMarkerCommandInput,
917
- cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
866
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void,
918
867
  ): void;
919
868
  updateChannelReadMarker(
920
869
  args: UpdateChannelReadMarkerCommandInput,
921
870
  options: __HttpHandlerOptions,
922
- cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
871
+ cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void,
923
872
  ): void;
924
873
  paginateListChannelBans(
925
874
  args: ListChannelBansCommandInput,
926
875
  paginationConfig?: Pick<
927
876
  PaginationConfiguration,
928
877
  Exclude<keyof PaginationConfiguration, "client">
929
- >
878
+ >,
930
879
  ): Paginator<ListChannelBansCommandOutput>;
931
880
  paginateListChannelFlows(
932
881
  args: ListChannelFlowsCommandInput,
933
882
  paginationConfig?: Pick<
934
883
  PaginationConfiguration,
935
884
  Exclude<keyof PaginationConfiguration, "client">
936
- >
885
+ >,
937
886
  ): Paginator<ListChannelFlowsCommandOutput>;
938
887
  paginateListChannelMemberships(
939
888
  args: ListChannelMembershipsCommandInput,
940
889
  paginationConfig?: Pick<
941
890
  PaginationConfiguration,
942
891
  Exclude<keyof PaginationConfiguration, "client">
943
- >
892
+ >,
944
893
  ): Paginator<ListChannelMembershipsCommandOutput>;
945
894
  paginateListChannelMembershipsForAppInstanceUser(
946
895
  args: ListChannelMembershipsForAppInstanceUserCommandInput,
947
896
  paginationConfig?: Pick<
948
897
  PaginationConfiguration,
949
898
  Exclude<keyof PaginationConfiguration, "client">
950
- >
899
+ >,
951
900
  ): Paginator<ListChannelMembershipsForAppInstanceUserCommandOutput>;
952
901
  paginateListChannelMessages(
953
902
  args: ListChannelMessagesCommandInput,
954
903
  paginationConfig?: Pick<
955
904
  PaginationConfiguration,
956
905
  Exclude<keyof PaginationConfiguration, "client">
957
- >
906
+ >,
958
907
  ): Paginator<ListChannelMessagesCommandOutput>;
959
908
  paginateListChannelModerators(
960
909
  args: ListChannelModeratorsCommandInput,
961
910
  paginationConfig?: Pick<
962
911
  PaginationConfiguration,
963
912
  Exclude<keyof PaginationConfiguration, "client">
964
- >
913
+ >,
965
914
  ): Paginator<ListChannelModeratorsCommandOutput>;
966
915
  paginateListChannels(
967
916
  args: ListChannelsCommandInput,
968
917
  paginationConfig?: Pick<
969
918
  PaginationConfiguration,
970
919
  Exclude<keyof PaginationConfiguration, "client">
971
- >
920
+ >,
972
921
  ): Paginator<ListChannelsCommandOutput>;
973
922
  paginateListChannelsAssociatedWithChannelFlow(
974
923
  args: ListChannelsAssociatedWithChannelFlowCommandInput,
975
924
  paginationConfig?: Pick<
976
925
  PaginationConfiguration,
977
926
  Exclude<keyof PaginationConfiguration, "client">
978
- >
927
+ >,
979
928
  ): Paginator<ListChannelsAssociatedWithChannelFlowCommandOutput>;
980
929
  paginateListChannelsModeratedByAppInstanceUser(
981
930
  args: ListChannelsModeratedByAppInstanceUserCommandInput,
982
931
  paginationConfig?: Pick<
983
932
  PaginationConfiguration,
984
933
  Exclude<keyof PaginationConfiguration, "client">
985
- >
934
+ >,
986
935
  ): Paginator<ListChannelsModeratedByAppInstanceUserCommandOutput>;
987
936
  paginateListSubChannels(
988
937
  args: ListSubChannelsCommandInput,
989
938
  paginationConfig?: Pick<
990
939
  PaginationConfiguration,
991
940
  Exclude<keyof PaginationConfiguration, "client">
992
- >
941
+ >,
993
942
  ): Paginator<ListSubChannelsCommandOutput>;
994
943
  paginateSearchChannels(
995
944
  args: SearchChannelsCommandInput,
996
945
  paginationConfig?: Pick<
997
946
  PaginationConfiguration,
998
947
  Exclude<keyof PaginationConfiguration, "client">
999
- >
948
+ >,
1000
949
  ): Paginator<SearchChannelsCommandOutput>;
1001
950
  }
1002
951
  export declare class ChimeSDKMessaging