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