@aws-sdk/client-chime-sdk-messaging 3.169.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.
Files changed (75) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ChimeSDKMessaging.d.ts +833 -240
  3. package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +387 -120
  4. package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +34 -17
  5. package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +36 -17
  7. package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +36 -17
  10. package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +30 -17
  13. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +31 -17
  15. package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +35 -17
  26. package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +36 -17
  49. package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +6 -6
  54. package/dist-types/ts3.4/models/ChimeSDKMessagingServiceException.d.ts +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +1092 -1404
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListChannelFlowsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListChannelsAssociatedWithChannelFlowPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListSubChannelsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/SearchChannelsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  70. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +569 -143
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  75. package/package.json +34 -34
@@ -1,1404 +1,1092 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
3
- export declare enum AllowNotifications {
4
- ALL = "ALL",
5
- FILTERED = "FILTERED",
6
- NONE = "NONE"
7
- }
8
- export declare enum ChannelMembershipType {
9
- DEFAULT = "DEFAULT",
10
- HIDDEN = "HIDDEN"
11
- }
12
-
13
- export interface AppInstanceUserMembershipSummary {
14
-
15
- Type?: ChannelMembershipType | string;
16
-
17
- ReadMarkerTimestamp?: Date;
18
-
19
- SubChannelId?: string;
20
- }
21
- export interface AssociateChannelFlowRequest {
22
-
23
- ChannelArn: string | undefined;
24
-
25
- ChannelFlowArn: string | undefined;
26
-
27
- ChimeBearer: string | undefined;
28
- }
29
- export declare enum ErrorCode {
30
- AccessDenied = "AccessDenied",
31
- BadRequest = "BadRequest",
32
- Conflict = "Conflict",
33
- Forbidden = "Forbidden",
34
- NotFound = "NotFound",
35
- PhoneNumberAssociationsExist = "PhoneNumberAssociationsExist",
36
- PreconditionFailed = "PreconditionFailed",
37
- ResourceLimitExceeded = "ResourceLimitExceeded",
38
- ServiceFailure = "ServiceFailure",
39
- ServiceUnavailable = "ServiceUnavailable",
40
- Throttled = "Throttled",
41
- Throttling = "Throttling",
42
- Unauthorized = "Unauthorized",
43
- Unprocessable = "Unprocessable",
44
- VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist"
45
- }
46
-
47
- export declare class BadRequestException extends __BaseException {
48
- readonly name: "BadRequestException";
49
- readonly $fault: "client";
50
- Code?: ErrorCode | string;
51
- Message?: string;
52
-
53
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
54
- }
55
-
56
- export declare class ConflictException extends __BaseException {
57
- readonly name: "ConflictException";
58
- readonly $fault: "client";
59
- Code?: ErrorCode | string;
60
- Message?: string;
61
-
62
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
63
- }
64
-
65
- export declare class ForbiddenException extends __BaseException {
66
- readonly name: "ForbiddenException";
67
- readonly $fault: "client";
68
- Code?: ErrorCode | string;
69
- Message?: string;
70
-
71
- constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
72
- }
73
-
74
- export declare class NotFoundException extends __BaseException {
75
- readonly name: "NotFoundException";
76
- readonly $fault: "client";
77
- Code?: ErrorCode | string;
78
- Message?: string;
79
-
80
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
81
- }
82
-
83
- export declare class ServiceFailureException extends __BaseException {
84
- readonly name: "ServiceFailureException";
85
- readonly $fault: "server";
86
- Code?: ErrorCode | string;
87
- Message?: string;
88
-
89
- constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
90
- }
91
-
92
- export declare class ServiceUnavailableException extends __BaseException {
93
- readonly name: "ServiceUnavailableException";
94
- readonly $fault: "server";
95
- Code?: ErrorCode | string;
96
- Message?: string;
97
-
98
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
99
- }
100
-
101
- export declare class ThrottledClientException extends __BaseException {
102
- readonly name: "ThrottledClientException";
103
- readonly $fault: "client";
104
- Code?: ErrorCode | string;
105
- Message?: string;
106
-
107
- constructor(opts: __ExceptionOptionType<ThrottledClientException, __BaseException>);
108
- }
109
-
110
- export declare class UnauthorizedClientException extends __BaseException {
111
- readonly name: "UnauthorizedClientException";
112
- readonly $fault: "client";
113
- Code?: ErrorCode | string;
114
- Message?: string;
115
-
116
- constructor(opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>);
117
- }
118
-
119
- export interface Identity {
120
-
121
- Arn?: string;
122
-
123
- Name?: string;
124
- }
125
-
126
- export interface BatchChannelMemberships {
127
-
128
- InvitedBy?: Identity;
129
-
130
- Type?: ChannelMembershipType | string;
131
-
132
- Members?: Identity[];
133
-
134
- ChannelArn?: string;
135
-
136
- SubChannelId?: string;
137
- }
138
- export interface BatchCreateChannelMembershipRequest {
139
-
140
- ChannelArn: string | undefined;
141
-
142
- Type?: ChannelMembershipType | string;
143
-
144
- MemberArns: string[] | undefined;
145
-
146
- ChimeBearer: string | undefined;
147
-
148
- SubChannelId?: string;
149
- }
150
-
151
- export interface BatchCreateChannelMembershipError {
152
-
153
- MemberArn?: string;
154
-
155
- ErrorCode?: ErrorCode | string;
156
-
157
- ErrorMessage?: string;
158
- }
159
- export interface BatchCreateChannelMembershipResponse {
160
-
161
- BatchChannelMemberships?: BatchChannelMemberships;
162
-
163
- Errors?: BatchCreateChannelMembershipError[];
164
- }
165
-
166
- export declare class ResourceLimitExceededException extends __BaseException {
167
- readonly name: "ResourceLimitExceededException";
168
- readonly $fault: "client";
169
- Code?: ErrorCode | string;
170
- Message?: string;
171
-
172
- constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
173
- }
174
-
175
- export interface ElasticChannelConfiguration {
176
-
177
- MaximumSubChannels: number | undefined;
178
-
179
- TargetMembershipsPerSubChannel: number | undefined;
180
-
181
- MinimumMembershipPercentage: number | undefined;
182
- }
183
- export declare enum ChannelMode {
184
- RESTRICTED = "RESTRICTED",
185
- UNRESTRICTED = "UNRESTRICTED"
186
- }
187
- export declare enum ChannelPrivacy {
188
- PRIVATE = "PRIVATE",
189
- PUBLIC = "PUBLIC"
190
- }
191
-
192
- export interface Channel {
193
-
194
- Name?: string;
195
-
196
- ChannelArn?: string;
197
-
198
- Mode?: ChannelMode | string;
199
-
200
- Privacy?: ChannelPrivacy | string;
201
-
202
- Metadata?: string;
203
-
204
- CreatedBy?: Identity;
205
-
206
- CreatedTimestamp?: Date;
207
-
208
- LastMessageTimestamp?: Date;
209
-
210
- LastUpdatedTimestamp?: Date;
211
-
212
- ChannelFlowArn?: string;
213
-
214
- ElasticChannelConfiguration?: ElasticChannelConfiguration;
215
- }
216
-
217
- export interface ChannelAssociatedWithFlowSummary {
218
-
219
- Name?: string;
220
-
221
- ChannelArn?: string;
222
-
223
- Mode?: ChannelMode | string;
224
-
225
- Privacy?: ChannelPrivacy | string;
226
-
227
- Metadata?: string;
228
- }
229
-
230
- export interface ChannelBan {
231
-
232
- Member?: Identity;
233
-
234
- ChannelArn?: string;
235
-
236
- CreatedTimestamp?: Date;
237
-
238
- CreatedBy?: Identity;
239
- }
240
-
241
- export interface ChannelBanSummary {
242
-
243
- Member?: Identity;
244
- }
245
- export declare enum InvocationType {
246
- ASYNC = "ASYNC"
247
- }
248
-
249
- export interface LambdaConfiguration {
250
-
251
- ResourceArn: string | undefined;
252
-
253
- InvocationType: InvocationType | string | undefined;
254
- }
255
-
256
- export interface ProcessorConfiguration {
257
-
258
- Lambda: LambdaConfiguration | undefined;
259
- }
260
- export declare enum FallbackAction {
261
- ABORT = "ABORT",
262
- CONTINUE = "CONTINUE"
263
- }
264
-
265
- export interface Processor {
266
-
267
- Name: string | undefined;
268
-
269
- Configuration: ProcessorConfiguration | undefined;
270
-
271
- ExecutionOrder: number | undefined;
272
-
273
- FallbackAction: FallbackAction | string | undefined;
274
- }
275
-
276
- export interface ChannelFlow {
277
-
278
- ChannelFlowArn?: string;
279
-
280
- Processors?: Processor[];
281
-
282
- Name?: string;
283
-
284
- CreatedTimestamp?: Date;
285
-
286
- LastUpdatedTimestamp?: Date;
287
- }
288
-
289
- export interface MessageAttributeValue {
290
-
291
- StringValues?: string[];
292
- }
293
- export declare enum PushNotificationType {
294
- DEFAULT = "DEFAULT",
295
- VOIP = "VOIP"
296
- }
297
-
298
- export interface PushNotificationConfiguration {
299
-
300
- Title?: string;
301
-
302
- Body?: string;
303
-
304
- Type?: PushNotificationType | string;
305
- }
306
-
307
- export interface ChannelMessageCallback {
308
-
309
- MessageId: string | undefined;
310
-
311
- Content?: string;
312
-
313
- Metadata?: string;
314
-
315
- PushNotification?: PushNotificationConfiguration;
316
-
317
- MessageAttributes?: Record<string, MessageAttributeValue>;
318
-
319
- SubChannelId?: string;
320
- }
321
- export interface ChannelFlowCallbackRequest {
322
-
323
- CallbackId?: string;
324
-
325
- ChannelArn: string | undefined;
326
-
327
- DeleteResource?: boolean;
328
-
329
- ChannelMessage: ChannelMessageCallback | undefined;
330
- }
331
- export interface ChannelFlowCallbackResponse {
332
-
333
- ChannelArn?: string;
334
-
335
- CallbackId?: string;
336
- }
337
-
338
- export interface ChannelFlowSummary {
339
-
340
- ChannelFlowArn?: string;
341
-
342
- Name?: string;
343
-
344
- Processors?: Processor[];
345
- }
346
-
347
- export interface ChannelMembership {
348
-
349
- InvitedBy?: Identity;
350
-
351
- Type?: ChannelMembershipType | string;
352
-
353
- Member?: Identity;
354
-
355
- ChannelArn?: string;
356
-
357
- CreatedTimestamp?: Date;
358
-
359
- LastUpdatedTimestamp?: Date;
360
-
361
- SubChannelId?: string;
362
- }
363
-
364
- export interface ChannelSummary {
365
-
366
- Name?: string;
367
-
368
- ChannelArn?: string;
369
-
370
- Mode?: ChannelMode | string;
371
-
372
- Privacy?: ChannelPrivacy | string;
373
-
374
- Metadata?: string;
375
-
376
- LastMessageTimestamp?: Date;
377
- }
378
-
379
- export interface ChannelMembershipForAppInstanceUserSummary {
380
-
381
- ChannelSummary?: ChannelSummary;
382
-
383
- AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
384
- }
385
-
386
- export interface PushNotificationPreferences {
387
-
388
- AllowNotifications: AllowNotifications | string | undefined;
389
-
390
- FilterRule?: string;
391
- }
392
-
393
- export interface ChannelMembershipPreferences {
394
-
395
- PushNotifications?: PushNotificationPreferences;
396
- }
397
-
398
- export interface ChannelMembershipSummary {
399
-
400
- Member?: Identity;
401
- }
402
- export declare enum ChannelMessagePersistenceType {
403
- NON_PERSISTENT = "NON_PERSISTENT",
404
- PERSISTENT = "PERSISTENT"
405
- }
406
- export declare enum ChannelMessageStatus {
407
- DENIED = "DENIED",
408
- FAILED = "FAILED",
409
- PENDING = "PENDING",
410
- SENT = "SENT"
411
- }
412
-
413
- export interface ChannelMessageStatusStructure {
414
-
415
- Value?: ChannelMessageStatus | string;
416
-
417
- Detail?: string;
418
- }
419
- export declare enum ChannelMessageType {
420
- CONTROL = "CONTROL",
421
- STANDARD = "STANDARD"
422
- }
423
-
424
- export interface ChannelMessage {
425
-
426
- ChannelArn?: string;
427
-
428
- MessageId?: string;
429
-
430
- Content?: string;
431
-
432
- Metadata?: string;
433
-
434
- Type?: ChannelMessageType | string;
435
-
436
- CreatedTimestamp?: Date;
437
-
438
- LastEditedTimestamp?: Date;
439
-
440
- LastUpdatedTimestamp?: Date;
441
-
442
- Sender?: Identity;
443
-
444
- Redacted?: boolean;
445
-
446
- Persistence?: ChannelMessagePersistenceType | string;
447
-
448
- Status?: ChannelMessageStatusStructure;
449
-
450
- MessageAttributes?: Record<string, MessageAttributeValue>;
451
-
452
- SubChannelId?: string;
453
- }
454
-
455
- export interface ChannelMessageSummary {
456
-
457
- MessageId?: string;
458
-
459
- Content?: string;
460
-
461
- Metadata?: string;
462
-
463
- Type?: ChannelMessageType | string;
464
-
465
- CreatedTimestamp?: Date;
466
-
467
- LastUpdatedTimestamp?: Date;
468
-
469
- LastEditedTimestamp?: Date;
470
-
471
- Sender?: Identity;
472
-
473
- Redacted?: boolean;
474
-
475
- Status?: ChannelMessageStatusStructure;
476
-
477
- MessageAttributes?: Record<string, MessageAttributeValue>;
478
- }
479
-
480
- export interface ChannelModeratedByAppInstanceUserSummary {
481
-
482
- ChannelSummary?: ChannelSummary;
483
- }
484
-
485
- export interface ChannelModerator {
486
-
487
- Moderator?: Identity;
488
-
489
- ChannelArn?: string;
490
-
491
- CreatedTimestamp?: Date;
492
-
493
- CreatedBy?: Identity;
494
- }
495
-
496
- export interface ChannelModeratorSummary {
497
-
498
- Moderator?: Identity;
499
- }
500
-
501
- export interface Tag {
502
-
503
- Key: string | undefined;
504
-
505
- Value: string | undefined;
506
- }
507
- export interface CreateChannelRequest {
508
-
509
- AppInstanceArn: string | undefined;
510
-
511
- Name: string | undefined;
512
-
513
- Mode?: ChannelMode | string;
514
-
515
- Privacy?: ChannelPrivacy | string;
516
-
517
- Metadata?: string;
518
-
519
- ClientRequestToken?: string;
520
-
521
- Tags?: Tag[];
522
-
523
- ChimeBearer: string | undefined;
524
-
525
- ChannelId?: string;
526
-
527
- MemberArns?: string[];
528
-
529
- ModeratorArns?: string[];
530
-
531
- ElasticChannelConfiguration?: ElasticChannelConfiguration;
532
- }
533
- export interface CreateChannelResponse {
534
-
535
- ChannelArn?: string;
536
- }
537
- export interface CreateChannelBanRequest {
538
-
539
- ChannelArn: string | undefined;
540
-
541
- MemberArn: string | undefined;
542
-
543
- ChimeBearer: string | undefined;
544
- }
545
- export interface CreateChannelBanResponse {
546
-
547
- ChannelArn?: string;
548
-
549
- Member?: Identity;
550
- }
551
- export interface CreateChannelFlowRequest {
552
-
553
- AppInstanceArn: string | undefined;
554
-
555
- Processors: Processor[] | undefined;
556
-
557
- Name: string | undefined;
558
-
559
- Tags?: Tag[];
560
-
561
- ClientRequestToken: string | undefined;
562
- }
563
- export interface CreateChannelFlowResponse {
564
-
565
- ChannelFlowArn?: string;
566
- }
567
- export interface CreateChannelMembershipRequest {
568
-
569
- ChannelArn: string | undefined;
570
-
571
- MemberArn: string | undefined;
572
-
573
- Type: ChannelMembershipType | string | undefined;
574
-
575
- ChimeBearer: string | undefined;
576
-
577
- SubChannelId?: string;
578
- }
579
- export interface CreateChannelMembershipResponse {
580
-
581
- ChannelArn?: string;
582
-
583
- Member?: Identity;
584
-
585
- SubChannelId?: string;
586
- }
587
- export interface CreateChannelModeratorRequest {
588
-
589
- ChannelArn: string | undefined;
590
-
591
- ChannelModeratorArn: string | undefined;
592
-
593
- ChimeBearer: string | undefined;
594
- }
595
- export interface CreateChannelModeratorResponse {
596
-
597
- ChannelArn?: string;
598
-
599
- ChannelModerator?: Identity;
600
- }
601
- export interface DeleteChannelRequest {
602
-
603
- ChannelArn: string | undefined;
604
-
605
- ChimeBearer: string | undefined;
606
-
607
- SubChannelId?: string;
608
- }
609
- export interface DeleteChannelBanRequest {
610
-
611
- ChannelArn: string | undefined;
612
-
613
- MemberArn: string | undefined;
614
-
615
- ChimeBearer: string | undefined;
616
- }
617
- export interface DeleteChannelFlowRequest {
618
-
619
- ChannelFlowArn: string | undefined;
620
- }
621
- export interface DeleteChannelMembershipRequest {
622
-
623
- ChannelArn: string | undefined;
624
-
625
- MemberArn: string | undefined;
626
-
627
- ChimeBearer: string | undefined;
628
-
629
- SubChannelId?: string;
630
- }
631
- export interface DeleteChannelMessageRequest {
632
-
633
- ChannelArn: string | undefined;
634
-
635
- MessageId: string | undefined;
636
-
637
- ChimeBearer: string | undefined;
638
-
639
- SubChannelId?: string;
640
- }
641
- export interface DeleteChannelModeratorRequest {
642
-
643
- ChannelArn: string | undefined;
644
-
645
- ChannelModeratorArn: string | undefined;
646
-
647
- ChimeBearer: string | undefined;
648
- }
649
- export interface DescribeChannelRequest {
650
-
651
- ChannelArn: string | undefined;
652
-
653
- ChimeBearer: string | undefined;
654
- }
655
- export interface DescribeChannelResponse {
656
-
657
- Channel?: Channel;
658
- }
659
- export interface DescribeChannelBanRequest {
660
-
661
- ChannelArn: string | undefined;
662
-
663
- MemberArn: string | undefined;
664
-
665
- ChimeBearer: string | undefined;
666
- }
667
- export interface DescribeChannelBanResponse {
668
-
669
- ChannelBan?: ChannelBan;
670
- }
671
- export interface DescribeChannelFlowRequest {
672
-
673
- ChannelFlowArn: string | undefined;
674
- }
675
- export interface DescribeChannelFlowResponse {
676
-
677
- ChannelFlow?: ChannelFlow;
678
- }
679
- export interface DescribeChannelMembershipRequest {
680
-
681
- ChannelArn: string | undefined;
682
-
683
- MemberArn: string | undefined;
684
-
685
- ChimeBearer: string | undefined;
686
-
687
- SubChannelId?: string;
688
- }
689
- export interface DescribeChannelMembershipResponse {
690
-
691
- ChannelMembership?: ChannelMembership;
692
- }
693
- export interface DescribeChannelMembershipForAppInstanceUserRequest {
694
-
695
- ChannelArn: string | undefined;
696
-
697
- AppInstanceUserArn: string | undefined;
698
-
699
- ChimeBearer: string | undefined;
700
- }
701
- export interface DescribeChannelMembershipForAppInstanceUserResponse {
702
-
703
- ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
704
- }
705
- export interface DescribeChannelModeratedByAppInstanceUserRequest {
706
-
707
- ChannelArn: string | undefined;
708
-
709
- AppInstanceUserArn: string | undefined;
710
-
711
- ChimeBearer: string | undefined;
712
- }
713
- export interface DescribeChannelModeratedByAppInstanceUserResponse {
714
-
715
- Channel?: ChannelModeratedByAppInstanceUserSummary;
716
- }
717
- export interface DescribeChannelModeratorRequest {
718
-
719
- ChannelArn: string | undefined;
720
-
721
- ChannelModeratorArn: string | undefined;
722
-
723
- ChimeBearer: string | undefined;
724
- }
725
- export interface DescribeChannelModeratorResponse {
726
-
727
- ChannelModerator?: ChannelModerator;
728
- }
729
- export interface DisassociateChannelFlowRequest {
730
-
731
- ChannelArn: string | undefined;
732
-
733
- ChannelFlowArn: string | undefined;
734
-
735
- ChimeBearer: string | undefined;
736
- }
737
- export interface GetChannelMembershipPreferencesRequest {
738
-
739
- ChannelArn: string | undefined;
740
-
741
- MemberArn: string | undefined;
742
-
743
- ChimeBearer: string | undefined;
744
- }
745
- export interface GetChannelMembershipPreferencesResponse {
746
-
747
- ChannelArn?: string;
748
-
749
- Member?: Identity;
750
-
751
- Preferences?: ChannelMembershipPreferences;
752
- }
753
- export interface GetChannelMessageRequest {
754
-
755
- ChannelArn: string | undefined;
756
-
757
- MessageId: string | undefined;
758
-
759
- ChimeBearer: string | undefined;
760
-
761
- SubChannelId?: string;
762
- }
763
- export interface GetChannelMessageResponse {
764
-
765
- ChannelMessage?: ChannelMessage;
766
- }
767
- export interface GetChannelMessageStatusRequest {
768
-
769
- ChannelArn: string | undefined;
770
-
771
- MessageId: string | undefined;
772
-
773
- ChimeBearer: string | undefined;
774
-
775
- SubChannelId?: string;
776
- }
777
- export interface GetChannelMessageStatusResponse {
778
-
779
- Status?: ChannelMessageStatusStructure;
780
- }
781
- export interface GetMessagingSessionEndpointRequest {
782
- }
783
-
784
- export interface MessagingSessionEndpoint {
785
-
786
- Url?: string;
787
- }
788
- export interface GetMessagingSessionEndpointResponse {
789
-
790
- Endpoint?: MessagingSessionEndpoint;
791
- }
792
- export interface ListChannelBansRequest {
793
-
794
- ChannelArn: string | undefined;
795
-
796
- MaxResults?: number;
797
-
798
- NextToken?: string;
799
-
800
- ChimeBearer: string | undefined;
801
- }
802
- export interface ListChannelBansResponse {
803
-
804
- ChannelArn?: string;
805
-
806
- NextToken?: string;
807
-
808
- ChannelBans?: ChannelBanSummary[];
809
- }
810
- export interface ListChannelFlowsRequest {
811
-
812
- AppInstanceArn: string | undefined;
813
-
814
- MaxResults?: number;
815
-
816
- NextToken?: string;
817
- }
818
- export interface ListChannelFlowsResponse {
819
-
820
- ChannelFlows?: ChannelFlowSummary[];
821
-
822
- NextToken?: string;
823
- }
824
- export interface ListChannelMembershipsRequest {
825
-
826
- ChannelArn: string | undefined;
827
-
828
- Type?: ChannelMembershipType | string;
829
-
830
- MaxResults?: number;
831
-
832
- NextToken?: string;
833
-
834
- ChimeBearer: string | undefined;
835
-
836
- SubChannelId?: string;
837
- }
838
- export interface ListChannelMembershipsResponse {
839
-
840
- ChannelArn?: string;
841
-
842
- ChannelMemberships?: ChannelMembershipSummary[];
843
-
844
- NextToken?: string;
845
- }
846
- export interface ListChannelMembershipsForAppInstanceUserRequest {
847
-
848
- AppInstanceUserArn?: string;
849
-
850
- MaxResults?: number;
851
-
852
- NextToken?: string;
853
-
854
- ChimeBearer: string | undefined;
855
- }
856
- export interface ListChannelMembershipsForAppInstanceUserResponse {
857
-
858
- ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
859
-
860
- NextToken?: string;
861
- }
862
- export declare enum SortOrder {
863
- ASCENDING = "ASCENDING",
864
- DESCENDING = "DESCENDING"
865
- }
866
- export interface ListChannelMessagesRequest {
867
-
868
- ChannelArn: string | undefined;
869
-
870
- SortOrder?: SortOrder | string;
871
-
872
- NotBefore?: Date;
873
-
874
- NotAfter?: Date;
875
-
876
- MaxResults?: number;
877
-
878
- NextToken?: string;
879
-
880
- ChimeBearer: string | undefined;
881
-
882
- SubChannelId?: string;
883
- }
884
- export interface ListChannelMessagesResponse {
885
-
886
- ChannelArn?: string;
887
-
888
- NextToken?: string;
889
-
890
- ChannelMessages?: ChannelMessageSummary[];
891
-
892
- SubChannelId?: string;
893
- }
894
- export interface ListChannelModeratorsRequest {
895
-
896
- ChannelArn: string | undefined;
897
-
898
- MaxResults?: number;
899
-
900
- NextToken?: string;
901
-
902
- ChimeBearer: string | undefined;
903
- }
904
- export interface ListChannelModeratorsResponse {
905
-
906
- ChannelArn?: string;
907
-
908
- NextToken?: string;
909
-
910
- ChannelModerators?: ChannelModeratorSummary[];
911
- }
912
- export interface ListChannelsRequest {
913
-
914
- AppInstanceArn: string | undefined;
915
-
916
- Privacy?: ChannelPrivacy | string;
917
-
918
- MaxResults?: number;
919
-
920
- NextToken?: string;
921
-
922
- ChimeBearer: string | undefined;
923
- }
924
- export interface ListChannelsResponse {
925
-
926
- Channels?: ChannelSummary[];
927
-
928
- NextToken?: string;
929
- }
930
- export interface ListChannelsAssociatedWithChannelFlowRequest {
931
-
932
- ChannelFlowArn: string | undefined;
933
-
934
- MaxResults?: number;
935
-
936
- NextToken?: string;
937
- }
938
- export interface ListChannelsAssociatedWithChannelFlowResponse {
939
-
940
- Channels?: ChannelAssociatedWithFlowSummary[];
941
-
942
- NextToken?: string;
943
- }
944
- export interface ListChannelsModeratedByAppInstanceUserRequest {
945
-
946
- AppInstanceUserArn?: string;
947
-
948
- MaxResults?: number;
949
-
950
- NextToken?: string;
951
-
952
- ChimeBearer: string | undefined;
953
- }
954
- export interface ListChannelsModeratedByAppInstanceUserResponse {
955
-
956
- Channels?: ChannelModeratedByAppInstanceUserSummary[];
957
-
958
- NextToken?: string;
959
- }
960
- export interface ListSubChannelsRequest {
961
-
962
- ChannelArn: string | undefined;
963
-
964
- ChimeBearer: string | undefined;
965
-
966
- MaxResults?: number;
967
-
968
- NextToken?: string;
969
- }
970
-
971
- export interface SubChannelSummary {
972
-
973
- SubChannelId?: string;
974
-
975
- MembershipCount?: number;
976
- }
977
- export interface ListSubChannelsResponse {
978
-
979
- ChannelArn?: string;
980
-
981
- SubChannels?: SubChannelSummary[];
982
-
983
- NextToken?: string;
984
- }
985
- export interface ListTagsForResourceRequest {
986
-
987
- ResourceARN: string | undefined;
988
- }
989
- export interface ListTagsForResourceResponse {
990
-
991
- Tags?: Tag[];
992
- }
993
- export interface PutChannelMembershipPreferencesRequest {
994
-
995
- ChannelArn: string | undefined;
996
-
997
- MemberArn: string | undefined;
998
-
999
- ChimeBearer: string | undefined;
1000
-
1001
- Preferences: ChannelMembershipPreferences | undefined;
1002
- }
1003
- export interface PutChannelMembershipPreferencesResponse {
1004
-
1005
- ChannelArn?: string;
1006
-
1007
- Member?: Identity;
1008
-
1009
- Preferences?: ChannelMembershipPreferences;
1010
- }
1011
- export interface RedactChannelMessageRequest {
1012
-
1013
- ChannelArn: string | undefined;
1014
-
1015
- MessageId: string | undefined;
1016
-
1017
- ChimeBearer: string | undefined;
1018
-
1019
- SubChannelId?: string;
1020
- }
1021
- export interface RedactChannelMessageResponse {
1022
-
1023
- ChannelArn?: string;
1024
-
1025
- MessageId?: string;
1026
-
1027
- SubChannelId?: string;
1028
- }
1029
- export declare enum SearchFieldKey {
1030
- MEMBERS = "MEMBERS"
1031
- }
1032
- export declare enum SearchFieldOperator {
1033
- EQUALS = "EQUALS",
1034
- INCLUDES = "INCLUDES"
1035
- }
1036
-
1037
- export interface SearchField {
1038
-
1039
- Key: SearchFieldKey | string | undefined;
1040
-
1041
- Values: string[] | undefined;
1042
-
1043
- Operator: SearchFieldOperator | string | undefined;
1044
- }
1045
- export interface SearchChannelsRequest {
1046
-
1047
- ChimeBearer?: string;
1048
-
1049
- Fields: SearchField[] | undefined;
1050
-
1051
- MaxResults?: number;
1052
-
1053
- NextToken?: string;
1054
- }
1055
- export interface SearchChannelsResponse {
1056
-
1057
- Channels?: ChannelSummary[];
1058
-
1059
- NextToken?: string;
1060
- }
1061
- export interface SendChannelMessageRequest {
1062
-
1063
- ChannelArn: string | undefined;
1064
-
1065
- Content: string | undefined;
1066
-
1067
- Type: ChannelMessageType | string | undefined;
1068
-
1069
- Persistence: ChannelMessagePersistenceType | string | undefined;
1070
-
1071
- Metadata?: string;
1072
-
1073
- ClientRequestToken?: string;
1074
-
1075
- ChimeBearer: string | undefined;
1076
-
1077
- PushNotification?: PushNotificationConfiguration;
1078
-
1079
- MessageAttributes?: Record<string, MessageAttributeValue>;
1080
-
1081
- SubChannelId?: string;
1082
- }
1083
- export interface SendChannelMessageResponse {
1084
-
1085
- ChannelArn?: string;
1086
-
1087
- MessageId?: string;
1088
-
1089
- Status?: ChannelMessageStatusStructure;
1090
-
1091
- SubChannelId?: string;
1092
- }
1093
- export interface TagResourceRequest {
1094
-
1095
- ResourceARN: string | undefined;
1096
-
1097
- Tags: Tag[] | undefined;
1098
- }
1099
- export interface UntagResourceRequest {
1100
-
1101
- ResourceARN: string | undefined;
1102
-
1103
- TagKeys: string[] | undefined;
1104
- }
1105
- export interface UpdateChannelRequest {
1106
-
1107
- ChannelArn: string | undefined;
1108
-
1109
- Name?: string;
1110
-
1111
- Mode?: ChannelMode | string;
1112
-
1113
- Metadata?: string;
1114
-
1115
- ChimeBearer: string | undefined;
1116
- }
1117
- export interface UpdateChannelResponse {
1118
-
1119
- ChannelArn?: string;
1120
- }
1121
- export interface UpdateChannelFlowRequest {
1122
-
1123
- ChannelFlowArn: string | undefined;
1124
-
1125
- Processors: Processor[] | undefined;
1126
-
1127
- Name: string | undefined;
1128
- }
1129
- export interface UpdateChannelFlowResponse {
1130
-
1131
- ChannelFlowArn?: string;
1132
- }
1133
- export interface UpdateChannelMessageRequest {
1134
-
1135
- ChannelArn: string | undefined;
1136
-
1137
- MessageId: string | undefined;
1138
-
1139
- Content?: string;
1140
-
1141
- Metadata?: string;
1142
-
1143
- ChimeBearer: string | undefined;
1144
-
1145
- SubChannelId?: string;
1146
- }
1147
- export interface UpdateChannelMessageResponse {
1148
-
1149
- ChannelArn?: string;
1150
-
1151
- MessageId?: string;
1152
-
1153
- Status?: ChannelMessageStatusStructure;
1154
-
1155
- SubChannelId?: string;
1156
- }
1157
- export interface UpdateChannelReadMarkerRequest {
1158
-
1159
- ChannelArn: string | undefined;
1160
-
1161
- ChimeBearer: string | undefined;
1162
-
1163
- SubChannelId?: string;
1164
- }
1165
- export interface UpdateChannelReadMarkerResponse {
1166
-
1167
- ChannelArn?: string;
1168
-
1169
- SubChannelId?: string;
1170
- }
1171
-
1172
- export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (obj: AppInstanceUserMembershipSummary) => any;
1173
-
1174
- export declare const AssociateChannelFlowRequestFilterSensitiveLog: (obj: AssociateChannelFlowRequest) => any;
1175
-
1176
- export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
1177
-
1178
- export declare const BatchChannelMembershipsFilterSensitiveLog: (obj: BatchChannelMemberships) => any;
1179
-
1180
- export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (obj: BatchCreateChannelMembershipRequest) => any;
1181
-
1182
- export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (obj: BatchCreateChannelMembershipError) => any;
1183
-
1184
- export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (obj: BatchCreateChannelMembershipResponse) => any;
1185
-
1186
- export declare const ElasticChannelConfigurationFilterSensitiveLog: (obj: ElasticChannelConfiguration) => any;
1187
-
1188
- export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1189
-
1190
- export declare const ChannelAssociatedWithFlowSummaryFilterSensitiveLog: (obj: ChannelAssociatedWithFlowSummary) => any;
1191
-
1192
- export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
1193
-
1194
- export declare const ChannelBanSummaryFilterSensitiveLog: (obj: ChannelBanSummary) => any;
1195
-
1196
- export declare const LambdaConfigurationFilterSensitiveLog: (obj: LambdaConfiguration) => any;
1197
-
1198
- export declare const ProcessorConfigurationFilterSensitiveLog: (obj: ProcessorConfiguration) => any;
1199
-
1200
- export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
1201
-
1202
- export declare const ChannelFlowFilterSensitiveLog: (obj: ChannelFlow) => any;
1203
-
1204
- export declare const MessageAttributeValueFilterSensitiveLog: (obj: MessageAttributeValue) => any;
1205
-
1206
- export declare const PushNotificationConfigurationFilterSensitiveLog: (obj: PushNotificationConfiguration) => any;
1207
-
1208
- export declare const ChannelMessageCallbackFilterSensitiveLog: (obj: ChannelMessageCallback) => any;
1209
-
1210
- export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (obj: ChannelFlowCallbackRequest) => any;
1211
-
1212
- export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (obj: ChannelFlowCallbackResponse) => any;
1213
-
1214
- export declare const ChannelFlowSummaryFilterSensitiveLog: (obj: ChannelFlowSummary) => any;
1215
-
1216
- export declare const ChannelMembershipFilterSensitiveLog: (obj: ChannelMembership) => any;
1217
-
1218
- export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
1219
-
1220
- export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelMembershipForAppInstanceUserSummary) => any;
1221
-
1222
- export declare const PushNotificationPreferencesFilterSensitiveLog: (obj: PushNotificationPreferences) => any;
1223
-
1224
- export declare const ChannelMembershipPreferencesFilterSensitiveLog: (obj: ChannelMembershipPreferences) => any;
1225
-
1226
- export declare const ChannelMembershipSummaryFilterSensitiveLog: (obj: ChannelMembershipSummary) => any;
1227
-
1228
- export declare const ChannelMessageStatusStructureFilterSensitiveLog: (obj: ChannelMessageStatusStructure) => any;
1229
-
1230
- export declare const ChannelMessageFilterSensitiveLog: (obj: ChannelMessage) => any;
1231
-
1232
- export declare const ChannelMessageSummaryFilterSensitiveLog: (obj: ChannelMessageSummary) => any;
1233
-
1234
- export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (obj: ChannelModeratedByAppInstanceUserSummary) => any;
1235
-
1236
- export declare const ChannelModeratorFilterSensitiveLog: (obj: ChannelModerator) => any;
1237
-
1238
- export declare const ChannelModeratorSummaryFilterSensitiveLog: (obj: ChannelModeratorSummary) => any;
1239
-
1240
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1241
-
1242
- export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
1243
-
1244
- export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
1245
-
1246
- export declare const CreateChannelBanRequestFilterSensitiveLog: (obj: CreateChannelBanRequest) => any;
1247
-
1248
- export declare const CreateChannelBanResponseFilterSensitiveLog: (obj: CreateChannelBanResponse) => any;
1249
-
1250
- export declare const CreateChannelFlowRequestFilterSensitiveLog: (obj: CreateChannelFlowRequest) => any;
1251
-
1252
- export declare const CreateChannelFlowResponseFilterSensitiveLog: (obj: CreateChannelFlowResponse) => any;
1253
-
1254
- export declare const CreateChannelMembershipRequestFilterSensitiveLog: (obj: CreateChannelMembershipRequest) => any;
1255
-
1256
- export declare const CreateChannelMembershipResponseFilterSensitiveLog: (obj: CreateChannelMembershipResponse) => any;
1257
-
1258
- export declare const CreateChannelModeratorRequestFilterSensitiveLog: (obj: CreateChannelModeratorRequest) => any;
1259
-
1260
- export declare const CreateChannelModeratorResponseFilterSensitiveLog: (obj: CreateChannelModeratorResponse) => any;
1261
-
1262
- export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
1263
-
1264
- export declare const DeleteChannelBanRequestFilterSensitiveLog: (obj: DeleteChannelBanRequest) => any;
1265
-
1266
- export declare const DeleteChannelFlowRequestFilterSensitiveLog: (obj: DeleteChannelFlowRequest) => any;
1267
-
1268
- export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (obj: DeleteChannelMembershipRequest) => any;
1269
-
1270
- export declare const DeleteChannelMessageRequestFilterSensitiveLog: (obj: DeleteChannelMessageRequest) => any;
1271
-
1272
- export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (obj: DeleteChannelModeratorRequest) => any;
1273
-
1274
- export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
1275
-
1276
- export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
1277
-
1278
- export declare const DescribeChannelBanRequestFilterSensitiveLog: (obj: DescribeChannelBanRequest) => any;
1279
-
1280
- export declare const DescribeChannelBanResponseFilterSensitiveLog: (obj: DescribeChannelBanResponse) => any;
1281
-
1282
- export declare const DescribeChannelFlowRequestFilterSensitiveLog: (obj: DescribeChannelFlowRequest) => any;
1283
-
1284
- export declare const DescribeChannelFlowResponseFilterSensitiveLog: (obj: DescribeChannelFlowResponse) => any;
1285
-
1286
- export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (obj: DescribeChannelMembershipRequest) => any;
1287
-
1288
- export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (obj: DescribeChannelMembershipResponse) => any;
1289
-
1290
- export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserRequest) => any;
1291
-
1292
- export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelMembershipForAppInstanceUserResponse) => any;
1293
-
1294
- export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserRequest) => any;
1295
-
1296
- export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: DescribeChannelModeratedByAppInstanceUserResponse) => any;
1297
-
1298
- export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (obj: DescribeChannelModeratorRequest) => any;
1299
-
1300
- export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (obj: DescribeChannelModeratorResponse) => any;
1301
-
1302
- export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (obj: DisassociateChannelFlowRequest) => any;
1303
-
1304
- export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: GetChannelMembershipPreferencesRequest) => any;
1305
-
1306
- export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: GetChannelMembershipPreferencesResponse) => any;
1307
-
1308
- export declare const GetChannelMessageRequestFilterSensitiveLog: (obj: GetChannelMessageRequest) => any;
1309
-
1310
- export declare const GetChannelMessageResponseFilterSensitiveLog: (obj: GetChannelMessageResponse) => any;
1311
-
1312
- export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (obj: GetChannelMessageStatusRequest) => any;
1313
-
1314
- export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (obj: GetChannelMessageStatusResponse) => any;
1315
-
1316
- export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (obj: GetMessagingSessionEndpointRequest) => any;
1317
-
1318
- export declare const MessagingSessionEndpointFilterSensitiveLog: (obj: MessagingSessionEndpoint) => any;
1319
-
1320
- export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (obj: GetMessagingSessionEndpointResponse) => any;
1321
-
1322
- export declare const ListChannelBansRequestFilterSensitiveLog: (obj: ListChannelBansRequest) => any;
1323
-
1324
- export declare const ListChannelBansResponseFilterSensitiveLog: (obj: ListChannelBansResponse) => any;
1325
-
1326
- export declare const ListChannelFlowsRequestFilterSensitiveLog: (obj: ListChannelFlowsRequest) => any;
1327
-
1328
- export declare const ListChannelFlowsResponseFilterSensitiveLog: (obj: ListChannelFlowsResponse) => any;
1329
-
1330
- export declare const ListChannelMembershipsRequestFilterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
1331
-
1332
- export declare const ListChannelMembershipsResponseFilterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
1333
-
1334
- export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
1335
-
1336
- export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
1337
-
1338
- export declare const ListChannelMessagesRequestFilterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
1339
-
1340
- export declare const ListChannelMessagesResponseFilterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
1341
-
1342
- export declare const ListChannelModeratorsRequestFilterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
1343
-
1344
- export declare const ListChannelModeratorsResponseFilterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
1345
-
1346
- export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
1347
-
1348
- export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
1349
-
1350
- export declare const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowRequest) => any;
1351
-
1352
- export declare const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog: (obj: ListChannelsAssociatedWithChannelFlowResponse) => any;
1353
-
1354
- export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
1355
-
1356
- export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
1357
-
1358
- export declare const ListSubChannelsRequestFilterSensitiveLog: (obj: ListSubChannelsRequest) => any;
1359
-
1360
- export declare const SubChannelSummaryFilterSensitiveLog: (obj: SubChannelSummary) => any;
1361
-
1362
- export declare const ListSubChannelsResponseFilterSensitiveLog: (obj: ListSubChannelsResponse) => any;
1363
-
1364
- export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1365
-
1366
- export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1367
-
1368
- export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (obj: PutChannelMembershipPreferencesRequest) => any;
1369
-
1370
- export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (obj: PutChannelMembershipPreferencesResponse) => any;
1371
-
1372
- export declare const RedactChannelMessageRequestFilterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
1373
-
1374
- export declare const RedactChannelMessageResponseFilterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
1375
-
1376
- export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
1377
-
1378
- export declare const SearchChannelsRequestFilterSensitiveLog: (obj: SearchChannelsRequest) => any;
1379
-
1380
- export declare const SearchChannelsResponseFilterSensitiveLog: (obj: SearchChannelsResponse) => any;
1381
-
1382
- export declare const SendChannelMessageRequestFilterSensitiveLog: (obj: SendChannelMessageRequest) => any;
1383
-
1384
- export declare const SendChannelMessageResponseFilterSensitiveLog: (obj: SendChannelMessageResponse) => any;
1385
-
1386
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1387
-
1388
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1389
-
1390
- export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
1391
-
1392
- export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
1393
-
1394
- export declare const UpdateChannelFlowRequestFilterSensitiveLog: (obj: UpdateChannelFlowRequest) => any;
1395
-
1396
- export declare const UpdateChannelFlowResponseFilterSensitiveLog: (obj: UpdateChannelFlowResponse) => any;
1397
-
1398
- export declare const UpdateChannelMessageRequestFilterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
1399
-
1400
- export declare const UpdateChannelMessageResponseFilterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
1401
-
1402
- export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
1403
-
1404
- export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { ChimeSDKMessagingServiceException as __BaseException } from "./ChimeSDKMessagingServiceException";
3
+ export declare enum AllowNotifications {
4
+ ALL = "ALL",
5
+ FILTERED = "FILTERED",
6
+ NONE = "NONE",
7
+ }
8
+ export declare enum ChannelMembershipType {
9
+ DEFAULT = "DEFAULT",
10
+ HIDDEN = "HIDDEN",
11
+ }
12
+ export interface AppInstanceUserMembershipSummary {
13
+ Type?: ChannelMembershipType | string;
14
+ ReadMarkerTimestamp?: Date;
15
+ SubChannelId?: string;
16
+ }
17
+ export interface AssociateChannelFlowRequest {
18
+ ChannelArn: string | undefined;
19
+ ChannelFlowArn: string | undefined;
20
+ ChimeBearer: string | undefined;
21
+ }
22
+ export declare enum ErrorCode {
23
+ AccessDenied = "AccessDenied",
24
+ BadRequest = "BadRequest",
25
+ Conflict = "Conflict",
26
+ Forbidden = "Forbidden",
27
+ NotFound = "NotFound",
28
+ PhoneNumberAssociationsExist = "PhoneNumberAssociationsExist",
29
+ PreconditionFailed = "PreconditionFailed",
30
+ ResourceLimitExceeded = "ResourceLimitExceeded",
31
+ ServiceFailure = "ServiceFailure",
32
+ ServiceUnavailable = "ServiceUnavailable",
33
+ Throttled = "Throttled",
34
+ Throttling = "Throttling",
35
+ Unauthorized = "Unauthorized",
36
+ Unprocessable = "Unprocessable",
37
+ VoiceConnectorGroupAssociationsExist = "VoiceConnectorGroupAssociationsExist",
38
+ }
39
+ export declare class BadRequestException extends __BaseException {
40
+ readonly name: "BadRequestException";
41
+ readonly $fault: "client";
42
+ Code?: ErrorCode | string;
43
+ Message?: string;
44
+ constructor(
45
+ opts: __ExceptionOptionType<BadRequestException, __BaseException>
46
+ );
47
+ }
48
+ export declare class ConflictException extends __BaseException {
49
+ readonly name: "ConflictException";
50
+ readonly $fault: "client";
51
+ Code?: ErrorCode | string;
52
+ Message?: string;
53
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
54
+ }
55
+ export declare class ForbiddenException extends __BaseException {
56
+ readonly name: "ForbiddenException";
57
+ readonly $fault: "client";
58
+ Code?: ErrorCode | string;
59
+ Message?: string;
60
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
61
+ }
62
+ export declare class NotFoundException extends __BaseException {
63
+ readonly name: "NotFoundException";
64
+ readonly $fault: "client";
65
+ Code?: ErrorCode | string;
66
+ Message?: string;
67
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
68
+ }
69
+ export declare class ServiceFailureException extends __BaseException {
70
+ readonly name: "ServiceFailureException";
71
+ readonly $fault: "server";
72
+ Code?: ErrorCode | string;
73
+ Message?: string;
74
+ constructor(
75
+ opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
76
+ );
77
+ }
78
+ export declare class ServiceUnavailableException extends __BaseException {
79
+ readonly name: "ServiceUnavailableException";
80
+ readonly $fault: "server";
81
+ Code?: ErrorCode | string;
82
+ Message?: string;
83
+ constructor(
84
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
85
+ );
86
+ }
87
+ export declare class ThrottledClientException extends __BaseException {
88
+ readonly name: "ThrottledClientException";
89
+ readonly $fault: "client";
90
+ Code?: ErrorCode | string;
91
+ Message?: string;
92
+ constructor(
93
+ opts: __ExceptionOptionType<ThrottledClientException, __BaseException>
94
+ );
95
+ }
96
+ export declare class UnauthorizedClientException extends __BaseException {
97
+ readonly name: "UnauthorizedClientException";
98
+ readonly $fault: "client";
99
+ Code?: ErrorCode | string;
100
+ Message?: string;
101
+ constructor(
102
+ opts: __ExceptionOptionType<UnauthorizedClientException, __BaseException>
103
+ );
104
+ }
105
+ export interface Identity {
106
+ Arn?: string;
107
+ Name?: string;
108
+ }
109
+ export interface BatchChannelMemberships {
110
+ InvitedBy?: Identity;
111
+ Type?: ChannelMembershipType | string;
112
+ Members?: Identity[];
113
+ ChannelArn?: string;
114
+ SubChannelId?: string;
115
+ }
116
+ export interface BatchCreateChannelMembershipRequest {
117
+ ChannelArn: string | undefined;
118
+ Type?: ChannelMembershipType | string;
119
+ MemberArns: string[] | undefined;
120
+ ChimeBearer: string | undefined;
121
+ SubChannelId?: string;
122
+ }
123
+ export interface BatchCreateChannelMembershipError {
124
+ MemberArn?: string;
125
+ ErrorCode?: ErrorCode | string;
126
+ ErrorMessage?: string;
127
+ }
128
+ export interface BatchCreateChannelMembershipResponse {
129
+ BatchChannelMemberships?: BatchChannelMemberships;
130
+ Errors?: BatchCreateChannelMembershipError[];
131
+ }
132
+ export declare class ResourceLimitExceededException extends __BaseException {
133
+ readonly name: "ResourceLimitExceededException";
134
+ readonly $fault: "client";
135
+ Code?: ErrorCode | string;
136
+ Message?: string;
137
+ constructor(
138
+ opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
139
+ );
140
+ }
141
+ export interface ElasticChannelConfiguration {
142
+ MaximumSubChannels: number | undefined;
143
+ TargetMembershipsPerSubChannel: number | undefined;
144
+ MinimumMembershipPercentage: number | undefined;
145
+ }
146
+ export declare enum ChannelMode {
147
+ RESTRICTED = "RESTRICTED",
148
+ UNRESTRICTED = "UNRESTRICTED",
149
+ }
150
+ export declare enum ChannelPrivacy {
151
+ PRIVATE = "PRIVATE",
152
+ PUBLIC = "PUBLIC",
153
+ }
154
+ export interface Channel {
155
+ Name?: string;
156
+ ChannelArn?: string;
157
+ Mode?: ChannelMode | string;
158
+ Privacy?: ChannelPrivacy | string;
159
+ Metadata?: string;
160
+ CreatedBy?: Identity;
161
+ CreatedTimestamp?: Date;
162
+ LastMessageTimestamp?: Date;
163
+ LastUpdatedTimestamp?: Date;
164
+ ChannelFlowArn?: string;
165
+ ElasticChannelConfiguration?: ElasticChannelConfiguration;
166
+ }
167
+ export interface ChannelAssociatedWithFlowSummary {
168
+ Name?: string;
169
+ ChannelArn?: string;
170
+ Mode?: ChannelMode | string;
171
+ Privacy?: ChannelPrivacy | string;
172
+ Metadata?: string;
173
+ }
174
+ export interface ChannelBan {
175
+ Member?: Identity;
176
+ ChannelArn?: string;
177
+ CreatedTimestamp?: Date;
178
+ CreatedBy?: Identity;
179
+ }
180
+ export interface ChannelBanSummary {
181
+ Member?: Identity;
182
+ }
183
+ export declare enum InvocationType {
184
+ ASYNC = "ASYNC",
185
+ }
186
+ export interface LambdaConfiguration {
187
+ ResourceArn: string | undefined;
188
+ InvocationType: InvocationType | string | undefined;
189
+ }
190
+ export interface ProcessorConfiguration {
191
+ Lambda: LambdaConfiguration | undefined;
192
+ }
193
+ export declare enum FallbackAction {
194
+ ABORT = "ABORT",
195
+ CONTINUE = "CONTINUE",
196
+ }
197
+ export interface Processor {
198
+ Name: string | undefined;
199
+ Configuration: ProcessorConfiguration | undefined;
200
+ ExecutionOrder: number | undefined;
201
+ FallbackAction: FallbackAction | string | undefined;
202
+ }
203
+ export interface ChannelFlow {
204
+ ChannelFlowArn?: string;
205
+ Processors?: Processor[];
206
+ Name?: string;
207
+ CreatedTimestamp?: Date;
208
+ LastUpdatedTimestamp?: Date;
209
+ }
210
+ export interface MessageAttributeValue {
211
+ StringValues?: string[];
212
+ }
213
+ export declare enum PushNotificationType {
214
+ DEFAULT = "DEFAULT",
215
+ VOIP = "VOIP",
216
+ }
217
+ export interface PushNotificationConfiguration {
218
+ Title?: string;
219
+ Body?: string;
220
+ Type?: PushNotificationType | string;
221
+ }
222
+ export interface ChannelMessageCallback {
223
+ MessageId: string | undefined;
224
+ Content?: string;
225
+ Metadata?: string;
226
+ PushNotification?: PushNotificationConfiguration;
227
+ MessageAttributes?: Record<string, MessageAttributeValue>;
228
+ SubChannelId?: string;
229
+ }
230
+ export interface ChannelFlowCallbackRequest {
231
+ CallbackId?: string;
232
+ ChannelArn: string | undefined;
233
+ DeleteResource?: boolean;
234
+ ChannelMessage: ChannelMessageCallback | undefined;
235
+ }
236
+ export interface ChannelFlowCallbackResponse {
237
+ ChannelArn?: string;
238
+ CallbackId?: string;
239
+ }
240
+ export interface ChannelFlowSummary {
241
+ ChannelFlowArn?: string;
242
+ Name?: string;
243
+ Processors?: Processor[];
244
+ }
245
+ export interface ChannelMembership {
246
+ InvitedBy?: Identity;
247
+ Type?: ChannelMembershipType | string;
248
+ Member?: Identity;
249
+ ChannelArn?: string;
250
+ CreatedTimestamp?: Date;
251
+ LastUpdatedTimestamp?: Date;
252
+ SubChannelId?: string;
253
+ }
254
+ export interface ChannelSummary {
255
+ Name?: string;
256
+ ChannelArn?: string;
257
+ Mode?: ChannelMode | string;
258
+ Privacy?: ChannelPrivacy | string;
259
+ Metadata?: string;
260
+ LastMessageTimestamp?: Date;
261
+ }
262
+ export interface ChannelMembershipForAppInstanceUserSummary {
263
+ ChannelSummary?: ChannelSummary;
264
+ AppInstanceUserMembershipSummary?: AppInstanceUserMembershipSummary;
265
+ }
266
+ export interface PushNotificationPreferences {
267
+ AllowNotifications: AllowNotifications | string | undefined;
268
+ FilterRule?: string;
269
+ }
270
+ export interface ChannelMembershipPreferences {
271
+ PushNotifications?: PushNotificationPreferences;
272
+ }
273
+ export interface ChannelMembershipSummary {
274
+ Member?: Identity;
275
+ }
276
+ export declare enum ChannelMessagePersistenceType {
277
+ NON_PERSISTENT = "NON_PERSISTENT",
278
+ PERSISTENT = "PERSISTENT",
279
+ }
280
+ export declare enum ChannelMessageStatus {
281
+ DENIED = "DENIED",
282
+ FAILED = "FAILED",
283
+ PENDING = "PENDING",
284
+ SENT = "SENT",
285
+ }
286
+ export interface ChannelMessageStatusStructure {
287
+ Value?: ChannelMessageStatus | string;
288
+ Detail?: string;
289
+ }
290
+ export declare enum ChannelMessageType {
291
+ CONTROL = "CONTROL",
292
+ STANDARD = "STANDARD",
293
+ }
294
+ export interface ChannelMessage {
295
+ ChannelArn?: string;
296
+ MessageId?: string;
297
+ Content?: string;
298
+ Metadata?: string;
299
+ Type?: ChannelMessageType | string;
300
+ CreatedTimestamp?: Date;
301
+ LastEditedTimestamp?: Date;
302
+ LastUpdatedTimestamp?: Date;
303
+ Sender?: Identity;
304
+ Redacted?: boolean;
305
+ Persistence?: ChannelMessagePersistenceType | string;
306
+ Status?: ChannelMessageStatusStructure;
307
+ MessageAttributes?: Record<string, MessageAttributeValue>;
308
+ SubChannelId?: string;
309
+ }
310
+ export interface ChannelMessageSummary {
311
+ MessageId?: string;
312
+ Content?: string;
313
+ Metadata?: string;
314
+ Type?: ChannelMessageType | string;
315
+ CreatedTimestamp?: Date;
316
+ LastUpdatedTimestamp?: Date;
317
+ LastEditedTimestamp?: Date;
318
+ Sender?: Identity;
319
+ Redacted?: boolean;
320
+ Status?: ChannelMessageStatusStructure;
321
+ MessageAttributes?: Record<string, MessageAttributeValue>;
322
+ }
323
+ export interface ChannelModeratedByAppInstanceUserSummary {
324
+ ChannelSummary?: ChannelSummary;
325
+ }
326
+ export interface ChannelModerator {
327
+ Moderator?: Identity;
328
+ ChannelArn?: string;
329
+ CreatedTimestamp?: Date;
330
+ CreatedBy?: Identity;
331
+ }
332
+ export interface ChannelModeratorSummary {
333
+ Moderator?: Identity;
334
+ }
335
+ export interface Tag {
336
+ Key: string | undefined;
337
+ Value: string | undefined;
338
+ }
339
+ export interface CreateChannelRequest {
340
+ AppInstanceArn: string | undefined;
341
+ Name: string | undefined;
342
+ Mode?: ChannelMode | string;
343
+ Privacy?: ChannelPrivacy | string;
344
+ Metadata?: string;
345
+ ClientRequestToken?: string;
346
+ Tags?: Tag[];
347
+ ChimeBearer: string | undefined;
348
+ ChannelId?: string;
349
+ MemberArns?: string[];
350
+ ModeratorArns?: string[];
351
+ ElasticChannelConfiguration?: ElasticChannelConfiguration;
352
+ }
353
+ export interface CreateChannelResponse {
354
+ ChannelArn?: string;
355
+ }
356
+ export interface CreateChannelBanRequest {
357
+ ChannelArn: string | undefined;
358
+ MemberArn: string | undefined;
359
+ ChimeBearer: string | undefined;
360
+ }
361
+ export interface CreateChannelBanResponse {
362
+ ChannelArn?: string;
363
+ Member?: Identity;
364
+ }
365
+ export interface CreateChannelFlowRequest {
366
+ AppInstanceArn: string | undefined;
367
+ Processors: Processor[] | undefined;
368
+ Name: string | undefined;
369
+ Tags?: Tag[];
370
+ ClientRequestToken: string | undefined;
371
+ }
372
+ export interface CreateChannelFlowResponse {
373
+ ChannelFlowArn?: string;
374
+ }
375
+ export interface CreateChannelMembershipRequest {
376
+ ChannelArn: string | undefined;
377
+ MemberArn: string | undefined;
378
+ Type: ChannelMembershipType | string | undefined;
379
+ ChimeBearer: string | undefined;
380
+ SubChannelId?: string;
381
+ }
382
+ export interface CreateChannelMembershipResponse {
383
+ ChannelArn?: string;
384
+ Member?: Identity;
385
+ SubChannelId?: string;
386
+ }
387
+ export interface CreateChannelModeratorRequest {
388
+ ChannelArn: string | undefined;
389
+ ChannelModeratorArn: string | undefined;
390
+ ChimeBearer: string | undefined;
391
+ }
392
+ export interface CreateChannelModeratorResponse {
393
+ ChannelArn?: string;
394
+ ChannelModerator?: Identity;
395
+ }
396
+ export interface DeleteChannelRequest {
397
+ ChannelArn: string | undefined;
398
+ ChimeBearer: string | undefined;
399
+ SubChannelId?: string;
400
+ }
401
+ export interface DeleteChannelBanRequest {
402
+ ChannelArn: string | undefined;
403
+ MemberArn: string | undefined;
404
+ ChimeBearer: string | undefined;
405
+ }
406
+ export interface DeleteChannelFlowRequest {
407
+ ChannelFlowArn: string | undefined;
408
+ }
409
+ export interface DeleteChannelMembershipRequest {
410
+ ChannelArn: string | undefined;
411
+ MemberArn: string | undefined;
412
+ ChimeBearer: string | undefined;
413
+ SubChannelId?: string;
414
+ }
415
+ export interface DeleteChannelMessageRequest {
416
+ ChannelArn: string | undefined;
417
+ MessageId: string | undefined;
418
+ ChimeBearer: string | undefined;
419
+ SubChannelId?: string;
420
+ }
421
+ export interface DeleteChannelModeratorRequest {
422
+ ChannelArn: string | undefined;
423
+ ChannelModeratorArn: string | undefined;
424
+ ChimeBearer: string | undefined;
425
+ }
426
+ export interface DescribeChannelRequest {
427
+ ChannelArn: string | undefined;
428
+ ChimeBearer: string | undefined;
429
+ }
430
+ export interface DescribeChannelResponse {
431
+ Channel?: Channel;
432
+ }
433
+ export interface DescribeChannelBanRequest {
434
+ ChannelArn: string | undefined;
435
+ MemberArn: string | undefined;
436
+ ChimeBearer: string | undefined;
437
+ }
438
+ export interface DescribeChannelBanResponse {
439
+ ChannelBan?: ChannelBan;
440
+ }
441
+ export interface DescribeChannelFlowRequest {
442
+ ChannelFlowArn: string | undefined;
443
+ }
444
+ export interface DescribeChannelFlowResponse {
445
+ ChannelFlow?: ChannelFlow;
446
+ }
447
+ export interface DescribeChannelMembershipRequest {
448
+ ChannelArn: string | undefined;
449
+ MemberArn: string | undefined;
450
+ ChimeBearer: string | undefined;
451
+ SubChannelId?: string;
452
+ }
453
+ export interface DescribeChannelMembershipResponse {
454
+ ChannelMembership?: ChannelMembership;
455
+ }
456
+ export interface DescribeChannelMembershipForAppInstanceUserRequest {
457
+ ChannelArn: string | undefined;
458
+ AppInstanceUserArn: string | undefined;
459
+ ChimeBearer: string | undefined;
460
+ }
461
+ export interface DescribeChannelMembershipForAppInstanceUserResponse {
462
+ ChannelMembership?: ChannelMembershipForAppInstanceUserSummary;
463
+ }
464
+ export interface DescribeChannelModeratedByAppInstanceUserRequest {
465
+ ChannelArn: string | undefined;
466
+ AppInstanceUserArn: string | undefined;
467
+ ChimeBearer: string | undefined;
468
+ }
469
+ export interface DescribeChannelModeratedByAppInstanceUserResponse {
470
+ Channel?: ChannelModeratedByAppInstanceUserSummary;
471
+ }
472
+ export interface DescribeChannelModeratorRequest {
473
+ ChannelArn: string | undefined;
474
+ ChannelModeratorArn: string | undefined;
475
+ ChimeBearer: string | undefined;
476
+ }
477
+ export interface DescribeChannelModeratorResponse {
478
+ ChannelModerator?: ChannelModerator;
479
+ }
480
+ export interface DisassociateChannelFlowRequest {
481
+ ChannelArn: string | undefined;
482
+ ChannelFlowArn: string | undefined;
483
+ ChimeBearer: string | undefined;
484
+ }
485
+ export interface GetChannelMembershipPreferencesRequest {
486
+ ChannelArn: string | undefined;
487
+ MemberArn: string | undefined;
488
+ ChimeBearer: string | undefined;
489
+ }
490
+ export interface GetChannelMembershipPreferencesResponse {
491
+ ChannelArn?: string;
492
+ Member?: Identity;
493
+ Preferences?: ChannelMembershipPreferences;
494
+ }
495
+ export interface GetChannelMessageRequest {
496
+ ChannelArn: string | undefined;
497
+ MessageId: string | undefined;
498
+ ChimeBearer: string | undefined;
499
+ SubChannelId?: string;
500
+ }
501
+ export interface GetChannelMessageResponse {
502
+ ChannelMessage?: ChannelMessage;
503
+ }
504
+ export interface GetChannelMessageStatusRequest {
505
+ ChannelArn: string | undefined;
506
+ MessageId: string | undefined;
507
+ ChimeBearer: string | undefined;
508
+ SubChannelId?: string;
509
+ }
510
+ export interface GetChannelMessageStatusResponse {
511
+ Status?: ChannelMessageStatusStructure;
512
+ }
513
+ export interface GetMessagingSessionEndpointRequest {}
514
+ export interface MessagingSessionEndpoint {
515
+ Url?: string;
516
+ }
517
+ export interface GetMessagingSessionEndpointResponse {
518
+ Endpoint?: MessagingSessionEndpoint;
519
+ }
520
+ export interface ListChannelBansRequest {
521
+ ChannelArn: string | undefined;
522
+ MaxResults?: number;
523
+ NextToken?: string;
524
+ ChimeBearer: string | undefined;
525
+ }
526
+ export interface ListChannelBansResponse {
527
+ ChannelArn?: string;
528
+ NextToken?: string;
529
+ ChannelBans?: ChannelBanSummary[];
530
+ }
531
+ export interface ListChannelFlowsRequest {
532
+ AppInstanceArn: string | undefined;
533
+ MaxResults?: number;
534
+ NextToken?: string;
535
+ }
536
+ export interface ListChannelFlowsResponse {
537
+ ChannelFlows?: ChannelFlowSummary[];
538
+ NextToken?: string;
539
+ }
540
+ export interface ListChannelMembershipsRequest {
541
+ ChannelArn: string | undefined;
542
+ Type?: ChannelMembershipType | string;
543
+ MaxResults?: number;
544
+ NextToken?: string;
545
+ ChimeBearer: string | undefined;
546
+ SubChannelId?: string;
547
+ }
548
+ export interface ListChannelMembershipsResponse {
549
+ ChannelArn?: string;
550
+ ChannelMemberships?: ChannelMembershipSummary[];
551
+ NextToken?: string;
552
+ }
553
+ export interface ListChannelMembershipsForAppInstanceUserRequest {
554
+ AppInstanceUserArn?: string;
555
+ MaxResults?: number;
556
+ NextToken?: string;
557
+ ChimeBearer: string | undefined;
558
+ }
559
+ export interface ListChannelMembershipsForAppInstanceUserResponse {
560
+ ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
561
+ NextToken?: string;
562
+ }
563
+ export declare enum SortOrder {
564
+ ASCENDING = "ASCENDING",
565
+ DESCENDING = "DESCENDING",
566
+ }
567
+ export interface ListChannelMessagesRequest {
568
+ ChannelArn: string | undefined;
569
+ SortOrder?: SortOrder | string;
570
+ NotBefore?: Date;
571
+ NotAfter?: Date;
572
+ MaxResults?: number;
573
+ NextToken?: string;
574
+ ChimeBearer: string | undefined;
575
+ SubChannelId?: string;
576
+ }
577
+ export interface ListChannelMessagesResponse {
578
+ ChannelArn?: string;
579
+ NextToken?: string;
580
+ ChannelMessages?: ChannelMessageSummary[];
581
+ SubChannelId?: string;
582
+ }
583
+ export interface ListChannelModeratorsRequest {
584
+ ChannelArn: string | undefined;
585
+ MaxResults?: number;
586
+ NextToken?: string;
587
+ ChimeBearer: string | undefined;
588
+ }
589
+ export interface ListChannelModeratorsResponse {
590
+ ChannelArn?: string;
591
+ NextToken?: string;
592
+ ChannelModerators?: ChannelModeratorSummary[];
593
+ }
594
+ export interface ListChannelsRequest {
595
+ AppInstanceArn: string | undefined;
596
+ Privacy?: ChannelPrivacy | string;
597
+ MaxResults?: number;
598
+ NextToken?: string;
599
+ ChimeBearer: string | undefined;
600
+ }
601
+ export interface ListChannelsResponse {
602
+ Channels?: ChannelSummary[];
603
+ NextToken?: string;
604
+ }
605
+ export interface ListChannelsAssociatedWithChannelFlowRequest {
606
+ ChannelFlowArn: string | undefined;
607
+ MaxResults?: number;
608
+ NextToken?: string;
609
+ }
610
+ export interface ListChannelsAssociatedWithChannelFlowResponse {
611
+ Channels?: ChannelAssociatedWithFlowSummary[];
612
+ NextToken?: string;
613
+ }
614
+ export interface ListChannelsModeratedByAppInstanceUserRequest {
615
+ AppInstanceUserArn?: string;
616
+ MaxResults?: number;
617
+ NextToken?: string;
618
+ ChimeBearer: string | undefined;
619
+ }
620
+ export interface ListChannelsModeratedByAppInstanceUserResponse {
621
+ Channels?: ChannelModeratedByAppInstanceUserSummary[];
622
+ NextToken?: string;
623
+ }
624
+ export interface ListSubChannelsRequest {
625
+ ChannelArn: string | undefined;
626
+ ChimeBearer: string | undefined;
627
+ MaxResults?: number;
628
+ NextToken?: string;
629
+ }
630
+ export interface SubChannelSummary {
631
+ SubChannelId?: string;
632
+ MembershipCount?: number;
633
+ }
634
+ export interface ListSubChannelsResponse {
635
+ ChannelArn?: string;
636
+ SubChannels?: SubChannelSummary[];
637
+ NextToken?: string;
638
+ }
639
+ export interface ListTagsForResourceRequest {
640
+ ResourceARN: string | undefined;
641
+ }
642
+ export interface ListTagsForResourceResponse {
643
+ Tags?: Tag[];
644
+ }
645
+ export interface PutChannelMembershipPreferencesRequest {
646
+ ChannelArn: string | undefined;
647
+ MemberArn: string | undefined;
648
+ ChimeBearer: string | undefined;
649
+ Preferences: ChannelMembershipPreferences | undefined;
650
+ }
651
+ export interface PutChannelMembershipPreferencesResponse {
652
+ ChannelArn?: string;
653
+ Member?: Identity;
654
+ Preferences?: ChannelMembershipPreferences;
655
+ }
656
+ export interface RedactChannelMessageRequest {
657
+ ChannelArn: string | undefined;
658
+ MessageId: string | undefined;
659
+ ChimeBearer: string | undefined;
660
+ SubChannelId?: string;
661
+ }
662
+ export interface RedactChannelMessageResponse {
663
+ ChannelArn?: string;
664
+ MessageId?: string;
665
+ SubChannelId?: string;
666
+ }
667
+ export declare enum SearchFieldKey {
668
+ MEMBERS = "MEMBERS",
669
+ }
670
+ export declare enum SearchFieldOperator {
671
+ EQUALS = "EQUALS",
672
+ INCLUDES = "INCLUDES",
673
+ }
674
+ export interface SearchField {
675
+ Key: SearchFieldKey | string | undefined;
676
+ Values: string[] | undefined;
677
+ Operator: SearchFieldOperator | string | undefined;
678
+ }
679
+ export interface SearchChannelsRequest {
680
+ ChimeBearer?: string;
681
+ Fields: SearchField[] | undefined;
682
+ MaxResults?: number;
683
+ NextToken?: string;
684
+ }
685
+ export interface SearchChannelsResponse {
686
+ Channels?: ChannelSummary[];
687
+ NextToken?: string;
688
+ }
689
+ export interface SendChannelMessageRequest {
690
+ ChannelArn: string | undefined;
691
+ Content: string | undefined;
692
+ Type: ChannelMessageType | string | undefined;
693
+ Persistence: ChannelMessagePersistenceType | string | undefined;
694
+ Metadata?: string;
695
+ ClientRequestToken?: string;
696
+ ChimeBearer: string | undefined;
697
+ PushNotification?: PushNotificationConfiguration;
698
+ MessageAttributes?: Record<string, MessageAttributeValue>;
699
+ SubChannelId?: string;
700
+ }
701
+ export interface SendChannelMessageResponse {
702
+ ChannelArn?: string;
703
+ MessageId?: string;
704
+ Status?: ChannelMessageStatusStructure;
705
+ SubChannelId?: string;
706
+ }
707
+ export interface TagResourceRequest {
708
+ ResourceARN: string | undefined;
709
+ Tags: Tag[] | undefined;
710
+ }
711
+ export interface UntagResourceRequest {
712
+ ResourceARN: string | undefined;
713
+ TagKeys: string[] | undefined;
714
+ }
715
+ export interface UpdateChannelRequest {
716
+ ChannelArn: string | undefined;
717
+ Name?: string;
718
+ Mode?: ChannelMode | string;
719
+ Metadata?: string;
720
+ ChimeBearer: string | undefined;
721
+ }
722
+ export interface UpdateChannelResponse {
723
+ ChannelArn?: string;
724
+ }
725
+ export interface UpdateChannelFlowRequest {
726
+ ChannelFlowArn: string | undefined;
727
+ Processors: Processor[] | undefined;
728
+ Name: string | undefined;
729
+ }
730
+ export interface UpdateChannelFlowResponse {
731
+ ChannelFlowArn?: string;
732
+ }
733
+ export interface UpdateChannelMessageRequest {
734
+ ChannelArn: string | undefined;
735
+ MessageId: string | undefined;
736
+ Content?: string;
737
+ Metadata?: string;
738
+ ChimeBearer: string | undefined;
739
+ SubChannelId?: string;
740
+ }
741
+ export interface UpdateChannelMessageResponse {
742
+ ChannelArn?: string;
743
+ MessageId?: string;
744
+ Status?: ChannelMessageStatusStructure;
745
+ SubChannelId?: string;
746
+ }
747
+ export interface UpdateChannelReadMarkerRequest {
748
+ ChannelArn: string | undefined;
749
+ ChimeBearer: string | undefined;
750
+ SubChannelId?: string;
751
+ }
752
+ export interface UpdateChannelReadMarkerResponse {
753
+ ChannelArn?: string;
754
+ SubChannelId?: string;
755
+ }
756
+ export declare const AppInstanceUserMembershipSummaryFilterSensitiveLog: (
757
+ obj: AppInstanceUserMembershipSummary
758
+ ) => any;
759
+ export declare const AssociateChannelFlowRequestFilterSensitiveLog: (
760
+ obj: AssociateChannelFlowRequest
761
+ ) => any;
762
+ export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
763
+ export declare const BatchChannelMembershipsFilterSensitiveLog: (
764
+ obj: BatchChannelMemberships
765
+ ) => any;
766
+ export declare const BatchCreateChannelMembershipRequestFilterSensitiveLog: (
767
+ obj: BatchCreateChannelMembershipRequest
768
+ ) => any;
769
+ export declare const BatchCreateChannelMembershipErrorFilterSensitiveLog: (
770
+ obj: BatchCreateChannelMembershipError
771
+ ) => any;
772
+ export declare const BatchCreateChannelMembershipResponseFilterSensitiveLog: (
773
+ obj: BatchCreateChannelMembershipResponse
774
+ ) => any;
775
+ export declare const ElasticChannelConfigurationFilterSensitiveLog: (
776
+ obj: ElasticChannelConfiguration
777
+ ) => any;
778
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
779
+ export declare const ChannelAssociatedWithFlowSummaryFilterSensitiveLog: (
780
+ obj: ChannelAssociatedWithFlowSummary
781
+ ) => any;
782
+ export declare const ChannelBanFilterSensitiveLog: (obj: ChannelBan) => any;
783
+ export declare const ChannelBanSummaryFilterSensitiveLog: (
784
+ obj: ChannelBanSummary
785
+ ) => any;
786
+ export declare const LambdaConfigurationFilterSensitiveLog: (
787
+ obj: LambdaConfiguration
788
+ ) => any;
789
+ export declare const ProcessorConfigurationFilterSensitiveLog: (
790
+ obj: ProcessorConfiguration
791
+ ) => any;
792
+ export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
793
+ export declare const ChannelFlowFilterSensitiveLog: (obj: ChannelFlow) => any;
794
+ export declare const MessageAttributeValueFilterSensitiveLog: (
795
+ obj: MessageAttributeValue
796
+ ) => any;
797
+ export declare const PushNotificationConfigurationFilterSensitiveLog: (
798
+ obj: PushNotificationConfiguration
799
+ ) => any;
800
+ export declare const ChannelMessageCallbackFilterSensitiveLog: (
801
+ obj: ChannelMessageCallback
802
+ ) => any;
803
+ export declare const ChannelFlowCallbackRequestFilterSensitiveLog: (
804
+ obj: ChannelFlowCallbackRequest
805
+ ) => any;
806
+ export declare const ChannelFlowCallbackResponseFilterSensitiveLog: (
807
+ obj: ChannelFlowCallbackResponse
808
+ ) => any;
809
+ export declare const ChannelFlowSummaryFilterSensitiveLog: (
810
+ obj: ChannelFlowSummary
811
+ ) => any;
812
+ export declare const ChannelMembershipFilterSensitiveLog: (
813
+ obj: ChannelMembership
814
+ ) => any;
815
+ export declare const ChannelSummaryFilterSensitiveLog: (
816
+ obj: ChannelSummary
817
+ ) => any;
818
+ export declare const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog: (
819
+ obj: ChannelMembershipForAppInstanceUserSummary
820
+ ) => any;
821
+ export declare const PushNotificationPreferencesFilterSensitiveLog: (
822
+ obj: PushNotificationPreferences
823
+ ) => any;
824
+ export declare const ChannelMembershipPreferencesFilterSensitiveLog: (
825
+ obj: ChannelMembershipPreferences
826
+ ) => any;
827
+ export declare const ChannelMembershipSummaryFilterSensitiveLog: (
828
+ obj: ChannelMembershipSummary
829
+ ) => any;
830
+ export declare const ChannelMessageStatusStructureFilterSensitiveLog: (
831
+ obj: ChannelMessageStatusStructure
832
+ ) => any;
833
+ export declare const ChannelMessageFilterSensitiveLog: (
834
+ obj: ChannelMessage
835
+ ) => any;
836
+ export declare const ChannelMessageSummaryFilterSensitiveLog: (
837
+ obj: ChannelMessageSummary
838
+ ) => any;
839
+ export declare const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog: (
840
+ obj: ChannelModeratedByAppInstanceUserSummary
841
+ ) => any;
842
+ export declare const ChannelModeratorFilterSensitiveLog: (
843
+ obj: ChannelModerator
844
+ ) => any;
845
+ export declare const ChannelModeratorSummaryFilterSensitiveLog: (
846
+ obj: ChannelModeratorSummary
847
+ ) => any;
848
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
849
+ export declare const CreateChannelRequestFilterSensitiveLog: (
850
+ obj: CreateChannelRequest
851
+ ) => any;
852
+ export declare const CreateChannelResponseFilterSensitiveLog: (
853
+ obj: CreateChannelResponse
854
+ ) => any;
855
+ export declare const CreateChannelBanRequestFilterSensitiveLog: (
856
+ obj: CreateChannelBanRequest
857
+ ) => any;
858
+ export declare const CreateChannelBanResponseFilterSensitiveLog: (
859
+ obj: CreateChannelBanResponse
860
+ ) => any;
861
+ export declare const CreateChannelFlowRequestFilterSensitiveLog: (
862
+ obj: CreateChannelFlowRequest
863
+ ) => any;
864
+ export declare const CreateChannelFlowResponseFilterSensitiveLog: (
865
+ obj: CreateChannelFlowResponse
866
+ ) => any;
867
+ export declare const CreateChannelMembershipRequestFilterSensitiveLog: (
868
+ obj: CreateChannelMembershipRequest
869
+ ) => any;
870
+ export declare const CreateChannelMembershipResponseFilterSensitiveLog: (
871
+ obj: CreateChannelMembershipResponse
872
+ ) => any;
873
+ export declare const CreateChannelModeratorRequestFilterSensitiveLog: (
874
+ obj: CreateChannelModeratorRequest
875
+ ) => any;
876
+ export declare const CreateChannelModeratorResponseFilterSensitiveLog: (
877
+ obj: CreateChannelModeratorResponse
878
+ ) => any;
879
+ export declare const DeleteChannelRequestFilterSensitiveLog: (
880
+ obj: DeleteChannelRequest
881
+ ) => any;
882
+ export declare const DeleteChannelBanRequestFilterSensitiveLog: (
883
+ obj: DeleteChannelBanRequest
884
+ ) => any;
885
+ export declare const DeleteChannelFlowRequestFilterSensitiveLog: (
886
+ obj: DeleteChannelFlowRequest
887
+ ) => any;
888
+ export declare const DeleteChannelMembershipRequestFilterSensitiveLog: (
889
+ obj: DeleteChannelMembershipRequest
890
+ ) => any;
891
+ export declare const DeleteChannelMessageRequestFilterSensitiveLog: (
892
+ obj: DeleteChannelMessageRequest
893
+ ) => any;
894
+ export declare const DeleteChannelModeratorRequestFilterSensitiveLog: (
895
+ obj: DeleteChannelModeratorRequest
896
+ ) => any;
897
+ export declare const DescribeChannelRequestFilterSensitiveLog: (
898
+ obj: DescribeChannelRequest
899
+ ) => any;
900
+ export declare const DescribeChannelResponseFilterSensitiveLog: (
901
+ obj: DescribeChannelResponse
902
+ ) => any;
903
+ export declare const DescribeChannelBanRequestFilterSensitiveLog: (
904
+ obj: DescribeChannelBanRequest
905
+ ) => any;
906
+ export declare const DescribeChannelBanResponseFilterSensitiveLog: (
907
+ obj: DescribeChannelBanResponse
908
+ ) => any;
909
+ export declare const DescribeChannelFlowRequestFilterSensitiveLog: (
910
+ obj: DescribeChannelFlowRequest
911
+ ) => any;
912
+ export declare const DescribeChannelFlowResponseFilterSensitiveLog: (
913
+ obj: DescribeChannelFlowResponse
914
+ ) => any;
915
+ export declare const DescribeChannelMembershipRequestFilterSensitiveLog: (
916
+ obj: DescribeChannelMembershipRequest
917
+ ) => any;
918
+ export declare const DescribeChannelMembershipResponseFilterSensitiveLog: (
919
+ obj: DescribeChannelMembershipResponse
920
+ ) => any;
921
+ export declare const DescribeChannelMembershipForAppInstanceUserRequestFilterSensitiveLog: (
922
+ obj: DescribeChannelMembershipForAppInstanceUserRequest
923
+ ) => any;
924
+ export declare const DescribeChannelMembershipForAppInstanceUserResponseFilterSensitiveLog: (
925
+ obj: DescribeChannelMembershipForAppInstanceUserResponse
926
+ ) => any;
927
+ export declare const DescribeChannelModeratedByAppInstanceUserRequestFilterSensitiveLog: (
928
+ obj: DescribeChannelModeratedByAppInstanceUserRequest
929
+ ) => any;
930
+ export declare const DescribeChannelModeratedByAppInstanceUserResponseFilterSensitiveLog: (
931
+ obj: DescribeChannelModeratedByAppInstanceUserResponse
932
+ ) => any;
933
+ export declare const DescribeChannelModeratorRequestFilterSensitiveLog: (
934
+ obj: DescribeChannelModeratorRequest
935
+ ) => any;
936
+ export declare const DescribeChannelModeratorResponseFilterSensitiveLog: (
937
+ obj: DescribeChannelModeratorResponse
938
+ ) => any;
939
+ export declare const DisassociateChannelFlowRequestFilterSensitiveLog: (
940
+ obj: DisassociateChannelFlowRequest
941
+ ) => any;
942
+ export declare const GetChannelMembershipPreferencesRequestFilterSensitiveLog: (
943
+ obj: GetChannelMembershipPreferencesRequest
944
+ ) => any;
945
+ export declare const GetChannelMembershipPreferencesResponseFilterSensitiveLog: (
946
+ obj: GetChannelMembershipPreferencesResponse
947
+ ) => any;
948
+ export declare const GetChannelMessageRequestFilterSensitiveLog: (
949
+ obj: GetChannelMessageRequest
950
+ ) => any;
951
+ export declare const GetChannelMessageResponseFilterSensitiveLog: (
952
+ obj: GetChannelMessageResponse
953
+ ) => any;
954
+ export declare const GetChannelMessageStatusRequestFilterSensitiveLog: (
955
+ obj: GetChannelMessageStatusRequest
956
+ ) => any;
957
+ export declare const GetChannelMessageStatusResponseFilterSensitiveLog: (
958
+ obj: GetChannelMessageStatusResponse
959
+ ) => any;
960
+ export declare const GetMessagingSessionEndpointRequestFilterSensitiveLog: (
961
+ obj: GetMessagingSessionEndpointRequest
962
+ ) => any;
963
+ export declare const MessagingSessionEndpointFilterSensitiveLog: (
964
+ obj: MessagingSessionEndpoint
965
+ ) => any;
966
+ export declare const GetMessagingSessionEndpointResponseFilterSensitiveLog: (
967
+ obj: GetMessagingSessionEndpointResponse
968
+ ) => any;
969
+ export declare const ListChannelBansRequestFilterSensitiveLog: (
970
+ obj: ListChannelBansRequest
971
+ ) => any;
972
+ export declare const ListChannelBansResponseFilterSensitiveLog: (
973
+ obj: ListChannelBansResponse
974
+ ) => any;
975
+ export declare const ListChannelFlowsRequestFilterSensitiveLog: (
976
+ obj: ListChannelFlowsRequest
977
+ ) => any;
978
+ export declare const ListChannelFlowsResponseFilterSensitiveLog: (
979
+ obj: ListChannelFlowsResponse
980
+ ) => any;
981
+ export declare const ListChannelMembershipsRequestFilterSensitiveLog: (
982
+ obj: ListChannelMembershipsRequest
983
+ ) => any;
984
+ export declare const ListChannelMembershipsResponseFilterSensitiveLog: (
985
+ obj: ListChannelMembershipsResponse
986
+ ) => any;
987
+ export declare const ListChannelMembershipsForAppInstanceUserRequestFilterSensitiveLog: (
988
+ obj: ListChannelMembershipsForAppInstanceUserRequest
989
+ ) => any;
990
+ export declare const ListChannelMembershipsForAppInstanceUserResponseFilterSensitiveLog: (
991
+ obj: ListChannelMembershipsForAppInstanceUserResponse
992
+ ) => any;
993
+ export declare const ListChannelMessagesRequestFilterSensitiveLog: (
994
+ obj: ListChannelMessagesRequest
995
+ ) => any;
996
+ export declare const ListChannelMessagesResponseFilterSensitiveLog: (
997
+ obj: ListChannelMessagesResponse
998
+ ) => any;
999
+ export declare const ListChannelModeratorsRequestFilterSensitiveLog: (
1000
+ obj: ListChannelModeratorsRequest
1001
+ ) => any;
1002
+ export declare const ListChannelModeratorsResponseFilterSensitiveLog: (
1003
+ obj: ListChannelModeratorsResponse
1004
+ ) => any;
1005
+ export declare const ListChannelsRequestFilterSensitiveLog: (
1006
+ obj: ListChannelsRequest
1007
+ ) => any;
1008
+ export declare const ListChannelsResponseFilterSensitiveLog: (
1009
+ obj: ListChannelsResponse
1010
+ ) => any;
1011
+ export declare const ListChannelsAssociatedWithChannelFlowRequestFilterSensitiveLog: (
1012
+ obj: ListChannelsAssociatedWithChannelFlowRequest
1013
+ ) => any;
1014
+ export declare const ListChannelsAssociatedWithChannelFlowResponseFilterSensitiveLog: (
1015
+ obj: ListChannelsAssociatedWithChannelFlowResponse
1016
+ ) => any;
1017
+ export declare const ListChannelsModeratedByAppInstanceUserRequestFilterSensitiveLog: (
1018
+ obj: ListChannelsModeratedByAppInstanceUserRequest
1019
+ ) => any;
1020
+ export declare const ListChannelsModeratedByAppInstanceUserResponseFilterSensitiveLog: (
1021
+ obj: ListChannelsModeratedByAppInstanceUserResponse
1022
+ ) => any;
1023
+ export declare const ListSubChannelsRequestFilterSensitiveLog: (
1024
+ obj: ListSubChannelsRequest
1025
+ ) => any;
1026
+ export declare const SubChannelSummaryFilterSensitiveLog: (
1027
+ obj: SubChannelSummary
1028
+ ) => any;
1029
+ export declare const ListSubChannelsResponseFilterSensitiveLog: (
1030
+ obj: ListSubChannelsResponse
1031
+ ) => any;
1032
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (
1033
+ obj: ListTagsForResourceRequest
1034
+ ) => any;
1035
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (
1036
+ obj: ListTagsForResourceResponse
1037
+ ) => any;
1038
+ export declare const PutChannelMembershipPreferencesRequestFilterSensitiveLog: (
1039
+ obj: PutChannelMembershipPreferencesRequest
1040
+ ) => any;
1041
+ export declare const PutChannelMembershipPreferencesResponseFilterSensitiveLog: (
1042
+ obj: PutChannelMembershipPreferencesResponse
1043
+ ) => any;
1044
+ export declare const RedactChannelMessageRequestFilterSensitiveLog: (
1045
+ obj: RedactChannelMessageRequest
1046
+ ) => any;
1047
+ export declare const RedactChannelMessageResponseFilterSensitiveLog: (
1048
+ obj: RedactChannelMessageResponse
1049
+ ) => any;
1050
+ export declare const SearchFieldFilterSensitiveLog: (obj: SearchField) => any;
1051
+ export declare const SearchChannelsRequestFilterSensitiveLog: (
1052
+ obj: SearchChannelsRequest
1053
+ ) => any;
1054
+ export declare const SearchChannelsResponseFilterSensitiveLog: (
1055
+ obj: SearchChannelsResponse
1056
+ ) => any;
1057
+ export declare const SendChannelMessageRequestFilterSensitiveLog: (
1058
+ obj: SendChannelMessageRequest
1059
+ ) => any;
1060
+ export declare const SendChannelMessageResponseFilterSensitiveLog: (
1061
+ obj: SendChannelMessageResponse
1062
+ ) => any;
1063
+ export declare const TagResourceRequestFilterSensitiveLog: (
1064
+ obj: TagResourceRequest
1065
+ ) => any;
1066
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1067
+ obj: UntagResourceRequest
1068
+ ) => any;
1069
+ export declare const UpdateChannelRequestFilterSensitiveLog: (
1070
+ obj: UpdateChannelRequest
1071
+ ) => any;
1072
+ export declare const UpdateChannelResponseFilterSensitiveLog: (
1073
+ obj: UpdateChannelResponse
1074
+ ) => any;
1075
+ export declare const UpdateChannelFlowRequestFilterSensitiveLog: (
1076
+ obj: UpdateChannelFlowRequest
1077
+ ) => any;
1078
+ export declare const UpdateChannelFlowResponseFilterSensitiveLog: (
1079
+ obj: UpdateChannelFlowResponse
1080
+ ) => any;
1081
+ export declare const UpdateChannelMessageRequestFilterSensitiveLog: (
1082
+ obj: UpdateChannelMessageRequest
1083
+ ) => any;
1084
+ export declare const UpdateChannelMessageResponseFilterSensitiveLog: (
1085
+ obj: UpdateChannelMessageResponse
1086
+ ) => any;
1087
+ export declare const UpdateChannelReadMarkerRequestFilterSensitiveLog: (
1088
+ obj: UpdateChannelReadMarkerRequest
1089
+ ) => any;
1090
+ export declare const UpdateChannelReadMarkerResponseFilterSensitiveLog: (
1091
+ obj: UpdateChannelReadMarkerResponse
1092
+ ) => any;