@aws-sdk/client-chime-sdk-messaging 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +0 -47
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -427
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-messaging
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-chime-sdk-messaging
|
|
@@ -188,7 +188,6 @@ import {
|
|
|
188
188
|
UpdateChannelReadMarkerCommandInput,
|
|
189
189
|
UpdateChannelReadMarkerCommandOutput,
|
|
190
190
|
} from "./commands/UpdateChannelReadMarkerCommand";
|
|
191
|
-
|
|
192
191
|
export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
193
192
|
associateChannelFlow(
|
|
194
193
|
args: AssociateChannelFlowCommandInput,
|
|
@@ -203,7 +202,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
203
202
|
options: __HttpHandlerOptions,
|
|
204
203
|
cb: (err: any, data?: AssociateChannelFlowCommandOutput) => void
|
|
205
204
|
): void;
|
|
206
|
-
|
|
207
205
|
batchCreateChannelMembership(
|
|
208
206
|
args: BatchCreateChannelMembershipCommandInput,
|
|
209
207
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +215,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
217
215
|
options: __HttpHandlerOptions,
|
|
218
216
|
cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
|
|
219
217
|
): void;
|
|
220
|
-
|
|
221
218
|
channelFlowCallback(
|
|
222
219
|
args: ChannelFlowCallbackCommandInput,
|
|
223
220
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +228,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
231
228
|
options: __HttpHandlerOptions,
|
|
232
229
|
cb: (err: any, data?: ChannelFlowCallbackCommandOutput) => void
|
|
233
230
|
): void;
|
|
234
|
-
|
|
235
231
|
createChannel(
|
|
236
232
|
args: CreateChannelCommandInput,
|
|
237
233
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +241,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
245
241
|
options: __HttpHandlerOptions,
|
|
246
242
|
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
247
243
|
): void;
|
|
248
|
-
|
|
249
244
|
createChannelBan(
|
|
250
245
|
args: CreateChannelBanCommandInput,
|
|
251
246
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +254,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
259
254
|
options: __HttpHandlerOptions,
|
|
260
255
|
cb: (err: any, data?: CreateChannelBanCommandOutput) => void
|
|
261
256
|
): void;
|
|
262
|
-
|
|
263
257
|
createChannelFlow(
|
|
264
258
|
args: CreateChannelFlowCommandInput,
|
|
265
259
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +267,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
273
267
|
options: __HttpHandlerOptions,
|
|
274
268
|
cb: (err: any, data?: CreateChannelFlowCommandOutput) => void
|
|
275
269
|
): void;
|
|
276
|
-
|
|
277
270
|
createChannelMembership(
|
|
278
271
|
args: CreateChannelMembershipCommandInput,
|
|
279
272
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +280,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
287
280
|
options: __HttpHandlerOptions,
|
|
288
281
|
cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
|
|
289
282
|
): void;
|
|
290
|
-
|
|
291
283
|
createChannelModerator(
|
|
292
284
|
args: CreateChannelModeratorCommandInput,
|
|
293
285
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +293,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
301
293
|
options: __HttpHandlerOptions,
|
|
302
294
|
cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
|
|
303
295
|
): void;
|
|
304
|
-
|
|
305
296
|
deleteChannel(
|
|
306
297
|
args: DeleteChannelCommandInput,
|
|
307
298
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +306,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
315
306
|
options: __HttpHandlerOptions,
|
|
316
307
|
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
317
308
|
): void;
|
|
318
|
-
|
|
319
309
|
deleteChannelBan(
|
|
320
310
|
args: DeleteChannelBanCommandInput,
|
|
321
311
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +319,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
329
319
|
options: __HttpHandlerOptions,
|
|
330
320
|
cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
|
|
331
321
|
): void;
|
|
332
|
-
|
|
333
322
|
deleteChannelFlow(
|
|
334
323
|
args: DeleteChannelFlowCommandInput,
|
|
335
324
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +332,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
343
332
|
options: __HttpHandlerOptions,
|
|
344
333
|
cb: (err: any, data?: DeleteChannelFlowCommandOutput) => void
|
|
345
334
|
): void;
|
|
346
|
-
|
|
347
335
|
deleteChannelMembership(
|
|
348
336
|
args: DeleteChannelMembershipCommandInput,
|
|
349
337
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +345,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
357
345
|
options: __HttpHandlerOptions,
|
|
358
346
|
cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
|
|
359
347
|
): void;
|
|
360
|
-
|
|
361
348
|
deleteChannelMessage(
|
|
362
349
|
args: DeleteChannelMessageCommandInput,
|
|
363
350
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +358,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
371
358
|
options: __HttpHandlerOptions,
|
|
372
359
|
cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
|
|
373
360
|
): void;
|
|
374
|
-
|
|
375
361
|
deleteChannelModerator(
|
|
376
362
|
args: DeleteChannelModeratorCommandInput,
|
|
377
363
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +371,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
385
371
|
options: __HttpHandlerOptions,
|
|
386
372
|
cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
|
|
387
373
|
): void;
|
|
388
|
-
|
|
389
374
|
describeChannel(
|
|
390
375
|
args: DescribeChannelCommandInput,
|
|
391
376
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +384,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
399
384
|
options: __HttpHandlerOptions,
|
|
400
385
|
cb: (err: any, data?: DescribeChannelCommandOutput) => void
|
|
401
386
|
): void;
|
|
402
|
-
|
|
403
387
|
describeChannelBan(
|
|
404
388
|
args: DescribeChannelBanCommandInput,
|
|
405
389
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +397,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
413
397
|
options: __HttpHandlerOptions,
|
|
414
398
|
cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
|
|
415
399
|
): void;
|
|
416
|
-
|
|
417
400
|
describeChannelFlow(
|
|
418
401
|
args: DescribeChannelFlowCommandInput,
|
|
419
402
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +410,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
427
410
|
options: __HttpHandlerOptions,
|
|
428
411
|
cb: (err: any, data?: DescribeChannelFlowCommandOutput) => void
|
|
429
412
|
): void;
|
|
430
|
-
|
|
431
413
|
describeChannelMembership(
|
|
432
414
|
args: DescribeChannelMembershipCommandInput,
|
|
433
415
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +423,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
441
423
|
options: __HttpHandlerOptions,
|
|
442
424
|
cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
|
|
443
425
|
): void;
|
|
444
|
-
|
|
445
426
|
describeChannelMembershipForAppInstanceUser(
|
|
446
427
|
args: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
447
428
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +442,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
461
442
|
data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
|
|
462
443
|
) => void
|
|
463
444
|
): void;
|
|
464
|
-
|
|
465
445
|
describeChannelModeratedByAppInstanceUser(
|
|
466
446
|
args: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
467
447
|
options?: __HttpHandlerOptions
|
|
@@ -481,7 +461,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
481
461
|
data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
|
|
482
462
|
) => void
|
|
483
463
|
): void;
|
|
484
|
-
|
|
485
464
|
describeChannelModerator(
|
|
486
465
|
args: DescribeChannelModeratorCommandInput,
|
|
487
466
|
options?: __HttpHandlerOptions
|
|
@@ -495,7 +474,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
495
474
|
options: __HttpHandlerOptions,
|
|
496
475
|
cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
|
|
497
476
|
): void;
|
|
498
|
-
|
|
499
477
|
disassociateChannelFlow(
|
|
500
478
|
args: DisassociateChannelFlowCommandInput,
|
|
501
479
|
options?: __HttpHandlerOptions
|
|
@@ -509,7 +487,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
509
487
|
options: __HttpHandlerOptions,
|
|
510
488
|
cb: (err: any, data?: DisassociateChannelFlowCommandOutput) => void
|
|
511
489
|
): void;
|
|
512
|
-
|
|
513
490
|
getChannelMembershipPreferences(
|
|
514
491
|
args: GetChannelMembershipPreferencesCommandInput,
|
|
515
492
|
options?: __HttpHandlerOptions
|
|
@@ -523,7 +500,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
523
500
|
options: __HttpHandlerOptions,
|
|
524
501
|
cb: (err: any, data?: GetChannelMembershipPreferencesCommandOutput) => void
|
|
525
502
|
): void;
|
|
526
|
-
|
|
527
503
|
getChannelMessage(
|
|
528
504
|
args: GetChannelMessageCommandInput,
|
|
529
505
|
options?: __HttpHandlerOptions
|
|
@@ -537,7 +513,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
537
513
|
options: __HttpHandlerOptions,
|
|
538
514
|
cb: (err: any, data?: GetChannelMessageCommandOutput) => void
|
|
539
515
|
): void;
|
|
540
|
-
|
|
541
516
|
getChannelMessageStatus(
|
|
542
517
|
args: GetChannelMessageStatusCommandInput,
|
|
543
518
|
options?: __HttpHandlerOptions
|
|
@@ -551,7 +526,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
551
526
|
options: __HttpHandlerOptions,
|
|
552
527
|
cb: (err: any, data?: GetChannelMessageStatusCommandOutput) => void
|
|
553
528
|
): void;
|
|
554
|
-
|
|
555
529
|
getMessagingSessionEndpoint(
|
|
556
530
|
args: GetMessagingSessionEndpointCommandInput,
|
|
557
531
|
options?: __HttpHandlerOptions
|
|
@@ -565,7 +539,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
565
539
|
options: __HttpHandlerOptions,
|
|
566
540
|
cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
|
|
567
541
|
): void;
|
|
568
|
-
|
|
569
542
|
listChannelBans(
|
|
570
543
|
args: ListChannelBansCommandInput,
|
|
571
544
|
options?: __HttpHandlerOptions
|
|
@@ -579,7 +552,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
579
552
|
options: __HttpHandlerOptions,
|
|
580
553
|
cb: (err: any, data?: ListChannelBansCommandOutput) => void
|
|
581
554
|
): void;
|
|
582
|
-
|
|
583
555
|
listChannelFlows(
|
|
584
556
|
args: ListChannelFlowsCommandInput,
|
|
585
557
|
options?: __HttpHandlerOptions
|
|
@@ -593,7 +565,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
593
565
|
options: __HttpHandlerOptions,
|
|
594
566
|
cb: (err: any, data?: ListChannelFlowsCommandOutput) => void
|
|
595
567
|
): void;
|
|
596
|
-
|
|
597
568
|
listChannelMemberships(
|
|
598
569
|
args: ListChannelMembershipsCommandInput,
|
|
599
570
|
options?: __HttpHandlerOptions
|
|
@@ -607,7 +578,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
607
578
|
options: __HttpHandlerOptions,
|
|
608
579
|
cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
|
|
609
580
|
): void;
|
|
610
|
-
|
|
611
581
|
listChannelMembershipsForAppInstanceUser(
|
|
612
582
|
args: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
613
583
|
options?: __HttpHandlerOptions
|
|
@@ -627,7 +597,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
627
597
|
data?: ListChannelMembershipsForAppInstanceUserCommandOutput
|
|
628
598
|
) => void
|
|
629
599
|
): void;
|
|
630
|
-
|
|
631
600
|
listChannelMessages(
|
|
632
601
|
args: ListChannelMessagesCommandInput,
|
|
633
602
|
options?: __HttpHandlerOptions
|
|
@@ -641,7 +610,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
641
610
|
options: __HttpHandlerOptions,
|
|
642
611
|
cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
|
|
643
612
|
): void;
|
|
644
|
-
|
|
645
613
|
listChannelModerators(
|
|
646
614
|
args: ListChannelModeratorsCommandInput,
|
|
647
615
|
options?: __HttpHandlerOptions
|
|
@@ -655,7 +623,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
655
623
|
options: __HttpHandlerOptions,
|
|
656
624
|
cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
|
|
657
625
|
): void;
|
|
658
|
-
|
|
659
626
|
listChannels(
|
|
660
627
|
args: ListChannelsCommandInput,
|
|
661
628
|
options?: __HttpHandlerOptions
|
|
@@ -669,7 +636,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
669
636
|
options: __HttpHandlerOptions,
|
|
670
637
|
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
671
638
|
): void;
|
|
672
|
-
|
|
673
639
|
listChannelsAssociatedWithChannelFlow(
|
|
674
640
|
args: ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
675
641
|
options?: __HttpHandlerOptions
|
|
@@ -689,7 +655,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
689
655
|
data?: ListChannelsAssociatedWithChannelFlowCommandOutput
|
|
690
656
|
) => void
|
|
691
657
|
): void;
|
|
692
|
-
|
|
693
658
|
listChannelsModeratedByAppInstanceUser(
|
|
694
659
|
args: ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
695
660
|
options?: __HttpHandlerOptions
|
|
@@ -709,7 +674,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
709
674
|
data?: ListChannelsModeratedByAppInstanceUserCommandOutput
|
|
710
675
|
) => void
|
|
711
676
|
): void;
|
|
712
|
-
|
|
713
677
|
listSubChannels(
|
|
714
678
|
args: ListSubChannelsCommandInput,
|
|
715
679
|
options?: __HttpHandlerOptions
|
|
@@ -723,7 +687,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
723
687
|
options: __HttpHandlerOptions,
|
|
724
688
|
cb: (err: any, data?: ListSubChannelsCommandOutput) => void
|
|
725
689
|
): void;
|
|
726
|
-
|
|
727
690
|
listTagsForResource(
|
|
728
691
|
args: ListTagsForResourceCommandInput,
|
|
729
692
|
options?: __HttpHandlerOptions
|
|
@@ -737,7 +700,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
737
700
|
options: __HttpHandlerOptions,
|
|
738
701
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
739
702
|
): void;
|
|
740
|
-
|
|
741
703
|
putChannelMembershipPreferences(
|
|
742
704
|
args: PutChannelMembershipPreferencesCommandInput,
|
|
743
705
|
options?: __HttpHandlerOptions
|
|
@@ -751,7 +713,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
751
713
|
options: __HttpHandlerOptions,
|
|
752
714
|
cb: (err: any, data?: PutChannelMembershipPreferencesCommandOutput) => void
|
|
753
715
|
): void;
|
|
754
|
-
|
|
755
716
|
redactChannelMessage(
|
|
756
717
|
args: RedactChannelMessageCommandInput,
|
|
757
718
|
options?: __HttpHandlerOptions
|
|
@@ -765,7 +726,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
765
726
|
options: __HttpHandlerOptions,
|
|
766
727
|
cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
|
|
767
728
|
): void;
|
|
768
|
-
|
|
769
729
|
searchChannels(
|
|
770
730
|
args: SearchChannelsCommandInput,
|
|
771
731
|
options?: __HttpHandlerOptions
|
|
@@ -779,7 +739,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
779
739
|
options: __HttpHandlerOptions,
|
|
780
740
|
cb: (err: any, data?: SearchChannelsCommandOutput) => void
|
|
781
741
|
): void;
|
|
782
|
-
|
|
783
742
|
sendChannelMessage(
|
|
784
743
|
args: SendChannelMessageCommandInput,
|
|
785
744
|
options?: __HttpHandlerOptions
|
|
@@ -793,7 +752,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
793
752
|
options: __HttpHandlerOptions,
|
|
794
753
|
cb: (err: any, data?: SendChannelMessageCommandOutput) => void
|
|
795
754
|
): void;
|
|
796
|
-
|
|
797
755
|
tagResource(
|
|
798
756
|
args: TagResourceCommandInput,
|
|
799
757
|
options?: __HttpHandlerOptions
|
|
@@ -807,7 +765,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
807
765
|
options: __HttpHandlerOptions,
|
|
808
766
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
809
767
|
): void;
|
|
810
|
-
|
|
811
768
|
untagResource(
|
|
812
769
|
args: UntagResourceCommandInput,
|
|
813
770
|
options?: __HttpHandlerOptions
|
|
@@ -821,7 +778,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
821
778
|
options: __HttpHandlerOptions,
|
|
822
779
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
823
780
|
): void;
|
|
824
|
-
|
|
825
781
|
updateChannel(
|
|
826
782
|
args: UpdateChannelCommandInput,
|
|
827
783
|
options?: __HttpHandlerOptions
|
|
@@ -835,7 +791,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
835
791
|
options: __HttpHandlerOptions,
|
|
836
792
|
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
837
793
|
): void;
|
|
838
|
-
|
|
839
794
|
updateChannelFlow(
|
|
840
795
|
args: UpdateChannelFlowCommandInput,
|
|
841
796
|
options?: __HttpHandlerOptions
|
|
@@ -849,7 +804,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
849
804
|
options: __HttpHandlerOptions,
|
|
850
805
|
cb: (err: any, data?: UpdateChannelFlowCommandOutput) => void
|
|
851
806
|
): void;
|
|
852
|
-
|
|
853
807
|
updateChannelMessage(
|
|
854
808
|
args: UpdateChannelMessageCommandInput,
|
|
855
809
|
options?: __HttpHandlerOptions
|
|
@@ -863,7 +817,6 @@ export declare class ChimeSDKMessaging extends ChimeSDKMessagingClient {
|
|
|
863
817
|
options: __HttpHandlerOptions,
|
|
864
818
|
cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
|
|
865
819
|
): void;
|
|
866
|
-
|
|
867
820
|
updateChannelReadMarker(
|
|
868
821
|
args: UpdateChannelReadMarkerCommandInput,
|
|
869
822
|
options?: __HttpHandlerOptions
|
|
@@ -329,47 +329,26 @@ export declare type ServiceOutputTypes =
|
|
|
329
329
|
export interface ClientDefaults
|
|
330
330
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
331
331
|
requestHandler?: __HttpHandler;
|
|
332
|
-
|
|
333
332
|
sha256?: __HashConstructor;
|
|
334
|
-
|
|
335
333
|
urlParser?: __UrlParser;
|
|
336
|
-
|
|
337
334
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
338
|
-
|
|
339
335
|
streamCollector?: __StreamCollector;
|
|
340
|
-
|
|
341
336
|
base64Decoder?: __Decoder;
|
|
342
|
-
|
|
343
337
|
base64Encoder?: __Encoder;
|
|
344
|
-
|
|
345
338
|
utf8Decoder?: __Decoder;
|
|
346
|
-
|
|
347
339
|
utf8Encoder?: __Encoder;
|
|
348
|
-
|
|
349
340
|
runtime?: string;
|
|
350
|
-
|
|
351
341
|
disableHostPrefix?: boolean;
|
|
352
|
-
|
|
353
342
|
maxAttempts?: number | __Provider<number>;
|
|
354
|
-
|
|
355
343
|
retryMode?: string | __Provider<string>;
|
|
356
|
-
|
|
357
344
|
logger?: __Logger;
|
|
358
|
-
|
|
359
345
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
360
|
-
|
|
361
346
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
362
|
-
|
|
363
347
|
serviceId?: string;
|
|
364
|
-
|
|
365
348
|
region?: string | __Provider<string>;
|
|
366
|
-
|
|
367
349
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
368
|
-
|
|
369
350
|
regionInfoProvider?: RegionInfoProvider;
|
|
370
|
-
|
|
371
351
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
372
|
-
|
|
373
352
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
374
353
|
}
|
|
375
354
|
declare type ChimeSDKMessagingClientConfigType = Partial<
|
|
@@ -382,7 +361,6 @@ declare type ChimeSDKMessagingClientConfigType = Partial<
|
|
|
382
361
|
HostHeaderInputConfig &
|
|
383
362
|
AwsAuthInputConfig &
|
|
384
363
|
UserAgentInputConfig;
|
|
385
|
-
|
|
386
364
|
export interface ChimeSDKMessagingClientConfig
|
|
387
365
|
extends ChimeSDKMessagingClientConfigType {}
|
|
388
366
|
declare type ChimeSDKMessagingClientResolvedConfigType =
|
|
@@ -394,10 +372,8 @@ declare type ChimeSDKMessagingClientResolvedConfigType =
|
|
|
394
372
|
HostHeaderResolvedConfig &
|
|
395
373
|
AwsAuthResolvedConfig &
|
|
396
374
|
UserAgentResolvedConfig;
|
|
397
|
-
|
|
398
375
|
export interface ChimeSDKMessagingClientResolvedConfig
|
|
399
376
|
extends ChimeSDKMessagingClientResolvedConfigType {}
|
|
400
|
-
|
|
401
377
|
export declare class ChimeSDKMessagingClient extends __Client<
|
|
402
378
|
__HttpHandlerOptions,
|
|
403
379
|
ServiceInputTypes,
|
|
@@ -406,7 +382,6 @@ export declare class ChimeSDKMessagingClient extends __Client<
|
|
|
406
382
|
> {
|
|
407
383
|
readonly config: ChimeSDKMessagingClientResolvedConfig;
|
|
408
384
|
constructor(configuration: ChimeSDKMessagingClientConfig);
|
|
409
|
-
|
|
410
385
|
destroy(): void;
|
|
411
386
|
}
|
|
412
387
|
export {};
|
|
@@ -14,7 +14,6 @@ import { AssociateChannelFlowRequest } from "../models/models_0";
|
|
|
14
14
|
export interface AssociateChannelFlowCommandInput
|
|
15
15
|
extends AssociateChannelFlowRequest {}
|
|
16
16
|
export interface AssociateChannelFlowCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class AssociateChannelFlowCommand extends $Command<
|
|
19
18
|
AssociateChannelFlowCommandInput,
|
|
20
19
|
AssociateChannelFlowCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class AssociateChannelFlowCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: AssociateChannelFlowCommandInput;
|
|
24
23
|
constructor(input: AssociateChannelFlowCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchCreateChannelMembershipCommandInput
|
|
|
19
19
|
export interface BatchCreateChannelMembershipCommandOutput
|
|
20
20
|
extends BatchCreateChannelMembershipResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchCreateChannelMembershipCommand extends $Command<
|
|
24
23
|
BatchCreateChannelMembershipCommandInput,
|
|
25
24
|
BatchCreateChannelMembershipCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchCreateChannelMembershipCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchCreateChannelMembershipCommandInput;
|
|
29
28
|
constructor(input: BatchCreateChannelMembershipCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ChannelFlowCallbackCommandInput
|
|
|
19
19
|
export interface ChannelFlowCallbackCommandOutput
|
|
20
20
|
extends ChannelFlowCallbackResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ChannelFlowCallbackCommand extends $Command<
|
|
24
23
|
ChannelFlowCallbackCommandInput,
|
|
25
24
|
ChannelFlowCallbackCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ChannelFlowCallbackCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ChannelFlowCallbackCommandInput;
|
|
29
28
|
constructor(input: ChannelFlowCallbackCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateChannelBanCommandInput extends CreateChannelBanRequest {}
|
|
|
18
18
|
export interface CreateChannelBanCommandOutput
|
|
19
19
|
extends CreateChannelBanResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateChannelBanCommand extends $Command<
|
|
23
22
|
CreateChannelBanCommandInput,
|
|
24
23
|
CreateChannelBanCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateChannelBanCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateChannelBanCommandInput;
|
|
28
27
|
constructor(input: CreateChannelBanCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
|
18
18
|
export interface CreateChannelCommandOutput
|
|
19
19
|
extends CreateChannelResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateChannelCommand extends $Command<
|
|
23
22
|
CreateChannelCommandInput,
|
|
24
23
|
CreateChannelCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateChannelCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateChannelCommandInput;
|
|
28
27
|
constructor(input: CreateChannelCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateChannelFlowCommandInput
|
|
|
19
19
|
export interface CreateChannelFlowCommandOutput
|
|
20
20
|
extends CreateChannelFlowResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateChannelFlowCommand extends $Command<
|
|
24
23
|
CreateChannelFlowCommandInput,
|
|
25
24
|
CreateChannelFlowCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateChannelFlowCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateChannelFlowCommandInput;
|
|
29
28
|
constructor(input: CreateChannelFlowCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateChannelMembershipCommandInput
|
|
|
19
19
|
export interface CreateChannelMembershipCommandOutput
|
|
20
20
|
extends CreateChannelMembershipResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateChannelMembershipCommand extends $Command<
|
|
24
23
|
CreateChannelMembershipCommandInput,
|
|
25
24
|
CreateChannelMembershipCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateChannelMembershipCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateChannelMembershipCommandInput;
|
|
29
28
|
constructor(input: CreateChannelMembershipCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateChannelModeratorCommandInput
|
|
|
19
19
|
export interface CreateChannelModeratorCommandOutput
|
|
20
20
|
extends CreateChannelModeratorResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateChannelModeratorCommand extends $Command<
|
|
24
23
|
CreateChannelModeratorCommandInput,
|
|
25
24
|
CreateChannelModeratorCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateChannelModeratorCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateChannelModeratorCommandInput;
|
|
29
28
|
constructor(input: CreateChannelModeratorCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteChannelBanRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteChannelBanCommandInput extends DeleteChannelBanRequest {}
|
|
15
15
|
export interface DeleteChannelBanCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteChannelBanCommand extends $Command<
|
|
18
17
|
DeleteChannelBanCommandInput,
|
|
19
18
|
DeleteChannelBanCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteChannelBanCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteChannelBanCommandInput;
|
|
23
22
|
constructor(input: DeleteChannelBanCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteChannelRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
15
15
|
export interface DeleteChannelCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteChannelCommand extends $Command<
|
|
18
17
|
DeleteChannelCommandInput,
|
|
19
18
|
DeleteChannelCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteChannelCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteChannelCommandInput;
|
|
23
22
|
constructor(input: DeleteChannelCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteChannelFlowRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteChannelFlowCommandInput
|
|
15
15
|
extends DeleteChannelFlowRequest {}
|
|
16
16
|
export interface DeleteChannelFlowCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteChannelFlowCommand extends $Command<
|
|
19
18
|
DeleteChannelFlowCommandInput,
|
|
20
19
|
DeleteChannelFlowCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteChannelFlowCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteChannelFlowCommandInput;
|
|
24
23
|
constructor(input: DeleteChannelFlowCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteChannelMembershipCommandInput
|
|
|
15
15
|
extends DeleteChannelMembershipRequest {}
|
|
16
16
|
export interface DeleteChannelMembershipCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteChannelMembershipCommand extends $Command<
|
|
20
19
|
DeleteChannelMembershipCommandInput,
|
|
21
20
|
DeleteChannelMembershipCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteChannelMembershipCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteChannelMembershipCommandInput;
|
|
25
24
|
constructor(input: DeleteChannelMembershipCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteChannelMessageRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteChannelMessageCommandInput
|
|
15
15
|
extends DeleteChannelMessageRequest {}
|
|
16
16
|
export interface DeleteChannelMessageCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteChannelMessageCommand extends $Command<
|
|
19
18
|
DeleteChannelMessageCommandInput,
|
|
20
19
|
DeleteChannelMessageCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteChannelMessageCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteChannelMessageCommandInput;
|
|
24
23
|
constructor(input: DeleteChannelMessageCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteChannelModeratorRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteChannelModeratorCommandInput
|
|
15
15
|
extends DeleteChannelModeratorRequest {}
|
|
16
16
|
export interface DeleteChannelModeratorCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteChannelModeratorCommand extends $Command<
|
|
19
18
|
DeleteChannelModeratorCommandInput,
|
|
20
19
|
DeleteChannelModeratorCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteChannelModeratorCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteChannelModeratorCommandInput;
|
|
24
23
|
constructor(input: DeleteChannelModeratorCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: ChimeSDKMessagingClientResolvedConfig,
|